]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
928700b21fc1bd4d758e4bfc40e5472f592cdae2
[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 true
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrbook
8 \begin_preamble
9 %% Added by the translator
10 %   Correction for PDF bookmarks
11 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
12 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
13 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
14
15 % that links to image floats jumps
16 % to the beginning of the float and 
17 % not to its caption
18 \usepackage[figure]{hypcap}
19
20 % the pages of the TOC is numbered roman
21 % and a PDF-bookmark for the TOC is added
22 \let\myTOC\tableofcontents
23 \renewcommand\tableofcontents{%
24   \frontmatter
25   \pdfbookmark[1]{\contentsname}{}
26   \myTOC
27   \mainmatter }
28
29 % provides caption formatting
30 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
31
32 % provides commands to set caption
33 % beside tables/images
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % enables calculation of values,
53 \usepackage{calc}
54
55 % increase the bottom float placement fraction
56 \renewcommand{\bottomfraction}{0.5}
57
58 % avoids that floats are placed before their
59 % corresponding section starts
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % speed up the longtable calculation
63 \setcounter{LTchunksize}{100}
64
65 % used for colored tables
66 \@ifundefined{textcolor}
67  {\usepackage{color}}{}
68 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
69 \definecolor{lightgrey}{gray}{0.8}
70
71 % check for package colortbl
72 % used for colored table cells
73 \newboolean{colortbl}
74 \IfFileExists{colortbl.sty}
75  {\usepackage{colortbl}
76   \setboolean{colortbl}{true}}
77  {\setboolean{colortbl}{false}}
78
79 % used to have extra space in table cells
80 \@ifundefined{extrarowheight}
81  {\usepackage{array}}{}
82 \setlength{\extrarowheight}{2pt}
83
84 % used for customized tables
85 % ---
86 \newcolumntype{M}[1]
87  {>{\centering\hspace{0pt}}m{#1}}
88
89 \newcolumntype{S}[2]
90  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
91
92 \newcolumntype{K}[1]
93  {>{\columncolor{#1}\hspace{0pt}}c}
94
95 \newcolumntype{V}{!{\vrule width 1.5pt}}
96
97 \newcolumntype{W}{!{\color{green}\vline}}
98 % ---
99
100 % insert additional vertical space of
101 % 1.5 mm between footnotes
102 \let\myFoot\footnote
103 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
104
105 % number algorithm floats within chapters
106 \numberwithin{algorithm}{chapter}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package arydshln
114 % used for tables with dashed lines
115 \newboolean{arydshln}
116 \IfFileExists{arydshln.sty}
117  {\usepackage{arydshln}
118   \setboolean{arydshln}{true}}
119  {\setboolean{arydshln}{false}}
120
121 % check for package marginnote
122 % used for margin notes
123 \newboolean{marginnote}
124 \IfFileExists{marginnote.sty}
125  {\usepackage{marginnote}
126   \let\marginpar\marginnote
127   \setboolean{marginnote}{true}}
128  {\setboolean{marginnote}{false}}
129
130 % check for package sidecap
131 % used for captions on the side
132 \newboolean{sidecap}
133 \IfFileExists{sidecap.sty}
134  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
135   \setboolean{sidecap}{true}}
136  {\setboolean{sidecap}{false}}
137 % set sidecap to false in all cases for Japanese manual. 
138 % It breaks compliation and gives the following error: 
139 % ! LaTeX Error: Environment SCfigure undefined. 
140 \setboolean{sidecap}{false} 
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163
164 \usepackage{t1enc}
165 \renewcommand{\seename}{→}
166
167 \usepackage{subfig}
168 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
169 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
170 \end_preamble
171 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
172 \use_default_options false
173 \begin_modules
174 initials
175 graphicboxes
176 \end_modules
177 \maintain_unincluded_children false
178 \begin_local_layout
179 InsetLayout             Flex:Ruby
180 LyxType         charstyle
181 LatexType               command
182 LatexName               ruby
183 BgColor         none
184 LabelString             "ルビ"
185 Decoration              Conglomerate
186 Argument post:1
187 LabelString     "ルビ文"
188 MenuString      "ルビ文(S)|S"
189 Decoration      Conglomerate
190 Font
191 Size            tiny
192 EndFont
193 LabelFont
194 Size            tiny
195 EndFont
196 Mandatory       1
197 EndArgument
198 Preamble
199 \IfFileExists{okumacro.sty}
200 {\usepackage{okumacro}}
201 {\newcommand{\ruby}[2]{#2}}
202 EndPreamble
203 End
204 \end_local_layout
205 \language japanese
206 \language_package default
207 \inputencoding auto
208 \fontencoding global
209 \font_roman "default" "default"
210 \font_sans "default" "default"
211 \font_typewriter "default" "default"
212 \font_math "auto" "auto"
213 \font_default_family default
214 \use_non_tex_fonts false
215 \font_sc false
216 \font_osf false
217 \font_sf_scale 100 100
218 \font_tt_scale 100 100
219 \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.2.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:A-star-structure"
750
751 \end_inset
752
753 のようにキャプションの上に置くこともできますし,図
754 \begin_inset CommandInset ref
755 LatexCommand ref
756 reference "fig:A-3D-object"
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:A-star-structure"
796
797 \end_inset
798
799
800 \lang english
801 A star structure in a float.
802 \end_layout
803
804 \end_inset
805
806
807 \end_layout
808
809 \end_inset
810
811
812 \end_layout
813
814 \begin_layout Standard
815 \begin_inset Float figure
816 wide false
817 sideways false
818 status open
819
820 \begin_layout Plain Layout
821 \begin_inset Caption Standard
822
823 \begin_layout Plain Layout
824 \begin_inset CommandInset label
825 LatexCommand label
826 name "fig:A-3D-object"
827
828 \end_inset
829
830
831 \lang english
832 A 3D object.
833 \end_layout
834
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Plain Layout
841 \align center
842 \begin_inset Graphics
843         filename ../clipart/3D-structure-distort.pdf
844         scale 80
845         scaleBeforeRotation
846         rotateOrigin center
847
848 \end_inset
849
850
851 \end_layout
852
853 \end_inset
854
855
856 \end_layout
857
858 \begin_layout Standard
859 \begin_inset Index idx
860 status collapsed
861
862 \begin_layout Plain Layout
863 さんしょう@参照 ! ずへの@図への —
864 \end_layout
865
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "fig:A-star-structure"
872
873 \end_inset
874
875 図と第
876 \begin_inset CommandInset ref
877 LatexCommand ref
878 reference "fig:A-3D-object"
879
880 \end_inset
881
882 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
883 \family sans
884 挿入\SpecialChar menuseparator
885 ラベル
886 \family default
887 メニューかツールバーボタン
888 \family sans
889
890 \begin_inset Info
891 type  "icon"
892 arg   "label-insert"
893 \end_inset
894
895
896 \family default
897 を使用して,キャプションにラベルを挿入してください.その後,
898 \family sans
899 挿入\SpecialChar menuseparator
900 相互参照
901 \family default
902 メニューかツールバーボタン
903 \family sans
904
905 \begin_inset Info
906 type  "icon"
907 arg   "dialog-show-new-inset ref"
908 \end_inset
909
910
911 \family default
912 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
913 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
914 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
915 \begin_inset Newline newline
916 \end_inset
917
918 参照は,第
919 \begin_inset CommandInset ref
920 LatexCommand ref
921 reference "sec:フロートの参照"
922
923 \end_inset
924
925 節で詳細に説明されています.
926 \end_layout
927
928 \begin_layout Standard
929 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
930 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
931 \begin_inset CommandInset ref
932 LatexCommand ref
933 reference "fig:歪められた二つの像"
934
935 \end_inset
936
937 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
938 \begin_inset CommandInset ref
939 LatexCommand ref
940 reference "fig:Pink-object"
941
942 \end_inset
943
944 と図
945 \begin_inset CommandInset ref
946 LatexCommand ref
947 reference "fig:A-star"
948
949 \end_inset
950
951 が内部図になります.
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Float figure
956 wide false
957 sideways false
958 status open
959
960 \begin_layout Plain Layout
961 \begin_inset space \hfill{}
962 \end_inset
963
964
965 \begin_inset Float figure
966 wide false
967 sideways false
968 status collapsed
969
970 \begin_layout Plain Layout
971 \begin_inset Caption Standard
972
973 \begin_layout Plain Layout
974 \begin_inset CommandInset label
975 LatexCommand label
976 name "fig:Pink-object"
977
978 \end_inset
979
980
981 \lang english
982 Pink object.
983 \end_layout
984
985 \end_inset
986
987
988 \end_layout
989
990 \begin_layout Plain Layout
991 \begin_inset Graphics
992         filename ../clipart/3D-structure-distort.pdf
993         width 45col%
994         scaleBeforeRotation
995         groupId distorted
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \end_inset
1003
1004
1005 \begin_inset space \hfill{}
1006 \end_inset
1007
1008
1009 \begin_inset Float figure
1010 wide false
1011 sideways false
1012 status collapsed
1013
1014 \begin_layout Plain Layout
1015 \begin_inset Caption Standard
1016
1017 \begin_layout Plain Layout
1018 \begin_inset CommandInset label
1019 LatexCommand label
1020 name "fig:A-star"
1021
1022 \end_inset
1023
1024
1025 \lang english
1026 A star.
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \begin_inset Graphics
1036         filename ../clipart/Star-structure.pdf
1037         width 45col%
1038         scaleBeforeRotation
1039         groupId distorted
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \begin_inset space \hfill{}
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Caption Standard
1057
1058 \begin_layout Plain Layout
1059 \begin_inset CommandInset label
1060 LatexCommand label
1061 name "fig:歪められた二つの像"
1062
1063 \end_inset
1064
1065 歪められた二つの像.両画像とも,「歪曲」画像設定グループに属しています.
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \end_layout
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Newpage newpage
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \begin_layout Section
1086 画像形式
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "sec:画像形式"
1090
1091 \end_inset
1092
1093
1094 \begin_inset Index idx
1095 status collapsed
1096
1097 \begin_layout Plain Layout
1098 がぞうけいしき@画像形式
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \begin_inset Index idx
1105 status collapsed
1106
1107 \begin_layout Plain Layout
1108 ず@図 ! がぞうけいしき@画像形式
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Standard
1117 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "cha:ファイル出力形式"
1121
1122 \end_inset
1123
1124 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1125 は,画像を正しい形式に変換するのに,バックグラウンド
1126
1127 \family typewriter
1128 ImageMagick
1129 \family default
1130 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1131 用するとよいでしょう.出力ファイル形式は,付録
1132 \begin_inset CommandInset ref
1133 LatexCommand ref
1134 reference "cha:ファイル出力形式"
1135
1136 \end_inset
1137
1138 に説明されています.
1139 \end_layout
1140
1141 \begin_layout Standard
1142 フォントと同じく,画像形式にも以下の二つの型があります.
1143 \end_layout
1144
1145 \begin_layout Description
1146 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1147 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1148 \family typewriter
1149 .gif
1150 \family default
1151 」)
1152 \begin_inset Index idx
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156 GIF
1157 \begin_inset ERT
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161
1162 |see{
1163 \end_layout
1164
1165 \end_inset
1166
1167 画像書式
1168 \begin_inset ERT
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172
1173 }
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1184 \family typewriter
1185 .png
1186 \family default
1187 」)
1188 \begin_inset Index idx
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192 PNG
1193 \begin_inset ERT
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197
1198 |see{
1199 \end_layout
1200
1201 \end_inset
1202
1203 画像書式
1204 \begin_inset ERT
1205 status collapsed
1206
1207 \begin_layout Plain Layout
1208
1209 }
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \end_inset
1218
1219 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1220 \family typewriter
1221 .jpg
1222 \family default
1223 」または「
1224 \family typewriter
1225 .jpeg
1226 \family default
1227 」)
1228 \begin_inset Index idx
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 JPG
1233 \begin_inset ERT
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237
1238 |see{
1239 \end_layout
1240
1241 \end_inset
1242
1243 画像書式
1244 \begin_inset ERT
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248
1249 }
1250 \end_layout
1251
1252 \end_inset
1253
1254
1255 \end_layout
1256
1257 \end_inset
1258
1259 などがあります.
1260 \end_layout
1261
1262 \begin_layout Description
1263 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1264 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1265 に便利です.
1266 \begin_inset Newline newline
1267 \end_inset
1268
1269 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1270 \family typewriter
1271 .svg
1272 \family default
1273 」)
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 SVG
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 |see{
1285 \end_layout
1286
1287 \end_inset
1288
1289 画像書式
1290 \begin_inset ERT
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294
1295 }
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \end_inset
1304
1305 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1306 \family typewriter
1307 .eps
1308 \family default
1309 」)
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 EPS
1315 \begin_inset ERT
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319
1320 |see{
1321 \end_layout
1322
1323 \end_inset
1324
1325 画像書式
1326 \begin_inset ERT
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330
1331 }
1332 \end_layout
1333
1334 \end_inset
1335
1336
1337 \end_layout
1338
1339 \end_inset
1340
1341 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1342 \family typewriter
1343 .pdf
1344 \family default
1345 」)
1346 \begin_inset Index idx
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350 PDF
1351 \end_layout
1352
1353 \end_inset
1354
1355 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1356 \family typewriter
1357 .wmf
1358 \family default
1359 」)
1360 \begin_inset Index idx
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 SVG
1365 \begin_inset ERT
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369
1370 |see{
1371 \end_layout
1372
1373 \end_inset
1374
1375 画像書式
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 }
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1392 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1393 \begin_inset Foot
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 PDFの場合には,さらに元画像が圧縮されます.
1398 \end_layout
1399
1400 \end_inset
1401
1402 .たとえば,
1403 \family typewriter
1404 Adobe Photoshop
1405 \family default
1406 が生成するPDFファイルは,ビットマップ画像です.
1407 \end_layout
1408
1409 \begin_layout Standard
1410 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1411 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1412 \begin_inset Formula $\to$
1413 \end_inset
1414
1415 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1416 \end_layout
1417
1418 \begin_layout Chapter
1419
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 ひょう@表
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Section
1433 はじめに
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 ひょう@表 ! はじめに
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \begin_layout Standard
1447
1448 \family roman
1449 \series medium
1450 \shape up
1451 \size normal
1452 \emph off
1453 \bar no
1454 \noun off
1455 \color none
1456 表を挿入するには,ツールバーボタ
1457 \family default
1458 \series default
1459 \shape default
1460 \size default
1461 \emph default
1462 \bar default
1463 \noun default
1464 \color inherit
1465
1466 \begin_inset Info
1467 type  "icon"
1468 arg   "tabular-insert"
1469 \end_inset
1470
1471
1472 \family roman
1473 \series medium
1474 \shape up
1475 \size normal
1476 \emph off
1477 \bar no
1478 \noun off
1479 \color none
1480
1481 \family sans
1482 \series default
1483 \shape default
1484 \size default
1485 \emph default
1486 \bar default
1487 \noun default
1488 \color inherit
1489 挿入\SpecialChar menuseparator
1490
1491 \family default
1492 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1493 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1494 \begin_inset Newline newline
1495 \end_inset
1496
1497 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1498 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1499 \end_layout
1500
1501 \begin_layout Standard
1502 \align center
1503 \begin_inset Tabular
1504 <lyxtabular version="3" rows="4" columns="4">
1505 <features tabularvalignment="middle">
1506 <column alignment="center" valignment="top">
1507 <column alignment="center" valignment="top">
1508 <column alignment="center" valignment="top">
1509 <column alignment="center" valignment="top">
1510 <row>
1511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515
1516 \end_layout
1517
1518 \end_inset
1519 </cell>
1520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 1
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 2
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 3
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 </row>
1548 <row>
1549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 </row>
1624 <row>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 </row>
1662 </lyxtabular>
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Section
1670 表ダイアログ
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 ひょう@表 ! だいあろぐ@ダイアログ
1676 \end_layout
1677
1678 \end_inset
1679
1680
1681 \end_layout
1682
1683 \begin_layout Standard
1684
1685 \family roman
1686 \series medium
1687 \shape up
1688 \size normal
1689 \emph off
1690 \bar no
1691 \noun off
1692 \color none
1693 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1694 \family sans
1695 \series default
1696 \shape default
1697 \size default
1698 \emph default
1699 \bar default
1700 \noun default
1701 \color inherit
1702 詳細
1703 \family roman
1704 \series medium
1705 \shape up
1706 \size normal
1707 \emph off
1708 \bar no
1709 \noun off
1710 \color none
1711 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1712 \family sans
1713 \series default
1714 \shape default
1715 \size default
1716 \emph default
1717 \bar default
1718 \noun default
1719 \color inherit
1720 詳細\SpecialChar menuseparator
1721 設定
1722 \family roman
1723 \series medium
1724 \shape up
1725 \size normal
1726 \emph off
1727 \bar no
1728 \noun off
1729 \color none
1730 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1731 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1732 \family default
1733 \series default
1734 \shape default
1735 \size default
1736 \emph default
1737 \bar default
1738 \noun default
1739 \color inherit
1740 セルの
1741 \emph on
1742 内容
1743 \emph default
1744 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1745 \begin_inset Newline newline
1746 \end_inset
1747
1748 ダイアログオプションの
1749 \family sans
1750 直ちに適用
1751 \family default
1752 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1753 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1754 \begin_inset Newline newline
1755 \end_inset
1756
1757 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1758 \end_layout
1759
1760 \begin_layout Description
1761 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1762 \family sans
1763 小数点で
1764 \family default
1765 とある揃えは,第
1766 \begin_inset CommandInset ref
1767 LatexCommand ref
1768 reference "subsec:特殊なセル揃え"
1769
1770 \end_inset
1771
1772 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1773 は,第
1774 \begin_inset CommandInset ref
1775 LatexCommand ref
1776 reference "subsec:複数行"
1777
1778 \end_inset
1779
1780 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1781 \begin_inset Newline newline
1782 \end_inset
1783
1784 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1785 \begin_inset CommandInset ref
1786 LatexCommand ref
1787 reference "subsec:連結列"
1788
1789 \end_inset
1790
1791 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1792 \begin_inset CommandInset ref
1793 LatexCommand ref
1794 reference "subsec:連結行"
1795
1796 \end_inset
1797
1798 節をご参照ください.
1799 \begin_inset Newline newline
1800 \end_inset
1801
1802 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1803 内部では反映されず,出力にのみ現れます.詳細については,
1804
1805 \begin_inset CommandInset ref
1806 LatexCommand ref
1807 reference "sec:表セルの回転"
1808
1809 \end_inset
1810
1811 節をご覧下さい.
1812 \begin_inset Newline newline
1813 \end_inset
1814
1815
1816 \begin_inset Note Greyedout
1817 status open
1818
1819 \begin_layout Plain Layout
1820
1821 \series bold
1822 【註】
1823 \series default
1824 DVIビューアのすべてが回転を表示できるわけではありません.
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \begin_inset Newline newline
1831 \end_inset
1832
1833 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1834 \begin_inset Newline newline
1835 \end_inset
1836
1837 各種の揃えを適用した同一行中の表:
1838 \begin_inset Tabular
1839 <lyxtabular version="3" rows="2" columns="2">
1840 <features tabularvalignment="top">
1841 <column alignment="center" valignment="top" width="0pt">
1842 <column alignment="center" valignment="top">
1843 <row>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857 1
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 </row>
1863 <row>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 A
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 </lyxtabular>
1884
1885 \end_inset
1886
1887  
1888 \begin_inset Tabular
1889 <lyxtabular version="3" rows="2" columns="2">
1890 <features tabularvalignment="middle">
1891 <column alignment="center" valignment="top">
1892 <column alignment="center" valignment="top">
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907 1
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 <row>
1914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 A
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 </lyxtabular>
1934
1935 \end_inset
1936
1937  
1938 \begin_inset Tabular
1939 <lyxtabular version="3" rows="2" columns="2">
1940 <features tabularvalignment="bottom">
1941 <column alignment="center" valignment="top" width="0pt">
1942 <column alignment="center" valignment="top">
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 1
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 </row>
1963 <row>
1964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 A
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 </row>
1983 </lyxtabular>
1984
1985 \end_inset
1986
1987
1988 \begin_inset Newline newline
1989 \end_inset
1990
1991 また,特殊な表設定に必要な\SpecialChar LaTeX
1992 引数を入力することもできます.これに関しては,第
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "subsec:連結列の計算"
1996
1997 \end_inset
1998
1999 節および第
2000 \begin_inset CommandInset ref
2001 LatexCommand ref
2002 reference "sec:色付きの表"
2003
2004 \end_inset
2005
2006 節をご参照下さい.
2007 \end_layout
2008
2009 \begin_layout Description
2010 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
2011 \begin_inset Newline newline
2012 \end_inset
2013
2014 様式オプションとして
2015 \family sans
2016 フォーマル様式
2017 \family default
2018 を使用すると,第
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "sec:フォーマル様式の表"
2022
2023 \end_inset
2024
2025 節に述べられているフォーマル様式の表に表を変換します.
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 またここで,第
2030 \begin_inset CommandInset ref
2031 LatexCommand ref
2032 reference "subsec:行の余白取り"
2033
2034 \end_inset
2035
2036 節に述べられているように,表の行に空白を追加することもできます.
2037 \end_layout
2038
2039 \begin_layout Description
2040 多頁表 このタブは,複数のページにわたる,いわゆる「
2041 \emph on
2042 多頁表
2043 \emph default
2044 」を作るためのものです.第
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "sec:多頁表"
2048
2049 \end_inset
2050
2051 節および第
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "sec:多頁表にまつわる諸点"
2055
2056 \end_inset
2057
2058 節に,多頁表の機能に関する詳細な説明があります.
2059 \end_layout
2060
2061 \begin_layout Section
2062 表ツールバー
2063 \begin_inset Index idx
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067 ひょう@表 ! つーるばー@ツールバー
2068 \end_layout
2069
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2077 のメインウィンドウの底部に表示され
2078 ます.ご希望であれば,\SpecialChar LyX
2079 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2080 \end_layout
2081
2082 \begin_layout Standard
2083 ツールバーには,以下のアイコンがあります.
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088
2089 \family sans
2090 \begin_inset Info
2091 type  "icon"
2092 arg   "tabular-feature append-row"
2093 \end_inset
2094
2095
2096 \family default
2097  は,現在セルあるいは選択範囲の下に行を追加します.
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102
2103 \family sans
2104 \begin_inset Info
2105 type  "icon"
2106 arg   "tabular-feature append-column"
2107 \end_inset
2108
2109
2110 \family default
2111  は,現在セルあるいは選択範囲の右に列を追加します.
2112 \end_layout
2113
2114 \begin_layout Labeling
2115 \labelwidthstring 00.00.0000
2116
2117 \family sans
2118 \begin_inset Info
2119 type  "icon"
2120 arg   "tabular-feature delete-row"
2121 \end_inset
2122
2123
2124 \family default
2125  は,現在行あるいは選択範囲行を削除します.
2126 \end_layout
2127
2128 \begin_layout Labeling
2129 \labelwidthstring 00.00.0000
2130
2131 \family sans
2132 \begin_inset Info
2133 type  "icon"
2134 arg   "tabular-feature delete-column"
2135 \end_inset
2136
2137
2138 \family default
2139  は,現在列あるいは選択範囲列を削除します.
2140 \end_layout
2141
2142 \begin_layout Labeling
2143 \labelwidthstring 00.00.0000
2144 \begin_inset Info
2145 type  "icon"
2146 arg   "tabular-feature move-row-up"
2147 \end_inset
2148
2149  は,行を上に移動します.
2150 \end_layout
2151
2152 \begin_layout Labeling
2153 \labelwidthstring 00.00.0000
2154 \begin_inset Info
2155 type  "icon"
2156 arg   "tabular-feature move-column-left"
2157 \end_inset
2158
2159  は,列を左に移動します.
2160 \end_layout
2161
2162 \begin_layout Labeling
2163 \labelwidthstring 00.00.0000
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "tabular-feature move-row-down"
2167 \end_inset
2168
2169  は,行を下に移動します.
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Info
2175 type  "icon"
2176 arg   "tabular-feature move-column-right"
2177 \end_inset
2178
2179  は,列を右に移動します.
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184
2185 \family sans
2186 \begin_inset Info
2187 type  "icon"
2188 arg   "tabular-feature toggle-line-top"
2189 \end_inset
2190
2191
2192 \family default
2193  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198
2199 \family sans
2200 \begin_inset Info
2201 type  "icon"
2202 arg   "tabular-feature toggle-line-bottom"
2203 \end_inset
2204
2205
2206 \family default
2207  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2208 \end_layout
2209
2210 \begin_layout Labeling
2211 \labelwidthstring 00.00.0000
2212
2213 \family sans
2214 \begin_inset Info
2215 type  "icon"
2216 arg   "tabular-feature toggle-line-left"
2217 \end_inset
2218
2219
2220 \family default
2221  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2222 \end_layout
2223
2224 \begin_layout Labeling
2225 \labelwidthstring 00.00.0000
2226
2227 \family sans
2228 \begin_inset Info
2229 type  "icon"
2230 arg   "tabular-feature toggle-line-right"
2231 \end_inset
2232
2233
2234 \family default
2235  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240
2241 \family sans
2242 \begin_inset Info
2243 type  "icon"
2244 arg   "tabular-feature set-all-lines"
2245 \end_inset
2246
2247
2248 \family default
2249  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254
2255 \family sans
2256 \begin_inset Info
2257 type  "icon"
2258 arg   "tabular-feature unset-all-lines"
2259 \end_inset
2260
2261
2262 \family default
2263  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268
2269 \family sans
2270 \begin_inset Info
2271 type  "icon"
2272 arg   "tabular-feature m-align-left"
2273 \end_inset
2274
2275
2276 \family default
2277  は,現在セルあるいは現在列の内容を左揃えにします.
2278 \end_layout
2279
2280 \begin_layout Labeling
2281 \labelwidthstring 00.00.0000
2282
2283 \family sans
2284 \begin_inset Info
2285 type  "icon"
2286 arg   "tabular-feature m-align-center"
2287 \end_inset
2288
2289
2290 \family default
2291  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296
2297 \family sans
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "tabular-feature m-align-right"
2301 \end_inset
2302
2303
2304 \family default
2305  は,現在セルあるいは現在列の内容を右揃えにします.
2306 \end_layout
2307
2308 \begin_layout Labeling
2309 \labelwidthstring 00.00.0000
2310
2311 \family sans
2312 \begin_inset Info
2313 type  "icon"
2314 arg   "tabular-feature align-decimal"
2315 \end_inset
2316
2317
2318 \family default
2319  は,現在セルの内容を特定文字位置で揃えます.
2320 \end_layout
2321
2322 \begin_layout Labeling
2323 \labelwidthstring 00.00.0000
2324
2325 \family sans
2326 \begin_inset Info
2327 type  "icon"
2328 arg   "tabular-feature m-valign-top"
2329 \end_inset
2330
2331
2332 \family default
2333  は,現在セルの内容を垂直方向上揃えにします.
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338
2339 \family sans
2340 \begin_inset Info
2341 type  "icon"
2342 arg   "tabular-feature m-valign-middle"
2343 \end_inset
2344
2345
2346 \family default
2347  は,現在セルの内容を垂直方向中央揃えにします.
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352
2353 \family sans
2354 \begin_inset Info
2355 type  "icon"
2356 arg   "tabular-feature m-valign-bottom"
2357 \end_inset
2358
2359
2360 \family default
2361  は,現在セルの内容を垂直方向下揃えにします.
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366
2367 \family sans
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "tabular-feature set-rotate-cell"
2371 \end_inset
2372
2373
2374 \family default
2375  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380
2381 \family sans
2382 \begin_inset Info
2383 type  "icon"
2384 arg   "tabular-feature set-rotate-tabular"
2385 \end_inset
2386
2387
2388 \family default
2389  は,表全体を反時計廻りに90度回転します.
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394
2395 \family sans
2396 \begin_inset Info
2397 type  "icon"
2398 arg   "tabular-feature multicolumn"
2399 \end_inset
2400
2401
2402 \family default
2403  は,現在セルあるいは選択範囲を連結列にします.
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408
2409 \family sans
2410 \begin_inset Info
2411 type  "icon"
2412 arg   "tabular-feature multirow"
2413 \end_inset
2414
2415
2416 \family default
2417  は,現在セルあるいは選択範囲を連結行にします.
2418 \end_layout
2419
2420 \begin_layout Standard
2421 \begin_inset Note Greyedout
2422 status open
2423
2424 \begin_layout Plain Layout
2425
2426 \series bold
2427 【註】
2428 \series default
2429 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \begin_layout Section
2438 表編集メニュー
2439 \begin_inset Index idx
2440 status collapsed
2441
2442 \begin_layout Plain Layout
2443 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2444 \end_layout
2445
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \begin_layout Standard
2452 表ダイアログと表ツールバーの他に,
2453 \family sans
2454 編集\SpecialChar menuseparator
2455
2456 \family default
2457 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2458 部にあるときのみ,表示されます.
2459 \end_layout
2460
2461 \begin_layout Section
2462 表フロート
2463 \begin_inset CommandInset label
2464 LatexCommand label
2465 name "sec:表フロート"
2466
2467 \end_inset
2468
2469
2470 \begin_inset Index idx
2471 status collapsed
2472
2473 \begin_layout Plain Layout
2474 ふろーと@フロート ! ひょう@表
2475 \end_layout
2476
2477 \end_inset
2478
2479
2480 \begin_inset Index idx
2481 status collapsed
2482
2483 \begin_layout Plain Layout
2484 ひょう@表 ! ふろーと@フロート
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \begin_layout Standard
2493 フロートの一般的な説明については,第
2494 \begin_inset CommandInset ref
2495 LatexCommand ref
2496 reference "sec:フロートはじめに"
2497
2498 \end_inset
2499
2500 節をご覧下さい.
2501 \end_layout
2502
2503 \begin_layout Standard
2504 \begin_inset Float table
2505 placement h
2506 wide false
2507 sideways false
2508 status open
2509
2510 \begin_layout Plain Layout
2511 \begin_inset Caption Standard
2512
2513 \begin_layout Plain Layout
2514 \begin_inset CommandInset label
2515 LatexCommand label
2516 name "tab:表フロート"
2517
2518 \end_inset
2519
2520 表フロート
2521 \end_layout
2522
2523 \end_inset
2524
2525
2526 \end_layout
2527
2528 \begin_layout Plain Layout
2529 \align center
2530 \begin_inset Tabular
2531 <lyxtabular version="3" rows="3" columns="3">
2532 <features tabularvalignment="middle">
2533 <column alignment="center" valignment="top" width="0pt">
2534 <column alignment="center" valignment="top" width="0pt">
2535 <column alignment="center" valignment="top" width="0pt">
2536 <row>
2537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2538 \begin_inset Text
2539
2540 \begin_layout Plain Layout
2541
2542 \family roman
2543 \series medium
2544 \shape up
2545 \size normal
2546 \emph off
2547 \bar no
2548 \noun off
2549 \color none
2550 1
2551 \end_layout
2552
2553 \end_inset
2554 </cell>
2555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2556 \begin_inset Text
2557
2558 \begin_layout Plain Layout
2559
2560 \family roman
2561 \series medium
2562 \shape up
2563 \size normal
2564 \emph off
2565 \bar no
2566 \noun off
2567 \color none
2568 2
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577
2578 \family roman
2579 \series medium
2580 \shape up
2581 \size normal
2582 \emph off
2583 \bar no
2584 \noun off
2585 \color none
2586 3
2587 \end_layout
2588
2589 \end_inset
2590 </cell>
2591 </row>
2592 <row>
2593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2594 \begin_inset Text
2595
2596 \begin_layout Plain Layout
2597 森嶋
2598 \end_layout
2599
2600 \end_inset
2601 </cell>
2602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2603 \begin_inset Text
2604
2605 \begin_layout Plain Layout
2606 宇沢
2607 \end_layout
2608
2609 \end_inset
2610 </cell>
2611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2612 \begin_inset Text
2613
2614 \begin_layout Plain Layout
2615 二階堂
2616 \end_layout
2617
2618 \end_inset
2619 </cell>
2620 </row>
2621 <row>
2622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2623 \begin_inset Text
2624
2625 \begin_layout Plain Layout
2626
2627 \family roman
2628 \series medium
2629 \shape up
2630 \size normal
2631 \emph off
2632 \bar no
2633 \noun off
2634 \color none
2635 \begin_inset Formula $\int x^{2}dx$
2636 \end_inset
2637
2638
2639 \end_layout
2640
2641 \end_inset
2642 </cell>
2643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Plain Layout
2647
2648 \family roman
2649 \series medium
2650 \shape up
2651 \size normal
2652 \emph off
2653 \bar no
2654 \noun off
2655 \color none
2656 \begin_inset Formula $\left[\begin{array}{cc}
2657 a & b\\
2658 c & d
2659 \end{array}\right]$
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \end_inset
2666 </cell>
2667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2668 \begin_inset Text
2669
2670 \begin_layout Plain Layout
2671
2672 \family roman
2673 \series medium
2674 \shape up
2675 \size normal
2676 \emph off
2677 \bar no
2678 \noun off
2679 \color none
2680 \begin_inset Formula $1+1=2$
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 </row>
2689 </lyxtabular>
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Standard
2702 表フロートは,
2703 \family sans
2704 挿入
2705 \shape up
2706 \SpecialChar menuseparator
2707 フロート\SpecialChar menuseparator
2708
2709 \family default
2710 \shape default
2711 メニューかツールバーボタン
2712 \family sans
2713
2714 \begin_inset Info
2715 type  "icon"
2716 arg   "float-insert table"
2717 \end_inset
2718
2719
2720 \family default
2721 を使うと挿入することができます.
2722 \end_layout
2723
2724 \begin_layout Standard
2725 フロートは折りたたむことのできるボックスとして表示され,中には「表
2726 \begin_inset space ~
2727 \end_inset
2728
2729 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2730 \end_layout
2731
2732 \begin_layout Standard
2733
2734 \begin_inset space ~
2735 \end_inset
2736
2737
2738 \begin_inset CommandInset ref
2739 LatexCommand ref
2740 reference "tab:表フロート"
2741
2742 \end_inset
2743
2744 は,表フロートに入れた表の例です.
2745 \end_layout
2746
2747 \begin_layout Standard
2748 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2749 の標準クラスではサポートされていません.つまり,article・book・letter・re
2750 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2751 ージの
2752 \series bold
2753 caption
2754 \series default
2755
2756 \begin_inset Index idx
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 \SpecialChar LaTeX
2761 ぱっけーじ@\SpecialChar LaTeX
2762 パッケージ ! caption
2763 \end_layout
2764
2765 \end_inset
2766
2767
2768 \end_layout
2769
2770 \begin_layout Standard
2771
2772 \series bold
2773 tableposition=top
2774 \end_layout
2775
2776 \begin_layout Standard
2777 というオプションとともにloadコマンドを使って読み込んでください
2778 \begin_inset Foot
2779 status collapsed
2780
2781 \begin_layout Plain Layout
2782 詳しくは,第
2783 \begin_inset CommandInset ref
2784 LatexCommand ref
2785 reference "sec:キャプションの配置"
2786
2787 \end_inset
2788
2789 節をご覧下さい.
2790 \end_layout
2791
2792 \end_inset
2793
2794 .キャプション書式を調整するには,第
2795 \begin_inset CommandInset ref
2796 LatexCommand ref
2797 reference "sec:キャプションの書式設定"
2798
2799 \end_inset
2800
2801 節にものべられているように
2802 \series bold
2803 caption
2804 \series default
2805 パッケージを使用します.
2806 \end_layout
2807
2808 \begin_layout Standard
2809 \begin_inset Index idx
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813 さんしょう@参照 ! ひょうへの@表への
2814 \end_layout
2815
2816 \end_inset
2817
2818 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2819 \family sans
2820 挿入\SpecialChar menuseparator
2821 ラベル
2822 \family default
2823 メニューかツールバーボタンの
2824 \family sans
2825
2826 \begin_inset Info
2827 type  "icon"
2828 arg   "label-insert"
2829 \end_inset
2830
2831
2832 \family default
2833 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2834 相互参照メニューかツールバーボタンの
2835 \family sans
2836
2837 \begin_inset Info
2838 type  "icon"
2839 arg   "dialog-show-new-inset ref"
2840 \end_inset
2841
2842
2843 \family default
2844 を用いて,このラベルを参照することができます.
2845 \begin_inset Newline newline
2846 \end_inset
2847
2848 参照は,第
2849 \begin_inset CommandInset ref
2850 LatexCommand ref
2851 reference "sec:フロートの参照"
2852
2853 \end_inset
2854
2855 節で詳細に説明されています.
2856 \end_layout
2857
2858 \begin_layout Section
2859 多頁表
2860 \begin_inset CommandInset label
2861 LatexCommand label
2862 name "sec:多頁表"
2863
2864 \end_inset
2865
2866
2867 \begin_inset Index idx
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871 たへえしひよう@多頁表
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \begin_inset Index idx
2878 status collapsed
2879
2880 \begin_layout Plain Layout
2881 ひょう@表 ! たへえしひよう@多頁—
2882 \end_layout
2883
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \begin_layout Standard
2890 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2891 \family sans
2892 多頁表
2893 \family default
2894 タブにある
2895 \family sans
2896 多頁表を使う
2897 \family default
2898 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2899 することができるようになります.
2900 \end_layout
2901
2902 \begin_layout Description
2903 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2904 \family roman
2905 \series medium
2906 \shape up
2907 \size normal
2908 \emph off
2909 \bar no
2910 \noun off
2911 \color none
2912 ただし,
2913 \family sans
2914 \series default
2915 \shape default
2916 \size default
2917 \emph default
2918 \bar default
2919 \noun default
2920 \color inherit
2921 冒頭ヘッダ
2922 \family roman
2923 \series medium
2924 \shape up
2925 \size normal
2926 \emph off
2927 \bar no
2928 \noun off
2929 \color none
2930 が定義されているときは,冒頭ページを除きます.
2931 \family default
2932 \series default
2933 \shape default
2934 \size default
2935 \emph default
2936 \bar default
2937 \noun default
2938 \color inherit
2939 これと区別して,このヘッダは本体ヘッダと呼びます.
2940 \end_layout
2941
2942 \begin_layout Description
2943 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2944 \end_layout
2945
2946 \begin_layout Description
2947 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2948 \family roman
2949 \series medium
2950 \shape up
2951 \size normal
2952 \emph off
2953 \bar no
2954 \noun off
2955 \color none
2956 ただし,
2957 \family sans
2958 \series default
2959 \shape default
2960 \size default
2961 \emph default
2962 \bar default
2963 \noun default
2964 \color inherit
2965 末尾フッタ
2966 \family roman
2967 \series medium
2968 \shape up
2969 \size normal
2970 \emph off
2971 \bar no
2972 \noun off
2973 \color none
2974 が定義されているときは,末尾ページを除きます.
2975 \end_layout
2976
2977 \begin_layout Description
2978 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2979 \end_layout
2980
2981 \begin_layout Description
2982 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2983 \begin_inset CommandInset ref
2984 LatexCommand ref
2985 reference "subsec:多頁表のキャプション"
2986
2987 \end_inset
2988
2989 節で説明されています.
2990 \end_layout
2991
2992 \begin_layout Standard
2993 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2994 \end_layout
2995
2996 \begin_layout Standard
2997 \align center
2998 \begin_inset Tabular
2999 <lyxtabular version="3" rows="69" columns="3">
3000 <features islongtable="true" longtabularalignment="center">
3001 <column alignment="left" valignment="top" width="0cm">
3002 <column alignment="left" valignment="top" width="0pt">
3003 <column alignment="center" valignment="top" width="0pt">
3004 <row endfirsthead="true">
3005 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3006 \begin_inset Text
3007
3008 \begin_layout Plain Layout
3009
3010 \series bold
3011 例示用電話帳(名前は無視してください)
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 <row endfirsthead="true">
3036 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 氏名
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \series bold
3060 TEL.
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 </row>
3066 <row endhead="true">
3067 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \series bold
3073 例示用電話帳
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row endhead="true">
3098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 氏名
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120
3121 \series bold
3122 TEL.
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row endfoot="true">
3129 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 次頁へつづく
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \series bold
3164 Annovi
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 Silvia
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 111
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 </row>
3188 <row>
3189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \series bold
3195 Bertoli
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 Stefano
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 111
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row>
3220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 Bozzi
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 Walter
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 111
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row>
3251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 Cachia
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 Maria
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 111
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 </row>
3281 <row>
3282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \series bold
3288 Cachia
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 Maurizio
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 111
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 <row>
3313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 Cinquemani
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 Giusi
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 111
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row>
3344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 Colin
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Bernard
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 111
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row>
3375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 Concli
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 Gianfranco
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 111
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \series bold
3412 Dal Bosco
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 Carolina
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 111
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 <row>
3437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 Dalpiaz
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 Annamaria
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 111
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 </row>
3467 <row>
3468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \series bold
3474 Feliciello
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 Domenico
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 111
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Focarelli
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 Paola
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 111
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row>
3530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 Galletti
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 Oreste
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 111
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row>
3561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 Gasparini
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 Franca
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 111
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Rizzardi
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Paola
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Lassini
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Giancarlo
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Malfatti
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Luciano
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Malfatti
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Valeriano
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Meneguzzo
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Roberto
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Mezzadra
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Roberto
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Pirpamer
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Erich
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Pochiesa
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Paolo
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111, 222
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Radina
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Claudio
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Stuffer
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Oskar
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Tacchelli
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Ugo
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937
3938 \series bold
3939 Tezzele
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 Margit
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 111
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \series bold
3970 Unterkalmsteiner
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 Frieda
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 111
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001 Vieider
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Hilde
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 111
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \series bold
4032 Vigna
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Jürgen
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 111
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \series bold
4063 Weber
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 Maurizio
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 111
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094 Winkler
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 Franz
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 111
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123  
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Annovi
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Silvia
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 555
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Bertoli
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Stefano
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 555
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Bozzi
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Walter
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 555
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Cachia
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Maria
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 555
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Cachia
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Maurizio
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 555
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Cinquemani
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Giusi
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 555
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Colin
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Bernard
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 555
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Concli
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Gianfranco
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 555
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Dal Bosco
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Carolina
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 555
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Dalpiaz
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Annamaria
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 555
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Feliciello
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Domenico
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 555
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Focarelli
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Paola
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 555
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Galletti
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Oreste
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 555
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Gasparini
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Franca
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 555
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Rizzardi
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Paola
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 555
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Lassini
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Giancarlo
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Malfatti
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Luciano
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Malfatti
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Valeriano
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Meneguzzo
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Roberto
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Mezzadra
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Roberto
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Pirpamer
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Erich
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Pochiesa
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Paolo
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555, 222
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Radina
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Claudio
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 555
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Stuffer
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Oskar
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Tacchelli
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Ugo
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row>
4923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927
4928 \series bold
4929 Tezzele
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 Margit
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 555
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Unterkalmsteiner
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Frieda
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Vieider
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Hilde
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Vigna
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Jürgen
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 999
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Weber
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Maurizio
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Winkler
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Franz
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 555
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row endlastfoot="true">
5109 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 以上
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 </lyxtabular>
5138
5139 \end_inset
5140
5141
5142 \begin_inset ERT
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146
5147
5148 \backslash
5149 addtocounter{table}{-1}
5150 \end_layout
5151
5152 \end_inset
5153
5154
5155 \begin_inset Note Note
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 本コマンドの説明については,第
5160 \begin_inset CommandInset ref
5161 LatexCommand ref
5162 reference "subsec:多頁表のキャプション"
5163
5164 \end_inset
5165
5166 節の最初の淡色註釈をご覧下さい.
5167 \end_layout
5168
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \begin_layout Subsection
5175 多頁表での脚註
5176 \begin_inset CommandInset label
5177 LatexCommand label
5178 name "subsec:多頁表での脚注"
5179
5180 \end_inset
5181
5182
5183 \begin_inset Index idx
5184 status collapsed
5185
5186 \begin_layout Plain Layout
5187 たへえしひよう@多頁表 ! きやくちゆう@脚註
5188 \end_layout
5189
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \begin_layout Standard
5196 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5197 \begin_inset CommandInset ref
5198 LatexCommand ref
5199 reference "tab:別キャプション"
5200
5201 \end_inset
5202
5203 には脚註が付いています.
5204 \end_layout
5205
5206 \begin_layout Subsection
5207 多頁表の縦横揃え
5208 \begin_inset Index idx
5209 status collapsed
5210
5211 \begin_layout Plain Layout
5212 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5213 \end_layout
5214
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Standard
5221 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5222 設定してから
5223 \end_layout
5224
5225 \begin_layout Standard
5226
5227 \series bold
5228
5229 \backslash
5230 setlength{
5231 \backslash
5232 LTleft}{値}
5233 \end_layout
5234
5235 \begin_layout Standard
5236 という行を当該多頁表の前に\SpecialChar TeX
5237 コードとして挿入して,長さ
5238 \series bold
5239
5240 \backslash
5241 LTleft
5242 \series default
5243 および
5244 \series bold
5245
5246 \backslash
5247 LTright
5248 \series default
5249 の値を変更しなくてはなりません.ここで「値」は,第
5250 \begin_inset CommandInset ref
5251 LatexCommand ref
5252 reference "tab:単位"
5253
5254 \end_inset
5255
5256 表に挙げてある単位であれば,どの単位を取ることもできます.
5257 \series bold
5258
5259 \backslash
5260 LTleft
5261 \series default
5262 は,左頁余白から多頁表までの水平方向の距離を制御し,
5263 \series bold
5264
5265 \backslash
5266 LTright
5267 \series default
5268 は,右頁余白からの距離を制御します.これらの長さの既定値は
5269 \series bold
5270
5271 \backslash
5272 fill
5273 \series default
5274 となっており,\SpecialChar LyX
5275 の水平フィルと同等になっています.
5276 \end_layout
5277
5278 \begin_layout Standard
5279 以下の多頁表は,中央揃えの上,
5280 \series bold
5281
5282 \backslash
5283 LTleft
5284 \series default
5285
5286 \family sans
5287 0.1
5288 \backslash
5289 columnwidth
5290 \family default
5291 に設定してあります.
5292 \begin_inset ERT
5293 status collapsed
5294
5295 \begin_layout Plain Layout
5296
5297
5298 \backslash
5299 setlength{
5300 \backslash
5301 LTleft}{0.1
5302 \backslash
5303 columnwidth}
5304 \end_layout
5305
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 \begin_inset Tabular
5313 <lyxtabular version="3" rows="5" columns="5">
5314 <features islongtable="true" longtabularalignment="center">
5315 <column alignment="center" valignment="top">
5316 <column alignment="center" valignment="top">
5317 <column alignment="center" valignment="top">
5318 <column alignment="center" valignment="top">
5319 <column alignment="center" valignment="top">
5320 <row>
5321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 1
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 2
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 3
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 4
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 5
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 いろは
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 いろは
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 </row>
5414 <row>
5415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 いろは
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 いろは
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 いろは
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 いろは
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 いろは
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 いろは
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 いろは
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 いろは
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 いろは
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 </row>
5555 </lyxtabular>
5556
5557 \end_inset
5558
5559
5560 \begin_inset ERT
5561 status collapsed
5562
5563 \begin_layout Plain Layout
5564
5565
5566 \backslash
5567 setlength{
5568 \backslash
5569 LTleft}{
5570 \backslash
5571 fill}
5572 \end_layout
5573
5574 \end_inset
5575
5576
5577 \begin_inset ERT
5578 status collapsed
5579
5580 \begin_layout Plain Layout
5581
5582
5583 \backslash
5584 addtocounter{table}{-1}
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \begin_inset Note Note
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594 このコマンドの説明に関しては,第
5595 \begin_inset CommandInset ref
5596 LatexCommand ref
5597 reference "subsec:多頁表のキャプション"
5598
5599 \end_inset
5600
5601 節の最初の淡色註釈をご覧下さい.
5602 \end_layout
5603
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \begin_layout Subsection
5610 多頁表のキャプション
5611 \begin_inset Index idx
5612 status collapsed
5613
5614 \begin_layout Plain Layout
5615 たへえしひよう@多頁表 ! きやふしよん@キャプション
5616 \end_layout
5617
5618 \end_inset
5619
5620
5621 \begin_inset CommandInset label
5622 LatexCommand label
5623 name "subsec:多頁表のキャプション"
5624
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \begin_layout Standard
5631 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5632 \begin_inset CommandInset ref
5633 LatexCommand ref
5634 reference "sec:多頁表"
5635
5636 \end_inset
5637
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 \family sans
5652 フッタ
5653 \family default
5654
5655 \family sans
5656 末尾フッタ
5657 \family default
5658 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5659 \end_layout
5660
5661 \begin_layout Standard
5662 以下は,動作を確認するための短い多頁表です.
5663 \end_layout
5664
5665 \begin_layout Standard
5666 \begin_inset Tabular
5667 <lyxtabular version="3" rows="6" columns="5">
5668 <features islongtable="true" longtabularalignment="center">
5669 <column alignment="center" valignment="top">
5670 <column alignment="center" valignment="top">
5671 <column alignment="center" valignment="top">
5672 <column alignment="center" valignment="top">
5673 <column alignment="center" valignment="top">
5674 <row endfirsthead="true" caption="true">
5675 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 \begin_inset Caption Standard
5680
5681 \begin_layout Plain Layout
5682 キャプション付き多頁表
5683 \begin_inset Argument 1
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687 多頁表
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 1
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 2
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 3
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 4
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 5
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 <row>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 いろは
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 いろは
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 いろは
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 いろは
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 いろは
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 いろは
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 いろは
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 いろは
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 いろは
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 いろは
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 いろは
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 </lyxtabular>
5975
5976 \end_inset
5977
5978
5979 \end_layout
5980
5981 \begin_layout Standard
5982 \begin_inset VSpace medskip
5983 \end_inset
5984
5985
5986 \begin_inset Note Greyedout
5987 status open
5988
5989 \begin_layout Plain Layout
5990
5991 \series bold
5992 【註1】
5993 \series default
5994 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5995 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5996 コードで
5997 \end_layout
5998
5999 \begin_layout Plain Layout
6000
6001 \series bold
6002
6003 \backslash
6004 addtocounter{table}{-1}
6005 \end_layout
6006
6007 \begin_layout Plain Layout
6008 というコマンドを挿入する方法があります.
6009 \end_layout
6010
6011 \begin_layout Plain Layout
6012 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
6013 \end_layout
6014
6015 \begin_layout Plain Layout
6016
6017 \series bold
6018
6019 \backslash
6020 let
6021 \backslash
6022 myEnd
6023 \backslash
6024 endlongtable
6025 \begin_inset Newline newline
6026 \end_inset
6027
6028
6029 \backslash
6030 renewcommand{
6031 \backslash
6032 endlongtable}{
6033 \backslash
6034 myEnd
6035 \backslash
6036 addtocounter{table}{-1}}
6037 \end_layout
6038
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \begin_layout Standard
6045 \begin_inset Note Greyedout
6046 status open
6047
6048 \begin_layout Plain Layout
6049
6050 \series bold
6051 【註2】
6052 \series default
6053 相互参照をリンクするために,
6054 \family sans
6055 文書設定
6056 \family default
6057 ダイアログの
6058 \family sans
6059 PDF特性
6060 \family default
6061
6062 \series bold
6063 hyperref
6064 \series default
6065
6066 \begin_inset Index idx
6067 status collapsed
6068
6069 \begin_layout Plain Layout
6070 \SpecialChar LaTeX
6071 ぱっけーじ@\SpecialChar LaTeX
6072 パッケージ ! hyperref
6073 \end_layout
6074
6075 \end_inset
6076
6077 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6078 \end_layout
6079
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \begin_layout Subsubsection
6086 多頁表への参照
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 たへえしひよう@多頁表 ! さんしよう@参照
6092 \end_layout
6093
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \begin_layout Standard
6100 \begin_inset Tabular
6101 <lyxtabular version="3" rows="6" columns="5">
6102 <features islongtable="true" longtabularalignment="center">
6103 <column alignment="center" valignment="top">
6104 <column alignment="center" valignment="top">
6105 <column alignment="center" valignment="top">
6106 <column alignment="center" valignment="top">
6107 <column alignment="center" valignment="top">
6108 <row endfirsthead="true" caption="true">
6109 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Caption Standard
6114
6115 \begin_layout Plain Layout
6116 参照された多頁表
6117 \begin_inset CommandInset label
6118 LatexCommand label
6119 name "tab:参照例"
6120
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 1
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 2
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 3
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 4
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 5
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 いろは
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 いろは
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 いろは
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 いろは
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 いろは
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 いろは
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 いろは
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 いろは
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 いろは
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 いろは
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 いろは
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 </lyxtabular>
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Standard
6413 多頁表を参照するには,キャプションにラベルを挿入してください.
6414 \end_layout
6415
6416 \begin_layout Standard
6417 これは表
6418 \begin_inset CommandInset ref
6419 LatexCommand ref
6420 reference "tab:参照例"
6421
6422 \end_inset
6423
6424 への参照です.
6425 \end_layout
6426
6427 \begin_layout Standard
6428 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6429 パッケージの
6430 \series bold
6431 caption
6432 \series default
6433
6434 \begin_inset Index idx
6435 status collapsed
6436
6437 \begin_layout Plain Layout
6438 \SpecialChar LaTeX
6439 ぱっけーじ@\SpecialChar LaTeX
6440 パッケージ ! caption
6441 \end_layout
6442
6443 \end_inset
6444
6445 を使用して設定することができます.第
6446 \begin_inset CommandInset ref
6447 LatexCommand ref
6448 reference "sec:キャプションの書式設定"
6449
6450 \end_inset
6451
6452 節をご覧下さい.
6453 \end_layout
6454
6455 \begin_layout Subsubsection
6456 キャプションの幅
6457 \begin_inset Index idx
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6462 \end_layout
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470 キャプション行の最大長は,長さ
6471 \series bold
6472
6473 \backslash
6474 LTcapwidth
6475 \series default
6476 によって指定することができます.既定値は4
6477 \begin_inset space \thinspace{}
6478 \end_inset
6479
6480 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6481 コードとして
6482 \end_layout
6483
6484 \begin_layout Standard
6485
6486 \series bold
6487
6488 \backslash
6489 setlength{
6490 \backslash
6491 LTcapwidth}{幅}
6492 \end_layout
6493
6494 \begin_layout Standard
6495 というコマンドを書き加えて下さい.ここで「幅」には,付録
6496 \begin_inset CommandInset ref
6497 LatexCommand ref
6498 reference "cha:LyXで使用できる単位"
6499
6500 \end_inset
6501
6502 に挙げられている単位を取ることができます.
6503 \end_layout
6504
6505 \begin_layout Standard
6506 以下の各表で違いを示します.
6507 \end_layout
6508
6509 \begin_layout Standard
6510 \begin_inset Tabular
6511 <lyxtabular version="3" rows="6" columns="5">
6512 <features islongtable="true" longtabularalignment="center">
6513 <column alignment="center" valignment="top">
6514 <column alignment="center" valignment="top">
6515 <column alignment="center" valignment="top">
6516 <column alignment="center" valignment="top">
6517 <column alignment="center" valignment="top">
6518 <row endfirsthead="true" caption="true">
6519 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 \begin_inset Caption Standard
6524
6525 \begin_layout Plain Layout
6526 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6527 \begin_inset Argument 1
6528 status collapsed
6529
6530 \begin_layout Plain Layout
6531 既定幅のキャプション
6532 \end_layout
6533
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \end_inset
6540
6541
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 </row>
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 1
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 2
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 3
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 4
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 5
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 いろは
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 いろは
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 </row>
6677 <row>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 いろは
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 いろは
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 </row>
6724 <row>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 いろは
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 いろは
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 </row>
6771 <row>
6772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 いろは
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 いろは
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 いろは
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 いろは
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 いろは
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 </row>
6818 </lyxtabular>
6819
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \begin_layout Standard
6826 \begin_inset ERT
6827 status collapsed
6828
6829 \begin_layout Plain Layout
6830
6831
6832 \backslash
6833 setlength{
6834 \backslash
6835 LTcapwidth}{5cm}
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \begin_inset Tabular
6842 <lyxtabular version="3" rows="6" columns="5">
6843 <features islongtable="true" longtabularalignment="center">
6844 <column alignment="center" valignment="top">
6845 <column alignment="center" valignment="top">
6846 <column alignment="center" valignment="top">
6847 <column alignment="center" valignment="top">
6848 <column alignment="center" valignment="top">
6849 <row endfirsthead="true" caption="true">
6850 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 \begin_inset Caption Standard
6855
6856 \begin_layout Plain Layout
6857 5
6858 \begin_inset space \thinspace{}
6859 \end_inset
6860
6861 cm幅のなが〜いフルタイトル・5
6862 \begin_inset space \thinspace{}
6863 \end_inset
6864
6865 cm幅のなが〜いフルタイトル・5
6866 \begin_inset space \thinspace{}
6867 \end_inset
6868
6869 cm幅のなが〜いフルタイトル
6870 \begin_inset Argument 1
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874 5
6875 \begin_inset space \thinspace{}
6876 \end_inset
6877
6878 cm幅のキャプション
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 <row>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 1
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 2
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 3
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 4
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 5
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 <row>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 いろは
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 いろは
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 いろは
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 いろは
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 いろは
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 いろは
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 <row>
7119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 いろは
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 いろは
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 いろは
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 いろは
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 いろは
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 </row>
7165 </lyxtabular>
7166
7167 \end_inset
7168
7169
7170 \end_layout
7171
7172 \begin_layout Standard
7173 \begin_inset ERT
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177
7178
7179 \backslash
7180 setlength{
7181 \backslash
7182 LTcapwidth}{4in}
7183 \end_layout
7184
7185 \end_inset
7186
7187
7188 \end_layout
7189
7190 \begin_layout Standard
7191 \begin_inset Note Greyedout
7192 status open
7193
7194 \begin_layout Plain Layout
7195
7196 \series bold
7197 【註】
7198 \series default
7199 この文書のように\SpecialChar LaTeX
7200 パッケージの
7201 \series bold
7202 caption
7203 \series default
7204
7205 \begin_inset Index idx
7206 status collapsed
7207
7208 \begin_layout Plain Layout
7209 \SpecialChar LaTeX
7210 ぱっけーじ@\SpecialChar LaTeX
7211 パッケージ ! caption
7212 \end_layout
7213
7214 \end_inset
7215
7216 を使用している時には,
7217 \series bold
7218
7219 \backslash
7220 LTcapwidth
7221 \series default
7222 に既定値の4
7223 \begin_inset space \thinspace{}
7224 \end_inset
7225
7226 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7227 \begin_inset space \thinspace{}
7228 \end_inset
7229
7230 in幅のキャプションを作るには,3.99
7231 \begin_inset space \thinspace{}
7232 \end_inset
7233
7234 inのように4.0
7235 \begin_inset space \thinspace{}
7236 \end_inset
7237
7238 inと少し違う値を指定するか,
7239 \series bold
7240 caption
7241 \series default
7242 パッケージが提供している
7243 \series bold
7244
7245 \backslash
7246 captionsetup{width=値}
7247 \series default
7248 という\SpecialChar LaTeX
7249 コマンドを用いる方法があります.
7250 \end_layout
7251
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \begin_layout Subsubsection
7258 表の各ページごとに異なるキャプション
7259 \begin_inset Index idx
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7264 \end_layout
7265
7266 \end_inset
7267
7268
7269 \end_layout
7270
7271 \begin_layout Standard
7272 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7273 依存メニューから
7274 \family sans
7275 キャプション(無番多頁表)
7276 \family default
7277 を選択してください.表
7278 \begin_inset CommandInset ref
7279 LatexCommand ref
7280 reference "tab:別キャプション"
7281
7282 \end_inset
7283
7284 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7285 \end_layout
7286
7287 \begin_layout Standard
7288 \align center
7289 \begin_inset Tabular
7290 <lyxtabular version="3" rows="59" columns="3">
7291 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7292 <column alignment="left" valignment="top" width="0cm">
7293 <column alignment="left" valignment="top" width="0pt">
7294 <column alignment="center" valignment="top" width="0pt">
7295 <row endfirsthead="true" caption="true">
7296 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 \begin_inset Caption Standard
7301
7302 \begin_layout Plain Layout
7303 例示用電話帳
7304 \begin_inset CommandInset label
7305 LatexCommand label
7306 name "tab:別キャプション"
7307
7308 \end_inset
7309
7310
7311 \begin_inset Argument 1
7312 status collapsed
7313
7314 \begin_layout Plain Layout
7315 例示用電話帳
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \end_layout
7322
7323 \end_inset
7324
7325
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row endfirsthead="true">
7350 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \series bold
7356 例示用電話帳(名前は無視の事)
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 </row>
7380 <row endfirsthead="true">
7381 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385
7386 \series bold
7387 氏名
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405
7406 \series bold
7407 TEL.
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 </row>
7413 <row endhead="true">
7414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423
7424 \backslash
7425 caption*{例示用電話帳の続き}
7426 \backslash
7427
7428 \backslash
7429 %
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row endhead="true">
7459 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \series bold
7465 例示用電話帳
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row endhead="true">
7490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \series bold
7496 氏名
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \series bold
7516 TEL.
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 </row>
7522 <row endfoot="true">
7523 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 次頁に続く
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556
7557 \series bold
7558 Annovi
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 Silvia
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 111
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row>
7583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Bertoli
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 Stefano
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 111
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 Bozzi
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 Walter
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 111
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 </row>
7644 <row>
7645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649
7650 \series bold
7651 Cachia
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 Maria
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 111
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 </row>
7675 <row>
7676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680
7681 \series bold
7682 Cachia
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 Maurizio
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 111
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \series bold
7713 Cinquemani
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 Giusi
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 111
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \series bold
7744 Colin
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 Bernard
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762 111
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 Concli
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 Gianfranco
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793 111
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 Dal Bosco
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 Carolina
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 111
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 Dalpiaz
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 Annamaria
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 111
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \series bold
7868 Feliciello
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 Domenico
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 111
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 Focarelli
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 Paola
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 111
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 Galletti
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 Oreste
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 111
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959
7960 \series bold
7961 Gasparini
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 Franca
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 111
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Rizzardi
7993 \series default
7994
7995 \begin_inset Foot
7996 status collapsed
7997
7998 \begin_layout Plain Layout
7999 例示用脚註
8000 \end_layout
8001
8002 \end_inset
8003
8004
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Paola
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Lassini
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Giancarlo
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Malfatti
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Luciano
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Malfatti
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Valeriano
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Meneguzzo
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Roberto
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Mezzadra
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Roberto
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Pirpamer
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Erich
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Pochiesa
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Paolo
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111, 222
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Radina
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Claudio
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Stuffer
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Oskar
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Tacchelli
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Ugo
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Tezzele
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Margit
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Unterkalmsteiner
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Frieda
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Vieider
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Hilde
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Vigna
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Jürgen
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Weber
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Maurizio
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Winkler
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Franz
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529  
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Annovi
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Silvia
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 555
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \series bold
8591 Bertoli
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Stefano
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 555
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \series bold
8622 Bozzi
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Walter
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 555
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Cachia
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Maria
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 555
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Cachia
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Maurizio
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 555
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \series bold
8715 Cinquemani
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Giusi
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 555
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746 Colin
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Bernard
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 555
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \series bold
8777 Concli
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Gianfranco
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 555
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Dal Bosco
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Carolina
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 555
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Dalpiaz
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Annamaria
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 555
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Feliciello
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Domenico
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 555
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Focarelli
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Paola
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 555
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Galletti
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Oreste
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 555
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Gasparini
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Franca
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 555
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Rizzardi
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Paola
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 555
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Lassini
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Giancarlo
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 555
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Malfatti
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Luciano
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 555
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Malfatti
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Valeriano
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Meneguzzo
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Roberto
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Mezzadra
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Roberto
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 </lyxtabular>
9174
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \begin_layout Section
9181 多頁表にまつわる諸点
9182 \begin_inset CommandInset label
9183 LatexCommand label
9184 name "sec:多頁表にまつわる諸点"
9185
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \begin_layout Subsection
9192 多頁表の計算
9193 \begin_inset Index idx
9194 status collapsed
9195
9196 \begin_layout Plain Layout
9197 たへえしひよう@多頁表 ! けいさん@計算
9198 \end_layout
9199
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \begin_layout Standard
9206 \SpecialChar LaTeX
9207 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9208 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9209 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9210 \end_layout
9211
9212 \begin_layout Standard
9213
9214 \series bold
9215
9216 \backslash
9217 setcounter{LTchunksize}{100}
9218 \end_layout
9219
9220 \begin_layout Standard
9221 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9222 \end_layout
9223
9224 \begin_layout Subsection
9225 フロートと多頁表
9226 \begin_inset Index idx
9227 status collapsed
9228
9229 \begin_layout Plain Layout
9230 たへえしひよう@多頁表 ! ふろおと@フロート
9231 \end_layout
9232
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \begin_layout Standard
9239 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9240 \series bold
9241
9242 \backslash
9243 clearpage
9244 \series default
9245 コマンドを多頁表の前に\SpecialChar TeX
9246 コードとして書き加えてください.
9247 \end_layout
9248
9249 \begin_layout Subsection
9250 強制改頁
9251 \begin_inset Index idx
9252 status collapsed
9253
9254 \begin_layout Plain Layout
9255 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9256 \end_layout
9257
9258 \end_inset
9259
9260
9261 \end_layout
9262
9263 \begin_layout Standard
9264 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9265 コードで改行コマンド「
9266 \series bold
9267
9268 \backslash
9269
9270 \backslash
9271
9272 \series default
9273 」を挿入します.
9274 \series bold
9275
9276 \backslash
9277
9278 \backslash
9279
9280 \series default
9281 コマンドの前には,現セルよりも右にある列数と同じ数の「
9282 \series bold
9283 &
9284 \series default
9285 」文字を,\SpecialChar TeX
9286 コードで挿入してやる必要があります.この
9287 \series bold
9288 &
9289 \series default
9290 は,表セルの区切り文字です.各
9291 \series bold
9292 &
9293 \series default
9294 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9295 コードで書き込み,右側のセルの内容は削除してください.
9296 \begin_inset Newline newline
9297 \end_inset
9298
9299
9300 \series bold
9301
9302 \backslash
9303
9304 \backslash
9305
9306 \series default
9307 コマンドの後ろには,現在列の左側にある列数と同じ数の
9308 \series bold
9309 &
9310 \series default
9311 文字を挿入してください.表
9312 \begin_inset CommandInset ref
9313 LatexCommand ref
9314 reference "tab:強制改頁"
9315
9316 \end_inset
9317
9318 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9319 \end_layout
9320
9321 \begin_layout Standard
9322
9323 \series bold
9324 & 111
9325 \backslash
9326
9327 \backslash
9328  
9329 \backslash
9330 newpage
9331 \begin_inset Newline newline
9332 \end_inset
9333
9334 &
9335 \end_layout
9336
9337 \begin_layout Standard
9338 というコマンドが,セル中「
9339 \emph on
9340 Castelchiodato,
9341 \emph default
9342 」の後に\SpecialChar TeX
9343 コードとして挿入してあります.
9344 \end_layout
9345
9346 \begin_layout Standard
9347 同一行3列目の「111」は削除してあります.
9348 \series bold
9349
9350 \backslash
9351 newpage
9352 \series default
9353 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9354 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9355 \end_layout
9356
9357 \begin_layout Standard
9358
9359 \series bold
9360 & 111
9361 \backslash
9362
9363 \backslash
9364
9365 \begin_inset Newline newline
9366 \end_inset
9367
9368
9369 \backslash
9370 hline &
9371 \end_layout
9372
9373 \begin_layout Standard
9374 というコマンドを使用して下さい.
9375 \end_layout
9376
9377 \begin_layout Standard
9378 改頁をしたいセルが最右列にある場合には,
9379 \end_layout
9380
9381 \begin_layout Standard
9382
9383 \series bold
9384
9385 \backslash
9386 setlength{
9387 \backslash
9388 parfillskip}{0pt}
9389 \end_layout
9390
9391 \begin_layout Standard
9392 というコマンドを当該セルの初めに\SpecialChar TeX
9393 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9394 \end_layout
9395
9396 \begin_layout Standard
9397 \align center
9398 \begin_inset Tabular
9399 <lyxtabular version="3" rows="38" columns="3">
9400 <features islongtable="true" longtabularalignment="center">
9401 <column alignment="left" valignment="top" width="0pt">
9402 <column alignment="left" valignment="top" width="3cm">
9403 <column alignment="center" valignment="top" width="0pt">
9404 <row endfirsthead="true" caption="true">
9405 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 \begin_inset Caption Standard
9410
9411 \begin_layout Plain Layout
9412 表セル内で強制改頁をしている表
9413 \begin_inset CommandInset label
9414 LatexCommand label
9415 name "tab:強制改頁"
9416
9417 \end_inset
9418
9419
9420 \begin_inset Argument 1
9421 status collapsed
9422
9423 \begin_layout Plain Layout
9424 表セル内で強制改頁をしている表
9425 \end_layout
9426
9427 \end_inset
9428
9429
9430 \end_layout
9431
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row endfirsthead="true">
9459 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \series bold
9465 例示用電話帳(氏名は無視の事)
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row endfirsthead="true">
9490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 氏名
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \series bold
9516 TEL.
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 </row>
9522 <row endhead="true" caption="true">
9523 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527 \begin_inset Caption Unnumbered
9528
9529 \begin_layout Plain Layout
9530 例示用電話帳の続き
9531 \end_layout
9532
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row endhead="true">
9560 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 例示用電話帳
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row endhead="true">
9589 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 氏名
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \series bold
9615 TEL.
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row endfoot="true">
9622 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 次頁に続く
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 Annovi
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Silvia
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 111
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 Bertoli
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 Stefano
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 111
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719 Bozzi
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Walter
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 111
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \series bold
9750 Cachia
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Maria
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 111
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \series bold
9781 Cachia
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 Maurizio
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 111
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 Cinquemani
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 Giusi
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 111
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \series bold
9843 Colin
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 Bernard
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 111
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Concli
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 Gianfranco
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 111
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row>
9899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 Dal Bosco
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 Carolina
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 111
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \series bold
9936 Dalpiaz
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Annamaria
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 111
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Feliciello
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Domenico
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 111
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Focarelli
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Paola
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 111
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Galletti
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Oreste
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 111
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Gasparini
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Franca
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 111
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 Lassini
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Giancarlo
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 111
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Malfatti
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Luciano
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Malfatti
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Valeriano
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Meneguzzo
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Roberto
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Mezzadra
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Roberto
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Pirpamer
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Erich
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Pochiesa
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Paolo
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111, 222
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Radina
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Claudio
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Rizzardi
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Paolo, 11.
10349  Fürst von Montecompatri, 11.
10350  Fürst von Sulmona und Vivaro, 10.
10351  Fürst von Rossano, 5.
10352  Herzog von Canemorte, 11.
10353  Herzog von Palombara, 5.
10354  Herzog von Castelchiodato,
10355 \begin_inset ERT
10356 status collapsed
10357
10358 \begin_layout Plain Layout
10359
10360 & 111
10361 \backslash
10362
10363 \backslash
10364  
10365 \backslash
10366 newpage
10367 \end_layout
10368
10369 \begin_layout Plain Layout
10370
10371 &
10372 \end_layout
10373
10374 \end_inset
10375
10376  11.
10377  Herzog von Poggionativo, 11.
10378  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10379  Graf von Valinfreda, 11.
10380  Baron von Cropalati, 11.
10381  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Stuffer
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Oskar
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 111
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Tacchelli
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Ugo
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Tezzele
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Margit
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Unterkalmsteiner
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Frieda
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 111
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \series bold
10527 Vieider
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Hilde
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 111
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Vigna
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Jürgen
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Weber
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Maurizio
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Winkler
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Franz
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 111
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 </lyxtabular>
10645
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \begin_layout Section
10652 複数行・連結列・連結行
10653 \end_layout
10654
10655 \begin_layout Subsection
10656 表セル内の複数行
10657 \begin_inset CommandInset label
10658 LatexCommand label
10659 name "subsec:複数行"
10660
10661 \end_inset
10662
10663
10664 \begin_inset Index idx
10665 status collapsed
10666
10667 \begin_layout Plain Layout
10668 ひょうせるないのふくすうぎょう@表セル内の複数行
10669 \end_layout
10670
10671 \end_inset
10672
10673
10674 \begin_inset Index idx
10675 status collapsed
10676
10677 \begin_layout Plain Layout
10678 ひょう@表 ! かいぎょう@改行
10679 \end_layout
10680
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \begin_layout Standard
10687 \noindent
10688 \begin_inset Float table
10689 placement H
10690 wide false
10691 sideways false
10692 status open
10693
10694 \begin_layout Plain Layout
10695 \begin_inset Caption Standard
10696
10697 \begin_layout Plain Layout
10698 \begin_inset CommandInset label
10699 LatexCommand label
10700 name "tab:複数行表"
10701
10702 \end_inset
10703
10704 セル内に複数の行がある表
10705 \end_layout
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \begin_layout Plain Layout
10713 \align center
10714 \begin_inset Tabular
10715 <lyxtabular version="3" rows="3" columns="3">
10716 <features tabularvalignment="middle">
10717 <column alignment="center" valignment="middle" width="2.5cm">
10718 <column alignment="center" valignment="middle">
10719 <column alignment="center" valignment="middle">
10720 <row>
10721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 複数の
10726 \begin_inset Newline linebreak
10727 \end_inset
10728
10729
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 </lyxtabular>
10812
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \begin_layout Standard
10824 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10825 \end_layout
10826
10827 \begin_layout Standard
10828
10829 \begin_inset CommandInset ref
10830 LatexCommand ref
10831 reference "tab:複数行表"
10832
10833 \end_inset
10834
10835 を生成するには,まず3
10836 \begin_inset Formula $\times$
10837 \end_inset
10838
10839 3表を作り,最初のセルを右クリックして現れるメニューから,
10840 \family sans
10841 設定
10842 \family default
10843 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10844 \begin_inset space \thinspace{}
10845 \end_inset
10846
10847 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10848 \begin_inset space \thinspace{}
10849 \end_inset
10850
10851 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10852 \begin_inset Flex Ruby
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856 捷径
10857 \begin_inset Argument post:1
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861 ショートカット
10862 \end_layout
10863
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \end_inset
10870
10871
10872 \begin_inset Info
10873 type  "shortcut"
10874 arg   "newline-insert linebreak"
10875 \end_inset
10876
10877 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10878 \end_layout
10879
10880 \begin_layout Standard
10881 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10882 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10883 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10884 \begin_inset space \thinspace{}
10885 \end_inset
10886
10887 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10888 \begin_inset CommandInset ref
10889 LatexCommand ref
10890 reference "tab:ハイフネーション表"
10891
10892 \end_inset
10893
10894 が違いを示しています
10895 \begin_inset Foot
10896 status open
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 【訳註】
10902 \series default
10903 p\SpecialChar LaTeX
10904 を使用している場合,日本語の文章は正しく改行されます.
10905 \end_layout
10906
10907 \end_inset
10908
10909
10910 \end_layout
10911
10912 \begin_layout Standard
10913 \begin_inset Float table
10914 placement h
10915 wide false
10916 sideways false
10917 status open
10918
10919 \begin_layout Plain Layout
10920 \begin_inset Caption Standard
10921
10922 \begin_layout Plain Layout
10923 \begin_inset CommandInset label
10924 LatexCommand label
10925 name "tab:ハイフネーション表"
10926
10927 \end_inset
10928
10929 ハイフネーション有/無の表
10930 \end_layout
10931
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \begin_layout Plain Layout
10938 \begin_inset space \hfill{}
10939 \end_inset
10940
10941
10942 \begin_inset Tabular
10943 <lyxtabular version="3" rows="3" columns="3">
10944 <features tabularvalignment="middle">
10945 <column alignment="center" valignment="middle" width="2.5cm">
10946 <column alignment="center" valignment="middle">
10947 <column alignment="center" valignment="middle">
10948 <row>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 verylongtablecellword
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 </lyxtabular>
11036
11037 \end_inset
11038
11039
11040 \begin_inset space \hfill{}
11041 \end_inset
11042
11043
11044 \begin_inset Tabular
11045 <lyxtabular version="3" rows="3" columns="3">
11046 <features tabularvalignment="middle">
11047 <column alignment="center" valignment="middle" width="2.5cm">
11048 <column alignment="center" valignment="middle">
11049 <column alignment="center" valignment="middle">
11050 <row>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 \begin_inset space \hspace{}
11056 \length 0pt
11057 \end_inset
11058
11059 verylongtablecellword
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 </row>
11112 <row>
11113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 </lyxtabular>
11142
11143 \end_inset
11144
11145
11146 \begin_inset space \hfill{}
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Subsection
11158 連結列
11159 \begin_inset CommandInset label
11160 LatexCommand label
11161 name "subsec:連結列"
11162
11163 \end_inset
11164
11165
11166 \begin_inset Index idx
11167 status collapsed
11168
11169 \begin_layout Plain Layout
11170 れんけつれつ@連結列
11171 \end_layout
11172
11173 \end_inset
11174
11175
11176 \begin_inset Index idx
11177 status collapsed
11178
11179 \begin_layout Plain Layout
11180 ひょう@表 ! れんけつれつ@連結列
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Subsubsection
11189 連結列の基礎
11190 \end_layout
11191
11192 \begin_layout Standard
11193 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11194 \family sans
11195
11196 \begin_inset Info
11197 type  "icon"
11198 arg   "tabular-feature multicolumn"
11199 \end_inset
11200
11201
11202 \family default
11203 を押すか,
11204 \family sans
11205 編集\SpecialChar menuseparator
11206 表\SpecialChar menuseparator
11207 連結列
11208 \family default
11209 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11210 \family sans
11211 連結列
11212 \family default
11213 を有効にするかしてください.
11214 \end_layout
11215
11216 \begin_layout Standard
11217 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11218 ,最下行に上罫線のない連結行がある表の例です.
11219 \end_layout
11220
11221 \begin_layout Standard
11222 \align center
11223 \begin_inset Tabular
11224 <lyxtabular version="3" rows="3" columns="4">
11225 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11226 <column alignment="center" valignment="top" width="0pt">
11227 <column alignment="center" valignment="middle">
11228 <column alignment="center" valignment="top" width="0in">
11229 <column alignment="center" valignment="top" width="0pt">
11230 <row>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 いろは
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 にほへとちり
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 ぬるを
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 <row>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 </row>
11344 </lyxtabular>
11345
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \begin_layout Subsubsection
11352 連結列の計算
11353 \begin_inset CommandInset label
11354 LatexCommand label
11355 name "subsec:連結列の計算"
11356
11357 \end_inset
11358
11359
11360 \begin_inset Index idx
11361 status collapsed
11362
11363 \begin_layout Plain Layout
11364 れんけつれつ@連結列 ! けいさん@計算
11365 \end_layout
11366
11367 \end_inset
11368
11369
11370 \end_layout
11371
11372 \begin_layout Standard
11373 \SpecialChar LyX
11374 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11375 \end_layout
11376
11377 \begin_layout Standard
11378 \begin_inset Float table
11379 placement h
11380 wide false
11381 sideways false
11382 status open
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Caption Standard
11386
11387 \begin_layout Plain Layout
11388 \begin_inset CommandInset label
11389 LatexCommand label
11390 name "tab:中央揃え表"
11391
11392 \end_inset
11393
11394 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11395 \begin_inset Argument 1
11396 status collapsed
11397
11398 \begin_layout Plain Layout
11399 完全なる連結列表
11400 \end_layout
11401
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \begin_layout Plain Layout
11413 \align center
11414 \begin_inset Tabular
11415 <lyxtabular version="3" rows="3" columns="3">
11416 <features tabularvalignment="middle">
11417 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11418 <column alignment="center" valignment="middle">
11419 <column alignment="center" valignment="top">
11420 <row>
11421 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 複数行にわたる連結列
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \begin_layout Standard
11520 たとえば,表
11521 \begin_inset CommandInset ref
11522 LatexCommand ref
11523 reference "tab:中央揃え表"
11524
11525 \end_inset
11526
11527 を生成するには,3
11528 \begin_inset Formula $\times$
11529 \end_inset
11530
11531 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11532 \family sans
11533 設定
11534 \family default
11535 を選択します.そして現れる表の設定ダイアログで,このセルを
11536 \emph on
11537 連結列
11538 \emph default
11539
11540 \emph on
11541 中央揃え
11542 \emph default
11543 ,2.5
11544 \begin_inset space \thinspace{}
11545 \end_inset
11546
11547 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11548 \begin_inset space \thinspace{}
11549 \end_inset
11550
11551 cm幅に設定します.すると第二列は自動的に1.25
11552 \begin_inset space \thinspace{}
11553 \end_inset
11554
11555 cm幅(連結列幅マイナス第一列の幅)になります.表
11556 \begin_inset CommandInset ref
11557 LatexCommand ref
11558 reference "tab:半分でない表"
11559
11560 \end_inset
11561
11562 もこのようにして作成してあります.
11563 \end_layout
11564
11565 \begin_layout Standard
11566 \begin_inset Float table
11567 wide false
11568 sideways false
11569 status open
11570
11571 \begin_layout Plain Layout
11572 \begin_inset Caption Standard
11573
11574 \begin_layout Plain Layout
11575 \begin_inset CommandInset label
11576 LatexCommand label
11577 name "tab:半分でない表"
11578
11579 \end_inset
11580
11581 連結セルの下の列が正確に半分になっていない表
11582 \begin_inset Argument 1
11583 status collapsed
11584
11585 \begin_layout Plain Layout
11586 不完全な連結列表
11587 \end_layout
11588
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Plain Layout
11600 \align center
11601 \begin_inset Tabular
11602 <lyxtabular version="3" rows="3" columns="3">
11603 <features tabularvalignment="middle">
11604 <column alignment="center" valignment="top" width="1.25cm">
11605 <column alignment="center" valignment="top">
11606 <column alignment="center" valignment="top">
11607 <row>
11608 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 複数行にわたる連結列
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 <row>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 </row>
11694 </lyxtabular>
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \begin_layout Standard
11707 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11708 指定したセル幅
11709 \begin_inset Formula $W_{\text{指}}$
11710 \end_inset
11711
11712 がセルの全幅
11713 \begin_inset Formula $W_{\text{全}}$
11714 \end_inset
11715
11716 と等しくならないためです.付録
11717 \begin_inset CommandInset ref
11718 LatexCommand ref
11719 reference "cha:式の説明"
11720
11721 \end_inset
11722
11723 がこの事情を詳細に説明しています.
11724 \end_layout
11725
11726 \begin_layout Standard
11727
11728 \emph on
11729 n
11730 \emph default
11731 列を連結する際,各列の全幅が
11732 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11733 \end_inset
11734
11735 となるために必要な指定幅
11736 \begin_inset Formula $W_{\text{指}:n}$
11737 \end_inset
11738
11739 は,
11740 \begin_inset Formula 
11741 \begin{equation}
11742 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11743 \end{equation}
11744
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Standard
11751 で計算することができます.上記の例では
11752 \begin_inset Formula $n=2$
11753 \end_inset
11754
11755 かつ
11756 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11757 \end_inset
11758
11759 cmかつ長さは既定値ですから,第
11760 \begin_inset CommandInset ref
11761 LatexCommand ref
11762 reference "eq:Wgn"
11763
11764 \end_inset
11765
11766 式は
11767 \begin_inset Formula 
11768 \begin{equation}
11769 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11770 \end{equation}
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 となります.\SpecialChar LaTeX
11779 中で計算を可能にするには,文書プリアンブル行に
11780 \end_layout
11781
11782 \begin_layout Standard
11783
11784 \series bold
11785
11786 \backslash
11787 usepackage{calc}
11788 \end_layout
11789
11790 \begin_layout Standard
11791 と書いて,\SpecialChar LaTeX
11792 パッケージ
11793 \series bold
11794 calc
11795 \series default
11796
11797 \begin_inset Index idx
11798 status collapsed
11799
11800 \begin_layout Plain Layout
11801 \SpecialChar LaTeX
11802 ぱっけーじ@\SpecialChar LaTeX
11803 パッケージ ! calc
11804 \end_layout
11805
11806 \end_inset
11807
11808 を読み込まなくてはなりません.\SpecialChar LyX
11809 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11810 の引数欄に書き込むことによって
11811 列を整形しなくてはなりません.以下は,その引数の概要です.
11812 \end_layout
11813
11814 \begin_layout Itemize
11815
11816 \series bold
11817 p{幅}
11818 \series default
11819 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11820 \end_layout
11821
11822 \begin_layout Itemize
11823
11824 \series bold
11825 m{幅}
11826 \series default
11827 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11828 \end_layout
11829
11830 \begin_layout Itemize
11831
11832 \series bold
11833 b{幅}
11834 \series default
11835 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \SpecialChar LaTeX
11840 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11841 \end_layout
11842
11843 \begin_layout Standard
11844 \begin_inset Note Greyedout
11845 status open
11846
11847 \begin_layout Plain Layout
11848
11849 \series bold
11850 【註】
11851 \series default
11852 バグのせいで,\SpecialChar LyX
11853 は無効にされた設定も表示してしまいます.
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Standard
11862 文章を水平方向中央揃えにしたいので,
11863 \series bold
11864
11865 \backslash
11866 centering
11867 \series default
11868 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11869 変数を,最初の被連結列に入れます.
11870 \end_layout
11871
11872 \begin_layout Standard
11873
11874 \series bold
11875 >{
11876 \backslash
11877 centering}m{1.25cm-6.2pt}
11878 \end_layout
11879
11880 \begin_layout Standard
11881
11882 \series bold
11883 >{ }
11884 \series default
11885 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11886 \end_layout
11887
11888 \begin_layout Standard
11889 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11890 は揃えを一列分のみに適用するためです.したがって
11891 ,連結セルには
11892 \end_layout
11893
11894 \begin_layout Standard
11895
11896 \series bold
11897 >{
11898 \backslash
11899 centering}m{2.5cm}
11900 \end_layout
11901
11902 \begin_layout Standard
11903 という\SpecialChar LaTeX
11904 変数を指定しなくてはなりません.
11905 \end_layout
11906
11907 \begin_layout Subsection
11908 連結行
11909 \begin_inset CommandInset label
11910 LatexCommand label
11911 name "subsec:連結行"
11912
11913 \end_inset
11914
11915
11916 \begin_inset Index idx
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920 れんけつぎょう@連結行
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \begin_inset Index idx
11927 status collapsed
11928
11929 \begin_layout Plain Layout
11930 ひょう@表 ! れんけつぎょう@連結行
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \begin_layout Standard
11939 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11940 \family sans
11941
11942 \begin_inset Info
11943 type  "icon"
11944 arg   "tabular-feature multirow"
11945 \end_inset
11946
11947
11948 \family default
11949 を押すか,メニュー
11950 \family sans
11951 編集\SpecialChar menuseparator
11952 表\SpecialChar menuseparator
11953 連結行
11954 \family default
11955 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11956 \family sans
11957 \SpecialChar menuseparator
11958 連結行
11959 \family default
11960 を選んでください.
11961 \end_layout
11962
11963 \begin_layout Standard
11964 下記は一列目に連結列を適用した表の例です.
11965 \end_layout
11966
11967 \begin_layout Standard
11968 \align center
11969 \begin_inset Tabular
11970 <lyxtabular version="3" rows="3" columns="3">
11971 <features tabularvalignment="middle">
11972 <column alignment="center" valignment="top" width="0pt">
11973 <column alignment="center" valignment="top">
11974 <column alignment="center" valignment="top">
11975 <row>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 長いセル項目
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 </row>
12004 <row>
12005 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 連結列
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 </row>
12033 <row>
12034 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 </lyxtabular>
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12071 \family sans
12072 垂直オフセット
12073 \family default
12074 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12075 \end_layout
12076
12077 \begin_layout Standard
12078 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12079 \end_layout
12080
12081 \begin_layout Standard
12082
12083 \series bold
12084
12085 \backslash
12086 renewcommand{
12087 \backslash
12088 multirowsetup}{
12089 \backslash
12090 centering}
12091 \end_layout
12092
12093 \begin_layout Standard
12094 というコマンドを使用して,コマンド
12095 \series bold
12096
12097 \backslash
12098 multirowsetup
12099 \series default
12100 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12101 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12102 \series bold
12103
12104 \backslash
12105 centering
12106 \series default
12107 の代わりに
12108 \series bold
12109
12110 \backslash
12111 raggedleft
12112 \series default
12113 を使用して下さい.左揃えに戻すには,
12114 \series bold
12115
12116 \backslash
12117 raggedright
12118 \series default
12119 とします.
12120 \end_layout
12121
12122 \begin_layout Standard
12123 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12124 \end_layout
12125
12126 \begin_layout Standard
12127 \noindent
12128 \align center
12129 \begin_inset ERT
12130 status collapsed
12131
12132 \begin_layout Plain Layout
12133
12134
12135 \backslash
12136 renewcommand{
12137 \backslash
12138 multirowsetup}{
12139 \backslash
12140 raggedleft}
12141 \end_layout
12142
12143 \end_inset
12144
12145
12146 \begin_inset Tabular
12147 <lyxtabular version="3" rows="4" columns="3">
12148 <features tabularvalignment="middle">
12149 <column alignment="center" valignment="top" width="3cm">
12150 <column alignment="center" valignment="top">
12151 <column alignment="center" valignment="top">
12152 <row>
12153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 長いセル項目
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 <row>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row>
12211 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215 連結列
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 </row>
12239 <row>
12240 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Plain Layout
12244
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 </row>
12268 </lyxtabular>
12269
12270 \end_inset
12271
12272
12273 \begin_inset ERT
12274 status collapsed
12275
12276 \begin_layout Plain Layout
12277
12278
12279 \backslash
12280 renewcommand{
12281 \backslash
12282 multirowsetup}{
12283 \backslash
12284 raggedright}
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Standard
12293 連結行で新しい行に移るには,強制改行(
12294 \begin_inset Flex Ruby
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298 捷径
12299 \begin_inset Argument post:1
12300 status collapsed
12301
12302 \begin_layout Plain Layout
12303 ショートカット
12304 \end_layout
12305
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \end_inset
12312
12313
12314 \begin_inset Info
12315 type  "shortcut"
12316 arg   "newline-insert newline"
12317 \end_inset
12318
12319 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12320 \end_layout
12321
12322 \begin_layout Standard
12323 \noindent
12324 \align center
12325 \begin_inset Tabular
12326 <lyxtabular version="3" rows="3" columns="2">
12327 <features tabularvalignment="middle">
12328 <column alignment="left" valignment="middle" width="2cm">
12329 <column alignment="center" valignment="top">
12330 <row>
12331 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 いいい
12336 \begin_inset Newline newline
12337 \end_inset
12338
12339 いいい
12340 \begin_inset Newline newline
12341 \end_inset
12342
12343 おかしなセル
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352 ははは
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 </row>
12358 <row>
12359 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 ににに
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 </row>
12378 <row>
12379 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Plain Layout
12383 ろろろ
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 ほほほ
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 </row>
12398 </lyxtabular>
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 したがって,強制改行を使うのは注意が必要です.
12407 \end_layout
12408
12409 \begin_layout Subsection
12410 対角線付きのセル
12411 \end_layout
12412
12413 \begin_layout Standard
12414 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12415 パッケージの
12416 \series bold
12417 diagbox
12418 \series default
12419
12420 \begin_inset Index idx
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 \SpecialChar LaTeX
12425 ぱっけーじ@\SpecialChar LaTeX
12426 パッケージ ! diagbox
12427 \end_layout
12428
12429 \end_inset
12430
12431 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12432 \series bold
12433
12434 \backslash
12435 diagbox
12436 \series default
12437 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12438 コードで挿入します.
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
12451 \series bold
12452
12453 \backslash
12454 diagbox[オプション]{左下}{左上}{右上}
12455 \end_layout
12456
12457 \begin_layout Standard
12458 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12459 \end_layout
12460
12461 \begin_layout Standard
12462 \begin_inset ERT
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466
12467
12468 \backslash
12469 ifdiagbox
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \begin_inset Note Note
12476 status open
12477
12478 \begin_layout Plain Layout
12479 この節は,\SpecialChar LaTeX
12480 パッケージ
12481 \series bold
12482 diagbox
12483 \series default
12484 が導入済みの時のみ表示されます.
12485 \end_layout
12486
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \begin_layout Standard
12493 下記は,
12494 \series bold
12495
12496 \backslash
12497 diagbox
12498 \series default
12499 を第1セル中に2引数書式で使用した表の例です.
12500 \begin_inset VSpace medskip
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507 \noindent
12508 \begin_inset Tabular
12509 <lyxtabular version="3" rows="4" columns="4">
12510 <features tabularvalignment="middle">
12511 <column alignment="center" valignment="top">
12512 <column alignment="center" valignment="top">
12513 <column alignment="center" valignment="top">
12514 <column alignment="center" valignment="top">
12515 <row>
12516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525
12526 \backslash
12527 diagbox{
12528 \end_layout
12529
12530 \end_inset
12531
12532 名称
12533 \begin_inset ERT
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537
12538 }{
12539 \end_layout
12540
12541 \end_inset
12542
12543 パラメータ
12544 \begin_inset ERT
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548
12549 }
12550 \end_layout
12551
12552 \end_inset
12553
12554
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 厚み(nm)
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 透明度(%)
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 硬度(MPa)
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 <row>
12588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 Perfect Green
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 45
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 80
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 504
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 </row>
12625 <row>
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 Dark Multi-P
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 60
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 72
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 982
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 <row>
12664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 Crystal Clear Pro
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 18
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 86
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 374
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 </lyxtabular>
12702
12703 \end_inset
12704
12705
12706 \begin_inset VSpace medskip
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \begin_layout Standard
12713 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12714 \end_layout
12715
12716 \begin_layout Standard
12717 \noindent
12718 \align center
12719 \begin_inset Tabular
12720 <lyxtabular version="3" rows="4" columns="4">
12721 <features tabularvalignment="middle">
12722 <column alignment="center" valignment="top" width="0pt">
12723 <column alignment="center" valignment="top">
12724 <column alignment="center" valignment="top">
12725 <column alignment="center" valignment="top">
12726 <row>
12727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 \begin_inset ERT
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736
12737 \backslash
12738 diagbox{
12739 \end_layout
12740
12741 \end_inset
12742
12743 ホームチーム
12744 \begin_inset ERT
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748
12749 }{
12750 \end_layout
12751
12752 \end_inset
12753
12754 結果
12755 \begin_inset ERT
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759
12760 }{
12761 \end_layout
12762
12763 \end_inset
12764
12765 アウェイチーム
12766 \begin_inset ERT
12767 status collapsed
12768
12769 \begin_layout Plain Layout
12770
12771 }
12772 \end_layout
12773
12774 \end_inset
12775
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 Tigers
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 Panthers
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 Falcons
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 Tigers
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 1:3
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 0:1
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 </row>
12847 <row>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 Panthers
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 3:1
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 0:0
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 </row>
12885 <row>
12886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 Falcons
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 1:0
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 0:0
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 </row>
12923 </lyxtabular>
12924
12925 \end_inset
12926
12927
12928 \end_layout
12929
12930 \begin_layout Standard
12931 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12932 \end_layout
12933
12934 \begin_layout Standard
12935 \noindent
12936 \align center
12937 \begin_inset Tabular
12938 <lyxtabular version="3" rows="5" columns="5">
12939 <features tabularvalignment="middle">
12940 <column alignment="center" valignment="top" width="0pt">
12941 <column alignment="center" valignment="top">
12942 <column alignment="center" valignment="top">
12943 <column alignment="center" valignment="top">
12944 <column alignment="center" valignment="top">
12945 <row>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 \begin_inset ERT
12951 status open
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 diagbox{
12958 \end_layout
12959
12960 \end_inset
12961
12962 ホームチーム
12963 \begin_inset ERT
12964 status collapsed
12965
12966 \begin_layout Plain Layout
12967
12968 }{
12969 \end_layout
12970
12971 \end_inset
12972
12973 結果
12974 \begin_inset ERT
12975 status collapsed
12976
12977 \begin_layout Plain Layout
12978
12979 }{
12980 \end_layout
12981
12982 \end_inset
12983
12984 アウェイチーム
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990 }
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 Tigers
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 Panthers
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 Falcons
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 \begin_inset ERT
13032 status open
13033
13034 \begin_layout Plain Layout
13035
13036
13037 \backslash
13038 diagbox[dir=NE]{
13039 \end_layout
13040
13041 \end_inset
13042
13043 ホームチーム
13044 \begin_inset ERT
13045 status collapsed
13046
13047 \begin_layout Plain Layout
13048
13049 }{
13050 \end_layout
13051
13052 \end_inset
13053
13054 結果
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060 }{
13061 \end_layout
13062
13063 \end_inset
13064
13065 アウェイチーム
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071 }
13072 \end_layout
13073
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 </row>
13082 <row>
13083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 Tigers
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 1:3
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 0:1
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Tigers
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 </row>
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 Panthers
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 3:1
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 0:0
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 Panthers
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 </row>
13176 <row>
13177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 Falcons
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 1:0
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 0:0
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 Falcons
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 </row>
13223 <row>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 \begin_inset ERT
13229 status open
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 diagbox[dir=SW]{
13236 \end_layout
13237
13238 \end_inset
13239
13240 ホームチーム
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246 }{
13247 \end_layout
13248
13249 \end_inset
13250
13251 結果
13252 \begin_inset ERT
13253 status collapsed
13254
13255 \begin_layout Plain Layout
13256
13257 }{
13258 \end_layout
13259
13260 \end_inset
13261
13262 アウェイチーム
13263 \begin_inset ERT
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267
13268 }
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Tigers
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 Panthers
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 Falcons
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 \begin_inset ERT
13310 status open
13311
13312 \begin_layout Plain Layout
13313
13314
13315 \backslash
13316 diagbox[dir=SE]{
13317 \end_layout
13318
13319 \end_inset
13320
13321 ホームチーム
13322 \begin_inset ERT
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326
13327 }{
13328 \end_layout
13329
13330 \end_inset
13331
13332 結果
13333 \begin_inset ERT
13334 status collapsed
13335
13336 \begin_layout Plain Layout
13337
13338 }{
13339 \end_layout
13340
13341 \end_inset
13342
13343 アウェイチーム
13344 \begin_inset ERT
13345 status collapsed
13346
13347 \begin_layout Plain Layout
13348
13349 }
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 </lyxtabular>
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \begin_layout Standard
13368 対角線を廻すために,コマンドオプションとして
13369 \series bold
13370 dir=方角
13371 \series default
13372 を使用しています.
13373 \emph on
13374 方角
13375 \emph default
13376 は,
13377 \series bold
13378 NE
13379 \series default
13380
13381 \series bold
13382 SE
13383 \series default
13384
13385 \series bold
13386 SW
13387 \series default
13388
13389 \series bold
13390 NW
13391 \series default
13392 のいずれかで,コンパスでの位置を示します.例えば,
13393 \series bold
13394 SW
13395 \series default
13396 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13397 \end_layout
13398
13399 \begin_layout Standard
13400
13401 \series bold
13402
13403 \backslash
13404 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13405 \end_layout
13406
13407 \begin_layout Standard
13408 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13409 \end_layout
13410
13411 \begin_layout Standard
13412 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13413 います.
13414 \end_layout
13415
13416 \begin_layout Standard
13417 \noindent
13418 \align center
13419 \begin_inset Tabular
13420 <lyxtabular version="3" rows="2" columns="2">
13421 <features tabularvalignment="middle">
13422 <column alignment="center" valignment="top" width="3cm">
13423 <column alignment="center" valignment="top">
13424 <row>
13425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 \begin_inset ERT
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433
13434
13435 \backslash
13436 diagbox{
13437 \end_layout
13438
13439 \end_inset
13440
13441 名称
13442 \begin_inset ERT
13443 status collapsed
13444
13445 \begin_layout Plain Layout
13446
13447 }{
13448 \end_layout
13449
13450 \end_inset
13451
13452 パラメータ
13453 \begin_inset ERT
13454 status collapsed
13455
13456 \begin_layout Plain Layout
13457
13458 }
13459 \end_layout
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 厚み(nm)
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 </row>
13478 <row>
13479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 Perfect Green
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 45
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 </row>
13498 </lyxtabular>
13499
13500 \end_inset
13501
13502
13503 \end_layout
13504
13505 \begin_layout Standard
13506 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13507 \series bold
13508 width=3cm
13509 \series default
13510  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13511 \begin_inset space \thinspace{}
13512 \end_inset
13513
13514 cmに設定してあります.
13515 \series bold
13516
13517 \backslash
13518 diagbox
13519 \series default
13520 全体の幅は,本文幅(この場合は4
13521 \begin_inset space \thinspace{}
13522 \end_inset
13523
13524 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13525 \series bold
13526
13527 \backslash
13528 diagbox
13529 \series default
13530 には4
13531 \begin_inset space \thinspace{}
13532 \end_inset
13533
13534 cm + 2
13535 \begin_inset space \thinspace{}
13536 \end_inset
13537
13538
13539 \backslash
13540 tabcolsepの幅が必要です.幅の計算は,
13541 \series bold
13542
13543 \backslash
13544 diagbox
13545 \series default
13546 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13547 コードコマンドで
13548 \end_layout
13549
13550 \begin_layout Standard
13551
13552 \series bold
13553
13554 \backslash
13555 newlength{
13556 \backslash
13557 diagtest}
13558 \begin_inset Newline newline
13559 \end_inset
13560
13561
13562 \backslash
13563 setlength{
13564 \backslash
13565 diagtest}{4cm+2
13566 \backslash
13567 tabcolsep}
13568 \end_layout
13569
13570 \begin_layout Standard
13571 \begin_inset ERT
13572 status collapsed
13573
13574 \begin_layout Plain Layout
13575
13576
13577 \backslash
13578 newlength{
13579 \backslash
13580 diagtest}
13581 \end_layout
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 setlength{
13588 \backslash
13589 diagtest}{4cm+2
13590 \backslash
13591 tabcolsep}
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 とすれば実現できます.\SpecialChar LaTeX
13601 内で計算を行うには,文書プリアンブル中で
13602 \series bold
13603 calc
13604 \series default
13605
13606 \begin_inset Index idx
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610 \SpecialChar LaTeX
13611 ぱっけーじ@\SpecialChar LaTeX
13612 パッケージ ! calc
13613 \end_layout
13614
13615 \end_inset
13616
13617 パッケージを読み込んでおく必要があります.
13618 \end_layout
13619
13620 \begin_layout Standard
13621 さて,この表の第1セルで
13622 \end_layout
13623
13624 \begin_layout Standard
13625
13626 \series bold
13627
13628 \backslash
13629 diagbox[width=
13630 \backslash
13631 diagtest]{A}{B}
13632 \end_layout
13633
13634 \begin_layout Standard
13635 というコマンドを使用します.
13636 \end_layout
13637
13638 \begin_layout Standard
13639 \noindent
13640 \align center
13641 \begin_inset Tabular
13642 <lyxtabular version="3" rows="2" columns="2">
13643 <features tabularvalignment="middle">
13644 <column alignment="center" valignment="top" width="4cm">
13645 <column alignment="center" valignment="top">
13646 <row>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 \begin_inset ERT
13652 status open
13653
13654 \begin_layout Plain Layout
13655
13656
13657 \backslash
13658 diagbox[width=
13659 \backslash
13660 diagtest]{
13661 \end_layout
13662
13663 \end_inset
13664
13665 A
13666 \begin_inset ERT
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670
13671 }{
13672 \end_layout
13673
13674 \end_inset
13675
13676 B
13677 \begin_inset ERT
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681
13682 }
13683 \end_layout
13684
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 厚み (nm)
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row>
13703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Perfect Green
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 45
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 </row>
13722 </lyxtabular>
13723
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \begin_layout Standard
13730 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13731 \end_layout
13732
13733 \begin_layout Standard
13734 \noindent
13735 \align center
13736 \begin_inset Tabular
13737 <lyxtabular version="3" rows="2" columns="2">
13738 <features tabularvalignment="middle">
13739 <column alignment="center" valignment="top" width="0pt">
13740 <column alignment="center" valignment="top">
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751
13752 \backslash
13753 diagbox{
13754 \end_layout
13755
13756 \end_inset
13757
13758 A
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764 }{
13765 \end_layout
13766
13767 \end_inset
13768
13769 B
13770 \begin_inset ERT
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774
13775 }
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 厚み (nm)
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row>
13796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Perfect Green
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 45
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 </lyxtabular>
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \begin_layout Standard
13823 このような場合には,
13824 \series bold
13825
13826 \backslash
13827 diagbox
13828 \series default
13829 コマンドの
13830 \series bold
13831 width
13832 \series default
13833 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13834 \backslash
13835 tabcolsepを足す必要はなくなります.下記の表では,3
13836 \begin_inset space \thinspace{}
13837 \end_inset
13838
13839 cm幅を使用しています.
13840 \end_layout
13841
13842 \begin_layout Standard
13843 \noindent
13844 \align center
13845 \begin_inset Tabular
13846 <lyxtabular version="3" rows="2" columns="2">
13847 <features tabularvalignment="middle">
13848 <column alignment="center" valignment="top" width="0pt">
13849 <column alignment="center" valignment="top">
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset ERT
13856 status open
13857
13858 \begin_layout Plain Layout
13859
13860
13861 \backslash
13862 diagbox[width=3cm]{
13863 \end_layout
13864
13865 \end_inset
13866
13867 A
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873 }{
13874 \end_layout
13875
13876 \end_inset
13877
13878 B
13879 \begin_inset ERT
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883
13884 }
13885 \end_layout
13886
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 厚み (nm)
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 </row>
13904 <row>
13905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 Perfect Green
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 45
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 </lyxtabular>
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13933 \series bold
13934
13935 \backslash
13936 diagbox
13937 \series default
13938 にオプション
13939 \series bold
13940 height=3cm
13941 \series default
13942 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13943 \end_layout
13944
13945 \begin_layout Standard
13946
13947 \series bold
13948
13949 \backslash
13950 diagbox[width=3cm,height=1.4cm]{A
13951 \backslash
13952
13953 \backslash
13954 B}{C
13955 \backslash
13956
13957 \backslash
13958 D}
13959 \end_layout
13960
13961 \begin_layout Standard
13962 というコマンドを使用しています.ここでコマンド
13963 \series bold
13964
13965 \backslash
13966
13967 \backslash
13968
13969 \series default
13970 は改行をするためのものです
13971 \begin_inset Foot
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976 \family sans
13977 Ctrl+Return
13978 \family default
13979 を使っての改行は,列が固定幅の時のみ,使用することができます.
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988 \noindent
13989 \align center
13990 \begin_inset Tabular
13991 <lyxtabular version="3" rows="2" columns="2">
13992 <features tabularvalignment="middle">
13993 <column alignment="center" valignment="top">
13994 <column alignment="center" valignment="top">
13995 <row>
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 \begin_inset ERT
14001 status open
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 diagbox[width=3cm,height=1.4cm]{
14008 \end_layout
14009
14010 \end_inset
14011
14012 A
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018
14019 \backslash
14020
14021 \backslash
14022
14023 \end_layout
14024
14025 \end_inset
14026
14027 B
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }{
14034 \end_layout
14035
14036 \end_inset
14037
14038 C
14039 \begin_inset ERT
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043
14044
14045 \backslash
14046
14047 \backslash
14048
14049 \end_layout
14050
14051 \end_inset
14052
14053 D
14054 \begin_inset ERT
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058
14059 }
14060 \end_layout
14061
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 厚み (nm)
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 </row>
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 Perfect Green
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 45
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 </row>
14099 </lyxtabular>
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107 \begin_inset ERT
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111
14112
14113 \backslash
14114 else
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \begin_inset Note Note
14121 status open
14122
14123 \begin_layout Plain Layout
14124 以下は,\SpecialChar LaTeX
14125 パッケージ
14126 \series bold
14127 diagbox
14128 \series default
14129 が導入済みでないときに表示されます.
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \begin_layout Standard
14138 本節の内容を出力に表示するためには,
14139 \series bold
14140 diagbox
14141 \series default
14142 パッケージを導入しなくてはなりません.
14143 \end_layout
14144
14145 \begin_layout Standard
14146 \begin_inset ERT
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150
14151
14152 \backslash
14153 fi
14154 \end_layout
14155
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \begin_layout Standard
14162 \SpecialChar LaTeX
14163 パッケージ
14164 \series bold
14165 diagbox
14166 \series default
14167 についての詳しい情報は,取扱説明書
14168 \begin_inset CommandInset citation
14169 LatexCommand cite
14170 key "diagbox"
14171 literal "true"
14172
14173 \end_inset
14174
14175 をご覧ください.
14176 \end_layout
14177
14178 \begin_layout Section
14179 フォーマル様式の表
14180 \begin_inset CommandInset label
14181 LatexCommand label
14182 name "sec:フォーマル様式の表"
14183
14184 \end_inset
14185
14186
14187 \begin_inset Index idx
14188 status collapsed
14189
14190 \begin_layout Plain Layout
14191 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14192 \end_layout
14193
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \begin_layout Standard
14200 書籍中の表は,よく表
14201 \begin_inset CommandInset ref
14202 LatexCommand ref
14203 reference "tab:ブックタブ表の例"
14204
14205 \end_inset
14206
14207 のように組版されます.この種の表は,「
14208 \emph on
14209 フォーマル様式
14210 \emph default
14211 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14212 \end_layout
14213
14214 \begin_layout Standard
14215 \begin_inset Float table
14216 placement h
14217 wide false
14218 sideways false
14219 status open
14220
14221 \begin_layout Plain Layout
14222 \begin_inset Caption Standard
14223
14224 \begin_layout Plain Layout
14225 \begin_inset CommandInset label
14226 LatexCommand label
14227 name "tab:ブックタブ表の例"
14228
14229 \end_inset
14230
14231 ブックタブ表の例
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Plain Layout
14240 \align center
14241 \begin_inset Tabular
14242 <lyxtabular version="3" rows="8" columns="4">
14243 <features booktabs="true" tabularvalignment="middle">
14244 <column alignment="center" valignment="top">
14245 <column alignment="center" valignment="top">
14246 <column alignment="center" valignment="top">
14247 <column alignment="center" valignment="top">
14248 <row>
14249 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 システム
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" topline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 Medipix
14263 \begin_inset space \thinspace{}
14264 \end_inset
14265
14266 1
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 Medipix
14276 \begin_inset space \thinspace{}
14277 \end_inset
14278
14279 2
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 <row>
14295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304
14305 \backslash
14306 cmidrule(r){2-2}
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317
14318 \backslash
14319 cmidrule(l){3-4}
14320 \end_layout
14321
14322 \end_inset
14323
14324 検知器の厚み [
14325 \begin_inset Formula $\mu m$
14326 \end_inset
14327
14328 ]
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 300
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 <cell alignment="center" valignment="top" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 300
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 700
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 </row>
14361 <row>
14362 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366 エッジ角 [度]
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 <cell alignment="center" valignment="top" topline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 3.55
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 2.71
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 7.99
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row topspace="default">
14400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 空間分解能 [
14405 \begin_inset Formula $\mu m$
14406 \end_inset
14407
14408 ]
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 4.26
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 10.17
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 10.56
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 <row topspace="default">
14442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 \begin_inset Formula $f_{\mathrm{max}}$
14447 \end_inset
14448
14449 におけるMTF
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 0.53
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 0.37
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 0.39
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row topspace="default">
14483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 \begin_inset ERT
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491
14492
14493 \backslash
14494 cmidrule[2pt](l{10pt}){1-1}
14495 \end_layout
14496
14497 \end_inset
14498
14499 LSF空間分解能
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell alignment="center" valignment="top" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 </row>
14532 <row>
14533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 \begin_inset Formula $\mu m$
14538 \end_inset
14539
14540 表示
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 129.7
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 52.75
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell alignment="center" valignment="top" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567 50.78
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 </row>
14573 <row>
14574 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 ピクセルサイズに対する%表示
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 76.3
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 95.9
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 92.3
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 </lyxtabular>
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 表中の行に余白を加えるには,第
14625 \begin_inset CommandInset ref
14626 LatexCommand ref
14627 reference "subsec:行の余白取り"
14628
14629 \end_inset
14630
14631 節に述べられているように,表の設定ダイアログの
14632 \family sans
14633 罫線
14634 \family default
14635 タブを使用します.
14636 \end_layout
14637
14638 \begin_layout Standard
14639 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14640 \begin_inset Newline newline
14641 \end_inset
14642
14643 最初と最後の表罫線の既定幅は0.08
14644 \begin_inset space \thinspace{}
14645 \end_inset
14646
14647 emですが,他の罫線の既定幅は0.05
14648 \begin_inset space \thinspace{}
14649 \end_inset
14650
14651 emです.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14656 \end_layout
14657
14658 \begin_layout Standard
14659
14660 \series bold
14661
14662 \backslash
14663 let
14664 \backslash
14665 mytoprule
14666 \backslash
14667 toprule
14668 \begin_inset Newline newline
14669 \end_inset
14670
14671
14672 \backslash
14673 renewcommand{
14674 \backslash
14675 toprule}{
14676 \backslash
14677 mytoprule[幅]}
14678 \end_layout
14679
14680 \begin_layout Standard
14681 上の例は,
14682 \series bold
14683 toprule
14684 \series default
14685 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14686 \series bold
14687 toprule
14688 \series default
14689
14690 \series bold
14691 bottomrule
14692 \series default
14693 に置き換えて下さい.他の罫線の線幅を変更するには,
14694 \series bold
14695 toprule
14696 \series default
14697
14698 \series bold
14699 midrule
14700 \series default
14701 に置き換えます.線幅を設定する上では,付録
14702 \begin_inset CommandInset ref
14703 LatexCommand ref
14704 reference "cha:LyXで使用できる単位"
14705
14706 \end_inset
14707
14708 に挙げてあるすべての単位を使用することができます.
14709 \end_layout
14710
14711 \begin_layout Standard
14712 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14713 は,内部的に
14714 \series bold
14715
14716 \backslash
14717 cmidrule
14718 \series default
14719 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14720 \end_layout
14721
14722 \begin_layout Standard
14723
14724 \series bold
14725
14726 \backslash
14727 cmidrule[幅](刈込){開始列-終了列}
14728 \end_layout
14729
14730 \begin_layout Standard
14731 です.
14732 \series bold
14733
14734 \backslash
14735 cmidrule
14736 \series default
14737 のオプションは,現在のところ\SpecialChar LyX
14738 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14739 コードを使わなくてはなりません.
14740 \series bold
14741
14742 \backslash
14743 cmidrule
14744 \series default
14745 は,行の第一列の中に,最初に\SpecialChar TeX
14746 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14747 \end_layout
14748
14749 \begin_layout Standard
14750 この線幅の既定値は0.03
14751 \begin_inset space \thinspace{}
14752 \end_inset
14753
14754 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14755 .非必須パラメーターの「刈込」は,
14756 \emph on
14757 l{刈込幅}
14758 \emph default
14759 あるいは
14760 \emph on
14761 r{刈込幅}
14762 \emph default
14763 の値を取り,刈込幅の指定は非必須です.たとえば,
14764 \emph on
14765 l{2pt}
14766 \emph default
14767 というパラメーターを使うと,罫線が左端から2
14768 \begin_inset space \thinspace{}
14769 \end_inset
14770
14771 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14772 \begin_inset space \thinspace{}
14773 \end_inset
14774
14775 emだけ刈り込まれます.
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset VSpace bigskip
14780 \end_inset
14781
14782
14783 \begin_inset CommandInset ref
14784 LatexCommand ref
14785 reference "tab:ブックタブ表の例"
14786
14787 \end_inset
14788
14789 は,
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \series bold
14795
14796 \backslash
14797 cmidrule(r){2-2}
14798 \backslash
14799 cmidrule(l){3-4}
14800 \end_layout
14801
14802 \begin_layout Standard
14803 というコマンドを第二行の初めに使用し,
14804 \end_layout
14805
14806 \begin_layout Standard
14807
14808 \series bold
14809
14810 \backslash
14811 cmidrule[2pt](l{10pt}){1-1}
14812 \end_layout
14813
14814 \begin_layout Standard
14815 を第六行に使用して作成されています.
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset VSpace bigskip
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826 ときには,表
14827 \begin_inset CommandInset ref
14828 LatexCommand ref
14829 reference "tab:特殊なブックタブ表"
14830
14831 \end_inset
14832
14833 のような重なり合った
14834 \series bold
14835
14836 \backslash
14837 cmidrule
14838 \series default
14839 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14840 コードで
14841 \end_layout
14842
14843 \begin_layout Standard
14844
14845 \series bold
14846
14847 \backslash
14848 morecmidrules
14849 \end_layout
14850
14851 \begin_layout Standard
14852 コマンドを使用することによって実現することができます.表
14853 \begin_inset CommandInset ref
14854 LatexCommand ref
14855 reference "tab:特殊なブックタブ表"
14856
14857 \end_inset
14858
14859 の第二列には
14860 \end_layout
14861
14862 \begin_layout Standard
14863
14864 \series bold
14865
14866 \backslash
14867 cmidrule(r){2-2}
14868 \backslash
14869 cmidrule(l){3-4}
14870 \backslash
14871 morecmidrules
14872 \backslash
14873 cmidrule{2-4}
14874 \end_layout
14875
14876 \begin_layout Standard
14877 というコマンドが使用されており,第六列には
14878 \end_layout
14879
14880 \begin_layout Standard
14881
14882 \series bold
14883
14884 \backslash
14885 midrule
14886 \backslash
14887 morecmidrules
14888 \backslash
14889 cmidrule{3-4}
14890 \end_layout
14891
14892 \begin_layout Standard
14893 というコマンドが使用されています.
14894 \end_layout
14895
14896 \begin_layout Standard
14897 \begin_inset VSpace bigskip
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \begin_layout Standard
14904 罫線の余白取りにどうしても満足が行かない場合には,
14905 \end_layout
14906
14907 \begin_layout Standard
14908
14909 \series bold
14910
14911 \backslash
14912 specialrule{幅}{上余白}{下余白}
14913 \end_layout
14914
14915 \begin_layout Standard
14916 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14917 パッケージ
14918 \series bold
14919 booktabs
14920 \series default
14921  
14922 \begin_inset CommandInset citation
14923 LatexCommand cite
14924 key "booktabs"
14925 literal "true"
14926
14927 \end_inset
14928
14929
14930 \begin_inset Index idx
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934 \SpecialChar LaTeX
14935 ぱっけーじ@\SpecialChar LaTeX
14936 パッケージ ! booktabs
14937 \end_layout
14938
14939 \end_inset
14940
14941 の取扱説明書をご参照下さい.
14942 \end_layout
14943
14944 \begin_layout Standard
14945 \begin_inset Float table
14946 placement h
14947 wide false
14948 sideways false
14949 status open
14950
14951 \begin_layout Plain Layout
14952 \begin_inset Caption Standard
14953
14954 \begin_layout Plain Layout
14955 \begin_inset CommandInset label
14956 LatexCommand label
14957 name "tab:特殊なブックタブ表"
14958
14959 \end_inset
14960
14961 特殊なブックタブ表
14962 \end_layout
14963
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \begin_layout Plain Layout
14970 \align center
14971 \begin_inset Tabular
14972 <lyxtabular version="3" rows="8" columns="4">
14973 <features booktabs="true" tabularvalignment="middle">
14974 <column alignment="center" valignment="top">
14975 <column alignment="center" valignment="top">
14976 <column alignment="center" valignment="top">
14977 <column alignment="center" valignment="top">
14978 <row>
14979 <cell alignment="center" valignment="top" topline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 システム
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 Medipix
14993 \begin_inset space \thinspace{}
14994 \end_inset
14995
14996 1
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 Medipix
15006 \begin_inset space \thinspace{}
15007 \end_inset
15008
15009 2
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 </row>
15024 <row>
15025 <cell alignment="center" valignment="top" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 \begin_inset ERT
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033
15034
15035 \backslash
15036 cmidrule(r){2-2}
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \begin_inset ERT
15043 status collapsed
15044
15045 \begin_layout Plain Layout
15046
15047
15048 \backslash
15049 cmidrule(l){3-4}
15050 \end_layout
15051
15052 \end_inset
15053
15054
15055 \begin_inset ERT
15056 status collapsed
15057
15058 \begin_layout Plain Layout
15059
15060
15061 \backslash
15062 morecmidrules 
15063 \end_layout
15064
15065 \end_inset
15066
15067
15068 \begin_inset ERT
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072
15073
15074 \backslash
15075 cmidrule{2-4}
15076 \end_layout
15077
15078 \end_inset
15079
15080 検知器の厚み [
15081 \begin_inset Formula $\mu m$
15082 \end_inset
15083
15084 ]
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093 300
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 300
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 700
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 エッジ角 [度]
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 3.55
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 2.71
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 7.99
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row topspace="default">
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 空間分解能 [
15161 \begin_inset Formula $\mu m$
15162 \end_inset
15163
15164 ]
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 4.26
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 10.17
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 10.56
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row topspace="default">
15198 <cell alignment="center" valignment="top" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 \begin_inset Formula $f_{\mathrm{max}}$
15203 \end_inset
15204
15205 におけるMTF
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214 0.53
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 0.37
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 0.39
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 \begin_inset ERT
15244 status collapsed
15245
15246 \begin_layout Plain Layout
15247
15248
15249 \backslash
15250 morecmidrules 
15251 \end_layout
15252
15253 \end_inset
15254
15255
15256 \begin_inset ERT
15257 status collapsed
15258
15259 \begin_layout Plain Layout
15260
15261
15262 \backslash
15263 cmidrule{3-4}
15264 \end_layout
15265
15266 \end_inset
15267
15268 LSF空間分解能
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" topline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 <cell alignment="center" valignment="top" topline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 <row>
15302 <cell alignment="center" valignment="top" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 \begin_inset Formula $\mu m$
15307 \end_inset
15308
15309 表示
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 129.7
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 52.75
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 50.78
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347 ピクセルサイズに対する%表示
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 76.3
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 95.9
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374 92.3
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 </row>
15380 </lyxtabular>
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \begin_layout Section
15393 表の垂直揃え
15394 \begin_inset Index idx
15395 status collapsed
15396
15397 \begin_layout Plain Layout
15398 ひょう@表 ! そろえ@揃え
15399 \end_layout
15400
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \begin_layout Standard
15407 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15408 \begin_inset CommandInset ref
15409 LatexCommand ref
15410 reference "sec:ボックスダイアログ"
15411
15412 \end_inset
15413
15414 節に述べられているように,ボックスの垂直揃えを行います.
15415 \end_layout
15416
15417 \begin_layout Standard
15418 以下の例では,各表は15
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 列幅%を持つminipage
15423 \begin_inset Foot
15424 status collapsed
15425
15426 \begin_layout Plain Layout
15427 minipageは第
15428 \begin_inset CommandInset ref
15429 LatexCommand ref
15430 reference "sec:ミニページ"
15431
15432 \end_inset
15433
15434 節で説明されています.
15435 \end_layout
15436
15437 \end_inset
15438
15439 ボックスの中に入れてあります.
15440 \end_layout
15441
15442 \begin_layout Itemize
15443 動作試験 
15444 \begin_inset Box Frameless
15445 position "t"
15446 hor_pos "c"
15447 has_inner_box 1
15448 inner_pos "c"
15449 use_parbox 0
15450 use_makebox 0
15451 width "15col%"
15452 special "none"
15453 height "1in"
15454 height_special "totalheight"
15455 thickness "0.4pt"
15456 separation "3pt"
15457 shadowsize "4pt"
15458 framecolor "black"
15459 backgroundcolor "none"
15460 status collapsed
15461
15462 \begin_layout Plain Layout
15463 \begin_inset Tabular
15464 <lyxtabular version="3" rows="3" columns="3">
15465 <features tabularvalignment="middle">
15466 <column alignment="center" valignment="top">
15467 <column alignment="center" valignment="top">
15468 <column alignment="center" valignment="top">
15469 <row>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 </row>
15498 <row>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 </lyxtabular>
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \end_inset
15564
15565  動作試験 
15566 \begin_inset ERT
15567 status collapsed
15568
15569 \begin_layout Plain Layout
15570
15571
15572 \backslash
15573 raisebox{0.85
15574 \backslash
15575 baselineskip}{
15576 \end_layout
15577
15578 \end_inset
15579
15580
15581 \begin_inset Box Frameless
15582 position "t"
15583 hor_pos "c"
15584 has_inner_box 1
15585 inner_pos "c"
15586 use_parbox 0
15587 use_makebox 0
15588 width "15col%"
15589 special "none"
15590 height "1in"
15591 height_special "totalheight"
15592 thickness "0.4pt"
15593 separation "3pt"
15594 shadowsize "4pt"
15595 framecolor "black"
15596 backgroundcolor "none"
15597 status collapsed
15598
15599 \begin_layout Plain Layout
15600 \begin_inset Tabular
15601 <lyxtabular version="3" rows="3" columns="3">
15602 <features tabularvalignment="middle">
15603 <column alignment="center" valignment="top">
15604 <column alignment="center" valignment="top">
15605 <column alignment="center" valignment="top">
15606 <row>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 </row>
15635 <row>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 </row>
15693 </lyxtabular>
15694
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701
15702
15703 \begin_inset ERT
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707
15708 }
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \begin_layout Itemize
15717 動作試験 
15718 \begin_inset Box Frameless
15719 position "c"
15720 hor_pos "c"
15721 has_inner_box 1
15722 inner_pos "c"
15723 use_parbox 0
15724 use_makebox 0
15725 width "15col%"
15726 special "none"
15727 height "1in"
15728 height_special "totalheight"
15729 thickness "0.4pt"
15730 separation "3pt"
15731 shadowsize "4pt"
15732 framecolor "black"
15733 backgroundcolor "none"
15734 status collapsed
15735
15736 \begin_layout Plain Layout
15737 \begin_inset Tabular
15738 <lyxtabular version="3" rows="3" columns="3">
15739 <features tabularvalignment="middle">
15740 <column alignment="center" valignment="top">
15741 <column alignment="center" valignment="top">
15742 <column alignment="center" valignment="top">
15743 <row>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 </row>
15801 <row>
15802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 </lyxtabular>
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \begin_layout Itemize
15843 動作試験 
15844 \begin_inset Box Frameless
15845 position "b"
15846 hor_pos "c"
15847 has_inner_box 1
15848 inner_pos "c"
15849 use_parbox 0
15850 use_makebox 0
15851 width "15col%"
15852 special "none"
15853 height "1in"
15854 height_special "totalheight"
15855 thickness "0.4pt"
15856 separation "3pt"
15857 shadowsize "4pt"
15858 framecolor "black"
15859 backgroundcolor "none"
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863 \begin_inset Tabular
15864 <lyxtabular version="3" rows="3" columns="3">
15865 <features tabularvalignment="middle">
15866 <column alignment="center" valignment="top">
15867 <column alignment="center" valignment="top">
15868 <column alignment="center" valignment="top">
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 </row>
15898 <row>
15899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 </lyxtabular>
15957
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \end_inset
15964
15965  動作試験 
15966 \begin_inset ERT
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970
15971
15972 \backslash
15973 raisebox{-0.32
15974 \backslash
15975 baselineskip}{
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \begin_inset Box Frameless
15982 position "b"
15983 hor_pos "c"
15984 has_inner_box 1
15985 inner_pos "c"
15986 use_parbox 0
15987 use_makebox 0
15988 width "15col%"
15989 special "none"
15990 height "1in"
15991 height_special "totalheight"
15992 thickness "0.4pt"
15993 separation "3pt"
15994 shadowsize "4pt"
15995 framecolor "black"
15996 backgroundcolor "none"
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 \begin_inset Tabular
16001 <lyxtabular version="3" rows="3" columns="3">
16002 <features tabularvalignment="middle">
16003 <column alignment="center" valignment="top">
16004 <column alignment="center" valignment="top">
16005 <column alignment="center" valignment="top">
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 <row>
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 </row>
16093 </lyxtabular>
16094
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \end_inset
16101
16102
16103 \begin_inset ERT
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107
16108 }
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Standard
16117 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16118 \begin_inset Foot
16119 status collapsed
16120
16121 \begin_layout Plain Layout
16122 raiseboxは,第
16123 \begin_inset CommandInset ref
16124 LatexCommand ref
16125 reference "subsec:垂直揃え"
16126
16127 \end_inset
16128
16129 節で説明されています.
16130 \end_layout
16131
16132 \end_inset
16133
16134 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16135 \end_layout
16136
16137 \begin_layout Standard
16138
16139 \series bold
16140
16141 \backslash
16142 raisebox{0.85
16143 \backslash
16144 baselineskip}{
16145 \end_layout
16146
16147 \begin_layout Standard
16148 という\SpecialChar TeX
16149 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16150 \series bold
16151 }
16152 \series default
16153 を\SpecialChar TeX
16154 コードとして挿入してあります.最後の項目の第二表には,
16155 \end_layout
16156
16157 \begin_layout Standard
16158
16159 \series bold
16160
16161 \backslash
16162 raisebox{-0.32
16163 \backslash
16164 baselineskip}{
16165 \end_layout
16166
16167 \begin_layout Standard
16168 というコマンドを使用しています.
16169 \end_layout
16170
16171 \begin_layout Standard
16172 \begin_inset Note Greyedout
16173 status open
16174
16175 \begin_layout Plain Layout
16176
16177 \series bold
16178 【註】
16179 \series default
16180 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16181 \series bold
16182
16183 \backslash
16184 raisebox
16185 \series default
16186 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16187 \end_layout
16188
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \begin_layout Section
16195 色付きの表
16196 \begin_inset CommandInset label
16197 LatexCommand label
16198 name "sec:色付きの表"
16199
16200 \end_inset
16201
16202
16203 \begin_inset Index idx
16204 status collapsed
16205
16206 \begin_layout Plain Layout
16207 ひょう@表 ! いろつき@色付き
16208 \end_layout
16209
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \begin_layout Subsection
16216 色付きのセル
16217 \begin_inset Index idx
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221 ひょうのいろ@表の色 ! せるぶ@セル部
16222 \end_layout
16223
16224 \end_inset
16225
16226
16227 \begin_inset Index idx
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231 いろつき@色付き ! ひょうせるぶ@表セル部
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset Float table
16241 placement h
16242 wide false
16243 sideways false
16244 status open
16245
16246 \begin_layout Plain Layout
16247 \begin_inset Caption Standard
16248
16249 \begin_layout Plain Layout
16250 \begin_inset CommandInset label
16251 LatexCommand label
16252 name "tab:colortblなしの表"
16253
16254 \end_inset
16255
16256
16257 \series bold
16258 colortbl
16259 \series default
16260 パッケージを使用しない色付き表
16261 \begin_inset Argument 1
16262 status collapsed
16263
16264 \begin_layout Plain Layout
16265 colortblなしの表
16266 \end_layout
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Plain Layout
16279 \align center
16280 \begin_inset Tabular
16281 <lyxtabular version="3" rows="3" columns="3">
16282 <features tabularvalignment="middle">
16283 <column alignment="center" valignment="top">
16284 <column alignment="center" valignment="top">
16285 <column alignment="center" valignment="top">
16286 <row>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291
16292 \color green
16293
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302
16303 \color red
16304
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \color red
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326
16327 \color green
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337
16338 \color blue
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348
16349 \color blue
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361
16362 \color green
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \color blue
16374
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \color blue
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 </lyxtabular>
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399
16400
16401 \end_layout
16402
16403 \begin_layout Standard
16404 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16405 \family sans
16406 編集\SpecialChar menuseparator
16407 文字様式
16408 \family default
16409 メニューで色を選んでください.表
16410 \begin_inset CommandInset ref
16411 LatexCommand ref
16412 reference "tab:colortblなしの表"
16413
16414 \end_inset
16415
16416 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16417 パッケージの
16418 \series bold
16419 colortbl
16420 \series default
16421
16422 \begin_inset Index idx
16423 status collapsed
16424
16425 \begin_layout Plain Layout
16426 \SpecialChar LaTeX
16427 ぱっけーじ@\SpecialChar LaTeX
16428 パッケージ ! colortbl
16429 \end_layout
16430
16431 \end_inset
16432
16433 を使用しなくてはなりません.
16434 \end_layout
16435
16436 \begin_layout Standard
16437 \begin_inset ERT
16438 status collapsed
16439
16440 \begin_layout Plain Layout
16441
16442
16443 \backslash
16444 ifcolortbl
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \begin_inset Note Note
16451 status open
16452
16453 \begin_layout Plain Layout
16454 本節の以下の部分は,\SpecialChar LaTeX
16455 パッケージ
16456 \series bold
16457 colortbl
16458 \series default
16459 が導入済みのときのみ表示されます.
16460 \end_layout
16461
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \begin_layout Standard
16468 色付きの表を作成するには,プリアンブルに
16469 \end_layout
16470
16471 \begin_layout Standard
16472
16473 \series bold
16474
16475 \backslash
16476 usepackage{colortbl}
16477 \end_layout
16478
16479 \begin_layout Standard
16480 という行を書いて
16481 \series bold
16482 colortbl
16483 \series default
16484 を読み込まなくてはなりません.列の色は,
16485 \series bold
16486 >{ }
16487 \series default
16488 コマンドの中に
16489 \end_layout
16490
16491 \begin_layout Standard
16492
16493 \series bold
16494
16495 \backslash
16496 columncolor{色彩名}
16497 \end_layout
16498
16499 \begin_layout Standard
16500 というコマンドを書いて指定することができます.
16501 \series bold
16502 >{}
16503 \series default
16504 コマンドに関する詳細は,第
16505 \begin_inset CommandInset ref
16506 LatexCommand ref
16507 reference "subsec:連結列の計算"
16508
16509 \end_inset
16510
16511 節に述べられています.
16512 \end_layout
16513
16514 \begin_layout Standard
16515 以下の色彩名が事前に定義されています.
16516 \end_layout
16517
16518 \begin_layout Standard
16519
16520 \family sans
16521 red
16522 \family default
16523
16524 \family sans
16525 green
16526 \family default
16527
16528 \family sans
16529 yellow
16530 \family default
16531
16532 \family sans
16533 blue
16534 \family default
16535
16536 \family sans
16537 cyan
16538 \family default
16539
16540 \family sans
16541 magenta
16542 \family default
16543
16544 \family sans
16545 black
16546 \family default
16547
16548 \family sans
16549 white
16550 \end_layout
16551
16552 \begin_layout Standard
16553 \begin_inset VSpace medskip
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 また,文書設定中で,文書クラスオプションに
16561 \end_layout
16562
16563 \begin_layout Standard
16564
16565 \series bold
16566 dvipsnames
16567 \end_layout
16568
16569 \begin_layout Standard
16570 を与えると,さらに61色を使用することができます.これらの色は,附録
16571 \begin_inset CommandInset ref
16572 LatexCommand ref
16573 reference "chap:dvips色名一覧"
16574
16575 \end_inset
16576
16577 に列挙されています.それらの色の1つ,
16578 \family sans
16579 Maroon
16580 \family default
16581 が,例として表
16582 \begin_inset CommandInset ref
16583 LatexCommand ref
16584 reference "tab:色付き表"
16585
16586 \end_inset
16587
16588 に使用されています.
16589 \end_layout
16590
16591 \begin_layout Standard
16592 \begin_inset VSpace medskip
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \begin_layout Standard
16599 また
16600 \end_layout
16601
16602 \begin_layout Standard
16603
16604 \series bold
16605
16606 \backslash
16607 definecolor{色彩名}{色彩モデル}{色彩値}
16608 \end_layout
16609
16610 \begin_layout Standard
16611 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16612 \end_layout
16613
16614 \begin_layout Labeling
16615 \labelwidthstring 00.00.0000
16616 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16617 \end_layout
16618
16619 \begin_layout Labeling
16620 \labelwidthstring 00.00.0000
16621 rgb: 赤(red)・緑(green)・青(blue)
16622 \end_layout
16623
16624 \begin_layout Labeling
16625 \labelwidthstring 00.00.0000
16626 gray: グレー
16627 \end_layout
16628
16629 \begin_layout Standard
16630 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16631 \end_layout
16632
16633 \begin_layout Standard
16634 たとえば,プリアンブルに
16635 \end_layout
16636
16637 \begin_layout Standard
16638
16639 \series bold
16640
16641 \backslash
16642 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16643 \end_layout
16644
16645 \begin_layout Standard
16646 と書くことによって,「
16647 \emph on
16648 darkgreen
16649 \emph default
16650 」色を定義することができますし,
16651 \end_layout
16652
16653 \begin_layout Standard
16654
16655 \series bold
16656
16657 \backslash
16658 definecolor{lightgray}{gray}{0.8}
16659 \end_layout
16660
16661 \begin_layout Standard
16662 と書けば,「
16663 \emph on
16664 lightgray
16665 \emph default
16666 」色を定義することができます.
16667 \end_layout
16668
16669 \begin_layout Standard
16670 \begin_inset VSpace medskip
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \begin_layout Standard
16677 罫線は
16678 \end_layout
16679
16680 \begin_layout Standard
16681
16682 \series bold
16683
16684 \backslash
16685 rowcolor{色彩名}
16686 \end_layout
16687
16688 \begin_layout Standard
16689 というコマンドを使用して色付けすることができ,セルは
16690 \end_layout
16691
16692 \begin_layout Standard
16693
16694 \series bold
16695
16696 \backslash
16697 cellcolor{色彩名}
16698 \end_layout
16699
16700 \begin_layout Standard
16701 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16702 コードで書き込みます.
16703 \end_layout
16704
16705 \begin_layout Standard
16706 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16707 のメニュー
16708 \family sans
16709 編集\SpecialChar menuseparator
16710 文字様式
16711 \family default
16712 を使用します.セルに\SpecialChar TeX
16713 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16714 コードが\SpecialChar LaTeX
16715 エラーを引き起こしてしまいます.
16716 \end_layout
16717
16718 \begin_layout Standard
16719 \begin_inset Note Greyedout
16720 status open
16721
16722 \begin_layout Plain Layout
16723
16724 \series bold
16725 【註】
16726 \series default
16727 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16728 \end_layout
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \begin_layout Standard
16736 \begin_inset VSpace bigskip
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \begin_layout Standard
16743
16744 \begin_inset CommandInset ref
16745 LatexCommand ref
16746 reference "tab:色付き表"
16747
16748 \end_inset
16749
16750 を作成するには,以下のようにしてください.第一列の色は
16751 \emph on
16752 darkgreen
16753 \emph default
16754 にしたいので,この列の\SpecialChar LaTeX
16755 変数として
16756 \end_layout
16757
16758 \begin_layout Standard
16759
16760 \series bold
16761 >{
16762 \backslash
16763 columncolor{darkgreen}
16764 \backslash
16765 centering}c
16766 \end_layout
16767
16768 \begin_layout Standard
16769 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16770 \end_layout
16771
16772 \begin_layout Standard
16773
16774 \series bold
16775
16776 \backslash
16777 rowcolow{cyan}
16778 \end_layout
16779
16780 \begin_layout Standard
16781 という\SpecialChar TeX
16782 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16783 \end_layout
16784
16785 \begin_layout Standard
16786
16787 \series bold
16788
16789 \backslash
16790 cellcolor{Maroon}
16791 \end_layout
16792
16793 \begin_layout Standard
16794 という\SpecialChar TeX
16795 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16796 \family sans
16797 編集\SpecialChar menuseparator
16798 文字様式
16799 \family default
16800 メニューを使って,各文字に色付けをすることができます.
16801 \end_layout
16802
16803 \begin_layout Standard
16804 \begin_inset Float table
16805 placement h
16806 wide false
16807 sideways false
16808 status open
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Caption Standard
16812
16813 \begin_layout Plain Layout
16814
16815 \series bold
16816 \begin_inset CommandInset label
16817 LatexCommand label
16818 name "tab:色付き表"
16819
16820 \end_inset
16821
16822 colortbl
16823 \series default
16824 パッケージを使用した色付き表
16825 \begin_inset Argument 1
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829 colortblを使った表
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \begin_layout Plain Layout
16843 \align center
16844 \begin_inset Tabular
16845 <lyxtabular version="3" rows="3" columns="3">
16846 <features tabularvalignment="middle">
16847 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16848 <column alignment="center" valignment="top">
16849 <column alignment="center" valignment="top">
16850 <row>
16851 <cell alignment="center" valignment="top" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 \begin_inset ERT
16856 status collapsed
16857
16858 \begin_layout Plain Layout
16859
16860
16861 \backslash
16862 rowcolor{cyan}
16863 \end_layout
16864
16865 \end_inset
16866
16867
16868 \color magenta
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \color red
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \color red
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row>
16898 <cell alignment="center" valignment="top" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \color yellow
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \color blue
16915
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \color blue
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \color yellow
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \color blue
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 \begin_inset ERT
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963
16964
16965 \backslash
16966 cellcolor{Maroon}
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \color green
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 </lyxtabular>
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \begin_layout Standard
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 else
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \begin_inset Note Note
17006 status open
17007
17008 \begin_layout Plain Layout
17009 以下は,\SpecialChar LaTeX
17010 パッケージ
17011 \series bold
17012 colortbl
17013 \series default
17014 が導入されていないときに表示されます.
17015 \end_layout
17016
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \begin_layout Standard
17023 この節の内容を出力で表示させるには,
17024 \series bold
17025 colortbl
17026 \series default
17027 パッケージを導入する必要があります.
17028 \end_layout
17029
17030 \begin_layout Standard
17031 \begin_inset ERT
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035
17036
17037 \backslash
17038 fi
17039 \end_layout
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \begin_layout Subsection
17047 色付き行
17048 \begin_inset Index idx
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \begin_inset Index idx
17059 status collapsed
17060
17061 \begin_layout Plain Layout
17062 いろつき@色付き ! ひょうのぎょう@表の行
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17072 \end_layout
17073
17074 \begin_layout Standard
17075
17076 \series bold
17077
17078 \backslash
17079 usepackage[table]{xcolor}
17080 \end_layout
17081
17082 \begin_layout Standard
17083 というコマンドを使用して,
17084 \series bold
17085 xcolor
17086 \series default
17087
17088 \begin_inset Index idx
17089 status collapsed
17090
17091 \begin_layout Plain Layout
17092 \SpecialChar LaTeX
17093 ぱっけーじ@\SpecialChar LaTeX
17094 パッケージ ! xcolor
17095 \begin_inset ERT
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099
17100
17101 \backslash
17102 vspace{4mm}
17103 \end_layout
17104
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111
17112 パッケージを読み込むのです.
17113 \series bold
17114 xcolor
17115 \series default
17116 は,自動的に
17117 \series bold
17118 colortbl
17119 \series default
17120
17121 \begin_inset Index idx
17122 status collapsed
17123
17124 \begin_layout Plain Layout
17125 \SpecialChar LaTeX
17126 ぱっけーじ@\SpecialChar LaTeX
17127 パッケージ ! colortbl
17128 \end_layout
17129
17130 \end_inset
17131
17132 パッケージも読み込むので,\SpecialChar LaTeX
17133 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17134 頒布版中に
17135 \series bold
17136 colortbl
17137 \series default
17138 も導入されていなくてはなりません.
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset ERT
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146
17147
17148 \backslash
17149 ifcolortbl
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \begin_inset Note Note
17156 status open
17157
17158 \begin_layout Plain Layout
17159 本節の以下の部分は,\SpecialChar LaTeX
17160 パッケージ
17161 \series bold
17162 colortbl
17163 \series default
17164 が導入済みのときのみ表示されます.
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17174 コードで
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17183 \end_layout
17184
17185 \begin_layout Standard
17186 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17187 を付加する時に用います.したがって,例えば
17188 \end_layout
17189
17190 \begin_layout Standard
17191
17192 \series bold
17193
17194 \backslash
17195 rowcolors{1}{white}{lightgray}
17196 \end_layout
17197
17198 \begin_layout Standard
17199 というコマンドは,表
17200 \begin_inset CommandInset ref
17201 LatexCommand ref
17202 reference "tab:表-行色"
17203
17204 \end_inset
17205
17206 のようなカラースキームをもたらします.また,
17207 \end_layout
17208
17209 \begin_layout Standard
17210
17211 \series bold
17212
17213 \backslash
17214 rowcolors[
17215 \backslash
17216 hline]{1}{lightgray}{cyan}
17217 \end_layout
17218
17219 \begin_layout Standard
17220 というコマンドを用いると,表
17221 \begin_inset CommandInset ref
17222 LatexCommand ref
17223 reference "tab:表-行色-2"
17224
17225 \end_inset
17226
17227 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17228 \end_layout
17229
17230 \begin_layout Standard
17231
17232 \series bold
17233
17234 \backslash
17235 rowcolors{1}{}{}
17236 \end_layout
17237
17238 \begin_layout Standard
17239 というコマンドはすべての色付けを削除することになります.
17240 \series bold
17241
17242 \backslash
17243 rowcolors
17244 \series default
17245 は,コマンドに続くすべての表に影響を及ぼします.
17246 \end_layout
17247
17248 \begin_layout Standard
17249 \begin_inset ERT
17250 status open
17251
17252 \begin_layout Plain Layout
17253
17254
17255 \backslash
17256 rowcolors{1}{white}{lightgray}
17257 \end_layout
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \begin_layout Standard
17265 \begin_inset Float table
17266 placement h
17267 wide false
17268 sideways false
17269 status open
17270
17271 \begin_layout Plain Layout
17272 \begin_inset Caption Standard
17273
17274 \begin_layout Plain Layout
17275 \begin_inset CommandInset label
17276 LatexCommand label
17277 name "tab:表-行色"
17278
17279 \end_inset
17280
17281 隔行が灰色に着色された表
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Plain Layout
17290 \align center
17291 \begin_inset Tabular
17292 <lyxtabular version="3" rows="4" columns="3">
17293 <features tabularvalignment="middle">
17294 <column alignment="center" valignment="top">
17295 <column alignment="center" valignment="top" width="0pt">
17296 <column alignment="center" valignment="top" width="0pt">
17297 <row>
17298 <cell alignment="center" valignment="top" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 1
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 2
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 3
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 4
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 5
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 6
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 <row>
17385 <cell alignment="center" valignment="top" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389 7
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 8
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 9
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 </row>
17413 </lyxtabular>
17414
17415 \end_inset
17416
17417
17418 \end_layout
17419
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset ERT
17427 status open
17428
17429 \begin_layout Plain Layout
17430
17431
17432 \backslash
17433 rowcolors[
17434 \backslash
17435 hline]{1}{lightgray}{cyan}
17436 \end_layout
17437
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \begin_inset Float table
17445 placement h
17446 wide false
17447 sideways false
17448 status open
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Caption Standard
17452
17453 \begin_layout Plain Layout
17454 \begin_inset CommandInset label
17455 LatexCommand label
17456 name "tab:表-行色-2"
17457
17458 \end_inset
17459
17460 隔行でシアン色に着色され,行間に線の入った表
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \begin_layout Plain Layout
17469 \align center
17470 \begin_inset Tabular
17471 <lyxtabular version="3" rows="4" columns="3">
17472 <features tabularvalignment="middle">
17473 <column alignment="center" valignment="top">
17474 <column alignment="center" valignment="top">
17475 <column alignment="center" valignment="top" width="0pt">
17476 <row>
17477 <cell alignment="center" valignment="top" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 <row>
17506 <cell alignment="center" valignment="top" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 1
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 2
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 3
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 4
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 5
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 6
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 </row>
17563 <row>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 7
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 8
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 9
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 </lyxtabular>
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \begin_layout Standard
17605 \begin_inset ERT
17606 status collapsed
17607
17608 \begin_layout Plain Layout
17609
17610
17611 \backslash
17612 rowcolors{1}{}{}
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \begin_inset Note Note
17619 status collapsed
17620
17621 \begin_layout Plain Layout
17622 行色を解除
17623 \end_layout
17624
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \begin_layout Standard
17631 \begin_inset ERT
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635
17636
17637 \backslash
17638 else
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \begin_inset Note Note
17645 status open
17646
17647 \begin_layout Plain Layout
17648 以下は,\SpecialChar LaTeX
17649 パッケージ
17650 \series bold
17651 colortbl
17652 \series default
17653 が導入されていないときに表示されます.
17654 \end_layout
17655
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Standard
17662 この節の内容を出力で表示させるには,
17663 \series bold
17664 colortbl
17665 \series default
17666 パッケージを導入する必要があります.
17667 \end_layout
17668
17669 \begin_layout Standard
17670 \begin_inset ERT
17671 status collapsed
17672
17673 \begin_layout Plain Layout
17674
17675
17676 \backslash
17677 fi
17678 \end_layout
17679
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \begin_layout Subsection
17686 色付き罫線
17687 \begin_inset Index idx
17688 status collapsed
17689
17690 \begin_layout Plain Layout
17691 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \begin_inset Index idx
17698 status collapsed
17699
17700 \begin_layout Plain Layout
17701 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17702 \end_layout
17703
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \begin_inset CommandInset ref
17712 LatexCommand ref
17713 reference "subsec:罫線幅"
17714
17715 \end_inset
17716
17717 節に述べられているように,表中の全罫線の線幅は,長さ
17718 \series bold
17719
17720 \backslash
17721 arrayrulewidth
17722 \series default
17723 を使って調節することができます.本節の表では,すべて1.5
17724 \begin_inset space \thinspace{}
17725 \end_inset
17726
17727 ptに設定されています.
17728 \begin_inset ERT
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732
17733
17734 \backslash
17735 setlength{
17736 \backslash
17737 arrayrulewidth}{1.5pt}
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 たとえば縦罫線を緑に着色するには,第
17747 \begin_inset CommandInset ref
17748 LatexCommand ref
17749 reference "subsec:自製書式"
17750
17751 \end_inset
17752
17753 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17754 \end_layout
17755
17756 \begin_layout Standard
17757
17758 \series bold
17759
17760 \backslash
17761 newcolumntype{W}{!{
17762 \backslash
17763 color{green}
17764 \backslash
17765 vline}}
17766 \end_layout
17767
17768 \begin_layout Standard
17769
17770 \begin_inset CommandInset ref
17771 LatexCommand ref
17772 reference "tab:色付き縦罫線の表"
17773
17774 \end_inset
17775
17776 では,最右列に\SpecialChar LaTeX
17777 変数
17778 \series bold
17779 WcW
17780 \series default
17781 ,他の列に\SpecialChar LaTeX
17782 変数
17783 \series bold
17784 Wc
17785 \series default
17786 が使用されています.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 複数の色を用いたいときには,列書式をもっと定義してください.
17791 \end_layout
17792
17793 \begin_layout Standard
17794 \begin_inset Float table
17795 placement h
17796 wide false
17797 sideways false
17798 status open
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Caption Standard
17802
17803 \begin_layout Plain Layout
17804 \begin_inset CommandInset label
17805 LatexCommand label
17806 name "tab:色付き縦罫線の表"
17807
17808 \end_inset
17809
17810 色付き縦罫線の表
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Plain Layout
17819 \align center
17820 \begin_inset Tabular
17821 <lyxtabular version="3" rows="3" columns="3">
17822 <features tabularvalignment="middle">
17823 <column alignment="center" valignment="top" special="Wc">
17824 <column alignment="center" valignment="top" special="Wc">
17825 <column alignment="center" valignment="top" special="WcW">
17826 <row>
17827 <cell alignment="center" valignment="top" topline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 sd
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" topline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 </row>
17855 <row>
17856 <cell alignment="center" valignment="top" topline="true" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 sd
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 <row>
17885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 sd
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 </lyxtabular>
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \begin_layout Standard
17926 \begin_inset VSpace bigskip
17927 \end_inset
17928
17929
17930 \begin_inset CommandInset ref
17931 LatexCommand ref
17932 reference "tab:色付き横罫線の表"
17933
17934 \end_inset
17935
17936 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17937 コードで
17938 \end_layout
17939
17940 \begin_layout Standard
17941
17942 \series bold
17943
17944 \backslash
17945 let
17946 \backslash
17947 myHlineC
17948 \backslash
17949 hline
17950 \begin_inset Newline newline
17951 \end_inset
17952
17953
17954 \backslash
17955 renewcommand{
17956 \backslash
17957 hline}
17958 \begin_inset Newline newline
17959 \end_inset
17960
17961
17962 \begin_inset Phantom HPhantom
17963 status open
17964
17965 \begin_layout Plain Layout
17966 \begin_inset space ~
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \end_inset
17973
17974 {
17975 \backslash
17976 arrayrulecolor{red}
17977 \backslash
17978 myHlineC
17979 \backslash
17980 arrayrulecolor{black}}
17981 \end_layout
17982
17983 \begin_layout Standard
17984 というコマンドを入力して下さい.
17985 \end_layout
17986
17987 \begin_layout Standard
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 let
17996 \backslash
17997 myHlineC
17998 \backslash
17999 hline
18000 \end_layout
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 renewcommand{
18007 \backslash
18008 hline}
18009 \end_layout
18010
18011 \begin_layout Plain Layout
18012
18013  {
18014 \backslash
18015 arrayrulecolor{red}
18016 \backslash
18017 myHlineC
18018 \backslash
18019 arrayrulecolor{black}}
18020 \end_layout
18021
18022 \end_inset
18023
18024
18025 \begin_inset Float table
18026 placement h
18027 wide false
18028 sideways false
18029 status open
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Caption Standard
18033
18034 \begin_layout Plain Layout
18035 \begin_inset CommandInset label
18036 LatexCommand label
18037 name "tab:色付き横罫線の表"
18038
18039 \end_inset
18040
18041 色付き横罫線の表
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Plain Layout
18050 \align center
18051 \begin_inset Tabular
18052 <lyxtabular version="3" rows="3" columns="3">
18053 <features tabularvalignment="middle">
18054 <column alignment="center" valignment="top">
18055 <column alignment="center" valignment="top">
18056 <column alignment="center" valignment="top">
18057 <row>
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 sd
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 sd
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 sd
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 </lyxtabular>
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 既定値の黒罫線に戻るには,
18158 \end_layout
18159
18160 \begin_layout Standard
18161
18162 \series bold
18163
18164 \backslash
18165 renewcommand{
18166 \backslash
18167 hline}{
18168 \backslash
18169 myHlineC}
18170 \end_layout
18171
18172 \begin_layout Standard
18173 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18174 コードで入力して下さい.表
18175 \begin_inset CommandInset ref
18176 LatexCommand ref
18177 reference "tab:色付き罫線の表"
18178
18179 \end_inset
18180
18181 は,縦横罫線を色付けした例です.
18182 \end_layout
18183
18184 \begin_layout Standard
18185 \begin_inset Float table
18186 placement h
18187 wide false
18188 sideways false
18189 status open
18190
18191 \begin_layout Plain Layout
18192 \begin_inset Caption Standard
18193
18194 \begin_layout Plain Layout
18195 \begin_inset CommandInset label
18196 LatexCommand label
18197 name "tab:色付き罫線の表"
18198
18199 \end_inset
18200
18201 色付き罫線の表
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \begin_layout Plain Layout
18210 \align center
18211 \begin_inset Tabular
18212 <lyxtabular version="3" rows="3" columns="3">
18213 <features tabularvalignment="middle">
18214 <column alignment="center" valignment="top" special="Wc">
18215 <column alignment="center" valignment="top" special="Wc">
18216 <column alignment="center" valignment="top" special="WcW">
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 sd
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 </row>
18246 <row>
18247 <cell alignment="center" valignment="top" topline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 sd
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row topspace="default">
18276 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 sd
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 </lyxtabular>
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 \begin_inset ERT
18318 status collapsed
18319
18320 \begin_layout Plain Layout
18321
18322
18323 \backslash
18324 renewcommand{
18325 \backslash
18326 hline}{
18327 \backslash
18328 myHlineC}
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \begin_inset ERT
18338 status collapsed
18339
18340 \begin_layout Plain Layout
18341
18342
18343 \backslash
18344 setlength{
18345 \backslash
18346 arrayrulewidth}{1.2pt}
18347 \end_layout
18348
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \begin_layout Standard
18355
18356 \lang english
18357 To color only some of the table lines another strategy is necessary.
18358  To color all following horizontal lines, insert this command as \SpecialChar TeX
18359  code as
18360  last thing in the row that should be above the first colored line:
18361 \end_layout
18362
18363 \begin_layout Standard
18364
18365 \series bold
18366
18367 \backslash
18368
18369 \backslash
18370
18371 \backslash
18372 arrayrulecolor{blue}%
18373 \end_layout
18374
18375 \begin_layout Standard
18376
18377 \lang english
18378 To go back to black lines, add this command as first thing in the row that
18379  is above the black lines:
18380 \end_layout
18381
18382 \begin_layout Standard
18383
18384 \series bold
18385
18386 \backslash
18387 arrayrulecolor{black}
18388 \end_layout
18389
18390 \begin_layout Standard
18391
18392 \lang english
18393 With this one can color table lines like in Table
18394 \begin_inset space ~
18395 \end_inset
18396
18397
18398 \begin_inset CommandInset ref
18399 LatexCommand ref
18400 reference "tab:Table-with-different-hor"
18401
18402 \end_inset
18403
18404 .
18405  However, with this method it is not possible to color the line above the
18406  first row of a table.
18407 \end_layout
18408
18409 \begin_layout Standard
18410 \begin_inset Float table
18411 wide false
18412 sideways false
18413 status open
18414
18415 \begin_layout Plain Layout
18416 \begin_inset Caption Standard
18417
18418 \begin_layout Plain Layout
18419
18420 \lang english
18421 \begin_inset CommandInset label
18422 LatexCommand label
18423 name "tab:Table-with-different-hor"
18424
18425 \end_inset
18426
18427 Table with different horizontal line colors.
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Plain Layout
18436 \align center
18437 \begin_inset Tabular
18438 <lyxtabular version="3" rows="6" columns="7">
18439 <features tabularvalignment="middle">
18440 <column alignment="center" valignment="top">
18441 <column alignment="center" valignment="top">
18442 <column alignment="center" valignment="top">
18443 <column alignment="center" valignment="top">
18444 <column alignment="center" valignment="top">
18445 <column alignment="center" valignment="top">
18446 <column alignment="center" valignment="top">
18447 <row>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 \begin_inset ERT
18507 status open
18508
18509 \begin_layout Plain Layout
18510
18511
18512 \backslash
18513
18514 \backslash
18515
18516 \backslash
18517 arrayrulecolor{blue}%
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 Y
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 Y
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row>
18594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 \begin_inset ERT
18599 status open
18600
18601 \begin_layout Plain Layout
18602
18603
18604 \backslash
18605 arrayrulecolor{black}
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 <cell alignment="center" valignment="top" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 <row>
18671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 \begin_inset ERT
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733
18734
18735 \backslash
18736
18737 \backslash
18738
18739 \backslash
18740 arrayrulecolor{green}%
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 </row>
18751 <row>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 \begin_inset ERT
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 arrayrulecolor{black}
18829 \end_layout
18830
18831 \end_inset
18832
18833 B
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 \begin_inset ERT
18888 status collapsed
18889
18890 \begin_layout Plain Layout
18891
18892
18893 \backslash
18894
18895 \backslash
18896
18897 \backslash
18898 arrayrulecolor{blue}%
18899 \end_layout
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 </row>
18909 </lyxtabular>
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922
18923 \lang english
18924 To change the color of vertical lines within a row, like in Table
18925 \begin_inset space ~
18926 \end_inset
18927
18928
18929 \begin_inset CommandInset ref
18930 LatexCommand ref
18931 reference "tab:Table-with-different-ver"
18932
18933 \end_inset
18934
18935 , one needs to use multicolumns.
18936  At first one needs to remove all vertical lines that don't run along the
18937  whole column.
18938  Now one colors all lines using the command
18939 \end_layout
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944
18945 \backslash
18946
18947 \backslash
18948
18949 \backslash
18950 arrayrulecolor{blue}%
18951 \end_layout
18952
18953 \begin_layout Standard
18954
18955 \lang english
18956 as above.
18957  Finally one inserts this command as \SpecialChar TeX
18958  code to every cell in the row where
18959  one needs a vertical line in a different color:
18960 \end_layout
18961
18962 \begin_layout Standard
18963
18964 \series bold
18965
18966 \backslash
18967 multicolumn{1}{!{
18968 \backslash
18969 color{green}
18970 \backslash
18971 vline}c!{
18972 \backslash
18973 color{red}
18974 \backslash
18975 vline}}{
18976 \end_layout
18977
18978 \begin_layout Standard
18979
18980 \lang english
18981 This adds a vertical line to both sides of the cell.
18982  The left one will be green, the right one red.
18983  If no color change is necessary one can omit the 
18984 \series bold
18985
18986 \backslash
18987 color
18988 \series default
18989  command in the above command.
18990  To get for example a black left line and a blue right line you can write:
18991 \end_layout
18992
18993 \begin_layout Standard
18994
18995 \series bold
18996
18997 \backslash
18998 multicolumn{1}{!{
18999 \backslash
19000 color{black}
19001 \backslash
19002 vline}c|}{
19003 \end_layout
19004
19005 \begin_layout Standard
19006
19007 \lang english
19008 because the color blue was already set for all lines.
19009  The 
19010 \series bold
19011 |
19012 \series default
19013  creates hereby the vertical line while 
19014 \series bold
19015
19016 \backslash
19017 vline
19018 \series default
19019  does this when 
19020 \series bold
19021
19022 \backslash
19023 color
19024 \series default
19025  is used.
19026  To set vertical lines without changing any color use
19027 \end_layout
19028
19029 \begin_layout Standard
19030
19031 \series bold
19032
19033 \backslash
19034 multicolumn{1}{|c|}{
19035 \end_layout
19036
19037 \begin_layout Standard
19038
19039 \lang english
19040 After this command insert the cell content the normal way and end the cell
19041  with a closing brace 
19042 \series bold
19043 }
19044 \series default
19045  in \SpecialChar TeX
19046  code.
19047 \end_layout
19048
19049 \begin_layout Standard
19050 \begin_inset Float table
19051 wide false
19052 sideways false
19053 status open
19054
19055 \begin_layout Plain Layout
19056 \begin_inset Caption Standard
19057
19058 \begin_layout Plain Layout
19059
19060 \lang english
19061 \begin_inset CommandInset label
19062 LatexCommand label
19063 name "tab:Table-with-different-ver"
19064
19065 \end_inset
19066
19067 Table with different vertical line colors in one row.
19068 \end_layout
19069
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Plain Layout
19076 \align center
19077 \begin_inset Tabular
19078 <lyxtabular version="3" rows="5" columns="7">
19079 <features tabularvalignment="middle">
19080 <column alignment="center" valignment="top">
19081 <column alignment="center" valignment="top">
19082 <column alignment="center" valignment="top">
19083 <column alignment="center" valignment="top">
19084 <column alignment="center" valignment="top">
19085 <column alignment="center" valignment="top">
19086 <column alignment="center" valignment="top">
19087 <row>
19088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 \begin_inset ERT
19147 status open
19148
19149 \begin_layout Plain Layout
19150
19151
19152 \backslash
19153
19154 \backslash
19155
19156 \backslash
19157 arrayrulecolor{red}%
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 <row>
19169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173 \begin_inset ERT
19174 status open
19175
19176 \begin_layout Plain Layout
19177
19178
19179 \backslash
19180 multicolumn{1}{!{
19181 \backslash
19182 color{black}
19183 \backslash
19184 vline}c|}{
19185 \end_layout
19186
19187 \end_inset
19188
19189 Y
19190 \begin_inset ERT
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194
19195 }
19196 \end_layout
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 \begin_inset ERT
19246 status open
19247
19248 \begin_layout Plain Layout
19249
19250
19251 \backslash
19252 multicolumn{1}{c|}{
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \begin_inset ERT
19259 status collapsed
19260
19261 \begin_layout Plain Layout
19262
19263 }
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 \begin_inset ERT
19278 status open
19279
19280 \begin_layout Plain Layout
19281
19282
19283 \backslash
19284 multicolumn{1}{c!{
19285 \backslash
19286 color{black}
19287 \backslash
19288 vline}}{
19289 \end_layout
19290
19291 \end_inset
19292
19293 Y
19294 \begin_inset ERT
19295 status collapsed
19296
19297 \begin_layout Plain Layout
19298
19299 }
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 \begin_inset ERT
19316 status collapsed
19317
19318 \begin_layout Plain Layout
19319
19320
19321 \backslash
19322 arrayrulecolor{black}
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 \begin_inset ERT
19382 status collapsed
19383
19384 \begin_layout Plain Layout
19385
19386
19387 \backslash
19388
19389 \backslash
19390
19391 \backslash
19392 arrayrulecolor{magenta}%
19393 \end_layout
19394
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset ERT
19409 status collapsed
19410
19411 \begin_layout Plain Layout
19412
19413
19414 \backslash
19415 multicolumn{1}{|c!{
19416 \backslash
19417 color{red}
19418 \backslash
19419 vline}}{
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \begin_inset ERT
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429
19430 }
19431 \end_layout
19432
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset ERT
19445 status collapsed
19446
19447 \begin_layout Plain Layout
19448
19449
19450 \backslash
19451 multicolumn{1}{c!{
19452 \backslash
19453 color{green}
19454 \backslash
19455 vline}}{
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \begin_inset ERT
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465
19466 }
19467 \end_layout
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 \begin_inset ERT
19481 status collapsed
19482
19483 \begin_layout Plain Layout
19484
19485
19486 \backslash
19487 multicolumn{1}{c!{
19488 \backslash
19489 color{yellow}
19490 \backslash
19491 vline}}{
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \begin_inset ERT
19498 status collapsed
19499
19500 \begin_layout Plain Layout
19501
19502 }
19503 \end_layout
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 \begin_inset ERT
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520
19521
19522 \backslash
19523 multicolumn{1}{c!{
19524 \backslash
19525 color{blue}
19526 \backslash
19527 vline}}{
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \begin_inset ERT
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537
19538 }
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552 \begin_inset ERT
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556
19557
19558 \backslash
19559 multicolumn{1}{c!{
19560 \backslash
19561 color{cyan}
19562 \backslash
19563 vline}}{
19564 \end_layout
19565
19566 \end_inset
19567
19568
19569 \begin_inset ERT
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573
19574 }
19575 \end_layout
19576
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 \begin_inset ERT
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592
19593
19594 \backslash
19595 multicolumn{1}{c!{
19596 \backslash
19597 color{black}
19598 \backslash
19599 vline}}{
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \begin_inset ERT
19606 status collapsed
19607
19608 \begin_layout Plain Layout
19609
19610 }
19611 \end_layout
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset ERT
19625 status collapsed
19626
19627 \begin_layout Plain Layout
19628
19629
19630 \backslash
19631 multicolumn{1}{c|}{
19632 \end_layout
19633
19634 \end_inset
19635
19636
19637 \begin_inset ERT
19638 status collapsed
19639
19640 \begin_layout Plain Layout
19641
19642 }
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 </row>
19653 <row>
19654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 \begin_inset ERT
19659 status collapsed
19660
19661 \begin_layout Plain Layout
19662
19663
19664 \backslash
19665 arrayrulecolor{black}
19666 \end_layout
19667
19668 \end_inset
19669
19670 B
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 </lyxtabular>
19731
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \begin_layout Standard
19743 \begin_inset ERT
19744 status collapsed
19745
19746 \begin_layout Plain Layout
19747
19748
19749 \backslash
19750 setlength{
19751 \backslash
19752 arrayrulewidth}{0.4pt}
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Section
19761 表セルの回転
19762 \begin_inset CommandInset label
19763 LatexCommand label
19764 name "sec:表セルの回転"
19765
19766 \end_inset
19767
19768
19769 \begin_inset Index idx
19770 status collapsed
19771
19772 \begin_layout Plain Layout
19773 ひょう@表 ! せるのかいてん@セルの回転
19774 \end_layout
19775
19776 \end_inset
19777
19778
19779 \begin_inset Index idx
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 かいてん@回転 ! そざいの@素材の—
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792 \begin_inset Note Greyedout
19793 status open
19794
19795 \begin_layout Plain Layout
19796
19797 \series bold
19798 【註】
19799 \series default
19800 すべてのDVIビューアが回転表示できるわけではありません.
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Standard
19809 と入れてください.表
19810 \begin_inset CommandInset ref
19811 LatexCommand ref
19812 reference "tab:回転表"
19813
19814 \end_inset
19815
19816 は,3つのセルを45°回転させた用例です.
19817 \end_layout
19818
19819 \begin_layout Standard
19820 \begin_inset Float table
19821 wide false
19822 sideways false
19823 status open
19824
19825 \begin_layout Plain Layout
19826 \begin_inset Caption Standard
19827
19828 \begin_layout Plain Layout
19829 \begin_inset CommandInset label
19830 LatexCommand label
19831 name "tab:回転表"
19832
19833 \end_inset
19834
19835 1行目に回転セルのある表
19836 \end_layout
19837
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \begin_layout Plain Layout
19844 \noindent
19845 \align center
19846 \begin_inset Tabular
19847 <lyxtabular version="3" rows="2" columns="3">
19848 <features tabularvalignment="middle">
19849 <column alignment="center" valignment="top" width="0pt">
19850 <column alignment="center" valignment="top" width="0pt">
19851 <column alignment="center" valignment="top" width="0pt">
19852 <row>
19853 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 コップ
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 受け皿
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 </row>
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 45
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 33
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 21
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 </row>
19910 </lyxtabular>
19911
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \begin_layout Standard
19923 \begin_inset Note Greyedout
19924 status open
19925
19926 \begin_layout Plain Layout
19927
19928 \series bold
19929 【註】
19930 \series default
19931 回転セル中では,改行(
19932 \begin_inset Flex Ruby
19933 status collapsed
19934
19935 \begin_layout Plain Layout
19936 捷径
19937 \begin_inset Argument post:1
19938 status collapsed
19939
19940 \begin_layout Plain Layout
19941 ショートカット
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950
19951
19952 \begin_inset Info
19953 type  "shortcut"
19954 arg   "newline-insert newline"
19955 \end_inset
19956
19957 )はできません.
19958 \end_layout
19959
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \begin_layout Standard
19966 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19967 \begin_inset Foot
19968 status collapsed
19969
19970 \begin_layout Plain Layout
19971 これらのボックスについて詳しくは,第
19972 \begin_inset CommandInset ref
19973 LatexCommand ref
19974 reference "sec:ミニページ"
19975
19976 \end_inset
19977
19978 節および第
19979 \begin_inset CommandInset ref
19980 LatexCommand ref
19981 reference "sec:Parboxes"
19982
19983 \end_inset
19984
19985 節をご覧ください.
19986 \end_layout
19987
19988 \end_inset
19989
19990 .このセルを90
19991 \begin_inset space \thinspace{}
19992 \end_inset
19993
19994 °回転させると,ボックス幅はセルの高さになります.表
19995 \begin_inset CommandInset ref
19996 LatexCommand ref
19997 reference "tab:表多行回転"
19998
19999 \end_inset
20000
20001 は,ボックス幅が3
20002 \begin_inset space \thinspace{}
20003 \end_inset
20004
20005 cmの,多行セルを回転させる例です.
20006 \end_layout
20007
20008 \begin_layout Standard
20009 \begin_inset Float table
20010 wide false
20011 sideways false
20012 status open
20013
20014 \begin_layout Plain Layout
20015 \begin_inset Caption Standard
20016
20017 \begin_layout Plain Layout
20018 \begin_inset CommandInset label
20019 LatexCommand label
20020 name "tab:表多行回転"
20021
20022 \end_inset
20023
20024 多行セルを回転させた表
20025 \end_layout
20026
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \begin_layout Plain Layout
20033 \noindent
20034 \align center
20035 \begin_inset Tabular
20036 <lyxtabular version="3" rows="2" columns="3">
20037 <features tabularvalignment="middle">
20038 <column alignment="center" valignment="top">
20039 <column alignment="center" valignment="top" width="0pt">
20040 <column alignment="center" valignment="top">
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Box Frameless
20056 position "t"
20057 hor_pos "c"
20058 has_inner_box 1
20059 inner_pos "t"
20060 use_parbox 0
20061 use_makebox 0
20062 width "3cm"
20063 special "none"
20064 height "1in"
20065 height_special "totalheight"
20066 thickness "0.4pt"
20067 separation "3pt"
20068 shadowsize "4pt"
20069 framecolor "black"
20070 backgroundcolor "none"
20071 status open
20072
20073 \begin_layout Plain Layout
20074 改行を含む
20075 \begin_inset Newline newline
20076 \end_inset
20077
20078 回転
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 </row>
20127 </lyxtabular>
20128
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Section
20140 表幅の計算
20141 \begin_inset CommandInset label
20142 LatexCommand label
20143 name "sec:表幅の計算"
20144
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \begin_layout Standard
20151 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20152 設ければ良いのでしょうか?
20153 \end_layout
20154
20155 \begin_layout Standard
20156 表幅
20157 \begin_inset Formula $W_{\text{表}}$
20158 \end_inset
20159
20160 は計算することができます.各列の実際の幅は,指定した列幅
20161 \begin_inset Formula $W_{\text{列}}$
20162 \end_inset
20163
20164 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20165
20166 \series bold
20167
20168 \backslash
20169 tabcolsep
20170 \series default
20171 ・既定値6
20172 \begin_inset space \thinspace{}
20173 \end_inset
20174
20175 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20176
20177 \series bold
20178
20179 \backslash
20180 arrayrulewidth
20181 \series default
20182 ・既定値0.4
20183 \begin_inset space \thinspace{}
20184 \end_inset
20185
20186 pt)を加えたものになります.したがって,もし同じ幅の
20187 \begin_inset Formula $n$
20188 \end_inset
20189
20190 列を作るならば,表幅は
20191 \begin_inset Formula 
20192 \begin{equation}
20193 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20194 \end{equation}
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \begin_layout Standard
20202 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20203
20204 \series bold
20205
20206 \backslash
20207 columnwidth
20208 \series default
20209 ).表の列をすべて同じ幅にするとすれば,
20210 \begin_inset Formula $W_{\text{表}}$
20211 \end_inset
20212
20213 が1
20214 \begin_inset space \thinspace{}
20215 \end_inset
20216
20217
20218 \backslash
20219 columnwidthになりますので,
20220 \begin_inset Formula $W_{\text{列}}$
20221 \end_inset
20222
20223 は簡単に計算できます.
20224 \end_layout
20225
20226 \begin_layout Standard
20227 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20228 パッケージ
20229 \series bold
20230 calc
20231 \series default
20232
20233 \begin_inset Index idx
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237 \SpecialChar LaTeX
20238 ぱっけーじ@\SpecialChar LaTeX
20239 パッケージ ! calc
20240 \end_layout
20241
20242 \end_inset
20243
20244 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20245 \family sans
20246 \SpecialChar LaTeX
20247 の引数
20248 \family default
20249 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20250 \begin_inset CommandInset ref
20251 LatexCommand ref
20252 reference "subsec:連結列の計算"
20253
20254 \end_inset
20255
20256 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20257 \end_layout
20258
20259 \begin_layout Standard
20260
20261 \series bold
20262 >{
20263 \backslash
20264 centering}p{(1
20265 \backslash
20266 columnwidth-62.4pt)/5}
20267 \end_layout
20268
20269 \begin_layout Standard
20270 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20271 \begin_inset Formula 
20272 \begin{align}
20273 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20274  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20275  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20276 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20277 \end{align}
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Standard
20285 となります.したがって,表中の広い列には
20286 \end_layout
20287
20288 \begin_layout Standard
20289
20290 \series bold
20291 >{
20292 \backslash
20293 centering}p{(1
20294 \backslash
20295 columnwidth-62.4pt)/
20296 \backslash
20297 real{4.5}}
20298 \end_layout
20299
20300 \begin_layout Standard
20301 というコマンドを用い,狭い列には
20302 \end_layout
20303
20304 \begin_layout Standard
20305
20306 \series bold
20307 >{
20308 \backslash
20309 centering}p{(1
20310 \backslash
20311 columnwidth-62.4pt)/
20312 \backslash
20313 real{4.5}*
20314 \backslash
20315 real{0.75}}
20316 \end_layout
20317
20318 \begin_layout Standard
20319 というコマンドを用いることにすると,以下の表が出来上がります.
20320 \end_layout
20321
20322 \begin_layout Standard
20323 \begin_inset Tabular
20324 <lyxtabular version="3" rows="2" columns="5">
20325 <features tabularvalignment="middle">
20326 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20327 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20328 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20329 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20330 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20331 <row>
20332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 1
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 2
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354 3
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 4
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 5
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 </row>
20378 <row>
20379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 111111 1111111 111111 111111111 11111 11111 1111
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 2222 22222 222222 222222222 2222222 22 22222
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 333333 333333 333333 33333 3333333 333
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 </lyxtabular>
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Section
20433 表の調整
20434 \begin_inset Index idx
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438 ひょうのちょうせい@表の調整
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \begin_inset Index idx
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448 ひょう@表 ! ちょうせい@調整
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \begin_layout Subsection
20457 行の余白取り
20458 \begin_inset CommandInset label
20459 LatexCommand label
20460 name "subsec:行の余白取り"
20461
20462 \end_inset
20463
20464
20465 \begin_inset Index idx
20466 status collapsed
20467
20468 \begin_layout Plain Layout
20469 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 表の設定ダイアログの
20479 \family sans
20480 罫線
20481 \family default
20482 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20483 \end_layout
20484
20485 \begin_layout Description
20486 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20487 \begin_inset Foot
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491 フォーマル様式の表は第
20492 \begin_inset CommandInset ref
20493 LatexCommand ref
20494 reference "sec:フォーマル様式の表"
20495
20496 \end_inset
20497
20498 節で説明されています.
20499 \end_layout
20500
20501 \end_inset
20502
20503 ならば,\SpecialChar LyX
20504 は既定値として0.5
20505 \begin_inset space \thinspace{}
20506 \end_inset
20507
20508 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20509 \begin_inset VSpace medskip
20510 \end_inset
20511
20512
20513 \begin_inset Newline newline
20514 \end_inset
20515
20516
20517 \begin_inset space \hspace*{}
20518 \length 0pt
20519 \end_inset
20520
20521
20522 \begin_inset space \hfill{}
20523 \end_inset
20524
20525
20526 \begin_inset Tabular
20527 <lyxtabular version="3" rows="3" columns="1">
20528 <features tabularvalignment="middle">
20529 <column alignment="center" valignment="top">
20530 <row>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row topspace="3mm">
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 行上に3
20547 \begin_inset space \thinspace{}
20548 \end_inset
20549
20550 mmの余白
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 </row>
20556 <row>
20557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 </row>
20567 </lyxtabular>
20568
20569 \end_inset
20570
20571
20572 \begin_inset space \hfill{}
20573 \end_inset
20574
20575
20576 \begin_inset space \hspace*{}
20577 \length 0pt
20578 \end_inset
20579
20580
20581 \begin_inset VSpace medskip
20582 \end_inset
20583
20584
20585 \begin_inset Newline newline
20586 \end_inset
20587
20588 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20589 \end_layout
20590
20591 \begin_layout Description
20592 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20593 は既定値として0.5
20594 \begin_inset space \thinspace{}
20595 \end_inset
20596
20597 emの余白を挿入し,通常の表ならば既定値として2
20598 \begin_inset space \thinspace{}
20599 \end_inset
20600
20601 ptを挿入します.
20602 \end_layout
20603
20604 \begin_layout Description
20605 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20606 は既定値として0.5
20607 \begin_inset space \thinspace{}
20608 \end_inset
20609
20610 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20611 \begin_inset VSpace medskip
20612 \end_inset
20613
20614
20615 \begin_inset Newline newline
20616 \end_inset
20617
20618
20619 \begin_inset space \hspace*{}
20620 \length 0pt
20621 \end_inset
20622
20623
20624 \begin_inset space \hfill{}
20625 \end_inset
20626
20627
20628 \begin_inset Tabular
20629 <lyxtabular version="3" rows="3" columns="1">
20630 <features tabularvalignment="middle">
20631 <column alignment="center" valignment="top">
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row interlinespace="3mm">
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Formula $\downarrow$
20649 \end_inset
20650
20651  行間に3
20652 \begin_inset space \thinspace{}
20653 \end_inset
20654
20655 mmの余白 
20656 \begin_inset Formula $\downarrow$
20657 \end_inset
20658
20659
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 </row>
20665 <row>
20666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Formula $\uparrow$
20671 \end_inset
20672
20673  行間に3
20674 \begin_inset space \thinspace{}
20675 \end_inset
20676
20677 mmの余白 
20678 \begin_inset Formula $\uparrow$
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 </lyxtabular>
20688
20689 \end_inset
20690
20691
20692 \begin_inset space \hfill{}
20693 \end_inset
20694
20695
20696 \begin_inset space \hspace*{}
20697 \length 0pt
20698 \end_inset
20699
20700
20701 \begin_inset VSpace medskip
20702 \end_inset
20703
20704
20705 \begin_inset Newline newline
20706 \end_inset
20707
20708 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20709 \end_layout
20710
20711 \begin_layout Standard
20712 \begin_inset VSpace bigskip
20713 \end_inset
20714
20715 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20716 \end_layout
20717
20718 \begin_layout Standard
20719
20720 \series bold
20721
20722 \backslash
20723 @ifundefined{extrarowheight}
20724 \begin_inset Newline newline
20725 \end_inset
20726
20727
20728 \begin_inset Phantom HPhantom
20729 status open
20730
20731 \begin_layout Plain Layout
20732 \begin_inset space ~
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739
20740 {
20741 \backslash
20742 usepackage{array}}{}
20743 \begin_inset Newline newline
20744 \end_inset
20745
20746
20747 \backslash
20748 setlength{
20749 \backslash
20750 extrarowheight}{高さ}
20751 \series default
20752
20753 \begin_inset Note Note
20754 status collapsed
20755
20756 \begin_layout Plain Layout
20757 自己定義の表書式を用いると,\SpecialChar LyX
20758 は自動的に
20759 \series bold
20760 array
20761 \series default
20762 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20763 \series bold
20764
20765 \backslash
20766 @ifundefined
20767 \series default
20768 が使用されています.
20769 \end_layout
20770
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \begin_layout Standard
20777 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20778 \begin_inset CommandInset ref
20779 LatexCommand ref
20780 reference "cha:LyXで使用できる単位"
20781
20782 \end_inset
20783
20784 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20785 \end_layout
20786
20787 \begin_layout Standard
20788 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20789 コードで
20790 \series bold
20791
20792 \backslash
20793 strut
20794 \series default
20795 コマンドを挿入することで補正することができます.表
20796 \begin_inset CommandInset ref
20797 LatexCommand ref
20798 reference "tab:垂直揃え"
20799
20800 \end_inset
20801
20802 は,この効果を示したものです.
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \noindent
20807 \begin_inset Float table
20808 placement h
20809 wide false
20810 sideways false
20811 status open
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Caption Standard
20815
20816 \begin_layout Plain Layout
20817 \begin_inset CommandInset label
20818 LatexCommand label
20819 name "tab:垂直揃え"
20820
20821 \end_inset
20822
20823 大きなフォント寸法の文章の垂直揃え
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Plain Layout
20832 \begin_inset space \hfill{}
20833 \end_inset
20834
20835
20836 \begin_inset Float table
20837 wide false
20838 sideways false
20839 status collapsed
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Caption Standard
20843
20844 \begin_layout Plain Layout
20845 通常の表
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Plain Layout
20854 \noindent
20855 \align center
20856 \begin_inset Tabular
20857 <lyxtabular version="3" rows="6" columns="1">
20858 <features tabularvalignment="middle">
20859 <column alignment="left" valignment="top">
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 ふつう, g
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \size large
20878 やや大
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 </row>
20884 <row>
20885 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889
20890 \size larger
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 </row>
20897 <row>
20898 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902
20903 \size largest
20904 極大
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \size huge
20917 極々大
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \size giant
20930 最大
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 </lyxtabular>
20937
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \begin_inset space \hfill{}
20947 \end_inset
20948
20949
20950 \begin_inset Float table
20951 wide false
20952 sideways false
20953 status collapsed
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Caption Standard
20957
20958 \begin_layout Plain Layout
20959
20960 \series bold
20961
20962 \backslash
20963 strut
20964 \series default
20965 コマンドを使用した表
20966 \end_layout
20967
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \begin_layout Plain Layout
20974 \noindent
20975 \align center
20976 \begin_inset Tabular
20977 <lyxtabular version="3" rows="6" columns="1">
20978 <features tabularvalignment="middle">
20979 <column alignment="left" valignment="top">
20980 <row>
20981 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985 ふつう, g
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 large
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 larger
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" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \size largest
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 <row>
21067 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \size huge
21073 \begin_inset ERT
21074 status collapsed
21075
21076 \begin_layout Plain Layout
21077
21078
21079 \backslash
21080 strut 
21081 \end_layout
21082
21083 \end_inset
21084
21085 極々大
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 <row>
21092 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096
21097 \size giant
21098 \begin_inset ERT
21099 status collapsed
21100
21101 \begin_layout Plain Layout
21102
21103
21104 \backslash
21105 strut 
21106 \end_layout
21107
21108 \end_inset
21109
21110 最大
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 </row>
21116 </lyxtabular>
21117
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \begin_inset space \hfill{}
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \begin_layout Subsection
21138 特殊なセル揃え
21139 \begin_inset CommandInset label
21140 LatexCommand label
21141 name "subsec:特殊なセル揃え"
21142
21143 \end_inset
21144
21145
21146 \begin_inset Index idx
21147 status collapsed
21148
21149 \begin_layout Plain Layout
21150 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21151 \end_layout
21152
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \begin_layout Standard
21159 ときには表
21160 \begin_inset CommandInset ref
21161 LatexCommand ref
21162 reference "tab:表セル"
21163
21164 \end_inset
21165
21166 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21167 \begin_inset Info
21168 type  "icon"
21169 arg   "tabular-feature align-decimal"
21170 \end_inset
21171
21172 を押すか,表設定中で揃えを
21173 \family sans
21174 小数点で
21175 \family default
21176 に設定します.
21177 \end_layout
21178
21179 \begin_layout Standard
21180 \begin_inset Float table
21181 placement h
21182 wide false
21183 sideways false
21184 status open
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Caption Standard
21188
21189 \begin_layout Plain Layout
21190 \begin_inset CommandInset label
21191 LatexCommand label
21192 name "tab:表セル"
21193
21194 \end_inset
21195
21196 一列が小数点で揃えられた表セル
21197 \end_layout
21198
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \begin_layout Plain Layout
21205 \align center
21206 \begin_inset Tabular
21207 <lyxtabular version="3" rows="4" columns="1">
21208 <features booktabs="true" tabularvalignment="middle">
21209 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21210 <row>
21211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 見出し
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 12.6
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 0.68
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 -123.0
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 </row>
21254 </lyxtabular>
21255
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \begin_layout Standard
21267 \begin_inset Float table
21268 placement h
21269 wide false
21270 sideways false
21271 status open
21272
21273 \begin_layout Plain Layout
21274 \begin_inset Caption Standard
21275
21276 \begin_layout Plain Layout
21277 \begin_inset CommandInset label
21278 LatexCommand label
21279 name "tab:演算子揃え表"
21280
21281 \end_inset
21282
21283 一列が演算子で揃えられた表セル
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Plain Layout
21292 \align center
21293 \begin_inset Tabular
21294 <lyxtabular version="3" rows="4" columns="2">
21295 <features booktabs="true" tabularvalignment="middle">
21296 <column alignment="right" valignment="top" width="0pt">
21297 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21298 <row>
21299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 見出し
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $12\,+$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\,6$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Formula $0\,-$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\,68$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Formula $-123\,/$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $\,0$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 </lyxtabular>
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \begin_layout Standard
21409 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21410 \begin_inset CommandInset ref
21411 LatexCommand ref
21412 reference "tab:演算子揃え表"
21413
21414 \end_inset
21415
21416 のような方法を用いる必要があります.この表は,4
21417 \begin_inset Formula $\times$
21418 \end_inset
21419
21420 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21421 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21422 \end_layout
21423
21424 \begin_layout Standard
21425
21426 \series bold
21427 @{}l
21428 \end_layout
21429
21430 \begin_layout Standard
21431 という\SpecialChar LaTeX
21432 引数を第2列に指定します.
21433 \end_layout
21434
21435 \begin_layout Standard
21436
21437 \begin_inset CommandInset ref
21438 LatexCommand ref
21439 reference "tab:表セル揃え"
21440
21441 \end_inset
21442
21443 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21444 \begin_inset CommandInset ref
21445 LatexCommand ref
21446 reference "tab:演算子揃え表"
21447
21448 \end_inset
21449
21450 の冒頭には,小空白が加えられています.
21451 \end_layout
21452
21453 \begin_layout Standard
21454 \begin_inset Float table
21455 wide false
21456 sideways false
21457 status open
21458
21459 \begin_layout Plain Layout
21460 \begin_inset Caption Standard
21461
21462 \begin_layout Plain Layout
21463 \begin_inset CommandInset label
21464 LatexCommand label
21465 name "tab:表セル揃え"
21466
21467 \end_inset
21468
21469 表セルの揃えの例
21470 \end_layout
21471
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Plain Layout
21478 \align center
21479 \begin_inset Tabular
21480 <lyxtabular version="3" rows="4" columns="6">
21481 <features tabularvalignment="middle">
21482 <column alignment="right" valignment="top">
21483 <column alignment="left" valignment="top" special="@{}l">
21484 <column alignment="right" valignment="top">
21485 <column alignment="left" valignment="top" special="@{}l">
21486 <column alignment="right" valignment="top">
21487 <column alignment="left" valignment="top" special="@{}l">
21488 <row>
21489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 単位
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 冪数
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 関係子
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 <row>
21545 <cell alignment="center" valignment="top" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 12
21550 \begin_inset Formula $\times$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 24本の瓶
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $10\cdot$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $10^{\mbox{-}17}$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Formula $\Gamma(t)\propto$
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\:\Upsilon(t)$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 <row>
21617 <cell alignment="center" valignment="top" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 1024
21622 \begin_inset Formula $\times$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 768ピクセル
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $5.78\cdot$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $10^{7}$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $A\ne$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $\:B_{\mathrm{red}}$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="center" valignment="top" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 32
21694 \begin_inset Formula $\times$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 6
21707 \begin_inset space \thinspace{}
21708 \end_inset
21709
21710 cm
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 -
21720 \begin_inset Formula $33.5\cdot$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Formula $10^{4}$
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Formula $\sin(\alpha)\ge$
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 \begin_inset Formula $\:\sin(\beta)$
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 </lyxtabular>
21766
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \begin_layout Subsection
21778 自製のセル書式および列書式
21779 \begin_inset CommandInset label
21780 LatexCommand label
21781 name "subsec:自製書式"
21782
21783 \end_inset
21784
21785
21786 \begin_inset Index idx
21787 status collapsed
21788
21789 \begin_layout Plain Layout
21790 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \begin_inset CommandInset ref
21801 LatexCommand ref
21802 reference "sec:表幅の計算"
21803
21804 \end_inset
21805
21806 節のようにして通常列の必要幅を計算したり,第
21807 \begin_inset CommandInset ref
21808 LatexCommand ref
21809 reference "subsec:連結列の計算"
21810
21811 \end_inset
21812
21813 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21814 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21815 \end_layout
21816
21817 \begin_layout Standard
21818
21819 \series bold
21820
21821 \backslash
21822 newcolumntype{書式名}[引数の数]{コマンド}
21823 \end_layout
21824
21825 \begin_layout Standard
21826 書式名は,一文字だけでも構いません.
21827 \emph on
21828 b
21829 \emph default
21830
21831 \emph on
21832 c
21833 \emph default
21834
21835 \emph on
21836 l
21837 \emph default
21838
21839 \emph on
21840 m
21841 \emph default
21842
21843 \emph on
21844 p
21845 \emph default
21846
21847 \emph on
21848 r
21849 \emph default
21850 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21851 \end_layout
21852
21853 \begin_layout Standard
21854 \begin_inset VSpace medskip
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \begin_layout Standard
21861 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21862 \end_layout
21863
21864 \begin_layout Standard
21865
21866 \series bold
21867
21868 \backslash
21869 newcolumntype{M}[1]{>{
21870 \backslash
21871 centering
21872 \backslash
21873 hspace{0pt}}m{#1}}
21874 \end_layout
21875
21876 \begin_layout Standard
21877 ここで
21878 \series bold
21879
21880 \backslash
21881 hspace{0pt}
21882 \series default
21883 は,第
21884 \begin_inset CommandInset ref
21885 LatexCommand ref
21886 reference "subsec:複数行"
21887
21888 \end_inset
21889
21890 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21891 \family sans
21892 \SpecialChar LaTeX
21893 の引数
21894 \family default
21895
21896 \end_layout
21897
21898 \begin_layout Standard
21899
21900 \series bold
21901 M{width}
21902 \end_layout
21903
21904 \begin_layout Standard
21905 と入力するだけですみます.
21906 \end_layout
21907
21908 \begin_layout Standard
21909 \begin_inset VSpace bigskip
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Standard
21916 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21917 \end_layout
21918
21919 \begin_layout Standard
21920
21921 \series bold
21922
21923 \backslash
21924 newcolumntype{S}[2]{>{
21925 \backslash
21926 centering
21927 \backslash
21928 hspace{0pt}}
21929 \begin_inset Newline newline
21930 \end_inset
21931
21932
21933 \begin_inset Phantom HPhantom
21934 status open
21935
21936 \begin_layout Plain Layout
21937
21938 \series bold
21939
21940 \backslash
21941 newcolumntype
21942 \end_layout
21943
21944 \end_inset
21945
21946 m{(#1+(2
21947 \backslash
21948 tabcolsep+
21949 \backslash
21950 arrayrulewidth)*(1-#2))/#2}}
21951 \end_layout
21952
21953 \begin_layout Standard
21954 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21955 \begin_inset CommandInset ref
21956 LatexCommand eqref
21957 reference "eq:Wgn"
21958
21959 \end_inset
21960
21961 式を使用しています.
21962 \end_layout
21963
21964 \begin_layout Standard
21965 こうしておけば,当該セルの\SpecialChar LaTeX
21966 引数に
21967 \end_layout
21968
21969 \begin_layout Standard
21970
21971 \series bold
21972 S{連結列セルの幅}{連結列セルがまたがる列の数}
21973 \end_layout
21974
21975 \begin_layout Standard
21976 と入力するだけですみます.
21977 \end_layout
21978
21979 \begin_layout Standard
21980 \begin_inset VSpace bigskip
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \begin_layout Standard
21987 色付き列については,以下のように定義するとよいでしょう.
21988 \end_layout
21989
21990 \begin_layout Standard
21991
21992 \series bold
21993
21994 \backslash
21995 newcolumntype{K}[1]{>{
21996 \backslash
21997 columncolor{#1}
21998 \backslash
21999 hspace{0pt}}c}
22000 \end_layout
22001
22002 \begin_layout Standard
22003 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
22004 引数に
22005 \end_layout
22006
22007 \begin_layout Standard
22008
22009 \series bold
22010 K{色名}
22011 \end_layout
22012
22013 \begin_layout Standard
22014 と入力します.
22015 \end_layout
22016
22017 \begin_layout Standard
22018 \begin_inset VSpace bigskip
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025
22026 \begin_inset CommandInset ref
22027 LatexCommand ref
22028 reference "tab:ユーザー定義の表書式"
22029
22030 \end_inset
22031
22032 を生成するには,第1列と連結列に\SpecialChar LaTeX
22033 引数として
22034 \end_layout
22035
22036 \begin_layout Standard
22037
22038 \series bold
22039 M{2.5cm}
22040 \end_layout
22041
22042 \begin_layout Standard
22043 を指定し,最終列に
22044 \end_layout
22045
22046 \begin_layout Standard
22047
22048 \series bold
22049 K{red}
22050 \end_layout
22051
22052 \begin_layout Standard
22053 そして第2列の各セルに
22054 \end_layout
22055
22056 \begin_layout Standard
22057
22058 \series bold
22059 S{2.5cm}{2}
22060 \end_layout
22061
22062 \begin_layout Standard
22063 と指定します.
22064 \end_layout
22065
22066 \begin_layout Standard
22067 \begin_inset Float table
22068 placement h
22069 wide false
22070 sideways false
22071 status open
22072
22073 \begin_layout Plain Layout
22074 \begin_inset Caption Standard
22075
22076 \begin_layout Plain Layout
22077 \begin_inset CommandInset label
22078 LatexCommand label
22079 name "tab:ユーザー定義の表書式"
22080
22081 \end_inset
22082
22083 ユーザー定義の表書式を使用した表
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \begin_layout Plain Layout
22092 \align center
22093 \begin_inset Tabular
22094 <lyxtabular version="3" rows="3" columns="4">
22095 <features tabularvalignment="middle">
22096 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22097 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22098 <column alignment="center" valignment="middle">
22099 <column alignment="center" valignment="middle" special="K{red}">
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 とても長い表セル中の単語
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 複数行の連結列
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 </lyxtabular>
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \begin_layout Subsection
22227 罫線幅
22228 \begin_inset CommandInset label
22229 LatexCommand label
22230 name "subsec:罫線幅"
22231
22232 \end_inset
22233
22234
22235 \begin_inset Index idx
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \begin_layout Standard
22248 表中のすべての罫線の罫線幅を調整するには,長さ
22249 \series bold
22250
22251 \backslash
22252 arrayrulewidth
22253 \series default
22254 を使用します.たとえば,表
22255 \begin_inset CommandInset ref
22256 LatexCommand ref
22257 reference "tab:Table-with-1.5"
22258
22259 \end_inset
22260
22261 のように罫線幅を1.5
22262 \begin_inset space \thinspace{}
22263 \end_inset
22264
22265 ptにするには,表や表フロートの前に\SpecialChar TeX
22266 コードで
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 setlength{
22275 \backslash
22276 arrayrulewidth}{1.5pt}
22277 \end_layout
22278
22279 \begin_layout Standard
22280 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22281 コードで
22282 \series bold
22283
22284 \backslash
22285 arrayrulewidth
22286 \series default
22287 を0.4
22288 \begin_inset space \thinspace{}
22289 \end_inset
22290
22291 ptに設定してください.
22292 \end_layout
22293
22294 \begin_layout Standard
22295 \begin_inset ERT
22296 status collapsed
22297
22298 \begin_layout Plain Layout
22299
22300
22301 \backslash
22302 setlength{
22303 \backslash
22304 arrayrulewidth}{1.5pt}
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \begin_inset Float table
22311 wide false
22312 sideways false
22313 status open
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Caption Standard
22317
22318 \begin_layout Plain Layout
22319 \begin_inset CommandInset label
22320 LatexCommand label
22321 name "tab:Table-with-1.5"
22322
22323 \end_inset
22324
22325 1.5
22326 \begin_inset space \thinspace{}
22327 \end_inset
22328
22329 pt幅罫線の表
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Plain Layout
22338 \align center
22339 \begin_inset Tabular
22340 <lyxtabular version="3" rows="3" columns="3">
22341 <features tabularvalignment="middle">
22342 <column alignment="center" valignment="top">
22343 <column alignment="center" valignment="top">
22344 <column alignment="center" valignment="top">
22345 <row>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 sd
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 </row>
22374 <row>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 sd
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 sd
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 </row>
22432 </lyxtabular>
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset ERT
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446
22447
22448 \backslash
22449 setlength{
22450 \backslash
22451 arrayrulewidth}{0.4pt}
22452 \end_layout
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Standard
22460 \begin_inset VSpace bigskip
22461 \end_inset
22462
22463
22464 \begin_inset CommandInset ref
22465 LatexCommand ref
22466 reference "tab:1.5pt幅横罫"
22467
22468 \end_inset
22469
22470 のように横罫だけを1.5
22471 \begin_inset space \thinspace{}
22472 \end_inset
22473
22474 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22475 コードとして以下のコマンドを挿入してください.
22476 \end_layout
22477
22478 \begin_layout Standard
22479
22480 \series bold
22481
22482 \backslash
22483 let
22484 \backslash
22485 myHline
22486 \backslash
22487 hline
22488 \begin_inset Newline newline
22489 \end_inset
22490
22491
22492 \backslash
22493 renewcommand{
22494 \backslash
22495 hline}
22496 \begin_inset Newline newline
22497 \end_inset
22498
22499  {
22500 \backslash
22501 noalign{
22502 \backslash
22503 global
22504 \backslash
22505 arrayrulewidth 1.5pt}
22506 \begin_inset Newline newline
22507 \end_inset
22508
22509  
22510 \backslash
22511 myHline
22512 \backslash
22513 noalign{
22514 \backslash
22515 global
22516 \backslash
22517 arrayrulewidth 0.4pt}}
22518 \end_layout
22519
22520 \begin_layout Standard
22521 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22522 コードとして以下のコマンドを挿入します.
22523 \end_layout
22524
22525 \begin_layout Standard
22526
22527 \series bold
22528
22529 \backslash
22530 renewcommand{
22531 \backslash
22532 hline}{
22533 \backslash
22534 myHline}
22535 \end_layout
22536
22537 \begin_layout Standard
22538 \begin_inset ERT
22539 status collapsed
22540
22541 \begin_layout Plain Layout
22542
22543
22544 \backslash
22545 let
22546 \backslash
22547 myHline
22548 \backslash
22549 hline
22550 \end_layout
22551
22552 \begin_layout Plain Layout
22553
22554
22555 \backslash
22556 renewcommand{
22557 \backslash
22558 hline}
22559 \end_layout
22560
22561 \begin_layout Plain Layout
22562
22563  {
22564 \backslash
22565 noalign{
22566 \backslash
22567 global
22568 \backslash
22569 arrayrulewidth 1.5pt}
22570 \end_layout
22571
22572 \begin_layout Plain Layout
22573
22574   
22575 \backslash
22576 myHline
22577 \backslash
22578 noalign{
22579 \backslash
22580 global
22581 \backslash
22582 arrayrulewidth 0.4pt}}
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \begin_inset Float table
22589 wide false
22590 sideways false
22591 status open
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Caption Standard
22595
22596 \begin_layout Plain Layout
22597 \begin_inset CommandInset label
22598 LatexCommand label
22599 name "tab:1.5pt幅横罫"
22600
22601 \end_inset
22602
22603 1.5
22604 \begin_inset space \thinspace{}
22605 \end_inset
22606
22607 pt幅横罫の表
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Plain Layout
22616 \align center
22617 \begin_inset Tabular
22618 <lyxtabular version="3" rows="3" columns="3">
22619 <features tabularvalignment="middle">
22620 <column alignment="center" valignment="top">
22621 <column alignment="center" valignment="top">
22622 <column alignment="center" valignment="top">
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 sd
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 sd
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 sd
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 </row>
22710 </lyxtabular>
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 renewcommand{
22728 \backslash
22729 hline}{
22730 \backslash
22731 myHline}
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \begin_layout Standard
22740 \begin_inset VSpace bigskip
22741 \end_inset
22742
22743 縦罫だけを1.5
22744 \begin_inset space \thinspace{}
22745 \end_inset
22746
22747 pt幅にするには,第
22748 \begin_inset CommandInset ref
22749 LatexCommand ref
22750 reference "subsec:自製書式"
22751
22752 \end_inset
22753
22754 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22755 \end_layout
22756
22757 \begin_layout Standard
22758
22759 \series bold
22760
22761 \backslash
22762 newcolumntype{V}{!{
22763 \backslash
22764 vrule width 1.5pt}}
22765 \end_layout
22766
22767 \begin_layout Standard
22768
22769 \begin_inset CommandInset ref
22770 LatexCommand ref
22771 reference "tab:1.5pt幅縦罫"
22772
22773 \end_inset
22774
22775 を作るには,最右列に\SpecialChar LaTeX
22776 引数
22777 \end_layout
22778
22779 \begin_layout Standard
22780
22781 \series bold
22782 VcV
22783 \end_layout
22784
22785 \begin_layout Standard
22786 を指定し,他の列には
22787 \end_layout
22788
22789 \begin_layout Standard
22790
22791 \series bold
22792 Vc
22793 \end_layout
22794
22795 \begin_layout Standard
22796 を指定します.
22797 \end_layout
22798
22799 \begin_layout Standard
22800 \begin_inset Float table
22801 wide false
22802 sideways false
22803 status open
22804
22805 \begin_layout Plain Layout
22806 \begin_inset Caption Standard
22807
22808 \begin_layout Plain Layout
22809 \begin_inset CommandInset label
22810 LatexCommand label
22811 name "tab:1.5pt幅縦罫"
22812
22813 \end_inset
22814
22815 1.5
22816 \begin_inset space \thinspace{}
22817 \end_inset
22818
22819 pt幅縦罫の表
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Plain Layout
22828 \align center
22829 \begin_inset Tabular
22830 <lyxtabular version="3" rows="3" columns="3">
22831 <features tabularvalignment="middle">
22832 <column alignment="center" valignment="top" special="Vc">
22833 <column alignment="center" valignment="top" special="Vc">
22834 <column alignment="center" valignment="top" special="VcV">
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 sd
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 sd
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 sd
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 </row>
22922 </lyxtabular>
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Subsection
22935 点罫
22936 \begin_inset Index idx
22937 status collapsed
22938
22939 \begin_layout Plain Layout
22940 ひょうのちょうせい@表の調整 ! てんけい@点罫
22941 \end_layout
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \begin_layout Standard
22949 \begin_inset ERT
22950 status collapsed
22951
22952 \begin_layout Plain Layout
22953
22954
22955 \backslash
22956 ifarydshln
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \begin_inset Note Note
22963 status open
22964
22965 \begin_layout Plain Layout
22966 この節は,\SpecialChar LaTeX
22967 パッケージ
22968 \series bold
22969 arydshln
22970 \series default
22971 が導入済みの時のみ表示されます.
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Standard
22980 \begin_inset Float table
22981 placement H
22982 wide false
22983 sideways false
22984 status open
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Caption Standard
22988
22989 \begin_layout Plain Layout
22990 \begin_inset CommandInset label
22991 LatexCommand label
22992 name "tab:点罫表"
22993
22994 \end_inset
22995
22996 点罫を使用した表
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Plain Layout
23005 \align center
23006 \begin_inset Tabular
23007 <lyxtabular version="3" rows="5" columns="5">
23008 <features tabularvalignment="middle">
23009 <column alignment="center" valignment="top">
23010 <column alignment="center" valignment="top">
23011 <column alignment="center" valignment="top" special=":c">
23012 <column alignment="center" valignment="top">
23013 <column alignment="center" valignment="top">
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="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" topline="true" leftline="true" 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" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 \begin_inset ERT
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117
23118
23119 \backslash
23120 hdashline 
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" 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" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell 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 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset ERT
23173 status collapsed
23174
23175 \begin_layout Plain Layout
23176
23177
23178 \backslash
23179 cdashline{4-5}
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 </row>
23273 </lyxtabular>
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \SpecialChar LyX
23287 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23288 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23289 \end_layout
23290
23291 \begin_layout Standard
23292
23293 \series bold
23294
23295 \backslash
23296 usepackage{arydshln}
23297 \end_layout
23298
23299 \begin_layout Standard
23300 というコマンドを書き,\SpecialChar LaTeX
23301 パッケージの
23302 \series bold
23303 arydshln
23304 \series default
23305
23306 \begin_inset Index idx
23307 status collapsed
23308
23309 \begin_layout Plain Layout
23310 \SpecialChar LaTeX
23311 ぱっけーじ@\SpecialChar LaTeX
23312 パッケージ ! arydshln
23313 \end_layout
23314
23315 \end_inset
23316
23317 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23318 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23319 \end_layout
23320
23321 \begin_layout Standard
23322 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23323 コードで
23324 \end_layout
23325
23326 \begin_layout Standard
23327
23328 \series bold
23329
23330 \backslash
23331 hdashline
23332 \end_layout
23333
23334 \begin_layout Standard
23335 というコマンドを加えてください.
23336 \end_layout
23337
23338 \begin_layout Standard
23339 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23340 コードで
23341 \end_layout
23342
23343 \begin_layout Standard
23344
23345 \series bold
23346
23347 \backslash
23348 cdashline{列番号
23349 \series default
23350 }
23351 \end_layout
23352
23353 \begin_layout Standard
23354 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23355 \end_layout
23356
23357 \begin_layout Standard
23358
23359 \series bold
23360
23361 \backslash
23362 cdashline{2-4}
23363 \end_layout
23364
23365 \begin_layout Standard
23366 なるコマンドを置いてください.
23367 \end_layout
23368
23369 \begin_layout Standard
23370 \begin_inset VSpace bigskip
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377
23378 \begin_inset CommandInset ref
23379 LatexCommand ref
23380 reference "tab:点罫表"
23381
23382 \end_inset
23383
23384 は,第3列の\SpecialChar LaTeX
23385 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23386 コードのコマンド
23387 \series bold
23388
23389 \backslash
23390 hdashline
23391 \series default
23392 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23393 コードのコマンド
23394 \begin_inset Newline newline
23395 \end_inset
23396
23397  
23398 \series bold
23399
23400 \backslash
23401 cdashline{4-5}
23402 \series default
23403 が挿れられています.
23404 \end_layout
23405
23406 \begin_layout Standard
23407 \begin_inset VSpace bigskip
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Standard
23414 点罫を持つ表も,表
23415 \begin_inset CommandInset ref
23416 LatexCommand ref
23417 reference "tab:Colored-table-with"
23418
23419 \end_inset
23420
23421 のように色付けをすることができます.
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 setlength{
23433 \backslash
23434 arrayrulewidth}{1pt}
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \begin_inset Note Note
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 罫線色が見易いように線を太く
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 \begin_inset ERT
23454 status collapsed
23455
23456 \begin_layout Plain Layout
23457
23458
23459 \backslash
23460 dashgapcolor{green}
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 myHdashline
23489 \backslash
23490 hdashline
23491 \end_layout
23492
23493 \begin_layout Plain Layout
23494
23495
23496 \backslash
23497 renewcommand{
23498 \backslash
23499 hdashline}
23500 \end_layout
23501
23502 \begin_layout Plain Layout
23503
23504  {
23505 \backslash
23506 arrayrulecolor{red}
23507 \backslash
23508 myHdashline
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 ERT
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533
23534
23535 \backslash
23536 let
23537 \backslash
23538 myCdashline
23539 \backslash
23540 cdashline
23541 \end_layout
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 renewcommand{
23548 \backslash
23549 cdashline}[1]
23550 \end_layout
23551
23552 \begin_layout Plain Layout
23553
23554  {
23555 \backslash
23556 arrayrulecolor{yellow}
23557 \backslash
23558 myCdashline{#1}
23559 \backslash
23560 arrayrulecolor{black}}
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \begin_inset Note Note
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570 色付き部分水平線・点罫黄色
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \begin_layout Standard
23579 \begin_inset Float table
23580 placement h
23581 wide false
23582 sideways false
23583 status open
23584
23585 \begin_layout Plain Layout
23586 \begin_inset Caption Standard
23587
23588 \begin_layout Plain Layout
23589 \begin_inset CommandInset label
23590 LatexCommand label
23591 name "tab:Colored-table-with"
23592
23593 \end_inset
23594
23595 点罫線の色付き表
23596 \end_layout
23597
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \begin_layout Plain Layout
23604 \align center
23605 \begin_inset Tabular
23606 <lyxtabular version="3" rows="5" columns="5">
23607 <features tabularvalignment="middle">
23608 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23609 <column alignment="center" valignment="top" width="0pt">
23610 <column alignment="center" valignment="top" width="0pt" special=":c">
23611 <column alignment="center" valignment="top">
23612 <column alignment="center" valignment="top">
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell alignment="center" valignment="top" topline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset ERT
23713 status collapsed
23714
23715 \begin_layout Plain Layout
23716
23717
23718 \backslash
23719 hdashline 
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \begin_inset ERT
23726 status collapsed
23727
23728 \begin_layout Plain Layout
23729
23730
23731 \backslash
23732 rowcolor{Gray}
23733 \end_layout
23734
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" 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" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell 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 </row>
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Plain Layout
23788
23789
23790 \backslash
23791 cdashline{4-5}
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset ERT
23880 status collapsed
23881
23882 \begin_layout Plain Layout
23883
23884
23885 \backslash
23886 cellcolor{Maroon}
23887 \end_layout
23888
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 </lyxtabular>
23898
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \begin_layout Standard
23910 \begin_inset ERT
23911 status collapsed
23912
23913 \begin_layout Plain Layout
23914
23915
23916 \backslash
23917 renewcommand{
23918 \backslash
23919 hdashline}{
23920 \backslash
23921 myHdashline}
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \begin_inset Note Note
23928 status collapsed
23929
23930 \begin_layout Plain Layout
23931 既定値に戻す
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \begin_layout Standard
23940 \begin_inset ERT
23941 status collapsed
23942
23943 \begin_layout Plain Layout
23944
23945
23946 \backslash
23947 renewcommand{
23948 \backslash
23949 cdashline}{
23950 \backslash
23951 myCdashline}
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \begin_inset Note Note
23958 status collapsed
23959
23960 \begin_layout Plain Layout
23961 既定値に戻す
23962 \end_layout
23963
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \begin_layout Standard
23970 \begin_inset ERT
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974
23975
23976 \backslash
23977 nodashgapcolor
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \begin_inset Note Note
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987 既定値に戻す
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \begin_layout Standard
23996 \begin_inset ERT
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000
24001
24002 \backslash
24003 setlength{
24004 \backslash
24005 arrayrulewidth}{0.4pt}
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \begin_inset Note Note
24012 status collapsed
24013
24014 \begin_layout Plain Layout
24015 既定値に戻す
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \begin_layout Standard
24024 行や列,罫線の着色は,第
24025 \begin_inset CommandInset ref
24026 LatexCommand ref
24027 reference "sec:色付きの表"
24028
24029 \end_inset
24030
24031 節に述べられているように動作します.水平線の着色も,
24032 \series bold
24033
24034 \backslash
24035 myHlineC
24036 \series default
24037 コマンドを
24038 \series bold
24039
24040 \backslash
24041 myHdashline
24042 \series default
24043 に置き換え,
24044 \series bold
24045
24046 \backslash
24047 hline
24048 \series default
24049
24050 \series bold
24051
24052 \backslash
24053 hdashline
24054 \series default
24055 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 let
24064 \backslash
24065 myHdashline
24066 \backslash
24067 hdashline
24068 \begin_inset Newline newline
24069 \end_inset
24070
24071
24072 \backslash
24073 renewcommand{
24074 \backslash
24075 hdashline}
24076 \begin_inset Newline newline
24077 \end_inset
24078
24079
24080 \begin_inset Phantom HPhantom
24081 status open
24082
24083 \begin_layout Plain Layout
24084 \begin_inset space ~
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091
24092 {
24093 \backslash
24094 arrayrulecolor{red}
24095 \backslash
24096 myHdashline
24097 \backslash
24098 arrayrulecolor{black}}
24099 \end_layout
24100
24101 \begin_layout Standard
24102
24103 \series bold
24104
24105 \backslash
24106 cdashline
24107 \series default
24108 に色をつけるならば,コマンドは
24109 \end_layout
24110
24111 \begin_layout Standard
24112
24113 \series bold
24114
24115 \backslash
24116 let
24117 \backslash
24118 myCdashline
24119 \backslash
24120 cdashline
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \backslash
24126 renewcommand{
24127 \backslash
24128 cdashline}[1]
24129 \begin_inset Newline newline
24130 \end_inset
24131
24132
24133 \begin_inset Phantom HPhantom
24134 status open
24135
24136 \begin_layout Plain Layout
24137 \begin_inset space ~
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \end_inset
24144
24145 {
24146 \backslash
24147 arrayrulecolor{red}
24148 \backslash
24149 myCdashline{#1}
24150 \backslash
24151 arrayrulecolor{black}}
24152 \end_layout
24153
24154 \begin_layout Standard
24155 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24156 コードで挿入する必要があります.
24157 \end_layout
24158
24159 \begin_layout Standard
24160
24161 \series bold
24162
24163 \backslash
24164 hdashline
24165 \series default
24166 の場合は
24167 \end_layout
24168
24169 \begin_layout Standard
24170
24171 \series bold
24172
24173 \backslash
24174 renewcommand{
24175 \backslash
24176 hdashline}{
24177 \backslash
24178 myHdashline}
24179 \end_layout
24180
24181 \begin_layout Standard
24182 とし,
24183 \series bold
24184
24185 \backslash
24186 cdashline
24187 \series default
24188 の場合は
24189 \end_layout
24190
24191 \begin_layout Standard
24192
24193 \series bold
24194
24195 \backslash
24196 renewcommand{
24197 \backslash
24198 cdashline}{
24199 \backslash
24200 myCdashline}
24201 \end_layout
24202
24203 \begin_layout Standard
24204 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24205 コードで
24206 \end_layout
24207
24208 \begin_layout Standard
24209
24210 \series bold
24211
24212 \backslash
24213 dashgapcolor{色}
24214 \end_layout
24215
24216 \begin_layout Standard
24217 とすれば良いです.ここで「色」は,定義済みの色名です.
24218 \end_layout
24219
24220 \begin_layout Standard
24221
24222 \series bold
24223
24224 \backslash
24225 nodashgapcolor
24226 \end_layout
24227
24228 \begin_layout Standard
24229 というコマンドは,
24230 \series bold
24231
24232 \backslash
24233 dashgapcolor
24234 \series default
24235 が行った変更を元に戻します.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \begin_inset Note Greyedout
24240 status open
24241
24242 \begin_layout Plain Layout
24243
24244 \series bold
24245 【註】
24246 \series default
24247 1つのセル中に複数のコマンドがある場合,
24248 \series bold
24249 arydshln
24250 \series default
24251 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24252 \begin_inset CommandInset ref
24253 LatexCommand ref
24254 reference "tab:Colored-table-with"
24255
24256 \end_inset
24257
24258 のセル
24259 \emph on
24260 k
24261 \emph default
24262 では,
24263 \series bold
24264
24265 \backslash
24266 hdashline
24267 \series default
24268 コマンドが
24269 \series bold
24270
24271 \backslash
24272 rowcolor
24273 \series default
24274 の前に来ています.
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Standard
24283 \begin_inset Note Greyedout
24284 status open
24285
24286 \begin_layout Plain Layout
24287
24288 \series bold
24289 【註】
24290 \series default
24291 \SpecialChar LaTeX
24292 パッケージ
24293 \series bold
24294 arydshln
24295 \series default
24296 は,文書プリアンブル中で\SpecialChar LaTeX
24297 パッケージ
24298 \series bold
24299 colortbl
24300 \series default
24301
24302 \begin_inset Index idx
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306 \SpecialChar LaTeX
24307 ぱっけーじ@\SpecialChar LaTeX
24308 パッケージ ! colortbl
24309 \end_layout
24310
24311 \end_inset
24312
24313 よりも前に読み込まれている必要があります.
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327
24328 \backslash
24329 else
24330 \end_layout
24331
24332 \end_inset
24333
24334
24335 \begin_inset Note Note
24336 status open
24337
24338 \begin_layout Plain Layout
24339 以下は,\SpecialChar LaTeX
24340 パッケージ
24341 \series bold
24342 arydshln
24343 \series default
24344 が導入済みでないときに表示されます.
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Standard
24353 本節の内容を出力に表示するためには,
24354 \series bold
24355 arydshln
24356 \series default
24357 パッケージを導入しなくてはなりません.
24358 \end_layout
24359
24360 \begin_layout Standard
24361 \begin_inset ERT
24362 status collapsed
24363
24364 \begin_layout Plain Layout
24365
24366
24367 \backslash
24368 fi
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \begin_layout Standard
24377 点罫について詳しい情報は,
24378 \series bold
24379 arydshln
24380 \series default
24381 の取扱説明書
24382 \begin_inset CommandInset citation
24383 LatexCommand cite
24384 key "arydshln"
24385 literal "true"
24386
24387 \end_inset
24388
24389 をご覧ください.
24390 \end_layout
24391
24392 \begin_layout Chapter
24393 フロート
24394 \begin_inset CommandInset label
24395 LatexCommand label
24396 name "chap:フロート"
24397
24398 \end_inset
24399
24400
24401 \begin_inset Index idx
24402 status collapsed
24403
24404 \begin_layout Plain Layout
24405 ふろーと@フロート
24406 \end_layout
24407
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \begin_layout Section
24414 はじめに
24415 \begin_inset CommandInset label
24416 LatexCommand label
24417 name "sec:フロートはじめに"
24418
24419 \end_inset
24420
24421
24422 \begin_inset Index idx
24423 status collapsed
24424
24425 \begin_layout Plain Layout
24426 ふろーと@フロート ! はじめに
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24436 ート)ことができます.
24437 \family sans
24438 脚註
24439 \family default
24440
24441 \family sans
24442 傍註
24443 \family default
24444 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24445 \end_layout
24446
24447 \begin_layout Standard
24448 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24449 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24450 ートには連番が割り当てられます.参照については,第
24451 \begin_inset CommandInset ref
24452 LatexCommand ref
24453 reference "sec:フロートの参照"
24454
24455 \end_inset
24456
24457 節で述べられています.
24458 \end_layout
24459
24460 \begin_layout Standard
24461 フロートを挿入するには,
24462 \family sans
24463 挿入\SpecialChar menuseparator
24464 フロート
24465 \family default
24466 メニュー(
24467 \begin_inset Info
24468 type  "icon"
24469 arg   "float-insert figure"
24470 \end_inset
24471
24472 または
24473 \begin_inset Info
24474 type  "icon"
24475 arg   "float-insert table"
24476 \end_inset
24477
24478 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24479 \family sans
24480 キャプション
24481 \family default
24482 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24483 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24484 \begin_inset CommandInset ref
24485 LatexCommand ref
24486 reference "sec:キャプションの配置"
24487
24488 \end_inset
24489
24490 節に述べられています.また,\SpecialChar LyX
24491 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24492 畳んだフロートボックスは,
24493 \begin_inset Graphics
24494         filename clipart/float.png
24495         scale 95
24496         scaleBeforeRotation
24497
24498 \end_inset
24499
24500 のように,灰色ボタンに赤字ラベルで表示されます.
24501 \end_layout
24502
24503 \begin_layout Standard
24504 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24505 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24506 \end_layout
24507
24508 \begin_layout Standard
24509 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24510 \end_layout
24511
24512 \begin_layout Section
24513 フロート型
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \SpecialChar LyX
24518 には,第
24519 \begin_inset CommandInset ref
24520 LatexCommand ref
24521 reference "sec:図フロート"
24522
24523 \end_inset
24524
24525 節および第
24526 \begin_inset CommandInset ref
24527 LatexCommand ref
24528 reference "sec:表フロート"
24529
24530 \end_inset
24531
24532 節で各々説明されている図フロートと表フロート以外に,
24533 \family sans
24534 アルゴリズム型
24535 \series bold
24536
24537 \series default
24538 折返し型
24539 \family default
24540 のフロート型があります.後者は,第
24541 \begin_inset CommandInset ref
24542 LatexCommand ref
24543 reference "sec:折返しフロート"
24544
24545 \end_inset
24546
24547 節に説明があります.
24548 \end_layout
24549
24550 \begin_layout Subsection
24551 アルゴリズムフロート
24552 \begin_inset Index idx
24553 status collapsed
24554
24555 \begin_layout Plain Layout
24556 ふろーと@フロート ! あるごりずむ@アルゴリズム
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \begin_inset Float algorithm
24566 placement h
24567 wide false
24568 sideways false
24569 status open
24570
24571 \begin_layout Plain Layout
24572 \begin_inset Caption Standard
24573
24574 \begin_layout Plain Layout
24575 \begin_inset CommandInset label
24576 LatexCommand label
24577 name "alg:アルゴリズムフロートの例"
24578
24579 \end_inset
24580
24581 アルゴリズムフロートの例
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout LyX-Code
24590 for I in 1..N loop
24591 \begin_inset Newline newline
24592 \end_inset
24593
24594  Sum:= Sum + A(I); /*comment*/
24595 \begin_inset Newline newline
24596 \end_inset
24597
24598 end loop
24599 \begin_inset VSpace -4mm
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 このフロート型は,
24612 \family sans
24613 挿入
24614 \shape up
24615 \SpecialChar menuseparator
24616 フロート\SpecialChar menuseparator
24617 アルゴリズム
24618 \family default
24619 \shape default
24620 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24621 \begin_inset CommandInset ref
24622 LatexCommand ref
24623 reference "cha:プログラムコードリスト"
24624
24625 \end_inset
24626
24627 章で説明されているプログラムコードリストの代わりとみなすことができます.
24628 \emph on
24629 \SpecialChar LyX
24630 ユーザーの手引き
24631 \emph default
24632 に述べられているように,アルゴリズム向けの環境としては,
24633 \family sans
24634 \SpecialChar LyX
24635 コード
24636 \family default
24637 があります. アルゴリズム
24638 \begin_inset CommandInset ref
24639 LatexCommand ref
24640 reference "alg:アルゴリズムフロートの例"
24641
24642 \end_inset
24643
24644 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24645 \begin_inset space \thinspace{}
24646 \end_inset
24647
24648 mmの垂直空白が入れてあります.
24649 \end_layout
24650
24651 \begin_layout Standard
24652 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24653 \end_layout
24654
24655 \begin_layout Standard
24656
24657 \series bold
24658
24659 \backslash
24660 floatname{algorithm}{付けたい名称}
24661 \end_layout
24662
24663 \begin_layout Standard
24664 という行を手動で加える必要があります.ここで
24665 \family sans
24666 \series bold
24667 付けたい名称
24668 \family default
24669 \series default
24670 には,お使いの言語で「
24671 \emph on
24672 algorithm
24673 \emph default
24674 」に対応する単語を指定します.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24679 のメニューに表示されている言語と同じであるならば,
24680 \family sans
24681 挿入\SpecialChar menuseparator
24682 一覧/目次\SpecialChar menuseparator
24683 アルゴリズム一覧
24684 \family default
24685 メニューを使用します.それ以外の場合には,代わりに
24686 \end_layout
24687
24688 \begin_layout Standard
24689
24690 \series bold
24691
24692 \backslash
24693 listof{algorithm}{付けたい名称}
24694 \end_layout
24695
24696 \begin_layout Standard
24697 というコマンドを\SpecialChar TeX
24698 コードとして用います.ここで
24699 \family sans
24700 付けたい名称
24701 \family default
24702 とは,「
24703 \emph on
24704 List of Algorithm
24705 \emph default
24706 s」という単語に相当する,ご使用になりたい言語での単語です.
24707 \end_layout
24708
24709 \begin_layout Standard
24710 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24711 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24712 \end_layout
24713
24714 \begin_layout Standard
24715
24716 \series bold
24717
24718 \backslash
24719 numberwithin{algorithm}{chapter}
24720 \end_layout
24721
24722 \begin_layout Standard
24723 というコマンドを追加してください.
24724 \series bold
24725
24726 \backslash
24727 numberwithin
24728 \series default
24729 というコマンドを使用するには,文書設定の
24730 \family sans
24731 数式オプション
24732 \family default
24733 タブで
24734 \family sans
24735 AMS mathパッケージを使用する
24736 \family default
24737 オプションを有効にしてください.
24738 \end_layout
24739
24740 \begin_layout Section
24741 フロートの連番
24742 \begin_inset Index idx
24743 status collapsed
24744
24745 \begin_layout Plain Layout
24746 ふろーと@フロート ! れんばん@連番
24747 \end_layout
24748
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \begin_layout Standard
24755 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24756 て変わります.
24757 \end_layout
24758
24759 \begin_layout Standard
24760 節から独立して付けられている連番を変更するには,文書プリアンブルで
24761 \end_layout
24762
24763 \begin_layout Standard
24764
24765 \series bold
24766
24767 \backslash
24768 renewcommand{
24769 \backslash
24770 thetable}{
24771 \backslash
24772 roman{table}}
24773 \end_layout
24774
24775 \begin_layout Standard
24776
24777 \series bold
24778 というコマンドを使うと良いでしょう.
24779 \backslash
24780 thetable
24781 \series default
24782 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24783 \series bold
24784
24785 \backslash
24786 thefigure
24787 \series default
24788 コマンドを使用します.上のコマンドで使用されている
24789 \series bold
24790
24791 \backslash
24792 roman
24793 \series default
24794 は,表番号を小文字のローマ数字で印字するコマンドです.
24795 \end_layout
24796
24797 \begin_layout Standard
24798 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24799 \end_layout
24800
24801 \begin_layout Standard
24802
24803 \series bold
24804
24805 \backslash
24806 numberwithin{table}{subsection}
24807 \end_layout
24808
24809 \begin_layout Standard
24810 というコマンドを使用してください.
24811 \series bold
24812
24813 \backslash
24814 numberwithin
24815 \series default
24816 コマンドを使用可能にするためには,文書設定の
24817 \family sans
24818 数式オプション
24819 \family default
24820 タブで,
24821 \family sans
24822 AMS
24823 \begin_inset space ~
24824 \end_inset
24825
24826 math数式パッケージを使用する
24827 \family default
24828 を使用します.
24829 \end_layout
24830
24831 \begin_layout Standard
24832 連番コマンドについての詳細と大切な注意点については,第
24833 \begin_inset CommandInset ref
24834 LatexCommand ref
24835 reference "subsec:脚注の付番"
24836
24837 \end_inset
24838
24839 節もご覧ください.
24840 \end_layout
24841
24842 \begin_layout Section
24843 フロートの参照
24844 \begin_inset CommandInset label
24845 LatexCommand label
24846 name "sec:フロートの参照"
24847
24848 \end_inset
24849
24850
24851 \begin_inset Index idx
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855 ふろーと@フロート ! さんしょう@参照
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \begin_inset Index idx
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Standard
24874 フロートを参照するには,
24875 \family sans
24876 挿入\SpecialChar menuseparator
24877 ラベル
24878 \family default
24879 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24880 \begin_inset Graphics
24881         filename clipart/label.png
24882         scaleBeforeRotation
24883
24884 \end_inset
24885
24886 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24887 は,キャプションの最初の数単語に前置句をつけたも
24888 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24889 \family sans
24890 fig:
24891 \family default
24892 」という前置句がつけられます.
24893 \end_layout
24894
24895 \begin_layout Standard
24896 ラベルは,参照のための名称兼位置標として用いられます.
24897 \family sans
24898 挿入\SpecialChar menuseparator
24899 相互参照
24900 \family default
24901 メニューかツールバーボタン
24902 \family sans
24903
24904 \begin_inset Info
24905 type  "icon"
24906 arg   "dialog-show-new-inset ref"
24907 \end_inset
24908
24909
24910 \family default
24911 を使えば,ラベルを参照することができます.
24912 \begin_inset Graphics
24913         filename clipart/reference.png
24914         scaleBeforeRotation
24915
24916 \end_inset
24917
24918 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24919 文書が開かれている場合には,ダイアログの上方にある
24920 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24926 出力では,参照の代わりに二つの疑問符が表示されることになります.
24927 \end_layout
24928
24929 \begin_layout Standard
24930 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24931 で,リンクの更新に手間を割く必要はありません.
24932 \end_layout
24933
24934 \begin_layout Standard
24935 相互参照ウィンドウの
24936 \family sans
24937 ラベルへ移動
24938 \family default
24939 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24940 \family sans
24941 戻る
24942 \family default
24943 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24944 \end_layout
24945
24946 \begin_layout Subsection
24947 相互参照の書式
24948 \begin_inset CommandInset label
24949 LatexCommand label
24950 name "subsec:相互参照の書式"
24951
24952 \end_inset
24953
24954
24955 \begin_inset Index idx
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959 さんしょう@参照 ! しょしき@書式
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 相互参照には,以下の6種類があります.
24969 \end_layout
24970
24971 \begin_layout Description
24972 <参照>: これはフロート番号を表示します.これが既定値です.例:
24973 \begin_inset CommandInset ref
24974 LatexCommand ref
24975 reference "fig:歪められた二つの像"
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Description
24983 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24984 例:
24985 \begin_inset CommandInset ref
24986 LatexCommand eqref
24987 reference "eq:Wgn"
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Description
24995 <参照ページ>: これはページ番号を表示します.例:Page
24996 \begin_inset space ~
24997 \end_inset
24998
24999
25000 \begin_inset CommandInset ref
25001 LatexCommand pageref
25002 reference "fig:歪められた二つの像"
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Description
25010 on
25011 \begin_inset space ~
25012 \end_inset
25013
25014 page
25015 \begin_inset space ~
25016 \end_inset
25017
25018 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
25019 \begin_inset CommandInset ref
25020 LatexCommand vpageref
25021 reference "fig:歪められた二つの像"
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Description
25029 <参照>
25030 \begin_inset space ~
25031 \end_inset
25032
25033 on
25034 \begin_inset space ~
25035 \end_inset
25036
25037 page
25038 \begin_inset space ~
25039 \end_inset
25040
25041 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25042 \begin_inset CommandInset ref
25043 LatexCommand vref
25044 reference "fig:歪められた二つの像"
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Description
25052 整形された参照: これは自製の相互参照書式で出力します.
25053 \begin_inset Newline newline
25054 \end_inset
25055
25056
25057 \begin_inset Note Greyedout
25058 status open
25059
25060 \begin_layout Plain Layout
25061
25062 \series bold
25063 【註】
25064 \series default
25065 この機能は,\SpecialChar LaTeX
25066 パッケージ
25067 \series bold
25068 prettyref
25069 \series default
25070 または
25071 \series bold
25072 refstyle
25073 \series default
25074 が導入されている場合のみ使用することができます.
25075 \begin_inset Index idx
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079 \SpecialChar LaTeX
25080 ぱっけーじ@\SpecialChar LaTeX
25081 パッケージ! prettyref
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \begin_inset Index idx
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091 \SpecialChar LaTeX
25092 ぱっけーじ@\SpecialChar LaTeX
25093 パッケージ ! refstyle
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \begin_inset Newline newline
25105 \end_inset
25106
25107 メニュー
25108 \family sans
25109 文書\SpecialChar menuseparator
25110 設定\SpecialChar menuseparator
25111 文書クラス
25112 \family default
25113 でオプション
25114 \family sans
25115 相互参照に(prettyrefではなく)refstyleを使用
25116 \family default
25117 を設定すると,この機能で使用する\SpecialChar LaTeX
25118 パッケージを選択することができます.書式は,文書プリアンブルに
25119 \series bold
25120
25121 \backslash
25122 newrefformat
25123 \series default
25124 コマンド(prettyrefの場合)あるいは
25125 \series bold
25126
25127 \backslash
25128 newref
25129 \series default
25130 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25131 \family sans
25132 fig
25133 \family default
25134 」を持ちます)をすべて定義し直すには,
25135 \begin_inset Newline newline
25136 \end_inset
25137
25138
25139 \series bold
25140
25141 \backslash
25142 newref{fig}{refcmd={Image on page 
25143 \backslash
25144 pageref{#1}}}
25145 \begin_inset Newline newline
25146 \end_inset
25147
25148
25149 \series default
25150 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25151 \begin_inset CommandInset citation
25152 LatexCommand cite
25153 key "prettyref,refstyle"
25154 literal "true"
25155
25156 \end_inset
25157
25158 をご覧ください.
25159 \begin_inset Newline newline
25160 \end_inset
25161
25162
25163 \lang english
25164 The options 
25165 \family sans
25166 Plural
25167 \family default
25168  and 
25169 \family sans
25170 Capitalized
25171 \family default
25172  are only available if you use the \SpecialChar LaTeX
25173 -package 
25174 \series bold
25175 refstyle
25176 \series default
25177 .
25178  Both options are not useful for Japanese documents because 
25179 \family sans
25180 Plural
25181 \family default
25182  adds an 
25183 \emph on
25184 s
25185 \emph default
25186  to the name, e.
25187 \begin_inset space \thinspace{}
25188 \end_inset
25189
25190 g.
25191 \begin_inset space \space{}
25192 \end_inset
25193
25194
25195 \begin_inset Quotes eld
25196 \end_inset
25197
25198 images
25199 \begin_inset Quotes erd
25200 \end_inset
25201
25202  and 
25203 \family sans
25204 Capitalized
25205 \family default
25206  outputs the name capitalized, e.
25207 \begin_inset space \thinspace{}
25208 \end_inset
25209
25210 g.
25211 \begin_inset space \space{}
25212 \end_inset
25213
25214
25215 \begin_inset Quotes eld
25216 \end_inset
25217
25218 Image
25219 \begin_inset Quotes erd
25220 \end_inset
25221
25222 .
25223 \end_layout
25224
25225 \begin_layout Description
25226 名称参照: これは,下のような参照のキャプションを出力します.
25227 \begin_inset Newline newline
25228 \end_inset
25229
25230  
25231 \begin_inset CommandInset ref
25232 LatexCommand nameref
25233 reference "fig:歪められた二つの像"
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Description
25241
25242 \lang english
25243 Label
25244 \begin_inset space ~
25245 \end_inset
25246
25247 only: prints only the \SpecialChar LaTeX
25248  label for the reference: 
25249 \lang japanese
25250
25251 \begin_inset CommandInset ref
25252 LatexCommand labelonly
25253 reference "fig:歪められた二つの像"
25254 plural "false"
25255 caps "false"
25256 noprefix "false"
25257
25258 \end_inset
25259
25260
25261 \lang english
25262
25263 \begin_inset Newline newline
25264 \end_inset
25265
25266 This allows to use the label for commands in \SpecialChar TeX
25267  code.
25268  With the option 
25269 \family sans
25270 No Prefix
25271 \family default
25272  one can omit the prefix of the label name: 
25273 \lang japanese
25274
25275 \begin_inset CommandInset ref
25276 LatexCommand labelonly
25277 reference "fig:歪められた二つの像"
25278 plural "false"
25279 caps "false"
25280 noprefix "true"
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288
25289 \family sans
25290 <参照ページ>
25291 \family default
25292 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25293 \family sans
25294 on this page
25295 \family default
25296 」のような文章が表示されます.様式
25297 \family sans
25298 <参照> on page <参照ページ>
25299 \family default
25300 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25301 \end_layout
25302
25303 \begin_layout Standard
25304 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25305 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25306 \family sans
25307 書式
25308 \family default
25309 フィールドで選ぶことができます.
25310 \end_layout
25311
25312 \begin_layout Standard
25313 \begin_inset Note Greyedout
25314 status open
25315
25316 \begin_layout Plain Layout
25317
25318 \series bold
25319 【註】
25320 \series default
25321 \SpecialChar LaTeX
25322 パッケージ
25323 \series bold
25324 prettyref
25325 \series default
25326
25327 \begin_inset Index idx
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 \SpecialChar LaTeX
25332 ぱっけーじ@\SpecialChar LaTeX
25333 パッケージ! prettyref
25334 \end_layout
25335
25336 \end_inset
25337
25338 は,\SpecialChar LyX
25339 の取り得るラベル
25340 \begin_inset Flex Ruby
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344 捷径
25345 \begin_inset Argument post:1
25346 status collapsed
25347
25348 \begin_layout Plain Layout
25349 ショートカット
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \begin_inset Foot
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364 例えば,
25365 \begin_inset Quotes eld
25366 \end_inset
25367
25368 fig:
25369 \begin_inset Quotes erd
25370 \end_inset
25371
25372 は図キャプションを表す\SpecialChar LyX
25373
25374 \begin_inset Flex Ruby
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378 捷径
25379 \begin_inset Argument post:1
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383 ショートカット
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392
25393 です.
25394 \end_layout
25395
25396 \end_inset
25397
25398 を全部は解釈できず,国際化もされていないので,
25399 \series bold
25400 refstyle
25401 \series default
25402
25403 \begin_inset Index idx
25404 status collapsed
25405
25406 \begin_layout Plain Layout
25407 \SpecialChar LaTeX
25408 ぱっけーじ@\SpecialChar LaTeX
25409 パッケージ ! refstyle
25410 \end_layout
25411
25412 \end_inset
25413
25414 を使用することを推奨します.
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \begin_layout Subsection
25423 参照名の自動命名
25424 \begin_inset Index idx
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 さんしょう@参照 ! じどうめいめい@自動命名
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \family sans
25439 文書設定
25440 \family default
25441 ダイアログの
25442 \family sans
25443 PDF特性
25444 \family default
25445 で有効にされた
25446 \series bold
25447 hyperref
25448 \series default
25449
25450 \begin_inset Index idx
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 \SpecialChar LaTeX
25455 ぱっけーじ@\SpecialChar LaTeX
25456 パッケージ ! hyperref
25457 \end_layout
25458
25459 \end_inset
25460
25461  \SpecialChar LaTeX
25462 パッケージは,相互参照が参照されたフロート(あるいは
25463 \emph on
25464
25465 \emph default
25466 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25467 の機能を使用するには,hyperrefを有効にして,
25468 \end_layout
25469
25470 \begin_layout Standard
25471
25472 \series bold
25473
25474 \backslash
25475 AtBeginDocument{
25476 \backslash
25477 renewcommand{
25478 \backslash
25479 ref}[1]{
25480 \backslash
25481 mbox{
25482 \backslash
25483 autoref{#1}}}}
25484 \end_layout
25485
25486 \begin_layout Standard
25487 という行を\SpecialChar LaTeX
25488 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25489 \begin_inset space \thinspace{}
25490 \end_inset
25491
25492 」としたいなど,既定の参照名以外のものが欲しい場合には,
25493 \end_layout
25494
25495 \begin_layout Standard
25496
25497 \series bold
25498
25499 \backslash
25500 addto
25501 \backslash
25502 extrasenglish{
25503 \backslash
25504 renewcommand{
25505 \backslash
25506 sectionautorefname}
25507 \begin_inset Newline newline
25508 \end_inset
25509
25510
25511 \begin_inset Phantom HPhantom
25512 status open
25513
25514 \begin_layout Plain Layout
25515
25516 \series bold
25517 \begin_inset space ~
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \end_inset
25524
25525 {sec.
25526 \backslash
25527 negthinspace}}
25528 \end_layout
25529
25530 \begin_layout Standard
25531 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25532 \begin_inset Newline newline
25533 \end_inset
25534
25535
25536 \series bold
25537
25538 \backslash
25539 extrasenglishを
25540 \backslash
25541 extras***
25542 \series default
25543 に置き換えてください(***は使用中の言語名).
25544 \end_layout
25545
25546 \begin_layout Standard
25547 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25548 \end_layout
25549
25550 \begin_layout Standard
25551
25552 \series bold
25553
25554 \backslash
25555 addto
25556 \backslash
25557 extrasenglish{
25558 \backslash
25559 renewcommand*{
25560 \backslash
25561 equationautorefname}[1]{}}
25562 \end_layout
25563
25564 \begin_layout Standard
25565 この話題に関する詳細は,hyperrefの説明書
25566 \begin_inset CommandInset citation
25567 LatexCommand cite
25568 key "hyperref"
25569 literal "true"
25570
25571 \end_inset
25572
25573 をお読みください.
25574 \end_layout
25575
25576 \begin_layout Standard
25577 \begin_inset Note Greyedout
25578 status open
25579
25580 \begin_layout Plain Layout
25581
25582 \series bold
25583 【註】
25584 \series default
25585 参照の自動命名は,相互参照を
25586 \family sans
25587 整形参照
25588 \family default
25589 様式(第
25590 \begin_inset CommandInset ref
25591 LatexCommand ref
25592 reference "subsec:相互参照の書式"
25593
25594 \end_inset
25595
25596 節)で使用しているときには,使用することができません.
25597 \end_layout
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \begin_layout Standard
25605 \SpecialChar LyX
25606 の取扱説明書『
25607 \emph on
25608 数式篇
25609 \emph default
25610 』では,参照名の自動命名が使用されています.
25611 \end_layout
25612
25613 \begin_layout Subsection
25614 参照位置
25615 \begin_inset CommandInset label
25616 LatexCommand label
25617 name "subsec:参照位置"
25618
25619 \end_inset
25620
25621
25622 \begin_inset Index idx
25623 status collapsed
25624
25625 \begin_layout Plain Layout
25626 さんしょう@参照 ! さんしょういち@参照位置
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635
25636 \family sans
25637 文書設定
25638 \family default
25639 ダイアログの
25640 \family sans
25641 PDF特性
25642 \family default
25643 で,
25644 \series bold
25645 hyperref
25646 \series default
25647
25648 \begin_inset Index idx
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652 \SpecialChar LaTeX
25653 ぱっけーじ@\SpecialChar LaTeX
25654 パッケージ ! hyperref
25655 \end_layout
25656
25657 \end_inset
25658
25659 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25660 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25661 パッケージの
25662 \series bold
25663 hyperref
25664 \series default
25665
25666 \begin_inset Index idx
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670 \SpecialChar LaTeX
25671 ぱっけーじ@\SpecialChar LaTeX
25672 パッケージ ! hyperref
25673 \end_layout
25674
25675 \end_inset
25676
25677 の一部である
25678 \series bold
25679 hyperref
25680 \series default
25681
25682 \begin_inset Index idx
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 \SpecialChar LaTeX
25687 ぱっけーじ@\SpecialChar LaTeX
25688 パッケージ ! hyperref
25689 \end_layout
25690
25691 \end_inset
25692
25693 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25694 \end_layout
25695
25696 \begin_layout Standard
25697
25698 \series bold
25699
25700 \backslash
25701 usepackage[figure]{hypcap}
25702 \end_layout
25703
25704 \begin_layout Standard
25705 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25706 hypcapの説明書
25707 \begin_inset CommandInset citation
25708 LatexCommand cite
25709 key "hypcap"
25710 literal "true"
25711
25712 \end_inset
25713
25714 をご覧ください.
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset Note Greyedout
25719 status open
25720
25721 \begin_layout Plain Layout
25722
25723 \series bold
25724 【註】hypcap
25725 \series default
25726 は内部図への参照には効力がありません.
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Section
25735 フロートの配置
25736 \begin_inset CommandInset label
25737 LatexCommand label
25738 name "sec:フロートの配置"
25739
25740 \end_inset
25741
25742
25743 \begin_inset Index idx
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747 ふろーと@フロート ! はいち@配置
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Standard
25756
25757 \family roman
25758 \series medium
25759 \shape up
25760 \size normal
25761 \emph off
25762 \bar no
25763 \noun off
25764 \color none
25765 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25766 がフロートを配置するのに使う配置オプションを変更できるようになります.
25767 \begin_inset Newline newline
25768 \end_inset
25769
25770
25771 \family sans
25772 \series default
25773 \shape default
25774 \size default
25775 \emph default
25776 \bar default
25777 \noun default
25778 \color inherit
25779 段をまたぐ
25780 \family roman
25781 \series medium
25782 \shape up
25783 \size normal
25784 \emph off
25785 \bar no
25786 \noun off
25787 \color none
25788 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25789 \begin_inset Newline newline
25790 \end_inset
25791
25792
25793 \family sans
25794 \series default
25795 \shape default
25796 \size default
25797 \emph default
25798 \bar default
25799 \noun default
25800 \color inherit
25801 横倒しに回転
25802 \family roman
25803 \series medium
25804 \shape up
25805 \size normal
25806 \emph off
25807 \bar no
25808 \noun off
25809 \color none
25810 オプションは,フロートを回転するのに用います.第
25811 \family default
25812 \series default
25813 \shape default
25814 \size default
25815 \emph default
25816 \bar default
25817 \noun default
25818 \color inherit
25819
25820 \begin_inset CommandInset ref
25821 LatexCommand ref
25822 reference "sec:回転フロート"
25823
25824 \end_inset
25825
25826
25827 \family roman
25828 \series medium
25829 \shape up
25830 \size normal
25831 \emph off
25832 \bar no
25833 \noun off
25834 \color none
25835 節をご参照ください.
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \family roman
25841 \series medium
25842 \shape up
25843 \size normal
25844 \emph off
25845 \bar no
25846 \noun off
25847 \color none
25848 フロートダイアログでは,
25849 \family sans
25850 \series default
25851 \shape default
25852 \size default
25853 \emph default
25854 \bar default
25855 \noun default
25856 \color inherit
25857 既定の配置を使う
25858 \family roman
25859 \series medium
25860 \shape up
25861 \size normal
25862 \emph off
25863 \bar no
25864 \noun off
25865 \color none
25866 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25867 \end_layout
25868
25869 \begin_layout Description
25870 可能ならば現在位置に: 
25871 \family roman
25872 \series medium
25873 \shape up
25874 \size normal
25875 \emph off
25876 \bar no
25877 \noun off
25878 \color none
25879 フロートを挿入位置に配置することを試みます
25880 \end_layout
25881
25882 \begin_layout Description
25883 ページ上部: 
25884 \family roman
25885 \series medium
25886 \shape up
25887 \size normal
25888 \emph off
25889 \bar no
25890 \noun off
25891 \color none
25892 フロートを現在ページの上部に配置することを試みます
25893 \end_layout
25894
25895 \begin_layout Description
25896 ページ下部: 
25897 \family roman
25898 \series medium
25899 \shape up
25900 \size normal
25901 \emph off
25902 \bar no
25903 \noun off
25904 \color none
25905 フロートを現在ページの下部に配置することを試みます
25906 \end_layout
25907
25908 \begin_layout Description
25909 フロートを独立したページに: 
25910 \family roman
25911 \series medium
25912 \shape up
25913 \size normal
25914 \emph off
25915 \bar no
25916 \noun off
25917 \color none
25918 フロートを独立したページに配置することを試みます
25919 \end_layout
25920
25921 \begin_layout Standard
25922 \SpecialChar LaTeX
25923 は,
25924 \emph on
25925 つねに
25926 \emph default
25927 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25928 はまず
25929 \family sans
25930 可能ならば現在位置に
25931 \family default
25932 を試み,次に
25933 \family sans
25934 ページの上部
25935 \family default
25936 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25937 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25938 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25939 \end_layout
25940
25941 \begin_layout Standard
25942 既定では,各オプションはそれぞれ以下の規則を持っています.
25943 \end_layout
25944
25945 \begin_layout Labeling
25946 \labelwidthstring 00.00.0000
25947
25948 \family sans
25949 ページ上部
25950 \family default
25951  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25952 \series bold
25953
25954 \backslash
25955 topfraction
25956 \series default
25957 ).
25958 \end_layout
25959
25960 \begin_layout Labeling
25961 \labelwidthstring 00.00.0000
25962
25963 \family sans
25964 ページ下部
25965 \family default
25966  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25967 \series bold
25968
25969 \backslash
25970 bottomfraction
25971 \series default
25972 ).
25973 \end_layout
25974
25975 \begin_layout Labeling
25976 \labelwidthstring 00.00.0000
25977
25978 \family sans
25979 フロートを独立したページ 
25980 \family default
25981 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25982 \series bold
25983
25984 \backslash
25985 floatpagefraction
25986 \series default
25987 ).
25988 \end_layout
25989
25990 \begin_layout Standard
25991 これらの規則に従いたくないときは,
25992 \family sans
25993 \SpecialChar LaTeX
25994 の規則を無視する
25995 \family default
25996 オプションを追加することによって,これらを無視することができます.
25997 \begin_inset Newline newline
25998 \end_inset
25999
26000 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
26001 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
26002 5割に変えるには,文書プリアンブルに
26003 \end_layout
26004
26005 \begin_layout Standard
26006
26007 \series bold
26008
26009 \backslash
26010 renewcommand{
26011 \backslash
26012 bottomfraction}{0.5}
26013 \end_layout
26014
26015 \begin_layout Standard
26016 という行を加えてください.
26017 \end_layout
26018
26019 \begin_layout Standard
26020 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
26021 \family sans
26022 何としても現在位置に置く
26023 \family default
26024 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
26025 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
26026 からです.
26027 \end_layout
26028
26029 \begin_layout Standard
26030 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
26031 \end_layout
26032
26033 \begin_layout Standard
26034 \begin_inset VSpace bigskip
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
26042 することがあります.この問題を避けるには,\SpecialChar LaTeX
26043 コマンドの
26044 \backslash
26045 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
26046 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
26047 \end_layout
26048
26049 \begin_layout Standard
26050
26051 \series bold
26052
26053 \backslash
26054 let
26055 \backslash
26056 mySection
26057 \backslash
26058 section
26059 \begin_inset Newline newline
26060 \end_inset
26061
26062
26063 \backslash
26064 renewcommand{
26065 \backslash
26066 section}{
26067 \backslash
26068 suppressfloats[t]
26069 \backslash
26070 mySection}
26071 \end_layout
26072
26073 \begin_layout Standard
26074 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
26075 が適当な配置を見つけるのに失敗することが
26076 あるので,これらに対する定義はお勧めしません.
26077 \end_layout
26078
26079 \begin_layout Standard
26080 \begin_inset VSpace bigskip
26081 \end_inset
26082
26083 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
26084 パッケージ
26085 \series bold
26086 endfloat
26087 \series default
26088
26089 \begin_inset Index idx
26090 status collapsed
26091
26092 \begin_layout Plain Layout
26093 \SpecialChar LaTeX
26094 ぱっけーじ@\SpecialChar LaTeX
26095 パッケージ ! endfloat
26096 \end_layout
26097
26098 \end_inset
26099
26100 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26101 \begin_inset Quotes eld
26102 \end_inset
26103
26104
26105 \family sans
26106 [Figure
26107 \begin_inset space ~
26108 \end_inset
26109
26110 3.2 about here.]
26111 \family default
26112
26113 \begin_inset Quotes erd
26114 \end_inset
26115
26116 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \series bold
26122
26123 \backslash
26124 usepackage[options]{endfloat}
26125 \end_layout
26126
26127 \begin_layout Standard
26128 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26129 \series bold
26130 endfloat
26131 \series default
26132 取扱説明書
26133 \begin_inset CommandInset citation
26134 LatexCommand cite
26135 key "endfloat"
26136 literal "true"
26137
26138 \end_inset
26139
26140 をご参照ください.
26141 \begin_inset Newline newline
26142 \end_inset
26143
26144
26145 \begin_inset Note Greyedout
26146 status open
26147
26148 \begin_layout Plain Layout
26149
26150 \series bold
26151 【註】endfloat
26152 \series default
26153 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26154 \begin_inset CommandInset citation
26155 LatexCommand cite
26156 key "endfloat"
26157 literal "true"
26158
26159 \end_inset
26160
26161 の第4節をご参照ください.
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \begin_inset Newline newline
26168 \end_inset
26169
26170
26171 \begin_inset Note Greyedout
26172 status open
26173
26174 \begin_layout Plain Layout
26175
26176 \series bold
26177 【註】
26178 \series default
26179 現在のところ,
26180 \series bold
26181 endfloat
26182 \series default
26183 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26184 コードで「
26185 \series bold
26186
26187 \backslash
26188 ss
26189 \series default
26190 」コマンドを使用してください.
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset VSpace bigskip
26200 \end_inset
26201
26202 フロートの割付に関する詳細は,\SpecialChar LaTeX
26203 関連書
26204 \begin_inset CommandInset citation
26205 LatexCommand cite
26206 key "latexcompanion,latexguide,latexbook"
26207 literal "true"
26208
26209 \end_inset
26210
26211 をご覧ください.
26212 \end_layout
26213
26214 \begin_layout Section
26215 回転フロート
26216 \begin_inset CommandInset label
26217 LatexCommand label
26218 name "sec:回転フロート"
26219
26220 \end_inset
26221
26222
26223 \begin_inset Index idx
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227 ふろーと@フロート ! かいてん@回転
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Standard
26236 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26237 \family sans
26238 横倒しに回転
26239 \family default
26240 オプションを有効にします.
26241 \end_layout
26242
26243 \begin_layout Standard
26244 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26245 \family sans
26246 段をまたぐ
26247 \family default
26248 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26249 たって回転方向を強制したい場合には,文書クラスオプションに
26250 \series bold
26251 figuresleft
26252 \series default
26253 オプションあるいは
26254 \series bold
26255 figuresright
26256 \series default
26257 オプションを加えることができます.
26258 \end_layout
26259
26260 \begin_layout Standard
26261 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26262 \begin_inset CommandInset ref
26263 LatexCommand ref
26264 reference "tab:回転した表"
26265
26266 \end_inset
26267
26268 が回転表フロートの例です.
26269 \end_layout
26270
26271 \begin_layout Standard
26272 \begin_inset Note Greyedout
26273 status open
26274
26275 \begin_layout Plain Layout
26276
26277 \series bold
26278 【註】
26279 \series default
26280 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \begin_layout Standard
26289 \begin_inset Float table
26290 wide false
26291 sideways true
26292 status open
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Caption Standard
26296
26297 \begin_layout Plain Layout
26298 \begin_inset CommandInset label
26299 LatexCommand label
26300 name "tab:回転した表"
26301
26302 \end_inset
26303
26304 回転した表
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Plain Layout
26313 \align center
26314 \begin_inset Tabular
26315 <lyxtabular version="3" rows="1" columns="5">
26316 <features tabularvalignment="middle">
26317 <column alignment="center" valignment="top">
26318 <column alignment="center" valignment="top">
26319 <column alignment="center" valignment="top">
26320 <column alignment="center" valignment="top">
26321 <column alignment="center" valignment="top">
26322 <row>
26323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 試験
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 </lyxtabular>
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \begin_layout Section
26382 従属フロート
26383 \begin_inset Index idx
26384 status collapsed
26385
26386 \begin_layout Plain Layout
26387 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \begin_layout Standard
26396 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26397 \begin_inset CommandInset ref
26398 LatexCommand ref
26399 reference "tab:従属表を横に並べたもの"
26400
26401 \end_inset
26402
26403 と表
26404 \begin_inset CommandInset ref
26405 LatexCommand ref
26406 reference "tab:従属表を縦に並べたもの"
26407
26408 \end_inset
26409
26410 に示されているように段落と同様に指定することができます.
26411 \end_layout
26412
26413 \begin_layout Standard
26414 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26415 \begin_inset CommandInset ref
26416 LatexCommand ref
26417 reference "tab:これは従属表a"
26418
26419 \end_inset
26420
26421 と表
26422 \begin_inset CommandInset ref
26423 LatexCommand ref
26424 reference "tab:これは従属表b"
26425
26426 \end_inset
26427
26428 は表
26429 \begin_inset CommandInset ref
26430 LatexCommand ref
26431 reference "tab:従属表を横に並べたもの"
26432
26433 \end_inset
26434
26435 の従属フロートです.
26436 \begin_inset Float table
26437 wide false
26438 sideways false
26439 status open
26440
26441 \begin_layout Plain Layout
26442 \begin_inset Caption Standard
26443
26444 \begin_layout Plain Layout
26445 \begin_inset CommandInset label
26446 LatexCommand label
26447 name "tab:従属表を横に並べたもの"
26448
26449 \end_inset
26450
26451 従属表を横に並べたもの
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \begin_layout Plain Layout
26460 \begin_inset space \hfill{}
26461 \end_inset
26462
26463
26464 \begin_inset Float table
26465 wide false
26466 sideways false
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470 \begin_inset Caption Standard
26471
26472 \begin_layout Plain Layout
26473 \begin_inset CommandInset label
26474 LatexCommand label
26475 name "tab:これは従属表a"
26476
26477 \end_inset
26478
26479 これは従属表aです.
26480 \end_layout
26481
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \begin_layout Plain Layout
26488 \align center
26489 \begin_inset Tabular
26490 <lyxtabular version="3" rows="1" columns="5">
26491 <features tabularvalignment="middle">
26492 <column alignment="center" valignment="top">
26493 <column alignment="center" valignment="top">
26494 <column alignment="center" valignment="top">
26495 <column alignment="center" valignment="top">
26496 <column alignment="center" valignment="top">
26497 <row>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 試験
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529
26530 \end_layout
26531
26532 \end_inset
26533 </cell>
26534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Plain Layout
26538
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 </row>
26544 </lyxtabular>
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \begin_inset space \hfill{}
26555 \end_inset
26556
26557
26558 \begin_inset Float table
26559 wide false
26560 sideways false
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564 \begin_inset Caption Standard
26565
26566 \begin_layout Plain Layout
26567 \begin_inset CommandInset label
26568 LatexCommand label
26569 name "tab:これは従属表b"
26570
26571 \end_inset
26572
26573 これは従属表bです.
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Plain Layout
26582 \align center
26583 \begin_inset Tabular
26584 <lyxtabular version="3" rows="1" columns="5">
26585 <features tabularvalignment="middle">
26586 <column alignment="center" valignment="top">
26587 <column alignment="center" valignment="top">
26588 <column alignment="center" valignment="top">
26589 <column alignment="center" valignment="top">
26590 <column alignment="center" valignment="top">
26591 <row>
26592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26629 \begin_inset Text
26630
26631 \begin_layout Plain Layout
26632 試験
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 </row>
26638 </lyxtabular>
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \begin_inset space \hfill{}
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \begin_inset Float table
26658 wide false
26659 sideways false
26660 status open
26661
26662 \begin_layout Plain Layout
26663 \begin_inset Caption Standard
26664
26665 \begin_layout Plain Layout
26666 \begin_inset CommandInset label
26667 LatexCommand label
26668 name "tab:従属表を縦に並べたもの"
26669
26670 \end_inset
26671
26672 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Plain Layout
26681 \noindent
26682 \align center
26683 \begin_inset Float table
26684 wide false
26685 sideways false
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 \begin_inset Caption Standard
26690
26691 \begin_layout Plain Layout
26692
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Plain Layout
26701 \align center
26702 \begin_inset Tabular
26703 <lyxtabular version="3" rows="1" columns="4">
26704 <features tabularvalignment="middle">
26705 <column alignment="center" valignment="top">
26706 <column alignment="center" valignment="top">
26707 <column alignment="center" valignment="top">
26708 <column alignment="center" valignment="top">
26709 <row>
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" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732 試験
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 試験
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 </row>
26747 </lyxtabular>
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \begin_layout Plain Layout
26760 \noindent
26761 \align center
26762 \begin_inset Float table
26763 wide false
26764 sideways false
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 \begin_inset Caption Standard
26769
26770 \begin_layout Plain Layout
26771
26772 \end_layout
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Plain Layout
26780 \align center
26781 \begin_inset Tabular
26782 <lyxtabular version="3" rows="1" columns="5">
26783 <features tabularvalignment="middle">
26784 <column alignment="center" valignment="top">
26785 <column alignment="center" valignment="top">
26786 <column alignment="center" valignment="top">
26787 <column alignment="center" valignment="top">
26788 <column alignment="center" valignment="top">
26789 <row>
26790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 </row>
26836 </lyxtabular>
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849
26850
26851 \end_layout
26852
26853 \begin_layout Section
26854 横並びのフロート
26855 \begin_inset Index idx
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859 ふろーと@フロート ! よこならび@横並び
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Standard
26868
26869 \begin_inset CommandInset ref
26870 LatexCommand ref
26871 reference "fig:左側のフロート"
26872
26873 \end_inset
26874
26875 や図
26876 \begin_inset CommandInset ref
26877 LatexCommand ref
26878 reference "fig:右側のフロート"
26879
26880 \end_inset
26881
26882 のようにフロートを横並びに配置するには,
26883 \emph on
26884 ひとつの
26885 \emph default
26886 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26887 \begin_inset Foot
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 Minipageは第
26892 \begin_inset CommandInset ref
26893 LatexCommand ref
26894 reference "sec:ミニページ"
26895
26896 \end_inset
26897
26898 節に説明があります.
26899 \end_layout
26900
26901 \end_inset
26902
26903 .幅は45
26904 \begin_inset space \thinspace{}
26905 \end_inset
26906
26907 -50
26908 \begin_inset space \thinspace{}
26909 \end_inset
26910
26911 列幅%とし,各minipageのボックス配置を
26912 \family sans
26913
26914 \family default
26915 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26916 \family sans
26917 列幅%
26918 \family default
26919 がここではminipageボックスの幅によって計算されることです.
26920 \end_layout
26921
26922 \begin_layout Standard
26923 \begin_inset Float figure
26924 wide false
26925 sideways false
26926 status open
26927
26928 \begin_layout Plain Layout
26929 \begin_inset Box Frameless
26930 position "b"
26931 hor_pos "c"
26932 has_inner_box 1
26933 inner_pos "t"
26934 use_parbox 0
26935 use_makebox 0
26936 width "45col%"
26937 special "none"
26938 height "1in"
26939 height_special "totalheight"
26940 thickness "0.4pt"
26941 separation "3pt"
26942 shadowsize "4pt"
26943 framecolor "black"
26944 backgroundcolor "none"
26945 status open
26946
26947 \begin_layout Plain Layout
26948 \align center
26949 \begin_inset Graphics
26950         filename ../clipart/2D-intensity-plot.pdf
26951         width 100col%
26952         scaleBeforeRotation
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \begin_layout Plain Layout
26960 \begin_inset Caption Standard
26961
26962 \begin_layout Plain Layout
26963 \begin_inset CommandInset label
26964 LatexCommand label
26965 name "fig:左側のフロート"
26966
26967 \end_inset
26968
26969 左側のフロート
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \begin_inset space \hfill{}
26981 \end_inset
26982
26983
26984 \begin_inset Box Frameless
26985 position "b"
26986 hor_pos "c"
26987 has_inner_box 1
26988 inner_pos "t"
26989 use_parbox 0
26990 use_makebox 0
26991 width "45col%"
26992 special "none"
26993 height "1in"
26994 height_special "totalheight"
26995 thickness "0.4pt"
26996 separation "3pt"
26997 shadowsize "4pt"
26998 framecolor "black"
26999 backgroundcolor "none"
27000 status open
27001
27002 \begin_layout Plain Layout
27003 \align center
27004 \begin_inset Graphics
27005         filename ../clipart/Star-structure.pdf
27006         width 100col%
27007         scaleBeforeRotation
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Plain Layout
27015 \begin_inset Caption Standard
27016
27017 \begin_layout Plain Layout
27018 \begin_inset CommandInset label
27019 LatexCommand label
27020 name "fig:右側のフロート"
27021
27022 \end_inset
27023
27024 右側のフロート
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Plain Layout
27038
27039 \end_layout
27040
27041 \end_inset
27042
27043 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
27044 \begin_inset CommandInset ref
27045 LatexCommand ref
27046 reference "sec:可変幅ミニページ"
27047
27048 \end_inset
27049
27050 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
27051 \family typewriter
27052 examples/varwidth-floats-side-by-side.lyx
27053 \family default
27054 に,この方法の例があります.
27055 \end_layout
27056
27057 \begin_layout Section
27058 キャプションの書式設定
27059 \begin_inset Index idx
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063 きゃぷしょん@キャプション ! しょしきせってい@書式設定
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \begin_inset Index idx
27070 status collapsed
27071
27072 \begin_layout Plain Layout
27073 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \begin_inset CommandInset label
27080 LatexCommand label
27081 name "sec:キャプションの書式設定"
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Standard
27089
27090 \family sans
27091 キャプション
27092 \family default
27093 環境は,
27094 \family sans
27095 フロート
27096 \family default
27097 の既定の段落環境です.キャプションは,\SpecialChar LyX
27098 画面上では,例えば「
27099 \family sans
27100 図 #:
27101 \family default
27102 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27103 \family sans
27104 #
27105 \family default
27106 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27107 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27108 \end_layout
27109
27110 \begin_layout Standard
27111 既定のキャプション書式を変更するには,文書プリアンブルに
27112 \end_layout
27113
27114 \begin_layout Standard
27115
27116 \series bold
27117
27118 \backslash
27119 usepackage[format definition]{caption}
27120 \end_layout
27121
27122 \begin_layout Standard
27123 という行を加えて,\SpecialChar LaTeX
27124 パッケージ
27125 \series bold
27126 caption
27127 \series default
27128
27129 \begin_inset Index idx
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133 \SpecialChar LaTeX
27134 ぱっけーじ@\SpecialChar LaTeX
27135 パッケージ ! caption
27136 \end_layout
27137
27138 \end_inset
27139
27140 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27141 \end_layout
27142
27143 \begin_layout Standard
27144
27145 \series bold
27146
27147 \backslash
27148 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27149 \end_layout
27150
27151 \begin_layout Standard
27152 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27153 \series bold
27154 caption
27155 \series default
27156 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27157 \end_layout
27158
27159 \begin_layout Standard
27160
27161 \series bold
27162
27163 \backslash
27164 captionsetup[フロート型]{書式定義}
27165 \end_layout
27166
27167 \begin_layout Standard
27168 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27169 \begin_inset CommandInset ref
27170 LatexCommand ref
27171 reference "fig:図キャプション"
27172
27173 \end_inset
27174
27175 と表
27176 \begin_inset CommandInset ref
27177 LatexCommand ref
27178 reference "tab:表キャプション"
27179
27180 \end_inset
27181
27182 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27183 \end_layout
27184
27185 \begin_layout Standard
27186
27187 \series bold
27188
27189 \backslash
27190 usepackage[tableposition=top]{caption}
27191 \series default
27192
27193 \begin_inset Newline newline
27194 \end_inset
27195
27196
27197 \series bold
27198
27199 \backslash
27200 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27201 \begin_inset Newline newline
27202 \end_inset
27203
27204
27205 \begin_inset Phantom HPhantom
27206 status open
27207
27208 \begin_layout Plain Layout
27209
27210 \backslash
27211 captionsetup[figure]{
27212 \end_layout
27213
27214 \end_inset
27215
27216 labelsep=period}
27217 \begin_inset Newline newline
27218 \end_inset
27219
27220
27221 \backslash
27222 captionsetup[table]{labelfont={bf,sf}}
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset Note Greyedout
27227 status open
27228
27229 \begin_layout Plain Layout
27230
27231 \series bold
27232 【註】
27233 \series default
27234 オプションのうち,
27235 \series bold
27236 tableposition=top
27237 \series default
27238 は,文書クラスに
27239 \series bold
27240 KOMA-script
27241 \series default
27242
27243 \begin_inset Index idx
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247 \SpecialChar LaTeX
27248 ぱっけーじ@\SpecialChar LaTeX
27249 パッケージ ! KOMA-script
27250 \end_layout
27251
27252 \end_inset
27253
27254 が使われているときには,無効になります.この場合には,文書クラスオプション
27255 \series bold
27256 captions=tableheading
27257 \series default
27258 を指定しなくてはなりません.
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267
27268 \series bold
27269 caption
27270 \series default
27271 パッケージについての詳細は,その取扱説明書
27272 \begin_inset CommandInset citation
27273 LatexCommand cite
27274 key "caption"
27275 literal "true"
27276
27277 \end_inset
27278
27279 をご覧ください.
27280 \end_layout
27281
27282 \begin_layout Standard
27283 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27284 \end_layout
27285
27286 \begin_layout Standard
27287
27288 \series bold
27289
27290 \backslash
27291 renewcommand{
27292 \backslash
27293 fnum@figure}{画像~
27294 \backslash
27295 thefigure}
27296 \end_layout
27297
27298 \begin_layout Standard
27299 なお,
27300 \series bold
27301
27302 \backslash
27303 thefigure
27304 \series default
27305 は表番号を挿入し,「
27306 \series bold
27307 ~
27308 \series default
27309 」は保護された空白を入れます.
27310 \end_layout
27311
27312 \begin_layout Standard
27313 \begin_inset VSpace bigskip
27314 \end_inset
27315
27316
27317 \series bold
27318 KOMA-script
27319 \series default
27320
27321 \begin_inset Index idx
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325 \SpecialChar LaTeX
27326 ぱっけーじ@\SpecialChar LaTeX
27327 パッケージ ! KOMA-script
27328 \end_layout
27329
27330 \end_inset
27331
27332 文書クラス(
27333 \family sans
27334 article (KOMA-script)
27335 \family default
27336
27337 \family sans
27338 book (KOMA-script)
27339 \family default
27340
27341 \family sans
27342 letter (KOMA-script)
27343 \family default
27344
27345 \family sans
27346 report (KOMA-script)
27347 \family default
27348 )を使用している場合には,
27349 \series bold
27350 caption
27351 \series default
27352 パッケージの代わりに
27353 \series bold
27354 KOMA-script
27355 \series default
27356 のビルトインコマンド
27357 \series bold
27358 etkomafont
27359 \series default
27360 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27361 \end_layout
27362
27363 \begin_layout Standard
27364
27365 \series bold
27366
27367 \backslash
27368 setkomafont{captionlabel}{
27369 \backslash
27370 bfseries}
27371 \end_layout
27372
27373 \begin_layout Standard
27374
27375 \series bold
27376
27377 \backslash
27378 setkomafont
27379 \series default
27380 についての詳細は,
27381 \series bold
27382 KOMA-script
27383 \series default
27384 の取扱説明書
27385 \begin_inset CommandInset citation
27386 LatexCommand cite
27387 key "koma-script"
27388 literal "true"
27389
27390 \end_inset
27391
27392 をご覧ください.
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset ERT
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400
27401
27402 \backslash
27403 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27404 }
27405 \end_layout
27406
27407 \end_inset
27408
27409
27410 \begin_inset Note Note
27411 status open
27412
27413 \begin_layout Plain Layout
27414 キャプション書式は,この例のみ変更してあります.
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Standard
27423 \begin_inset Float figure
27424 placement !p
27425 wide false
27426 sideways false
27427 status open
27428
27429 \begin_layout Plain Layout
27430 \align center
27431 \begin_inset Graphics
27432         filename ../clipart/2D-intensity-plot.pdf
27433         scaleBeforeRotation
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \begin_layout Plain Layout
27441 \begin_inset Caption Standard
27442
27443 \begin_layout Plain Layout
27444 \begin_inset CommandInset label
27445 LatexCommand label
27446 name "fig:図キャプション"
27447
27448 \end_inset
27449
27450 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \begin_layout Standard
27464 \begin_inset ERT
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468
27469
27470 \backslash
27471 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27472 on}
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \begin_inset Float table
27482 placement !p
27483 wide false
27484 sideways false
27485 status open
27486
27487 \begin_layout Plain Layout
27488 \begin_inset Caption Standard
27489
27490 \begin_layout Plain Layout
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "tab:表キャプション"
27494
27495 \end_inset
27496
27497 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \begin_layout Plain Layout
27506 \align center
27507 \begin_inset Tabular
27508 <lyxtabular version="3" rows="1" columns="5">
27509 <features tabularvalignment="middle">
27510 <column alignment="center" valignment="top">
27511 <column alignment="center" valignment="top">
27512 <column alignment="center" valignment="top">
27513 <column alignment="center" valignment="top">
27514 <column alignment="center" valignment="top">
27515 <row>
27516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Plain Layout
27520
27521 \end_layout
27522
27523 \end_inset
27524 </cell>
27525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 </row>
27562 </lyxtabular>
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Section
27575 キャプションの配置
27576 \begin_inset Index idx
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 きゃぷしょん@キャプション ! はいち@配置
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \begin_inset Index idx
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27591 \end_layout
27592
27593 \end_inset
27594
27595
27596 \begin_inset CommandInset label
27597 LatexCommand label
27598 name "sec:キャプションの配置"
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Standard
27606 通常,キャプションの配置原則は,
27607 \end_layout
27608
27609 \begin_layout Description
27610 図の場合: キャプションを図の下に置く
27611 \end_layout
27612
27613 \begin_layout Description
27614 表の場合: キャプションを表の上に置く
27615 \end_layout
27616
27617 \begin_layout Standard
27618 という風になっています.\SpecialChar LaTeX
27619 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27620 \family sans
27621 article
27622 \family default
27623
27624 \family sans
27625 book
27626 \family default
27627
27628 \family sans
27629 letter
27630 \family default
27631
27632 \family sans
27633 report
27634 \family default
27635 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27636 eXパッケージ
27637 \series bold
27638 caption
27639 \series default
27640 を読み込むコマンドに
27641 \end_layout
27642
27643 \begin_layout Standard
27644
27645 \series bold
27646 tableposition=top
27647 \end_layout
27648
27649 \begin_layout Standard
27650 というオプションを追加してください
27651 \begin_inset Foot
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655
27656 \series bold
27657 caption
27658 \series default
27659 パッケージについての詳細な情報は,第
27660 \begin_inset CommandInset ref
27661 LatexCommand ref
27662 reference "sec:キャプションの書式設定"
27663
27664 \end_inset
27665
27666 節をご覧ください.
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \series bold
27673 KOMA-script
27674 \series default
27675
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 \SpecialChar LaTeX
27681 ぱっけーじ@\SpecialChar LaTeX
27682 パッケージ ! KOMA-script
27683 \end_layout
27684
27685 \end_inset
27686
27687 文書クラス(
27688 \family sans
27689 article (KOMA-script)
27690 \family default
27691
27692 \family sans
27693 book (KOMA-script)
27694 \family default
27695
27696 \family sans
27697 letter (KOMA-script)
27698 \family default
27699
27700 \family sans
27701 report (KOMA-script)
27702 \family default
27703
27704 \begin_inset space \thinspace{}
27705 \end_inset
27706
27707 )をお使いの場合には,
27708 \series bold
27709 caption
27710 \series default
27711 パッケージにオプションを与える代わりに,文書クラスオプション
27712 \end_layout
27713
27714 \begin_layout Standard
27715
27716 \series bold
27717 captions=tableheading
27718 \end_layout
27719
27720 \begin_layout Standard
27721 を設定することもできます
27722 \begin_inset Foot
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726 このオプションは本文書で使用されています.
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Standard
27735 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27736 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27737 \begin_inset CommandInset ref
27738 LatexCommand ref
27739 reference "tab:指定付きキャプション"
27740
27741 \end_inset
27742
27743 は,キャプションは,\SpecialChar LyX
27744 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27745 \begin_inset CommandInset ref
27746 LatexCommand ref
27747 reference "tab:標準表"
27748
27749 \end_inset
27750
27751 のキャプションでは,指定が為されていません.
27752 \end_layout
27753
27754 \begin_layout Standard
27755 \begin_inset Float table
27756 wide false
27757 sideways false
27758 status open
27759
27760 \begin_layout Plain Layout
27761 \begin_inset Caption Below
27762
27763 \begin_layout Plain Layout
27764 \begin_inset CommandInset label
27765 LatexCommand label
27766 name "tab:指定付きキャプション"
27767
27768 \end_inset
27769
27770 表下に来るように指定されたキャプション
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Plain Layout
27779 \align center
27780 \begin_inset Tabular
27781 <lyxtabular version="3" rows="3" columns="3">
27782 <features tabularvalignment="middle">
27783 <column alignment="center" valignment="top" width="0pt">
27784 <column alignment="center" valignment="top" width="0pt">
27785 <column alignment="center" valignment="top" width="0pt">
27786 <row>
27787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791 1
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 2
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809 3
27810 \end_layout
27811
27812 \end_inset
27813 </cell>
27814 </row>
27815 <row>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 森嶋
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 宇沢
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 二階堂
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 </row>
27844 <row>
27845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 \begin_inset Formula $\int x^{2}dx$
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \end_inset
27856 </cell>
27857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27858 \begin_inset Text
27859
27860 \begin_layout Plain Layout
27861 \begin_inset Formula $\left[\begin{array}{cc}
27862 a & b\\
27863 c & d
27864 \end{array}\right]$
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 \begin_inset Formula $1+1=2$
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 </row>
27885 </lyxtabular>
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Standard
27898 \begin_inset Float table
27899 wide false
27900 sideways false
27901 status open
27902
27903 \begin_layout Plain Layout
27904 \begin_inset Caption Standard
27905
27906 \begin_layout Plain Layout
27907 \begin_inset CommandInset label
27908 LatexCommand label
27909 name "tab:標準表"
27910
27911 \end_inset
27912
27913 標準の表キャプション
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Plain Layout
27922 \align center
27923 \begin_inset Tabular
27924 <lyxtabular version="3" rows="3" columns="3">
27925 <features tabularvalignment="middle">
27926 <column alignment="center" valignment="top" width="0pt">
27927 <column alignment="center" valignment="top" width="0pt">
27928 <column alignment="center" valignment="top" width="0pt">
27929 <row>
27930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 1
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 2
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952 3
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 </row>
27958 <row>
27959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 森嶋
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 宇沢
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 二階堂
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 </row>
27987 <row>
27988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 \begin_inset Formula $\int x^{2}dx$
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \end_inset
27999 </cell>
28000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28001 \begin_inset Text
28002
28003 \begin_layout Plain Layout
28004 \begin_inset Formula $\left[\begin{array}{cc}
28005 a & b\\
28006 c & d
28007 \end{array}\right]$
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \end_inset
28014 </cell>
28015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28016 \begin_inset Text
28017
28018 \begin_layout Plain Layout
28019 \begin_inset Formula $1+1=2$
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \end_inset
28026 </cell>
28027 </row>
28028 </lyxtabular>
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 \begin_inset VSpace bigskip
28042 \end_inset
28043
28044 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
28045 \end_layout
28046
28047 \begin_layout Standard
28048
28049 \series bold
28050
28051 \backslash
28052 usepackage[option]{sidecap}
28053 \end_layout
28054
28055 \begin_layout Standard
28056 という行を入れて,\SpecialChar LaTeX
28057 パッケージ
28058 \series bold
28059 sidecap
28060 \series default
28061
28062 \begin_inset Index idx
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066 \SpecialChar LaTeX
28067 ぱっけーじ@\SpecialChar LaTeX
28068 パッケージ ! sidecap
28069 \end_layout
28070
28071 \end_inset
28072
28073 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
28074 \series bold
28075 innercaption
28076 \series default
28077 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
28078 \series bold
28079 rightcaption
28080 \series default
28081 ないし
28082 \series bold
28083 leftcaption
28084 \series default
28085 オプションを用います.
28086 \end_layout
28087
28088 \begin_layout Standard
28089 \begin_inset ERT
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093
28094
28095 \backslash
28096 ifsidecap
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \begin_inset Note Note
28103 status open
28104
28105 \begin_layout Plain Layout
28106 以下の部分は,\SpecialChar LaTeX
28107 パッケージ
28108 \series bold
28109 sidecap
28110 \series default
28111 が導入されているときのみ表示されます.
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Standard
28120 \SpecialChar LyX
28121 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28122 \end_layout
28123
28124 \begin_layout Standard
28125 \noindent
28126 \begin_inset CommandInset line
28127 LatexCommand rule
28128 offset "0.5ex"
28129 width "100line%"
28130 height "1pt"
28131
28132 \end_inset
28133
28134
28135 \end_layout
28136
28137 \begin_layout Standard
28138
28139 \series bold
28140
28141 \backslash
28142 newcommand{
28143 \backslash
28144 TabBesBeg}[1][1.0]{%
28145 \begin_inset Newline newline
28146 \end_inset
28147
28148
28149 \begin_inset Phantom HPhantom
28150 status open
28151
28152 \begin_layout Plain Layout
28153 \begin_inset space ~
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \backslash
28163 let
28164 \backslash
28165 MyTable
28166 \backslash
28167 table
28168 \begin_inset Newline newline
28169 \end_inset
28170
28171
28172 \begin_inset Phantom HPhantom
28173 status open
28174
28175 \begin_layout Plain Layout
28176
28177 \series medium
28178 \begin_inset space ~
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \backslash
28188 let
28189 \backslash
28190 MyEndtable
28191 \backslash
28192 endtable
28193 \begin_inset Newline newline
28194 \end_inset
28195
28196
28197 \begin_inset Phantom HPhantom
28198 status open
28199
28200 \begin_layout Plain Layout
28201
28202 \series medium
28203 \begin_inset space ~
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \backslash
28213 renewenvironment{table}[1]{
28214 \backslash
28215 begin{SCtable}[#1]##1}{
28216 \backslash
28217 end{SCtable}}}
28218 \end_layout
28219
28220 \begin_layout Standard
28221
28222 \series bold
28223
28224 \backslash
28225 newcommand{
28226 \backslash
28227 TabBesEnd}{%
28228 \begin_inset Newline newline
28229 \end_inset
28230
28231
28232 \begin_inset Phantom HPhantom
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \backslash
28246 let
28247 \backslash
28248 table
28249 \backslash
28250 MyTable
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254
28255 \begin_inset Phantom HPhantom
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset space ~
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \backslash
28269 let
28270 \backslash
28271 endtable
28272 \backslash
28273 MyEndtable
28274 \end_layout
28275
28276 \begin_layout Standard
28277
28278 \series bold
28279
28280 \backslash
28281 newcommand{
28282 \backslash
28283 FigBesBeg}[1][1.0]{%
28284 \begin_inset Newline newline
28285 \end_inset
28286
28287
28288 \begin_inset Phantom HPhantom
28289 status open
28290
28291 \begin_layout Plain Layout
28292 \begin_inset space ~
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \backslash
28302 let
28303 \backslash
28304 MyFigure
28305 \backslash
28306 figure
28307 \begin_inset Newline newline
28308 \end_inset
28309
28310
28311 \begin_inset Phantom HPhantom
28312 status open
28313
28314 \begin_layout Plain Layout
28315 \begin_inset space ~
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \backslash
28325 let
28326 \backslash
28327 MyEndfigure
28328 \backslash
28329 endfigure
28330 \begin_inset Newline newline
28331 \end_inset
28332
28333
28334 \begin_inset Phantom HPhantom
28335 status open
28336
28337 \begin_layout Plain Layout
28338 \begin_inset space ~
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \backslash
28348 renewenvironment{figure}[1]{
28349 \backslash
28350 begin{SCfigure}[#1]##1}{
28351 \backslash
28352 end{SCfigure}}}
28353 \end_layout
28354
28355 \begin_layout Standard
28356
28357 \series bold
28358
28359 \backslash
28360 newcommand{
28361 \backslash
28362 FigBesEnd}{%
28363 \begin_inset Newline newline
28364 \end_inset
28365
28366
28367 \begin_inset Phantom HPhantom
28368 status open
28369
28370 \begin_layout Plain Layout
28371 \begin_inset space ~
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \backslash
28381 let
28382 \backslash
28383 figure
28384 \backslash
28385 MyFigure
28386 \begin_inset Newline newline
28387 \end_inset
28388
28389
28390 \begin_inset Phantom HPhantom
28391 status open
28392
28393 \begin_layout Plain Layout
28394 \begin_inset space ~
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \backslash
28404 let
28405 \backslash
28406 endfigure
28407 \backslash
28408 MyEndfigure}
28409 \end_layout
28410
28411 \begin_layout Standard
28412 \noindent
28413 \begin_inset CommandInset line
28414 LatexCommand rule
28415 offset "0.5ex"
28416 width "100line%"
28417 height "1pt"
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Standard
28425 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28426 \end_layout
28427
28428 \begin_layout Standard
28429
28430 \series bold
28431
28432 \backslash
28433 FigBesBeg
28434 \end_layout
28435
28436 \begin_layout Standard
28437 というコマンドを,フロートの前に\SpecialChar TeX
28438 コードで入れてください.そして,元のフロート定義に戻したいところで,
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444
28445 \backslash
28446 FigBesEnd
28447 \end_layout
28448
28449 \begin_layout Standard
28450 という\SpecialChar TeX
28451 コードを入れてください.
28452 \end_layout
28453
28454 \begin_layout Standard
28455 表フロートに対しては,対応するコマンド
28456 \end_layout
28457
28458 \begin_layout Standard
28459
28460 \series bold
28461
28462 \backslash
28463 TabBesBeg
28464 \series default
28465 および
28466 \series bold
28467
28468 \backslash
28469 TabBesEnd
28470 \end_layout
28471
28472 \begin_layout Standard
28473 を使用してください.図
28474 \begin_inset CommandInset ref
28475 LatexCommand ref
28476 reference "fig:図横キャプション"
28477
28478 \end_inset
28479
28480 と表
28481 \begin_inset CommandInset ref
28482 LatexCommand ref
28483 reference "tab:表横キャプション"
28484
28485 \end_inset
28486
28487 がキャプションを脇に設定した例です.
28488 \end_layout
28489
28490 \begin_layout Standard
28491 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28492 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28493 コードとして
28494 \end_layout
28495
28496 \begin_layout Standard
28497
28498 \series bold
28499
28500 \backslash
28501 sidecaptionvpos{フロート型}{配置}
28502 \end_layout
28503
28504 \begin_layout Standard
28505 というコマンドを使用します.ここで「フロート型」は
28506 \family sans
28507 figure
28508 \family default
28509
28510 \family sans
28511 table
28512 \family default
28513 であり,「配置」は,上揃えの場合はtopの
28514 \end_layout
28515
28516 \begin_layout Standard
28517
28518 \family sans
28519 t
28520 \family default
28521 」,中央揃えの場合はcenterの「
28522 \family sans
28523 c
28524 \family default
28525 」,下揃えの場合はbottomの「
28526 \family sans
28527 b
28528 \family default
28529 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28530 \end_layout
28531
28532 \begin_layout Standard
28533
28534 \series bold
28535
28536 \backslash
28537 sidecaptionvpos{figure}{c}
28538 \end_layout
28539
28540 \begin_layout Standard
28541 というコマンドを使用します.これは,図
28542 \begin_inset CommandInset ref
28543 LatexCommand ref
28544 reference "fig:図横キャプション-2"
28545
28546 \end_inset
28547
28548 で使用されています.
28549 \end_layout
28550
28551 \begin_layout Standard
28552 \begin_inset VSpace medskip
28553 \end_inset
28554
28555
28556 \end_layout
28557
28558 \begin_layout Standard
28559 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28560 \begin_inset CommandInset ref
28561 LatexCommand ref
28562 reference "tab:表横キャプション"
28563
28564 \end_inset
28565
28566 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28567 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28568 \emph on
28569 因数
28570 \emph default
28571 は,
28572 \end_layout
28573
28574 \begin_layout Standard
28575
28576 \series bold
28577
28578 \backslash
28579 FigBesBeg[因数]
28580 \end_layout
28581
28582 \begin_layout Standard
28583 のように,
28584 \series bold
28585
28586 \backslash
28587 FigBesBeg
28588 \series default
28589 への非必須引数として与えることもできますし,
28590 \series bold
28591
28592 \backslash
28593 FigBesBeg
28594 \series default
28595 の定義中で
28596 \series bold
28597 1.0
28598 \series default
28599 を他の値に変更することもできます.表
28600 \begin_inset CommandInset ref
28601 LatexCommand ref
28602 reference "tab:図横幅広"
28603
28604 \end_inset
28605
28606 では,因子5が指定されています.
28607 \end_layout
28608
28609 \begin_layout Standard
28610 \begin_inset Note Greyedout
28611 status open
28612
28613 \begin_layout Plain Layout
28614
28615 \series bold
28616 【註】
28617 \series default
28618 キャプションを横につけたフロートでは,フロート配置オプションの
28619 \family sans
28620 何としても現在地に置く
28621 \family default
28622 は,
28623 \series bold
28624 sidecap
28625 \series default
28626 がサポートしていないので,使用することができません..
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \begin_layout Standard
28635 \begin_inset VSpace medskip
28636 \end_inset
28637
28638
28639 \series bold
28640 sidecap
28641 \series default
28642 パッケージについての詳細は,
28643 \begin_inset CommandInset citation
28644 LatexCommand cite
28645 key "sidecap"
28646 literal "true"
28647
28648 \end_inset
28649
28650 の説明書をご参照ください.
28651 \end_layout
28652
28653 \begin_layout Standard
28654 \begin_inset Note Greyedout
28655 status open
28656
28657 \begin_layout Plain Layout
28658
28659 \series bold
28660 【註】
28661 \series default
28662
28663 \begin_inset CommandInset ref
28664 LatexCommand ref
28665 reference "subsec:参照位置"
28666
28667 \end_inset
28668
28669 節に説明がある\SpecialChar LaTeX
28670 パッケージ
28671 \series bold
28672 hypcap
28673 \series default
28674
28675 \begin_inset Index idx
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 \SpecialChar LaTeX
28680 ぱっけーじ@\SpecialChar LaTeX
28681 パッケージ ! hypcap
28682 \end_layout
28683
28684 \end_inset
28685
28686 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Standard
28695 \begin_inset Note Greyedout
28696 status open
28697
28698 \begin_layout Plain Layout
28699
28700 \series bold
28701 【訳註】
28702 \series default
28703 \SpecialChar LaTeX
28704 パッケージ
28705 \series bold
28706 sidecap
28707 \series default
28708
28709 \begin_inset Index idx
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 \SpecialChar LaTeX
28714 ぱっけーじ@\SpecialChar LaTeX
28715 パッケージ ! sidecap
28716 \end_layout
28717
28718 \end_inset
28719
28720 は,p\SpecialChar LaTeX
28721 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28722 取扱説明書『
28723 \emph on
28724 埋め込み機能篇
28725 \emph default
28726 』(つまりこの文書)の\SpecialChar LyX
28727 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \begin_inset ERT
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738
28739 \backslash
28740 FigBesBeg 
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 \begin_inset Float figure
28750 wide false
28751 sideways false
28752 status open
28753
28754 \begin_layout Plain Layout
28755 \begin_inset Graphics
28756         filename ../clipart/3D-structure-distort.pdf
28757         scale 50
28758         scaleBeforeRotation
28759
28760 \end_inset
28761
28762
28763 \end_layout
28764
28765 \begin_layout Plain Layout
28766 \begin_inset Caption Standard
28767
28768 \begin_layout Plain Layout
28769 \begin_inset CommandInset label
28770 LatexCommand label
28771 name "fig:図横キャプション"
28772
28773 \end_inset
28774
28775 これは図の横にあるキャプションです.
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 FigBesEnd
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810
28811 \backslash
28812 TabBesBeg 
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Standard
28821 \begin_inset Float table
28822 wide false
28823 sideways false
28824 status open
28825
28826 \begin_layout Plain Layout
28827 \begin_inset Caption Standard
28828
28829 \begin_layout Plain Layout
28830 \begin_inset CommandInset label
28831 LatexCommand label
28832 name "tab:表横キャプション"
28833
28834 \end_inset
28835
28836 これは表の横にあるキャプションです.
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Plain Layout
28845 \begin_inset Tabular
28846 <lyxtabular version="3" rows="4" columns="5">
28847 <features tabularvalignment="middle">
28848 <column alignment="center" valignment="top">
28849 <column alignment="center" valignment="top">
28850 <column alignment="center" valignment="top">
28851 <column alignment="center" valignment="top">
28852 <column alignment="center" valignment="top">
28853 <row>
28854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28855 \begin_inset Text
28856
28857 \begin_layout Plain Layout
28858
28859 \end_layout
28860
28861 \end_inset
28862 </cell>
28863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28864 \begin_inset Text
28865
28866 \begin_layout Plain Layout
28867
28868 \end_layout
28869
28870 \end_inset
28871 </cell>
28872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28873 \begin_inset Text
28874
28875 \begin_layout Plain Layout
28876
28877 \end_layout
28878
28879 \end_inset
28880 </cell>
28881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 </row>
28900 <row>
28901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28902 \begin_inset Text
28903
28904 \begin_layout Plain Layout
28905
28906 \end_layout
28907
28908 \end_inset
28909 </cell>
28910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28911 \begin_inset Text
28912
28913 \begin_layout Plain Layout
28914
28915 \end_layout
28916
28917 \end_inset
28918 </cell>
28919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28920 \begin_inset Text
28921
28922 \begin_layout Plain Layout
28923
28924 \end_layout
28925
28926 \end_inset
28927 </cell>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 </row>
28947 <row>
28948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28949 \begin_inset Text
28950
28951 \begin_layout Plain Layout
28952
28953 \end_layout
28954
28955 \end_inset
28956 </cell>
28957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28958 \begin_inset Text
28959
28960 \begin_layout Plain Layout
28961
28962 \end_layout
28963
28964 \end_inset
28965 </cell>
28966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 </row>
28994 <row>
28995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28996 \begin_inset Text
28997
28998 \begin_layout Plain Layout
28999
29000 \end_layout
29001
29002 \end_inset
29003 </cell>
29004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29005 \begin_inset Text
29006
29007 \begin_layout Plain Layout
29008
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29014 \begin_inset Text
29015
29016 \begin_layout Plain Layout
29017
29018 \end_layout
29019
29020 \end_inset
29021 </cell>
29022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 </row>
29041 </lyxtabular>
29042
29043 \end_inset
29044
29045
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 TabBesEnd
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075
29076 \backslash
29077 FigBesBeg 
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \begin_inset ERT
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087
29088
29089 \backslash
29090 sidecaptionvpos{figure}{c}
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \begin_inset Float figure
29097 wide false
29098 sideways false
29099 status open
29100
29101 \begin_layout Plain Layout
29102 \begin_inset Graphics
29103         filename ../clipart/3D-structure-distort.pdf
29104         scale 50
29105         scaleBeforeRotation
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \begin_layout Plain Layout
29113 \begin_inset Caption Standard
29114
29115 \begin_layout Plain Layout
29116 \begin_inset CommandInset label
29117 LatexCommand label
29118 name "fig:図横キャプション-2"
29119
29120 \end_inset
29121
29122 これは図の横にある縦方向中央揃えのキャプションです.
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \begin_layout Standard
29136 \begin_inset ERT
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140
29141
29142 \backslash
29143 FigBesEnd
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Standard
29152 \begin_inset ERT
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156
29157
29158 \backslash
29159 TabBesBeg[5]
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 \begin_inset Float table
29169 wide false
29170 sideways false
29171 status open
29172
29173 \begin_layout Plain Layout
29174 \begin_inset Caption Standard
29175
29176 \begin_layout Plain Layout
29177 \begin_inset CommandInset label
29178 LatexCommand label
29179 name "tab:図横幅広"
29180
29181 \end_inset
29182
29183 これは表
29184 \begin_inset CommandInset ref
29185 LatexCommand ref
29186 reference "tab:表横キャプション"
29187
29188 \end_inset
29189
29190 よりも幅広のキャプションです
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \end_layout
29197
29198 \begin_layout Plain Layout
29199 \begin_inset Tabular
29200 <lyxtabular version="3" rows="4" columns="5">
29201 <features tabularvalignment="middle">
29202 <column alignment="center" valignment="top">
29203 <column alignment="center" valignment="top">
29204 <column alignment="center" valignment="top">
29205 <column alignment="center" valignment="top">
29206 <column alignment="center" valignment="top">
29207 <row>
29208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Plain Layout
29212 a
29213 \end_layout
29214
29215 \end_inset
29216 </cell>
29217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29218 \begin_inset Text
29219
29220 \begin_layout Plain Layout
29221
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230 b
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29236 \begin_inset Text
29237
29238 \begin_layout Plain Layout
29239
29240 \end_layout
29241
29242 \end_inset
29243 </cell>
29244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29245 \begin_inset Text
29246
29247 \begin_layout Plain Layout
29248 c
29249 \end_layout
29250
29251 \end_inset
29252 </cell>
29253 </row>
29254 <row>
29255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268 d
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286 e
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29292 \begin_inset Text
29293
29294 \begin_layout Plain Layout
29295
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 </row>
29301 <row>
29302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306 f
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Plain Layout
29324 g
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333
29334 \end_layout
29335
29336 \end_inset
29337 </cell>
29338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29339 \begin_inset Text
29340
29341 \begin_layout Plain Layout
29342 h
29343 \end_layout
29344
29345 \end_inset
29346 </cell>
29347 </row>
29348 <row>
29349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29350 \begin_inset Text
29351
29352 \begin_layout Plain Layout
29353
29354 \end_layout
29355
29356 \end_inset
29357 </cell>
29358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29359 \begin_inset Text
29360
29361 \begin_layout Plain Layout
29362 i
29363 \end_layout
29364
29365 \end_inset
29366 </cell>
29367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Plain Layout
29371
29372 \end_layout
29373
29374 \end_inset
29375 </cell>
29376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Plain Layout
29380 j
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 </row>
29395 </lyxtabular>
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 \begin_inset ERT
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412
29413
29414 \backslash
29415 TabBesEnd
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Standard
29424 \begin_inset ERT
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428
29429
29430 \backslash
29431 else
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \begin_inset Note Note
29438 status open
29439
29440 \begin_layout Plain Layout
29441 以下の部分は,\SpecialChar LaTeX
29442 パッケージ
29443 \series bold
29444 sidecap
29445 \series default
29446 が導入されていないときのみ表示されます.
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29456 パッケージ
29457 \series bold
29458 sidecap
29459 \series default
29460 を導入する必要があります.
29461 \end_layout
29462
29463 \begin_layout Standard
29464 \begin_inset ERT
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468
29469
29470 \backslash
29471 fi
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Section
29480 フロート一覧
29481 \begin_inset Index idx
29482 status collapsed
29483
29484 \begin_layout Plain Layout
29485 ふろーと@フロート ! ふろーといちらん@フロート一覧
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29495 \family sans
29496 挿入\SpecialChar menuseparator
29497 一覧/目次
29498 \family default
29499 メニューで挿入することができます.
29500 \end_layout
29501
29502 \begin_layout Standard
29503 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 本文書の終わりに,図一覧と表一覧があります.
29508 \end_layout
29509
29510 \begin_layout Chapter
29511 註釈
29512 \end_layout
29513
29514 \begin_layout Section
29515 \SpecialChar LyX
29516 註釈
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 ちゅうしゃく@註釈 ! \SpecialChar LyX
29522 のーと@\SpecialChar LyX
29523 ノート
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 註釈は,ツールバーボタン
29533 \family sans
29534
29535 \begin_inset Info
29536 type  "icon"
29537 arg   "note-insert"
29538 \end_inset
29539
29540
29541 \family default
29542 か,
29543 \family sans
29544 挿入\SpecialChar menuseparator
29545 註釈
29546 \family default
29547 メニューで挿入することができます.註釈には,以下の三つの型があります.
29548 \end_layout
29549
29550 \begin_layout Description
29551 \SpecialChar LyX
29552 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29553 \begin_inset Newline newline
29554 \end_inset
29555
29556
29557 \begin_inset Newline newline
29558 \end_inset
29559
29560
29561 \begin_inset Graphics
29562         filename clipart/LyXNoteImage.png
29563         display false
29564         scale 50
29565         scaleBeforeRotation
29566
29567 \end_inset
29568
29569
29570 \begin_inset Note Note
29571 status open
29572
29573 \begin_layout Plain Layout
29574 これは,出力には現れない註釈ボックスに書かれた文章です.
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Description
29583 コメント この註釈も出力には現れませんが,
29584 \family sans
29585 ファイル\SpecialChar menuseparator
29586 書き出し\SpecialChar menuseparator
29587 LaTeX
29588 \begin_inset space ~
29589 \end_inset
29590
29591 (pdflatex) / (平文)
29592 \family default
29593  メニューを使って文書を\SpecialChar LaTeX
29594 にエクスポートする際には,\SpecialChar LaTeX
29595 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29596 \begin_inset Newline newline
29597 \end_inset
29598
29599
29600 \begin_inset Newline newline
29601 \end_inset
29602
29603
29604 \begin_inset Graphics
29605         filename clipart/CommentNoteImage.png
29606         display false
29607         scale 50
29608         scaleBeforeRotation
29609
29610 \end_inset
29611
29612  
29613 \begin_inset Note Comment
29614 status open
29615
29616 \begin_layout Plain Layout
29617 これは,\SpecialChar LaTeX
29618 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Description
29627 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29628 \begin_inset Newline newline
29629 \end_inset
29630
29631
29632 \begin_inset Newline newline
29633 \end_inset
29634
29635
29636 \begin_inset Graphics
29637         filename clipart/GreyedOutNoteImage.png
29638         display false
29639         scale 50
29640         scaleBeforeRotation
29641
29642 \end_inset
29643
29644
29645 \begin_inset Newline newline
29646 \end_inset
29647
29648
29649 \begin_inset ERT
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653
29654
29655 \backslash
29656 renewenvironment{lyxgreyedout}
29657 \end_layout
29658
29659 \begin_layout Plain Layout
29660
29661 {
29662 \backslash
29663 textcolor[gray]{0.8}
29664 \backslash
29665 bgroup}{
29666 \backslash
29667 egroup}
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \begin_inset Note Greyedout
29674 status open
29675
29676 \begin_layout Plain Layout
29677 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29678 \begin_inset Foot
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 これは,淡色註釈内に脚註を用いた例です.
29683 \end_layout
29684
29685 \end_inset
29686
29687 です.
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \begin_inset ERT
29694 status collapsed
29695
29696 \begin_layout Plain Layout
29697
29698
29699 \backslash
29700 renewenvironment{lyxgreyedout}
29701 \end_layout
29702
29703 \begin_layout Plain Layout
29704
29705 {
29706 \backslash
29707 textcolor{blue}
29708 \backslash
29709 bgroup}{
29710 \backslash
29711 egroup}
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \begin_inset Note Note
29718 status open
29719
29720 \begin_layout Plain Layout
29721 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29722 本来の定義で表示されるように再定義さ
29723 れています.
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \begin_inset Newline newline
29730 \end_inset
29731
29732
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \begin_inset VSpace bigskip
29741 \end_inset
29742
29743 註釈を挿入するのにツールバーボタン
29744 \family sans
29745
29746 \begin_inset Info
29747 type  "icon"
29748 arg   "note-insert"
29749 \end_inset
29750
29751
29752 \family default
29753 を使用すると,
29754 \family sans
29755 \SpecialChar LyX
29756 註釈
29757 \family default
29758 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29759 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29760 さい.
29761 \end_layout
29762
29763 \begin_layout Standard
29764 \begin_inset VSpace bigskip
29765 \end_inset
29766
29767 淡色註釈の文字色は,
29768 \family sans
29769 文書\SpecialChar menuseparator
29770 設定\SpecialChar menuseparator
29771
29772 \family default
29773 メニューで変更することができます.
29774 \end_layout
29775
29776 \begin_layout Section
29777 脚註
29778 \begin_inset CommandInset label
29779 LatexCommand label
29780 name "sec:脚注"
29781
29782 \end_inset
29783
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \begin_inset Index idx
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 きゃくちゅう@脚註
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 脚註は,ツールバーボタン
29809 \family sans
29810
29811 \begin_inset Info
29812 type  "icon"
29813 arg   "footnote-insert"
29814 \end_inset
29815
29816
29817 \family default
29818 か,
29819 \family sans
29820 挿入\SpecialChar menuseparator
29821 脚註
29822 \family default
29823 メニューを使って挿入することができます.すると,脚註文を挿入したところに,
29824 \begin_inset Graphics
29825         filename clipart/footnote.png
29826         scale 95
29827         scaleBeforeRotation
29828
29829 \end_inset
29830
29831 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29832 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 これが脚註の例です
29837 \begin_inset Foot
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 \begin_inset CommandInset label
29842 LatexCommand label
29843 name "fn:これは脚注の一例"
29844
29845 \end_inset
29846
29847 これは脚註の一例です.
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858
29859 \backslash
29860 newcounter{MyRepeatFoot}
29861 \end_layout
29862
29863 \begin_layout Plain Layout
29864
29865
29866 \backslash
29867 setcounter{MyRepeatFoot}{
29868 \backslash
29869 thefootnote}
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29879 が計算を行い,連番が付けられます.
29880 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29881 \end_layout
29882
29883 \begin_layout Standard
29884 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29885 \begin_inset CommandInset ref
29886 LatexCommand ref
29887 reference "sec:フロートの参照"
29888
29889 \end_inset
29890
29891 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29892 \begin_inset Newline newline
29893 \end_inset
29894
29895 これは脚註
29896 \begin_inset CommandInset ref
29897 LatexCommand ref
29898 reference "fn:これは脚注の一例"
29899
29900 \end_inset
29901
29902 の相互参照です.
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \begin_inset VSpace defskip
29907 \end_inset
29908
29909 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29910 \end_layout
29911
29912 \begin_layout Standard
29913 \begin_inset VSpace defskip
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \SpecialChar LaTeX
29921 では,技術的要因により,表中の脚註は印字されません.しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29922 コードで
29923 \series bold
29924
29925 \backslash
29926 footnotemark{}
29927 \series default
29928 コマンドを入れてください.脚註の本文は,表の後で\SpecialChar TeX
29929 コード
29930 \series bold
29931
29932 \backslash
29933 footnotetext
29934 \series default
29935 コマンドの引数として入力します.
29936 \begin_inset Newline newline
29937 \end_inset
29938
29939 以下の表ではコマンド
29940 \begin_inset Newline newline
29941 \end_inset
29942
29943
29944 \series bold
29945
29946 \backslash
29947 footnotetext{
29948 \series default
29949 出力される脚註の表
29950 \series bold
29951 }
29952 \series default
29953
29954 \begin_inset Newline newline
29955 \end_inset
29956
29957 を用いています.
29958 \end_layout
29959
29960 \begin_layout Standard
29961 \begin_inset Tabular
29962 <lyxtabular version="3" rows="2" columns="1">
29963 <features tabularvalignment="middle">
29964 <column alignment="center" valignment="top">
29965 <row>
29966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Plain Layout
29970 これは例文です.
29971 \begin_inset Foot
29972 status open
29973
29974 \begin_layout Plain Layout
29975 この脚註は出力されません!
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \end_inset
29984 </cell>
29985 </row>
29986 <row>
29987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29988 \begin_inset Text
29989
29990 \begin_layout Plain Layout
29991 これは例文です.
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997
29998 \backslash
29999 footnotemark{}
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \end_inset
30008 </cell>
30009 </row>
30010 </lyxtabular>
30011
30012 \end_inset
30013
30014
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020
30021 \backslash
30022 footnotetext{
30023 \end_layout
30024
30025 \end_inset
30026
30027 出力される脚註の表
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033 }
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \begin_layout Standard
30042 多頁表中の脚註は,第
30043 \begin_inset CommandInset ref
30044 LatexCommand ref
30045 reference "subsec:多頁表での脚注"
30046
30047 \end_inset
30048
30049 節で述べられています.
30050 \end_layout
30051
30052 \begin_layout Standard
30053 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
30054 \begin_inset CommandInset ref
30055 LatexCommand ref
30056 reference "sec:ミニページ"
30057
30058 \end_inset
30059
30060 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,やはり
30061 \series bold
30062
30063 \backslash
30064 footnotemark{}
30065 \series default
30066
30067 \series bold
30068
30069 \backslash
30070 footntoetext
30071 \series default
30072 による方法を用いてください.
30073 \end_layout
30074
30075 \begin_layout Standard
30076 \begin_inset Box Frameless
30077 position "t"
30078 hor_pos "c"
30079 has_inner_box 1
30080 inner_pos "t"
30081 use_parbox 0
30082 use_makebox 0
30083 width "100col%"
30084 special "none"
30085 height "1in"
30086 height_special "totalheight"
30087 thickness "0.4pt"
30088 separation "3pt"
30089 shadowsize "4pt"
30090 framecolor "black"
30091 backgroundcolor "none"
30092 status open
30093
30094 \begin_layout Plain Layout
30095 これはミニページ中の例文です.
30096 \begin_inset Foot
30097 status open
30098
30099 \begin_layout Plain Layout
30100 ミニページ中の脚註です.
30101 \end_layout
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Plain Layout
30109 これはミニページ中の例文です.
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115
30116 \backslash
30117 footnotemark{}
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \end_layout
30129
30130 \begin_layout Standard
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136
30137 \backslash
30138 footnotetext{
30139 \end_layout
30140
30141 \end_inset
30142
30143 ミニページ外の脚註です.
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149 }
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \begin_inset VSpace defskip
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \begin_layout Standard
30162 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30163 コードでコマンド
30164 \series bold
30165
30166 \backslash
30167 footnotemark[番号]
30168 \series default
30169 を使用してください.
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30174 \begin_inset CommandInset ref
30175 LatexCommand ref
30176 reference "fn:これは脚注の一例"
30177
30178 \end_inset
30179
30180 の後に,\SpecialChar TeX
30181 コードで
30182 \end_layout
30183
30184 \begin_layout Standard
30185
30186 \series bold
30187
30188 \backslash
30189 newcounter{MyRepeatFoot}
30190 \begin_inset Newline newline
30191 \end_inset
30192
30193
30194 \backslash
30195 setcounter{MyRepeatFoot}{
30196 \backslash
30197 thefootnote}
30198 \end_layout
30199
30200 \begin_layout Standard
30201 というコマンドを挿入しています.そして脚註マークは,
30202 \end_layout
30203
30204 \begin_layout Standard
30205
30206 \series bold
30207
30208 \backslash
30209 footnotemark[
30210 \backslash
30211 theMyRepeatFoot]
30212 \end_layout
30213
30214 \begin_layout Standard
30215 で作成します.
30216 \end_layout
30217
30218 \begin_layout Standard
30219 これは繰り返し脚註の例です.
30220 \begin_inset ERT
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225
30226 \backslash
30227 footnotemark[
30228 \backslash
30229 theMyRepeatFoot]
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Standard
30238 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 footnotemark[
30247 \backslash
30248 thefootnote]
30249 \end_layout
30250
30251 \begin_layout Standard
30252 を使用してください.
30253 \end_layout
30254
30255 \begin_layout Standard
30256 これは繰り返し脚註の例です.
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 footnotemark[
30265 \backslash
30266 thefootnote]
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \begin_layout Subsection
30275 脚註の付番
30276 \begin_inset CommandInset label
30277 LatexCommand label
30278 name "subsec:脚注の付番"
30279
30280 \end_inset
30281
30282
30283 \begin_inset Index idx
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 きゃくちゅう@脚註 ! ふばん@付番
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30297 \end_layout
30298
30299 \begin_layout Standard
30300
30301 \series bold
30302
30303 \backslash
30304 @addtoreset{footnote}{section}
30305 \end_layout
30306
30307 \begin_layout Standard
30308 というコマンドを加えてください.
30309 \end_layout
30310
30311 \begin_layout Standard
30312 \begin_inset VSpace bigskip
30313 \end_inset
30314
30315 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30316 \end_layout
30317
30318 \begin_layout Standard
30319
30320 \series bold
30321
30322 \backslash
30323 renewcommand{
30324 \backslash
30325 thefootnote}{
30326 \backslash
30327 roman{footnote}}
30328 \end_layout
30329
30330 \begin_layout Standard
30331 \begin_inset ERT
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335
30336
30337 \backslash
30338 renewcommand{
30339 \backslash
30340 thefootnote}{
30341 \backslash
30342 roman{footnote}}
30343 \end_layout
30344
30345 \end_inset
30346
30347 これは,ローマ数字を使った脚註です
30348 \begin_inset Foot
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 これは,ローマ数字を使った脚註の例です.
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30362 \series bold
30363
30364 \backslash
30365 roman
30366 \series default
30367
30368 \series bold
30369
30370 \backslash
30371 Roman
30372 \series default
30373 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30374 \series bold
30375
30376 \backslash
30377 Alph
30378 \series default
30379 または
30380 \series bold
30381
30382 \backslash
30383 alph
30384 \series default
30385 を使用してください.記号を使って付「番」するには,
30386 \series bold
30387
30388 \backslash
30389 fnsymbol
30390 \series default
30391 を使ってください.
30392 \end_layout
30393
30394 \begin_layout Standard
30395 \begin_inset Note Greyedout
30396 status open
30397
30398 \begin_layout Plain Layout
30399
30400 \series bold
30401 【註】
30402 \series default
30403 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \begin_inset Newline newline
30410 \end_inset
30411
30412
30413 \begin_inset Note Greyedout
30414 status open
30415
30416 \begin_layout Plain Layout
30417
30418 \series bold
30419 【註】
30420 \series default
30421 記号を使うと9個の脚註しか番号を振ることができません.
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30431 \series bold
30432
30433 \backslash
30434 roman
30435 \series default
30436
30437 \series bold
30438
30439 \backslash
30440 arabic
30441 \series default
30442 に置き換えて使用してください.
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 renewcommand{
30451 \backslash
30452 thefootnote}{
30453 \backslash
30454 arabic{footnote}}
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 \begin_inset VSpace bigskip
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30471 \end_layout
30472
30473 \begin_layout Standard
30474
30475 \series bold
30476
30477 \backslash
30478 numberwithin{footnote}{chapter}
30479 \end_layout
30480
30481 \begin_layout Standard
30482 というコマンドを加えてください.
30483 \series bold
30484
30485 \backslash
30486 numberwithin
30487 \series default
30488 コマンドを使用できるようにするためには,文書設定の
30489 \family sans
30490 数式オプション
30491 \family default
30492 タブで
30493 \family sans
30494 AMS
30495 \begin_inset space ~
30496 \end_inset
30497
30498 mathパッケージを使う
30499 \family default
30500 オプションを有効にしてください.
30501 \end_layout
30502
30503 \begin_layout Standard
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 numberwithin{footnote}{chapter}
30512 \end_layout
30513
30514 \end_inset
30515
30516 これは,脚註のもう一つの例です
30517 \series bold
30518
30519 \begin_inset Foot
30520 status open
30521
30522 \begin_layout Plain Layout
30523
30524 \series bold
30525 これは,
30526 \series default
30527 「章番号.脚註番号」スキームで番号を振られた脚註です.
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \series default
30534
30535 \begin_inset ERT
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539
30540
30541 \backslash
30542 renewcommand{
30543 \backslash
30544 thefootnote}{
30545 \backslash
30546 arabic{footnote}}
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \begin_inset Note Greyedout
30556 status open
30557
30558 \begin_layout Plain Layout
30559
30560 \series bold
30561 【註】
30562 \backslash
30563 numberwithin
30564 \series default
30565 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \end_layout
30572
30573 \begin_layout Standard
30574 また,例えば「章番号.
30575 \backslash
30576 Roman{footnote}」スキームを得るには,
30577 \series bold
30578
30579 \backslash
30580 numberwithin
30581 \series default
30582 の代わりに以下のコマンドを使用してください.
30583 \end_layout
30584
30585 \begin_layout Standard
30586
30587 \series bold
30588
30589 \backslash
30590 renewcommand{
30591 \backslash
30592 thefootnote}{
30593 \backslash
30594 thechapter.
30595 \backslash
30596 Roman{footnote}}
30597 \end_layout
30598
30599 \begin_layout Subsection
30600 脚註の配置
30601 \begin_inset Index idx
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605 きゃくちゅう@脚註 ! はいち@配置
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30615 ブルに足して,1.5
30616 \begin_inset space \thinspace{}
30617 \end_inset
30618
30619 mmの余白を追加することもできます.
30620 \end_layout
30621
30622 \begin_layout Standard
30623
30624 \series bold
30625
30626 \backslash
30627 let
30628 \backslash
30629 myFoot
30630 \backslash
30631 footnote
30632 \begin_inset Newline newline
30633 \end_inset
30634
30635
30636 \backslash
30637 renewcommand{
30638 \backslash
30639 footnote}[1]{
30640 \backslash
30641 myFoot{#1
30642 \backslash
30643 vspace{1.5mm}}}
30644 \end_layout
30645
30646 \begin_layout Standard
30647 \begin_inset VSpace bigskip
30648 \end_inset
30649
30650 二段組文書では,脚註は各段底部に表示されます(図
30651 \begin_inset CommandInset ref
30652 LatexCommand ref
30653 reference "fig:標準的脚注配置"
30654
30655 \end_inset
30656
30657 ).図
30658 \begin_inset CommandInset ref
30659 LatexCommand ref
30660 reference "fig:ftnright脚注配置"
30661
30662 \end_inset
30663
30664 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30665 \end_layout
30666
30667 \begin_layout Standard
30668
30669 \series bold
30670
30671 \backslash
30672 usepackage{ftnright}
30673 \end_layout
30674
30675 \begin_layout Standard
30676 というコマンドを書いて,\SpecialChar LaTeX
30677 パッケージ
30678 \series bold
30679 ftnright
30680 \series default
30681
30682 \begin_inset Index idx
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686 \SpecialChar LaTeX
30687 ぱっけーじ@\SpecialChar LaTeX
30688 パッケージ ! ftnright
30689 \end_layout
30690
30691 \end_inset
30692
30693 を読み込みます.
30694 \begin_inset Float figure
30695 placement !h
30696 wide false
30697 sideways false
30698 status open
30699
30700 \begin_layout Plain Layout
30701 \noindent
30702 \align center
30703 \begin_inset Box Boxed
30704 position "t"
30705 hor_pos "c"
30706 has_inner_box 0
30707 inner_pos "t"
30708 use_parbox 0
30709 use_makebox 0
30710 width ""
30711 special "none"
30712 height "1in"
30713 height_special "totalheight"
30714 thickness "0.4pt"
30715 separation "3pt"
30716 shadowsize "4pt"
30717 framecolor "black"
30718 backgroundcolor "none"
30719 status open
30720
30721 \begin_layout Plain Layout
30722 \begin_inset Graphics
30723         filename ../clipart/without_fntright.pdf
30724         width 100col%
30725         scaleBeforeRotation
30726
30727 \end_inset
30728
30729
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Plain Layout
30738 \begin_inset Caption Standard
30739
30740 \begin_layout Plain Layout
30741 \begin_inset CommandInset label
30742 LatexCommand label
30743 name "fig:標準的脚注配置"
30744
30745 \end_inset
30746
30747 二段組文書の標準的な脚註配置
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Standard
30761 \begin_inset Float figure
30762 placement !h
30763 wide false
30764 sideways false
30765 status open
30766
30767 \begin_layout Plain Layout
30768 \noindent
30769 \align center
30770 \begin_inset Box Boxed
30771 position "t"
30772 hor_pos "c"
30773 has_inner_box 0
30774 inner_pos "t"
30775 use_parbox 0
30776 use_makebox 0
30777 width ""
30778 special "none"
30779 height "1in"
30780 height_special "totalheight"
30781 thickness "0.4pt"
30782 separation "3pt"
30783 shadowsize "4pt"
30784 framecolor "black"
30785 backgroundcolor "none"
30786 status open
30787
30788 \begin_layout Plain Layout
30789 \begin_inset Graphics
30790         filename ../clipart/with_fntright.pdf
30791         width 100col%
30792         scaleBeforeRotation
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \begin_layout Plain Layout
30805 \begin_inset Caption Standard
30806
30807 \begin_layout Plain Layout
30808 \begin_inset CommandInset label
30809 LatexCommand label
30810 name "fig:ftnright脚注配置"
30811
30812 \end_inset
30813
30814 \SpecialChar LaTeX
30815 パッケージ
30816 \series bold
30817 ftnright
30818 \series default
30819 を使用したときの二段組文書の脚註配置
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \begin_inset VSpace bigskip
30834 \end_inset
30835
30836 科学的文献においては,図
30837 \begin_inset CommandInset ref
30838 LatexCommand ref
30839 reference "fig:後註"
30840
30841 \end_inset
30842
30843 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30844 \begin_inset Index idx
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848 こちゆう@後註
30849 \end_layout
30850
30851 \end_inset
30852
30853 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30854 \family sans
30855 文書\SpecialChar menuseparator
30856 設定\SpecialChar menuseparator
30857 モジュール
30858 \family default
30859 メニューで
30860 \family sans
30861 脚註から後註へ
30862 \family default
30863 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30864 コードで
30865 \end_layout
30866
30867 \begin_layout Standard
30868
30869 \series bold
30870
30871 \backslash
30872 theendnotes
30873 \end_layout
30874
30875 \begin_layout Standard
30876 というコマンドを挿入してください.
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset Float figure
30881 wide false
30882 sideways false
30883 status open
30884
30885 \begin_layout Plain Layout
30886 \align center
30887 \begin_inset Box Boxed
30888 position "t"
30889 hor_pos "c"
30890 has_inner_box 0
30891 inner_pos "t"
30892 use_parbox 0
30893 use_makebox 0
30894 width ""
30895 special "none"
30896 height "1in"
30897 height_special "totalheight"
30898 thickness "0.4pt"
30899 separation "3pt"
30900 shadowsize "4pt"
30901 framecolor "black"
30902 backgroundcolor "none"
30903 status open
30904
30905 \begin_layout Plain Layout
30906 \begin_inset Graphics
30907         filename ../clipart/endnotes.pdf
30908         width 100col%
30909         scaleBeforeRotation
30910
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Plain Layout
30922 \begin_inset Caption Standard
30923
30924 \begin_layout Plain Layout
30925 \begin_inset CommandInset label
30926 LatexCommand label
30927 name "fig:後註"
30928
30929 \end_inset
30930
30931 後註 – 注を節ないし章末に別段落として印字します.
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 \begin_inset VSpace medskip
30946 \end_inset
30947
30948 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30949 \end_layout
30950
30951 \begin_layout Standard
30952
30953 \series bold
30954
30955 \backslash
30956 renewcommand{
30957 \backslash
30958 notesname}{Anmerkungen}
30959 \end_layout
30960
30961 \begin_layout Standard
30962 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30963 \end_layout
30964
30965 \begin_layout Standard
30966 \begin_inset VSpace medskip
30967 \end_inset
30968
30969
30970 \begin_inset CommandInset ref
30971 LatexCommand ref
30972 reference "subsec:脚注の付番"
30973
30974 \end_inset
30975
30976 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30977 \series bold
30978
30979 \backslash
30980 thefootnote
30981 \series default
30982 コマンドの代わりに
30983 \series bold
30984
30985 \backslash
30986 theendnote
30987 \series default
30988 を用いてください.後註番号をリセットするには,第
30989 \begin_inset CommandInset ref
30990 LatexCommand ref
30991 reference "subsec:脚注の付番"
30992
30993 \end_inset
30994
30995 節で述べたコマンド
30996 \series bold
30997
30998 \backslash
30999 @addtoreset
31000 \series default
31001 の,パラメータ
31002 \series bold
31003 footnote
31004 \series default
31005
31006 \series bold
31007 endnote
31008 \series default
31009 に変えて,使用してください.
31010 \end_layout
31011
31012 \begin_layout Standard
31013 後註の印だけを作成するには,第
31014 \begin_inset CommandInset ref
31015 LatexCommand ref
31016 reference "sec:脚注"
31017
31018 \end_inset
31019
31020 節で説明した
31021 \series bold
31022
31023 \backslash
31024 footnotemark
31025 \series default
31026 コマンドの代わりに,
31027 \series bold
31028
31029 \backslash
31030 endnotemark[番号]
31031 \series default
31032 コマンドを使用してください.
31033 \end_layout
31034
31035 \begin_layout Standard
31036 \begin_inset VSpace bigskip
31037 \end_inset
31038
31039 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
31040 パッケージ
31041 \series bold
31042 footmisc
31043 \series default
31044
31045 \begin_inset Index idx
31046 status collapsed
31047
31048 \begin_layout Plain Layout
31049 \SpecialChar LaTeX
31050 ぱっけーじ@\SpecialChar LaTeX
31051 パッケージ ! footmisc
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \begin_inset CommandInset citation
31058 LatexCommand cite
31059 key "footmisc"
31060 literal "true"
31061
31062 \end_inset
31063
31064 を参照してください.
31065 \end_layout
31066
31067 \begin_layout Standard
31068 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
31069 関連書籍
31070 \begin_inset CommandInset citation
31071 LatexCommand cite
31072 key "latexcompanion,latexguide,latexbook"
31073 literal "true"
31074
31075 \end_inset
31076
31077 に載っています.
31078 \series bold
31079 KOMA-Script
31080 \series default
31081
31082 \begin_inset Index idx
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 \SpecialChar LaTeX
31087 ぱっけーじ@\SpecialChar LaTeX
31088 パッケージ ! KOMA-Script
31089 \end_layout
31090
31091 \end_inset
31092
31093 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
31094 \begin_inset CommandInset citation
31095 LatexCommand cite
31096 key "KOMA-Script"
31097 literal "true"
31098
31099 \end_inset
31100
31101 参照).
31102 \end_layout
31103
31104 \begin_layout Section
31105 傍註
31106 \begin_inset Index idx
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 \SpecialChar LyX
31120 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
31121 \family sans
31122 挿入\SpecialChar menuseparator
31123 傍註
31124 \family default
31125 メニューかツールバーボタン
31126 \family sans
31127
31128 \begin_inset Info
31129 type  "icon"
31130 arg   "marginalnote-insert"
31131 \end_inset
31132
31133
31134 \family default
31135 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31136 \end_layout
31137
31138 \begin_layout Standard
31139 横にあるのが傍註です
31140 \begin_inset Marginal
31141 status open
31142
31143 \begin_layout Plain Layout
31144 これは傍註文です.
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Standard
31153 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31154 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31155 \end_layout
31156
31157 \begin_layout Standard
31158 \begin_inset VSpace bigskip
31159 \end_inset
31160
31161 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31162 コードで
31163 \end_layout
31164
31165 \begin_layout Standard
31166
31167 \series bold
31168
31169 \backslash
31170 reversemarginpar
31171 \end_layout
31172
31173 \begin_layout Standard
31174 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31175 \begin_inset ERT
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179
31180
31181 \backslash
31182 reversemarginpar 
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \begin_inset Marginal
31189 status open
31190
31191 \begin_layout Plain Layout
31192 これは内側余白の傍註です.
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \series bold
31199
31200 \begin_inset Newline newline
31201 \end_inset
31202
31203
31204 \series default
31205
31206 \begin_inset Note Greyedout
31207 status open
31208
31209 \begin_layout Plain Layout
31210
31211 \series bold
31212 【註】
31213 \series default
31214 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \end_layout
31221
31222 \begin_layout Standard
31223 既定の配置に戻すには,\SpecialChar TeX
31224 コードで
31225 \end_layout
31226
31227 \begin_layout Standard
31228
31229 \series bold
31230
31231 \backslash
31232 normalmarginpar
31233 \end_layout
31234
31235 \begin_layout Standard
31236 というコマンドを書き加えてください.
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242
31243 \backslash
31244 normalmarginpar 
31245 \end_layout
31246
31247 \end_inset
31248
31249  
31250 \begin_inset Note Greyedout
31251 status open
31252
31253 \begin_layout Plain Layout
31254
31255 \series bold
31256 【註】
31257 \backslash
31258 reversemarginpar
31259 \series default
31260 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Standard
31269 \begin_inset VSpace bigskip
31270 \end_inset
31271
31272
31273 \begin_inset Marginal
31274 status open
31275
31276 \begin_layout Plain Layout
31277 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \begin_inset CommandInset ref
31284 LatexCommand ref
31285 reference "subsec:複数行"
31286
31287 \end_inset
31288
31289 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31290 \begin_inset space \thinspace{}
31291 \end_inset
31292
31293 pt水平空白を挿入してください 
31294 \begin_inset Marginal
31295 status open
31296
31297 \begin_layout Plain Layout
31298 \begin_inset space \hspace*{}
31299 \length 0pt
31300 \end_inset
31301
31302 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Standard
31311 \begin_inset VSpace bigskip
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318 \begin_inset Note Greyedout
31319 status open
31320
31321 \begin_layout Plain Layout
31322
31323 \series bold
31324 【註】
31325 \series default
31326 通常,傍註は表やフロート,脚註の中では使用することができません.
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset VSpace bigskip
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Standard
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 ifmarginnote
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \begin_inset Note Note
31356 status open
31357
31358 \begin_layout Plain Layout
31359 以下の部分は,\SpecialChar LaTeX
31360 パッケージ
31361 \series bold
31362 marginnote
31363 \series default
31364 が導入されているときのみ表示されます.
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Standard
31373 この制約は,\SpecialChar LaTeX
31374 パッケージ
31375 \series bold
31376 marginnote
31377 \series default
31378
31379 \begin_inset Index idx
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 \SpecialChar LaTeX
31384 ぱっけーじ@\SpecialChar LaTeX
31385 パッケージ ! marginnote
31386 \end_layout
31387
31388 \end_inset
31389
31390 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31391 が傍註に使うコマンドが再定義されて,
31392 \series bold
31393 marginnote
31394 \series default
31395 パッケージが提供するコマンドを使うようになります.
31396 \end_layout
31397
31398 \begin_layout Standard
31399
31400 \series bold
31401
31402 \backslash
31403 usepackage{marginnote}
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407
31408 \backslash
31409 let
31410 \backslash
31411 marginpar
31412 \backslash
31413 marginnote
31414 \end_layout
31415
31416 \begin_layout Standard
31417
31418 \series bold
31419 marginnote
31420 \series default
31421 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31422 \series bold
31423 marginnote
31424 \series default
31425 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31426 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31427 中の傍註の後ろに\SpecialChar TeX
31428 コードで直接
31429 \end_layout
31430
31431 \begin_layout Standard
31432
31433 \series bold
31434 [オフセット]
31435 \end_layout
31436
31437 \begin_layout Standard
31438 という形で書くことで設定することができます.ここで「オフセット」には,表
31439 \begin_inset CommandInset ref
31440 LatexCommand ref
31441 reference "tab:単位"
31442
31443 \end_inset
31444
31445 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31446 コードコマンド「
31447 \series bold
31448 [-1.5cm]
31449 \series default
31450 」を使用して,1.5
31451 \begin_inset space \thinspace{}
31452 \end_inset
31453
31454 cm上にずらしてあります
31455 \begin_inset Marginal
31456 status open
31457
31458 \begin_layout Plain Layout
31459 この傍註は,本来の位置よりも1.5
31460 \begin_inset space \thinspace{}
31461 \end_inset
31462
31463 cm上にずらしてあります.
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474 [-1.5cm]
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset VSpace medskip
31484 \end_inset
31485
31486
31487 \series bold
31488 marginnote
31489 \series default
31490 を使うと,傍註の揃えを変更することもできます.たとえば,
31491 \end_layout
31492
31493 \begin_layout Standard
31494
31495 \series bold
31496
31497 \backslash
31498 renewcommand*{
31499 \backslash
31500 raggedleftmarginnote}{
31501 \backslash
31502 centering}
31503 \begin_inset Newline newline
31504 \end_inset
31505
31506
31507 \backslash
31508 renewcommand*{
31509 \backslash
31510 raggedrightmarginnote}{
31511 \backslash
31512 centering}
31513 \end_layout
31514
31515 \begin_layout Standard
31516 というコマンドを使うと,中央揃えになります.
31517 \series bold
31518
31519 \backslash
31520 raggedleftmarginnote
31521 \series default
31522 とは,左側に表示されている傍註のことを指します
31523 \begin_inset ERT
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528
31529 \backslash
31530 renewcommand*{
31531 \backslash
31532 raggedleftmarginnote}{
31533 \backslash
31534 centering}
31535 \end_layout
31536
31537 \begin_layout Plain Layout
31538
31539
31540 \backslash
31541 renewcommand*{
31542 \backslash
31543 raggedrightmarginnote}{
31544 \backslash
31545 centering}
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \begin_inset Marginal
31552 status open
31553
31554 \begin_layout Plain Layout
31555 この傍註の文章は中央揃えになっています.
31556 \end_layout
31557
31558 \end_inset
31559
31560 .既定の設定は,
31561 \end_layout
31562
31563 \begin_layout Standard
31564
31565 \series bold
31566
31567 \backslash
31568 renewcommand*{
31569 \backslash
31570 raggedleftmarginnote}{
31571 \backslash
31572 raggedleft}
31573 \begin_inset Newline newline
31574 \end_inset
31575
31576
31577 \backslash
31578 renewcommand*{
31579 \backslash
31580 raggedrightmarginnote}{
31581 \backslash
31582 raggedright}
31583 \series default
31584
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590
31591 \backslash
31592 renewcommand*{
31593 \backslash
31594 raggedleftmarginnote}{
31595 \backslash
31596 raggedleft}
31597 \end_layout
31598
31599 \begin_layout Plain Layout
31600
31601
31602 \backslash
31603 renewcommand*{
31604 \backslash
31605 raggedrightmarginnote}{
31606 \backslash
31607 raggedright}
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 です.
31617 \end_layout
31618
31619 \begin_layout Standard
31620 \begin_inset VSpace medskip
31621 \end_inset
31622
31623
31624 \series bold
31625 marginnote
31626 \series default
31627 の他の機能については,
31628 \begin_inset CommandInset citation
31629 LatexCommand cite
31630 key "marginnote"
31631 literal "true"
31632
31633 \end_inset
31634
31635 の取扱説明書をご参照ください.
31636 \end_layout
31637
31638 \begin_layout Standard
31639 \begin_inset VSpace bigskip
31640 \end_inset
31641
31642 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31643 \family sans
31644 \series bold
31645 \bar under
31646 注意!
31647 \family default
31648 \series default
31649 \bar default
31650 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31651 \end_layout
31652
31653 \begin_layout Standard
31654
31655 \series bold
31656
31657 \backslash
31658 let
31659 \backslash
31660 myMarginpar
31661 \backslash
31662 marginpar
31663 \begin_inset Newline newline
31664 \end_inset
31665
31666
31667 \backslash
31668 renewcommand{
31669 \backslash
31670 marginpar}[1]{
31671 \backslash
31672 myMarginpar{%
31673 \begin_inset Newline newline
31674 \end_inset
31675
31676
31677 \begin_inset Phantom HPhantom
31678 status open
31679
31680 \begin_layout Plain Layout
31681
31682 \series bold
31683 \begin_inset space ~
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \backslash
31693 hspace{0pt}
31694 \backslash
31695 textsf{
31696 \backslash
31697 textbf{
31698 \backslash
31699 underbar{注意!}}}%
31700 \begin_inset Newline newline
31701 \end_inset
31702
31703
31704 \begin_inset Phantom HPhantom
31705 status open
31706
31707 \begin_layout Plain Layout
31708
31709 \series bold
31710 \begin_inset space ~
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \backslash
31720 vspace{1.5mm}
31721 \backslash
31722
31723 \backslash
31724 #1}}
31725 \end_layout
31726
31727 \begin_layout Standard
31728 \begin_inset ERT
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733
31734 \backslash
31735 let
31736 \backslash
31737 myMarginpar
31738 \backslash
31739 marginpar
31740 \end_layout
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 renewcommand{
31747 \backslash
31748 marginpar}[1]{
31749 \backslash
31750 myMarginpar{%
31751 \end_layout
31752
31753 \begin_layout Plain Layout
31754
31755    
31756 \backslash
31757 textsf{
31758 \backslash
31759 textbf{
31760 \backslash
31761 underbar{注意!}}}%
31762 \end_layout
31763
31764 \begin_layout Plain Layout
31765
31766    
31767 \backslash
31768 vspace{1.5mm}
31769 \backslash
31770
31771 \backslash
31772 #1}}
31773 \end_layout
31774
31775 \end_inset
31776
31777
31778 \begin_inset Marginal
31779 status open
31780
31781 \begin_layout Plain Layout
31782 これは,定義したヘッダをつけた傍註です.
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \begin_inset ERT
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792
31793 [-1.5cm]
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \begin_inset ERT
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803
31804
31805 \backslash
31806 renewcommand{
31807 \backslash
31808 marginpar}[1]{
31809 \backslash
31810 myMarginpar{#1}}
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \begin_inset Note Note
31817 status open
31818
31819 \begin_layout Plain Layout
31820 傍註書式は,この例の分だけ変更してあります.
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834
31835 \backslash
31836 else
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \begin_inset Note Note
31843 status open
31844
31845 \begin_layout Plain Layout
31846 以下の部分は,\SpecialChar LaTeX
31847 パッケージ
31848 \series bold
31849 marginnote
31850 \series default
31851 が導入されていないときのみ表示されます.
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \end_layout
31858
31859 \begin_layout Standard
31860 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31861 パッケージ
31862 \series bold
31863 marginnote
31864 \series default
31865 を導入する必要があります.
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \begin_inset ERT
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873
31874
31875 \backslash
31876 fi
31877 \end_layout
31878
31879 \end_inset
31880
31881
31882 \end_layout
31883
31884 \begin_layout Chapter
31885 ボックス
31886 \end_layout
31887
31888 \begin_layout Section
31889 はじめに
31890 \begin_inset Index idx
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 ぼっくす@ボックス ! はじめに
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \end_layout
31901
31902 \begin_layout Standard
31903 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31904 \begin_inset CommandInset ref
31905 LatexCommand ref
31906 reference "sec:ミニページ"
31907
31908 \end_inset
31909
31910 節参照),文章を囲ったり(第
31911 \begin_inset CommandInset ref
31912 LatexCommand ref
31913 reference "sec:装飾"
31914
31915 \end_inset
31916
31917 節参照),単語がハイフネートされるのを予防したり(第
31918 \begin_inset CommandInset ref
31919 LatexCommand ref
31920 reference "sec:ハイフネーションの回避"
31921
31922 \end_inset
31923
31924 節参照),文章を揃えたり(第
31925 \begin_inset CommandInset ref
31926 LatexCommand ref
31927 reference "subsec:垂直揃え"
31928
31929 \end_inset
31930
31931 節参照),あるいは文章の背景色を設定したり(第
31932 \begin_inset CommandInset ref
31933 LatexCommand ref
31934 reference "sec:色付きボックス"
31935
31936 \end_inset
31937
31938 節参照)するのに使用します.
31939 \end_layout
31940
31941 \begin_layout Standard
31942 ボックスは,
31943 \family sans
31944 挿入\SpecialChar menuseparator
31945 ボックス
31946 \family default
31947 メニューかツールバーボタン
31948 \family sans
31949
31950 \begin_inset Info
31951 type  "icon"
31952 arg   "box-insert Frameless"
31953 \end_inset
31954
31955
31956 \family default
31957 を使って挿入することができます.すると,
31958 \begin_inset Graphics
31959         filename clipart/BoxInsetDefault.png
31960         scale 95
31961         scaleBeforeRotation
31962
31963 \end_inset
31964
31965 のように
31966 \family sans
31967 ボックス(minipage環境)
31968 \family default
31969 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31970 \family sans
31971 設定
31972 \family default
31973 メニューを選択すると現れるボックスダイアログでは,
31974 \family sans
31975 parboxコマンド
31976 \family default
31977
31978 \family sans
31979 minipage環境
31980 \family default
31981 の二つの
31982 \family sans
31983 内部ボックス
31984 \family default
31985 型を選択することができます.
31986 \family sans
31987 minipage
31988 \family default
31989 型は,新規ボックスの既定値となっており,第
31990 \begin_inset CommandInset ref
31991 LatexCommand ref
31992 reference "sec:ミニページ"
31993
31994 \end_inset
31995
31996 節で説明します.
31997 \family sans
31998 parbox
31999 \family default
32000 型については第
32001 \begin_inset CommandInset ref
32002 LatexCommand ref
32003 reference "sec:Parboxes"
32004
32005 \end_inset
32006
32007 節,
32008 \family sans
32009 makebox
32010 \family default
32011 型については第
32012 \begin_inset CommandInset ref
32013 LatexCommand ref
32014 reference "sec:ハイフネーションの回避"
32015
32016 \end_inset
32017
32018 節で述べます.
32019 \end_layout
32020
32021 \begin_layout Standard
32022 ボックスは付番されないので,フロートや脚註のように参照することはできません.
32023 \end_layout
32024
32025 \begin_layout Standard
32026 \begin_inset Note Greyedout
32027 status open
32028
32029 \begin_layout Plain Layout
32030
32031 \series bold
32032 【註】
32033 \series default
32034 ボックスは,
32035 \family sans
32036 箇条書き(記号)
32037 \family default
32038 環境や
32039 \family sans
32040 箇条書き(記述)
32041 \family default
32042 環境の単独要素とすべきではありません.
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 \begin_inset Note Greyedout
32052 status open
32053
32054 \begin_layout Plain Layout
32055
32056 \series bold
32057 【註】
32058 \series default
32059 理由は不明ですが,枠付きボックスを使用している場合には,
32060 \family sans
32061 内部ボックス
32062 \family default
32063 型は
32064 \family sans
32065 なし
32066 \family default
32067 にしか設定することができません.
32068 \family sans
32069 内部ボックス
32070 \family default
32071 型や枠のないボックスについては,第
32072 \begin_inset CommandInset ref
32073 LatexCommand ref
32074 reference "sec:ハイフネーションの回避"
32075
32076 \end_inset
32077
32078 節で説明します.
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Section
32087 ボックスダイアログ
32088 \begin_inset CommandInset label
32089 LatexCommand label
32090 name "sec:ボックスダイアログ"
32091
32092 \end_inset
32093
32094
32095 \begin_inset Index idx
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Subsection
32108 寸法
32109 \begin_inset Index idx
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 ぼっくす@ボックス ! すんぽう@寸法
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 ボックスダイアログでは,
32123 \family sans
32124
32125 \family default
32126
32127 \family sans
32128 高さ
32129 \family default
32130 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
32131 \begin_inset CommandInset ref
32132 LatexCommand ref
32133 reference "tab:単位"
32134
32135 \end_inset
32136
32137 に説明されています.
32138 \family sans
32139 高さ
32140 \family default
32141 フィールドには,加えて以下の寸法を使用することができます.
32142 \end_layout
32143
32144 \begin_layout Description
32145 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32146 \begin_inset Newline newline
32147 \end_inset
32148
32149
32150 \begin_inset Newline newline
32151 \end_inset
32152
32153
32154 \begin_inset Newline newline
32155 \end_inset
32156
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 "depth"
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 \begin_inset Newline newline
32185 \end_inset
32186
32187
32188 \begin_inset Newline newline
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Description
32195 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32196 \begin_inset Box Boxed
32197 position "c"
32198 hor_pos "c"
32199 has_inner_box 1
32200 inner_pos "c"
32201 use_parbox 0
32202 use_makebox 0
32203 width "20col%"
32204 special "none"
32205 height "2in"
32206 height_special "height"
32207 thickness "0.4pt"
32208 separation "3pt"
32209 shadowsize "4pt"
32210 framecolor "black"
32211 backgroundcolor "none"
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 \align center
32216 高さを2高さに設定したボックス
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Description
32225 全高 これは「高さ」+「階層」です.
32226 \begin_inset Box Boxed
32227 position "c"
32228 hor_pos "c"
32229 has_inner_box 1
32230 inner_pos "c"
32231 use_parbox 0
32232 use_makebox 0
32233 width "20col%"
32234 special "none"
32235 height "1in"
32236 height_special "totalheight"
32237 thickness "0.4pt"
32238 separation "3pt"
32239 shadowsize "4pt"
32240 framecolor "black"
32241 backgroundcolor "none"
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245 \align center
32246 高さを1全高に設定したボックス
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Description
32255 幅 これはボックスの幅を高さに設定します.
32256 \begin_inset Box Boxed
32257 position "c"
32258 hor_pos "c"
32259 has_inner_box 1
32260 inner_pos "c"
32261 use_parbox 0
32262 use_makebox 0
32263 width "12col%"
32264 special "none"
32265 height "1in"
32266 height_special "width"
32267 thickness "0.4pt"
32268 separation "3pt"
32269 shadowsize "4pt"
32270 framecolor "black"
32271 backgroundcolor "none"
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 \align center
32276 高さを1幅に設定したボックス
32277 \end_layout
32278
32279 \end_inset
32280
32281
32282 \end_layout
32283
32284 \begin_layout Subsection
32285 文字揃え
32286 \begin_inset Index idx
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290 ぼっくす@ボックス ! もじそろえ@文字揃え
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Standard
32299
32300 \family sans
32301 内部ボックス
32302 \family default
32303 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32304 \end_layout
32305
32306 \begin_layout Description
32307 上 これは例示のための本文行です.
32308 \begin_inset Box Boxed
32309 position "t"
32310 hor_pos "c"
32311 has_inner_box 1
32312 inner_pos "c"
32313 use_parbox 0
32314 use_makebox 0
32315 width "12col%"
32316 special "none"
32317 height "1in"
32318 height_special "totalheight"
32319 thickness "0.4pt"
32320 separation "3pt"
32321 shadowsize "4pt"
32322 framecolor "black"
32323 backgroundcolor "none"
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 \align center
32328 このボックスは上揃えです.
32329 \end_layout
32330
32331 \end_inset
32332
32333 これは例示のための本文行です.
32334 \end_layout
32335
32336 \begin_layout Description
32337 中央 これは例示のための本文行です.
32338 \begin_inset Box Boxed
32339 position "c"
32340 hor_pos "c"
32341 has_inner_box 1
32342 inner_pos "c"
32343 use_parbox 0
32344 use_makebox 0
32345 width "12col%"
32346 special "none"
32347 height "1in"
32348 height_special "totalheight"
32349 thickness "0.4pt"
32350 separation "3pt"
32351 shadowsize "4pt"
32352 framecolor "black"
32353 backgroundcolor "none"
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357 \align center
32358 このボックスは中央揃えです.
32359 \end_layout
32360
32361 \end_inset
32362
32363 これは例示のための本文行です.
32364 \end_layout
32365
32366 \begin_layout Description
32367 下 これは例示のための本文行です.
32368 \begin_inset Box Boxed
32369 position "b"
32370 hor_pos "c"
32371 has_inner_box 1
32372 inner_pos "c"
32373 use_parbox 0
32374 use_makebox 0
32375 width "12col%"
32376 special "none"
32377 height "1in"
32378 height_special "totalheight"
32379 thickness "0.4pt"
32380 separation "3pt"
32381 shadowsize "4pt"
32382 framecolor "black"
32383 backgroundcolor "none"
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387 \align center
32388 このボックスは下揃えです.
32389 \end_layout
32390
32391 \end_inset
32392
32393 これは例示のための本文行です.
32394 \end_layout
32395
32396 \begin_layout Standard
32397 \begin_inset Note Greyedout
32398 status open
32399
32400 \begin_layout Plain Layout
32401
32402 \series bold
32403 【註】
32404 \series default
32405 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \begin_layout Standard
32414 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32415 の段落ダイアログから設定できます.
32416 \end_layout
32417
32418 \begin_layout Standard
32419 \begin_inset VSpace bigskip
32420 \end_inset
32421
32422
32423 \family sans
32424 内部ボックス
32425 \family default
32426 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32427 \end_layout
32428
32429 \begin_layout Description
32430 上 これは例示のための本文行です.
32431 \begin_inset Box Boxed
32432 position "c"
32433 hor_pos "c"
32434 has_inner_box 1
32435 inner_pos "t"
32436 use_parbox 0
32437 use_makebox 0
32438 width "12col%"
32439 special "none"
32440 height "1.5in"
32441 height_special "totalheight"
32442 thickness "0.4pt"
32443 separation "3pt"
32444 shadowsize "4pt"
32445 framecolor "black"
32446 backgroundcolor "none"
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450 \align center
32451 このボックスの文章は上揃えです.
32452 \end_layout
32453
32454 \end_inset
32455
32456 これは例示のための本文行です.
32457 \end_layout
32458
32459 \begin_layout Description
32460 中央 これは例示のための本文行です.
32461 \begin_inset Box Boxed
32462 position "c"
32463 hor_pos "c"
32464 has_inner_box 1
32465 inner_pos "c"
32466 use_parbox 0
32467 use_makebox 0
32468 width "12col%"
32469 special "none"
32470 height "1.5in"
32471 height_special "totalheight"
32472 thickness "0.4pt"
32473 separation "3pt"
32474 shadowsize "4pt"
32475 framecolor "black"
32476 backgroundcolor "none"
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480 \align center
32481 このボックスの文章は中央揃えです.
32482 \end_layout
32483
32484 \end_inset
32485
32486 これは例示のための本文行です.
32487 \end_layout
32488
32489 \begin_layout Description
32490 下 これは例示のための本文行です.
32491 \begin_inset Box Boxed
32492 position "c"
32493 hor_pos "c"
32494 has_inner_box 1
32495 inner_pos "b"
32496 use_parbox 0
32497 use_makebox 0
32498 width "12col%"
32499 special "none"
32500 height "1.5in"
32501 height_special "totalheight"
32502 thickness "0.4pt"
32503 separation "3pt"
32504 shadowsize "4pt"
32505 framecolor "black"
32506 backgroundcolor "none"
32507 status collapsed
32508
32509 \begin_layout Plain Layout
32510 \align center
32511 このボックスの文章は下揃えです.
32512 \end_layout
32513
32514 \end_inset
32515
32516 これは例示のための本文行です.
32517 \end_layout
32518
32519 \begin_layout Description
32520 広げる これは例示のための本文行です.
32521 \begin_inset Box Boxed
32522 position "c"
32523 hor_pos "c"
32524 has_inner_box 1
32525 inner_pos "s"
32526 use_parbox 0
32527 use_makebox 0
32528 width "17col%"
32529 special "none"
32530 height "1.5in"
32531 height_special "totalheight"
32532 thickness "0.4pt"
32533 separation "3pt"
32534 shadowsize "4pt"
32535 framecolor "black"
32536 backgroundcolor "none"
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540 \align center
32541 このボックスの
32542 \end_layout
32543
32544 \begin_layout Plain Layout
32545 \align center
32546 文章は広げて
32547 \end_layout
32548
32549 \begin_layout Plain Layout
32550 \align center
32551 あります.
32552 \end_layout
32553
32554 \end_inset
32555
32556 これは例示のための本文行です.
32557 \end_layout
32558
32559 \begin_layout Standard
32560 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32561 \end_layout
32562
32563 \begin_layout Standard
32564 \begin_inset VSpace bigskip
32565 \end_inset
32566
32567
32568 \family sans
32569 内部ボックス
32570 \family default
32571 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32572 の段落ダイアログを用います.
32573 \end_layout
32574
32575 \begin_layout Standard
32576 \align center
32577 \begin_inset Box Boxed
32578 position "c"
32579 hor_pos "c"
32580 has_inner_box 1
32581 inner_pos "s"
32582 use_parbox 0
32583 use_makebox 0
32584 width "25col%"
32585 special "none"
32586 height "1.25in"
32587 height_special "totalheight"
32588 thickness "0.4pt"
32589 separation "3pt"
32590 shadowsize "4pt"
32591 framecolor "black"
32592 backgroundcolor "none"
32593 status collapsed
32594
32595 \begin_layout Plain Layout
32596 \align left
32597 このボックスの
32598 \end_layout
32599
32600 \begin_layout Plain Layout
32601 \align center
32602 文章は広げて
32603 \end_layout
32604
32605 \begin_layout Plain Layout
32606 \align right
32607 あります.
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616
32617 \family sans
32618 内部ボックス
32619 \family default
32620 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32621 \end_layout
32622
32623 \begin_layout Standard
32624 \align center
32625 \begin_inset Box Boxed
32626 position "c"
32627 hor_pos "s"
32628 has_inner_box 0
32629 inner_pos "s"
32630 use_parbox 0
32631 use_makebox 0
32632 width "90col%"
32633 special "none"
32634 height "1.25in"
32635 height_special "totalheight"
32636 thickness "0.4pt"
32637 separation "3pt"
32638 shadowsize "4pt"
32639 framecolor "black"
32640 backgroundcolor "none"
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644 このボックスの文章は水平方向に広げてあります.
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \begin_layout Subsection
32653 装飾
32654 \begin_inset CommandInset label
32655 LatexCommand label
32656 name "sec:装飾"
32657
32658 \end_inset
32659
32660
32661 \begin_inset Index idx
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665 ぼっくす@ボックス ! そうしょく@装飾
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Standard
32674 ボックス型は,ボックスダイアログ中の
32675 \family sans
32676 装飾
32677 \family default
32678 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32679 \end_layout
32680
32681 \begin_layout Description
32682 枠なし 枠を描きません.
32683 \end_layout
32684
32685 \begin_layout Description
32686 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32687 \begin_inset Box Boxed
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 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32717 \begin_inset space \thinspace{}
32718 \end_inset
32719
32720 ptです. 
32721 \begin_inset Box ovalbox
32722 position "c"
32723 hor_pos "c"
32724 has_inner_box 1
32725 inner_pos "c"
32726 use_parbox 0
32727 use_makebox 0
32728 width "20col%"
32729 special "none"
32730 height "1in"
32731 height_special "totalheight"
32732 thickness "0.4pt"
32733 separation "3pt"
32734 shadowsize "4pt"
32735 framecolor "black"
32736 backgroundcolor "none"
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 \align center
32741 楕円形の箱型(細線)
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Description
32750 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32751 \begin_inset space \thinspace{}
32752 \end_inset
32753
32754 ptです. 
32755 \begin_inset Box Ovalbox
32756 position "c"
32757 hor_pos "c"
32758 has_inner_box 1
32759 inner_pos "c"
32760 use_parbox 0
32761 use_makebox 0
32762 width "20col%"
32763 special "none"
32764 height "1in"
32765 height_special "totalheight"
32766 thickness "0.4pt"
32767 separation "3pt"
32768 shadowsize "4pt"
32769 framecolor "black"
32770 backgroundcolor "none"
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 \align center
32775 楕円形の箱型(太線)
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Description
32784 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32785 \begin_inset Box Shadowbox
32786 position "c"
32787 hor_pos "c"
32788 has_inner_box 1
32789 inner_pos "c"
32790 use_parbox 0
32791 use_makebox 0
32792 width "20col%"
32793 special "none"
32794 height "1in"
32795 height_special "totalheight"
32796 thickness "0.4pt"
32797 separation "3pt"
32798 shadowsize "4pt"
32799 framecolor "black"
32800 backgroundcolor "none"
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 \align center
32805 影付きの箱型
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Description
32814 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32815 \begin_inset Foot
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819
32820 \begin_inset CommandInset ref
32821 LatexCommand ref
32822 reference "sec:色付きボックス"
32823
32824 \end_inset
32825
32826 節を参照のこと.
32827 \end_layout
32828
32829 \end_inset
32830
32831 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32832 \begin_inset Box Shaded
32833 position "t"
32834 hor_pos "c"
32835 has_inner_box 0
32836 inner_pos "t"
32837 use_parbox 0
32838 use_makebox 0
32839 width "50col%"
32840 special "none"
32841 height "1in"
32842 height_special "totalheight"
32843 thickness "0.4pt"
32844 separation "3pt"
32845 shadowsize "4pt"
32846 framecolor "black"
32847 backgroundcolor "none"
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 影付き背景の箱型
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Description
32860 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32861 は,線幅の1.5倍+0.5
32862 \begin_inset space \thinspace{}
32863 \end_inset
32864
32865 ptです.
32866 \begin_inset Box Doublebox
32867 position "c"
32868 hor_pos "c"
32869 has_inner_box 1
32870 inner_pos "c"
32871 use_parbox 0
32872 use_makebox 0
32873 width "20col%"
32874 special "none"
32875 height "1in"
32876 height_special "totalheight"
32877 thickness "0.4pt"
32878 separation "3pt"
32879 shadowsize "4pt"
32880 framecolor "black"
32881 backgroundcolor "none"
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 \align center
32886 二重の長方形の箱型
32887 \end_layout
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Standard
32895 \begin_inset VSpace bigskip
32896 \end_inset
32897
32898 \SpecialChar LyX
32899 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32900 パッケージ
32901 \series bold
32902 fancybox
32903 \series default
32904
32905 \begin_inset Index idx
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 \SpecialChar LaTeX
32910 ぱっけーじ@\SpecialChar LaTeX
32911 パッケージ ! fancybox
32912 \end_layout
32913
32914 \end_inset
32915
32916 が導入済みでなくてはなりません.
32917 \end_layout
32918
32919 \begin_layout Standard
32920 \begin_inset VSpace bigskip
32921 \end_inset
32922
32923
32924 \family sans
32925 簡素な長方形の枠
32926 \family default
32927 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32928 ボックスは独立の段落として設定されることに注意してください.
32929 \begin_inset Box Framed
32930 position "t"
32931 hor_pos "c"
32932 has_inner_box 0
32933 inner_pos "t"
32934 use_parbox 0
32935 use_makebox 0
32936 width "100col%"
32937 special "none"
32938 height "1in"
32939 height_special "totalheight"
32940 thickness "0.4pt"
32941 separation "3pt"
32942 shadowsize "4pt"
32943 framecolor "black"
32944 backgroundcolor "none"
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 改行可能な箱型
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Section
32957 ボックスの詳細な設定
32958 \begin_inset Index idx
32959 status collapsed
32960
32961 \begin_layout Plain Layout
32962 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \begin_layout Standard
32971 楕円形ボックスの丸い角の直径は,コマンド
32972 \series bold
32973
32974 \backslash
32975 cornersize
32976 \series default
32977 で設定することができます.
32978 \end_layout
32979
32980 \begin_layout Standard
32981
32982 \series bold
32983
32984 \backslash
32985 cornersize*{1cm}
32986 \end_layout
32987
32988 \begin_layout Standard
32989 というコマンドは,直径を1
32990 \begin_inset space \thinspace{}
32991 \end_inset
32992
32993 cmに設定します.
32994 \end_layout
32995
32996 \begin_layout Standard
32997
32998 \series bold
32999
33000 \backslash
33001 cornersize{数値}
33002 \end_layout
33003
33004 \begin_layout Standard
33005 というコマンドは,直径を
33006 \family sans
33007 数値
33008 \begin_inset space \thinspace{}
33009 \end_inset
33010
33011
33012 \family default
33013
33014 \begin_inset Formula $\times$
33015 \end_inset
33016
33017
33018 \family sans
33019
33020 \begin_inset space \thinspace{}
33021 \end_inset
33022
33023 (ボックスの幅と高さの小さい方)
33024 \family default
33025 に設定します.既定値は
33026 \series bold
33027
33028 \backslash
33029 cornersize{0.5}
33030 \series default
33031 です.
33032 \end_layout
33033
33034 \begin_layout Standard
33035 \begin_inset ERT
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039
33040
33041 \backslash
33042 cornersize*{1.5cm}
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \begin_inset Box Ovalbox
33049 position "c"
33050 hor_pos "c"
33051 has_inner_box 1
33052 inner_pos "c"
33053 use_parbox 0
33054 use_makebox 0
33055 width "25col%"
33056 special "none"
33057 height "1in"
33058 height_special "totalheight"
33059 thickness "0.4pt"
33060 separation "3pt"
33061 shadowsize "4pt"
33062 framecolor "black"
33063 backgroundcolor "none"
33064 status open
33065
33066 \begin_layout Plain Layout
33067 \align center
33068
33069 \series bold
33070
33071 \backslash
33072 cornersize
33073 \series default
33074
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 =
33079 \begin_inset space \thinspace{}
33080 \end_inset
33081
33082 1.5
33083 \begin_inset space \thinspace{}
33084 \end_inset
33085
33086 cmの楕円形の箱型
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \begin_inset ERT
33093 status collapsed
33094
33095 \begin_layout Plain Layout
33096
33097
33098 \backslash
33099 cornersize{0.5}
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Standard
33108 \begin_inset VSpace bigskip
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Standard
33115
33116 \family sans
33117 影付き背景
33118 \family default
33119 ボックスの赤色の既定背景色は,
33120 \series bold
33121
33122 \backslash
33123 definecolor{shadebox}
33124 \series default
33125 コマンドで局所的に変更することもできますし,
33126 \family sans
33127 ツール\SpecialChar menuseparator
33128 設定\SpecialChar menuseparator
33129 色\SpecialChar menuseparator
33130 影付きボックス
33131 \family default
33132 メニューからグローバルに変更することもできます.
33133 \series bold
33134
33135 \backslash
33136 definecolor
33137 \series default
33138 コマンドの用法は第
33139 \begin_inset CommandInset ref
33140 LatexCommand ref
33141 reference "sec:色付きの表"
33142
33143 \end_inset
33144
33145
33146 \begin_inset Foot
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150 N
33151 \series bold
33152
33153 \backslash
33154 definecolor
33155 \series default
33156 は,\SpecialChar LaTeX
33157 パッケージの
33158 \series bold
33159 color
33160 \series default
33161 をプリアンブルに読み込む必要があります.第
33162 \begin_inset CommandInset ref
33163 LatexCommand ref
33164 reference "sec:色付きボックス"
33165
33166 \end_inset
33167
33168 節をご参照ください..
33169 \end_layout
33170
33171 \end_inset
33172
33173 で説明されています.
33174 \end_layout
33175
33176 \begin_layout Standard
33177 たとえば,下記の影付き背景ボックスの外見は
33178 \end_layout
33179
33180 \begin_layout Standard
33181
33182 \series bold
33183
33184 \backslash
33185 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33186 \end_layout
33187
33188 \begin_layout Standard
33189 という\SpecialChar TeX
33190 コードコマンドを使って設定してあります.
33191 \end_layout
33192
33193 \begin_layout Standard
33194 \begin_inset ERT
33195 status collapsed
33196
33197 \begin_layout Plain Layout
33198
33199
33200 \backslash
33201 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33202 \end_layout
33203
33204 \end_inset
33205
33206
33207 \begin_inset Box Shaded
33208 position "t"
33209 hor_pos "c"
33210 has_inner_box 0
33211 inner_pos "t"
33212 use_parbox 0
33213 use_makebox 0
33214 width "100col%"
33215 special "none"
33216 height "1in"
33217 height_special "totalheight"
33218 thickness "0.4pt"
33219 separation "3pt"
33220 shadowsize "4pt"
33221 framecolor "black"
33222 backgroundcolor "none"
33223 status open
33224
33225 \begin_layout Plain Layout
33226
33227 \color yellow
33228 これは,濃緑色の背景の
33229 \family sans
33230 影付き背景
33231 \family default
33232 ボックスに入れた黄色の文章です.
33233 \end_layout
33234
33235 \end_inset
33236
33237
33238 \begin_inset ERT
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242
33243
33244 \backslash
33245 definecolor{shadecolor}{rgb}{1,0,0}
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Standard
33254 \begin_inset VSpace bigskip
33255 \end_inset
33256
33257 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33258 \end_layout
33259
33260 \begin_layout Section
33261 ミニページ
33262 \begin_inset CommandInset label
33263 LatexCommand label
33264 name "sec:ミニページ"
33265
33266 \end_inset
33267
33268
33269 \begin_inset Index idx
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 ぼっくす@ボックス ! みにぺーじ@ミニページ
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \end_layout
33280
33281 \begin_layout Standard
33282 ミニページは,\SpecialChar LaTeX
33283 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33284 \end_layout
33285
33286 \begin_layout Standard
33287 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33288 \end_layout
33289
33290 \begin_layout Standard
33291 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33292 \family sans
33293 挿入
33294 \family default
33295 \SpecialChar menuseparator
33296
33297 \family sans
33298 整形
33299 \family default
33300 \SpecialChar menuseparator
33301
33302 \family sans
33303 水平方向の空白
33304 \family default
33305 メニューで挿入した水平フィルで隔てられています.
33306 \begin_inset Newpage newpage
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \begin_inset Box Frameless
33314 position "t"
33315 hor_pos "c"
33316 has_inner_box 1
33317 inner_pos "c"
33318 use_parbox 0
33319 use_makebox 0
33320 width "45col%"
33321 special "none"
33322 height "1in"
33323 height_special "totalheight"
33324 thickness "0.4pt"
33325 separation "3pt"
33326 shadowsize "4pt"
33327 framecolor "black"
33328 backgroundcolor "none"
33329 status open
33330
33331 \begin_layout Plain Layout
33332 Dies ist ein deutscher Text.
33333  Dies ist ein deutscher Text.
33334  Dies ist ein deutscher Text.
33335  Dies ist ein deutscher Text.
33336  Dies ist ein deutscher Text.
33337  Dies ist ein deutscher Text.
33338  Dies ist ein deutscher Text.
33339  Dies ist ein deutscher Text.
33340  Dies ist ein deutscher Text.
33341  Dies ist ein deutscher Text.
33342  Dies ist ein deutscher Text.
33343  Dies ist ein deutscher Text.
33344  Dies ist ein deutscher Text
33345 \begin_inset Foot
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 Dies ist eine deutsche Fußnote.
33350 \end_layout
33351
33352 \end_inset
33353
33354 .
33355  Dies ist ein deutscher Text.
33356  Dies ist ein deutscher Text.
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \begin_inset space \hfill{}
33363 \end_inset
33364
33365
33366 \begin_inset Box Frameless
33367 position "t"
33368 hor_pos "c"
33369 has_inner_box 1
33370 inner_pos "c"
33371 use_parbox 0
33372 use_makebox 0
33373 width "45col%"
33374 special "none"
33375 height "1in"
33376 height_special "totalheight"
33377 thickness "0.4pt"
33378 separation "3pt"
33379 shadowsize "4pt"
33380 framecolor "black"
33381 backgroundcolor "none"
33382 status open
33383
33384 \begin_layout Plain Layout
33385 This is an English Text.
33386  This is an English Text.
33387  This is an English Text.
33388  This is an English Text.
33389  This is an English Text.
33390  This is an English Text.
33391  This is an English Text.
33392  This is an English Text.
33393  This is an English Text.
33394  This is an English Text.
33395  This is an English Text.
33396  This is an English Text.
33397  This is an English Text.
33398  This is an English Text.
33399  This is an English Text.
33400  This is an English Text.
33401 \begin_inset Foot
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 This is an English footnote.
33406 \end_layout
33407
33408 \end_inset
33409
33410  This is an English Text.
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \begin_inset VSpace bigskip
33420 \end_inset
33421
33422 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33423 \family sans
33424 中スキップ
33425 \family default
33426 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33427 \end_layout
33428
33429 \begin_layout Standard
33430 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33431 \begin_inset CommandInset ref
33432 LatexCommand ref
33433 reference "sec:色付きボックス"
33434
33435 \end_inset
33436
33437 節をご参照ください.
33438 \end_layout
33439
33440 \begin_layout Standard
33441 \begin_inset Note Greyedout
33442 status open
33443
33444 \begin_layout Plain Layout
33445
33446 \series bold
33447 【註】
33448 \series default
33449 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Standard
33458 \begin_inset VSpace bigskip
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Standard
33465 \SpecialChar LyX
33466 は,
33467 \emph on
33468 可変幅ミニページ
33469 \emph default
33470 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33471 \family typewriter
33472 examples/varwidth-floats-side-by-side.lyx
33473 \family default
33474 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33475 \family typewriter
33476 Varwidth
33477 \family default
33478  \SpecialChar LaTeX
33479 パッケージが必要です.
33480 \end_layout
33481
33482 \begin_layout Section
33483 段落ボックス(parbox)
33484 \begin_inset CommandInset label
33485 LatexCommand label
33486 name "sec:Parboxes"
33487
33488 \end_inset
33489
33490
33491 \begin_inset Index idx
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495 ほっくす@ボックス ! たんらく@段落—(parbox)
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Standard
33504 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33505 \end_layout
33506
33507 \begin_layout Standard
33508 \align center
33509 \begin_inset Box Frameless
33510 position "t"
33511 hor_pos "c"
33512 has_inner_box 1
33513 inner_pos "t"
33514 use_parbox 1
33515 use_makebox 0
33516 width "33col%"
33517 special "none"
33518 height "1in"
33519 height_special "totalheight"
33520 thickness "0.4pt"
33521 separation "3pt"
33522 shadowsize "4pt"
33523 framecolor "black"
33524 backgroundcolor "none"
33525 status open
33526
33527 \begin_layout Plain Layout
33528 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33529 \end_layout
33530
33531 \begin_layout Plain Layout
33532 右の脚註は表示されません.
33533 \begin_inset Foot
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 これはparbox内の脚註であり,したがって表示はされません.
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Section
33551 単語や文字のボックス
33552 \begin_inset Index idx
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556 ぼっくす@ボックス ! もじよう@文字用
33557 \end_layout
33558
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \begin_layout Subsection
33565 ハイフネーションの回避
33566 \begin_inset CommandInset label
33567 LatexCommand label
33568 name "sec:ハイフネーションの回避"
33569
33570 \end_inset
33571
33572
33573 \begin_inset Index idx
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \end_layout
33584
33585 \begin_layout Standard
33586 単語や文章がハイフネートされるのを防ぐには,
33587 \family sans
33588 makebox
33589 \family default
33590 型ボックスを使うことができます.
33591 \begin_inset Newline newline
33592 \end_inset
33593
33594 以下が例示用の文章です.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 This line is an example to show how you can prevent the hyphenation of 
33599 \begin_inset Quotes eld
33600 \end_inset
33601
33602 veryverylongword
33603 \begin_inset Quotes erd
33604 \end_inset
33605
33606 .
33607 \end_layout
33608
33609 \begin_layout Standard
33610 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33611 \family sans
33612 内部ボックス
33613 \family default
33614
33615 \family sans
33616 makebox
33617 \family default
33618 コマンドに設定し,幅は指定しません.
33619 \end_layout
33620
33621 \begin_layout Standard
33622 以下がその結果です.
33623 \end_layout
33624
33625 \begin_layout Standard
33626 This line is an example to show how you can prevent the hyphenation of 
33627 \begin_inset Box Frameless
33628 position "t"
33629 hor_pos "c"
33630 has_inner_box 1
33631 inner_pos "t"
33632 use_parbox 0
33633 use_makebox 1
33634 width ""
33635 special "none"
33636 height "1in"
33637 height_special "totalheight"
33638 thickness "0.4pt"
33639 separation "3pt"
33640 shadowsize "4pt"
33641 framecolor "black"
33642 backgroundcolor "none"
33643 status open
33644
33645 \begin_layout Plain Layout
33646 \begin_inset Quotes eld
33647 \end_inset
33648
33649 veryverylongword
33650 \begin_inset Quotes erd
33651 \end_inset
33652
33653
33654 \end_layout
33655
33656 \end_inset
33657
33658 .
33659 \end_layout
33660
33661 \begin_layout Standard
33662 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33663 コードで「
33664 \series bold
33665
33666 \backslash
33667 -
33668 \series default
33669 」コマンドを設定する方法もあります.
33670 \end_layout
33671
33672 \begin_layout Standard
33673 This line is an example to show how you can prevent the hyphenation of 
33674 \begin_inset Quotes eld
33675 \end_inset
33676
33677
33678 \begin_inset ERT
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683
33684 \backslash
33685 -
33686 \end_layout
33687
33688 \end_inset
33689
33690 veryverylongword
33691 \begin_inset Quotes erd
33692 \end_inset
33693
33694 .
33695 \end_layout
33696
33697 \begin_layout Standard
33698 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33699 \family sans
33700 挿入
33701 \family default
33702 \SpecialChar menuseparator
33703
33704 \family sans
33705 整形
33706 \family default
33707 \SpecialChar menuseparator
33708
33709 \family sans
33710 整形なし改行
33711 \family default
33712 メニュー(
33713 \begin_inset Flex Ruby
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717 捷径
33718 \begin_inset Argument post:1
33719 status collapsed
33720
33721 \begin_layout Plain Layout
33722 ショートカット
33723 \end_layout
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \end_inset
33731
33732
33733 \begin_inset Info
33734 type  "shortcut"
33735 arg   "newline-insert newline"
33736 \end_inset
33737
33738 )から改行を単語の前に入れてください.
33739 \end_layout
33740
33741 \begin_layout Standard
33742 This line is an example to show how you can prevent the hyphenation of 
33743 \begin_inset Newline newline
33744 \end_inset
33745
33746
33747 \begin_inset Box Frameless
33748 position "t"
33749 hor_pos "c"
33750 has_inner_box 1
33751 inner_pos "t"
33752 use_parbox 0
33753 use_makebox 1
33754 width ""
33755 special "none"
33756 height "1in"
33757 height_special "totalheight"
33758 thickness "0.4pt"
33759 separation "3pt"
33760 shadowsize "4pt"
33761 framecolor "black"
33762 backgroundcolor "none"
33763 status open
33764
33765 \begin_layout Plain Layout
33766 \begin_inset Quotes eld
33767 \end_inset
33768
33769 veryverylongword
33770 \begin_inset Quotes erd
33771 \end_inset
33772
33773
33774 \end_layout
33775
33776 \end_inset
33777
33778 .
33779 \end_layout
33780
33781 \begin_layout Subsection
33782 垂直揃え
33783 \begin_inset CommandInset label
33784 LatexCommand label
33785 name "subsec:垂直揃え"
33786
33787 \end_inset
33788
33789
33790 \begin_inset Index idx
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \begin_inset Index idx
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 ぼっくす@ボックス ! Raiseboxes
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \begin_layout Standard
33813
33814 \series bold
33815
33816 \backslash
33817 raisebox
33818 \series default
33819 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33820 \series bold
33821
33822 \backslash
33823 raisebox
33824 \series default
33825 は以下の書式で使用します.
33826 \end_layout
33827
33828 \begin_layout Standard
33829
33830 \series bold
33831
33832 \backslash
33833 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33834 \end_layout
33835
33836 \begin_layout Standard
33837 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33838 \end_layout
33839
33840 \begin_layout Standard
33841 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33842 コードで
33843 \end_layout
33844
33845 \begin_layout Standard
33846
33847 \series bold
33848
33849 \backslash
33850 raisebox{
33851 \backslash
33852 depth}{
33853 \end_layout
33854
33855 \begin_layout Standard
33856 というコマンドを挿入してください.単語の後には,閉じ括弧「
33857 \series bold
33858 }
33859 \series default
33860 」を\SpecialChar TeX
33861 コードで挿入してください.
33862 \begin_inset Newline newline
33863 \end_inset
33864
33865 以下がその出力です.
33866 \end_layout
33867
33868 \begin_layout Standard
33869 This is a text line with the word 
33870 \begin_inset ERT
33871 status collapsed
33872
33873 \begin_layout Plain Layout
33874
33875
33876 \backslash
33877 raisebox{
33878 \backslash
33879 depth}{
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \begin_inset Quotes eld
33886 \end_inset
33887
33888 preventing
33889 \begin_inset Quotes erd
33890 \end_inset
33891
33892
33893 \begin_inset ERT
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897
33898 }
33899 \end_layout
33900
33901 \end_inset
33902
33903  as raised word.
33904 \end_layout
33905
33906 \begin_layout Standard
33907 \begin_inset VSpace bigskip
33908 \end_inset
33909
33910 行中の文字を上げ下げすると,以下のように行間が広がります.
33911 \end_layout
33912
33913 \begin_layout Standard
33914 This is a text line with the word 
33915 \begin_inset ERT
33916 status collapsed
33917
33918 \begin_layout Plain Layout
33919
33920
33921 \backslash
33922 raisebox{-
33923 \backslash
33924 depth}{
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \begin_inset Quotes eld
33931 \end_inset
33932
33933 preventing
33934 \begin_inset Quotes erd
33935 \end_inset
33936
33937
33938 \begin_inset ERT
33939 status collapsed
33940
33941 \begin_layout Plain Layout
33942
33943 }
33944 \end_layout
33945
33946 \end_inset
33947
33948  as lowered word.
33949 \begin_inset Newline newline
33950 \end_inset
33951
33952 This is a text line with the word 
33953 \begin_inset ERT
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957
33958
33959 \backslash
33960 raisebox{0.5cm}{
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \begin_inset Quotes eld
33967 \end_inset
33968
33969 testing
33970 \begin_inset Quotes erd
33971 \end_inset
33972
33973
33974 \begin_inset ERT
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978
33979 }
33980 \end_layout
33981
33982 \end_inset
33983
33984  as raised word.
33985 \end_layout
33986
33987 \begin_layout Standard
33988 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33989 \end_layout
33990
33991 \begin_layout Standard
33992
33993 \series bold
33994
33995 \backslash
33996 raisebox{-
33997 \backslash
33998 depth}[0pt]{
33999 \end_layout
34000
34001 \begin_layout Standard
34002 とすると,以下のようになります.
34003 \end_layout
34004
34005 \begin_layout Standard
34006 This is a text line with the word 
34007 \begin_inset ERT
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011
34012
34013 \backslash
34014 raisebox{-
34015 \backslash
34016 depth}[0pt]{
34017 \end_layout
34018
34019 \end_inset
34020
34021
34022 \begin_inset Quotes eld
34023 \end_inset
34024
34025 preventing
34026 \begin_inset Quotes erd
34027 \end_inset
34028
34029
34030 \begin_inset ERT
34031 status collapsed
34032
34033 \begin_layout Plain Layout
34034
34035 }
34036 \end_layout
34037
34038 \end_inset
34039
34040  as lowered word.
34041 \begin_inset Newline newline
34042 \end_inset
34043
34044
34045 \begin_inset Newline newline
34046 \end_inset
34047
34048 This is a text line with the word 
34049 \begin_inset ERT
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053
34054
34055 \backslash
34056 raisebox{0.5cm}[0pt]{
34057 \end_layout
34058
34059 \end_inset
34060
34061
34062 \begin_inset Quotes eld
34063 \end_inset
34064
34065 testing
34066 \begin_inset Quotes erd
34067 \end_inset
34068
34069
34070 \begin_inset ERT
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074
34075 }
34076 \end_layout
34077
34078 \end_inset
34079
34080  as raised word.
34081 \end_layout
34082
34083 \begin_layout Section
34084 色付きボックス
34085 \begin_inset CommandInset label
34086 LatexCommand label
34087 name "sec:色付きボックス"
34088
34089 \end_inset
34090
34091
34092 \begin_inset Index idx
34093 status collapsed
34094
34095 \begin_layout Plain Layout
34096 ぼっくす@ボックス ! いろつき@色付き
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \begin_layout Standard
34105 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
34106 \begin_inset Box Frameless
34107 position "t"
34108 hor_pos "c"
34109 has_inner_box 1
34110 inner_pos "t"
34111 use_parbox 0
34112 use_makebox 1
34113 width ""
34114 special "none"
34115 height "1in"
34116 height_special "totalheight"
34117 thickness "0.4pt"
34118 separation "3pt"
34119 shadowsize "4pt"
34120 framecolor "black"
34121 backgroundcolor "orange"
34122 status open
34123
34124 \begin_layout Plain Layout
34125 橙色背景のボックス
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 装飾を
34135 \family sans
34136 簡素な長方形の枠
34137 \family default
34138 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34139 は白を既定色として設定します).
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143 例:
34144 \begin_inset Box Boxed
34145 position "t"
34146 hor_pos "c"
34147 has_inner_box 0
34148 inner_pos "t"
34149 use_parbox 0
34150 use_makebox 0
34151 width ""
34152 special "none"
34153 height "1in"
34154 height_special "totalheight"
34155 thickness "0.4pt"
34156 separation "3pt"
34157 shadowsize "4pt"
34158 framecolor "teal"
34159 backgroundcolor "yellow"
34160 status open
34161
34162 \begin_layout Plain Layout
34163 ティール色の枠と黄色の背景を持つボックス
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 \begin_inset VSpace bigskip
34173 \end_inset
34174
34175 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34176 \begin_inset Newline newline
34177 \end_inset
34178
34179
34180 \begin_inset Box Boxed
34181 position "t"
34182 hor_pos "c"
34183 has_inner_box 0
34184 inner_pos "t"
34185 use_parbox 0
34186 use_makebox 0
34187 width ""
34188 special "none"
34189 height "1in"
34190 height_special "totalheight"
34191 thickness "0.4pt"
34192 separation "3pt"
34193 shadowsize "4pt"
34194 framecolor "cyan"
34195 backgroundcolor "magenta"
34196 status open
34197
34198 \begin_layout Plain Layout
34199
34200 \color yellow
34201 これは着色した色付きボックス中の色付き文章です.
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Standard
34210 \begin_inset VSpace bigskip
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \begin_layout Standard
34217 事前に設定された色以外の色が欲しいときは,第
34218 \begin_inset CommandInset ref
34219 LatexCommand ref
34220 reference "sec:色付きの表"
34221
34222 \end_inset
34223
34224 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 枠なしの色付きボックスは,
34229 \series bold
34230
34231 \backslash
34232 colorbox
34233 \series default
34234 コマンドで作ります.これは,以下のような書式で使われます.
34235 \end_layout
34236
34237 \begin_layout Standard
34238
34239 \series bold
34240
34241 \backslash
34242 colorbox{色}{ボックスの内容}
34243 \end_layout
34244
34245 \begin_layout Standard
34246 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34247 コードで
34248 \end_layout
34249
34250 \begin_layout Standard
34251
34252 \series bold
34253
34254 \backslash
34255 colorbox{darkgreen}{
34256 \end_layout
34257
34258 \begin_layout Standard
34259 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34260 コードで閉じ括弧「
34261 \series bold
34262 }
34263 \series default
34264 」を入れてください.
34265 \begin_inset Newline newline
34266 \end_inset
34267
34268 以下がその結果です.
34269 \end_layout
34270
34271 \begin_layout Standard
34272 この行では,
34273 \begin_inset ERT
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277
34278
34279 \backslash
34280 colorbox{darkgreen}{
34281 \end_layout
34282
34283 \end_inset
34284
34285 「注意!」
34286 \begin_inset ERT
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290
34291 }
34292 \end_layout
34293
34294 \end_inset
34295
34296 という単語が濃緑の背景になっています.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 枠付き色付きのボックスは,下記のように
34301 \series bold
34302
34303 \backslash
34304 fcolorbox
34305 \series default
34306 コマンドを使って作ります.
34307 \end_layout
34308
34309 \begin_layout Standard
34310
34311 \series bold
34312
34313 \backslash
34314 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34315 \end_layout
34316
34317 \begin_layout Section
34318 ボックスの伸縮回転
34319 \end_layout
34320
34321 \begin_layout Standard
34322 本節に述べられているボックスを使うには,
34323 \family sans
34324 画像ボックス
34325 \family default
34326 モジュールを文書設定で読み込んでおく必要があります.
34327 \end_layout
34328
34329 \begin_layout Standard
34330 \begin_inset Note Greyedout
34331 status open
34332
34333 \begin_layout Plain Layout
34334
34335 \series bold
34336 【註】
34337 \series default
34338 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 \begin_inset Note Greyedout
34348 status open
34349
34350 \begin_layout Plain Layout
34351
34352 \series bold
34353 【註】
34354 \series default
34355 フロートは回転伸縮したボックスの中に入れることはできません.
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Subsection
34364 ボックスの回転
34365 \begin_inset Index idx
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 ぼっくす@ボックス ! かいてんした@回転した
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 かいてん@回転 ! そざいの@素材の—
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \begin_inset Index idx
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 ず@図 ! のかいてん@—の回転
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \begin_inset Index idx
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399 ひょうのちょうせい@表の調整 ! かいてん@回転
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Standard
34408 ものを回転するならば,
34409 \family sans
34410 回転ボックス
34411 \family default
34412 に入れることができます.このボックスは,
34413 \family sans
34414 挿入\SpecialChar menuseparator
34415 拡張差込枠\SpecialChar menuseparator
34416 回転ボックス
34417 \family default
34418 で挿入することができます.
34419 \end_layout
34420
34421 \begin_layout Standard
34422 回転の原点は,原点差込枠(メニュー「
34423 \family sans
34424 挿入\SpecialChar menuseparator
34425 原点
34426 \family default
34427 」)に
34428 \series bold
34429 origin=位置
34430 \series default
34431 の形で指定することができます.位置として指定可能なのは,
34432 \emph on
34433 c
34434 \emph default
34435 (中央揃え)・
34436 \emph on
34437 l
34438 \emph default
34439 (左揃え)・
34440 \emph on
34441 r
34442 \emph default
34443 (右揃え)・
34444 \emph on
34445 b
34446 \emph default
34447 (下揃え)・
34448 \emph on
34449 t
34450 \emph default
34451 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34452 \emph on
34453 lt
34454 \emph default
34455 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34456 \emph on
34457 l
34458 \emph default
34459 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34460 \end_layout
34461
34462 \begin_layout Standard
34463 下の例では,
34464 \family sans
34465 原点
34466 \family default
34467 差込枠に
34468 \series bold
34469 origin=c
34470 \series default
34471
34472 \family sans
34473 回転
34474 \family default
34475 差込枠に
34476 \series bold
34477 60
34478 \series default
34479 と入れています.
34480 \end_layout
34481
34482 \begin_layout Standard
34483 これは,
34484 \begin_inset Flex Rotatebox
34485 status open
34486
34487 \begin_layout Plain Layout
34488 \begin_inset Argument 1
34489 status open
34490
34491 \begin_layout Plain Layout
34492 origin=c
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \begin_inset Argument 2
34499 status open
34500
34501 \begin_layout Plain Layout
34502 60
34503 \end_layout
34504
34505 \end_inset
34506
34507 回転した
34508 \end_layout
34509
34510 \end_inset
34511
34512 文章を含む行です.
34513 \end_layout
34514
34515 \begin_layout Standard
34516 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34517 \end_layout
34518
34519 \begin_layout Standard
34520 これは,
34521 \begin_inset Flex Rotatebox
34522 status open
34523
34524 \begin_layout Plain Layout
34525 \begin_inset Argument 1
34526 status open
34527
34528 \begin_layout Plain Layout
34529 origin=r
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \begin_inset Argument 2
34536 status open
34537
34538 \begin_layout Plain Layout
34539 60
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \begin_inset Box Doublebox
34546 position "c"
34547 hor_pos "c"
34548 has_inner_box 0
34549 inner_pos "c"
34550 use_parbox 0
34551 use_makebox 0
34552 width "1in"
34553 special "width"
34554 height "1in"
34555 height_special "totalheight"
34556 thickness "0.4pt"
34557 separation "3pt"
34558 shadowsize "4pt"
34559 framecolor "black"
34560 backgroundcolor "none"
34561 status open
34562
34563 \begin_layout Plain Layout
34564 回転した
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \end_inset
34573
34574 枠付き文章と
34575 \begin_inset Flex Rotatebox
34576 status open
34577
34578 \begin_layout Plain Layout
34579 \begin_inset Argument 1
34580 status open
34581
34582 \begin_layout Plain Layout
34583 origin=lb
34584 \end_layout
34585
34586 \end_inset
34587
34588
34589 \begin_inset Argument 2
34590 status open
34591
34592 \begin_layout Plain Layout
34593 60
34594 \end_layout
34595
34596 \end_inset
34597
34598
34599 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \end_inset
34606
34607 数式を含む行です.
34608 \end_layout
34609
34610 \begin_layout Standard
34611 あるいは,以下のように図や表を入れることもできます.
34612 \end_layout
34613
34614 \begin_layout Standard
34615 これは,
34616 \begin_inset Flex Rotatebox
34617 status open
34618
34619 \begin_layout Plain Layout
34620 \begin_inset Argument 1
34621 status open
34622
34623 \begin_layout Plain Layout
34624 origin=lb
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \begin_inset Argument 2
34631 status open
34632
34633 \begin_layout Plain Layout
34634 90
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \begin_inset Graphics
34641         filename ../clipart/platypus.eps
34642         lyxscale 50
34643         width 25col%
34644
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \end_inset
34651
34652 回転した画像と
34653 \begin_inset Flex Rotatebox
34654 status open
34655
34656 \begin_layout Plain Layout
34657 \begin_inset Argument 2
34658 status open
34659
34660 \begin_layout Plain Layout
34661 -90
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \begin_inset Tabular
34668 <lyxtabular version="3" rows="2" columns="2">
34669 <features tabularvalignment="middle">
34670 <column alignment="center" valignment="top">
34671 <column alignment="center" valignment="top">
34672 <row>
34673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 q
34678 \end_layout
34679
34680 \end_inset
34681 </cell>
34682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34683 \begin_inset Text
34684
34685 \begin_layout Plain Layout
34686 w
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 </row>
34692 <row>
34693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 e
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 r
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 </row>
34712 </lyxtabular>
34713
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \end_inset
34720
34721 表を含む行です.
34722 \end_layout
34723
34724 \begin_layout Standard
34725 \begin_inset Note Greyedout
34726 status open
34727
34728 \begin_layout Plain Layout
34729
34730 \series bold
34731 【註】
34732 \family sans
34733 \series default
34734 角度
34735 \family default
34736 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34737 エラーが発生します.
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Subsection
34746 ボックスの伸縮
34747 \begin_inset Index idx
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \begin_inset Index idx
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 しんしゅく@伸縮 ! そざいの@素材の—
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \begin_inset Index idx
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771 ず@図 ! のしんしゅく@—の伸縮
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \begin_inset Index idx
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 ものを伸縮するならば,
34791 \family sans
34792 伸縮ボックス
34793 \family default
34794 に入れることができます.このボックスは,
34795 \family sans
34796 挿入\SpecialChar menuseparator
34797 拡張差込枠\SpecialChar menuseparator
34798 伸縮ボックス
34799 \family default
34800 で挿入することができます.
34801 \end_layout
34802
34803 \begin_layout Standard
34804
34805 \family sans
34806 伸縮ボックス
34807 \family default
34808 には,必須差込枠「
34809 \family sans
34810 水平因子
34811 \family default
34812 」と,非必須差込枠「
34813 \family sans
34814 垂直因子
34815 \family default
34816 」(「
34817 \family sans
34818 挿入\SpecialChar menuseparator
34819 垂直因子
34820 \family default
34821 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34822 \family sans
34823 垂直因子
34824 \family default
34825 を使わない場合には,水平因子が垂直因子としても使われます.
34826 \end_layout
34827
34828 \begin_layout Standard
34829 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34830 \family sans
34831 水平因子
34832 \family default
34833 差込枠に
34834 \series bold
34835 2
34836 \series default
34837 と入力してください.例:
34838 \begin_inset Flex Scalebox
34839 status open
34840
34841 \begin_layout Plain Layout
34842 \begin_inset Argument 1
34843 status open
34844
34845 \begin_layout Plain Layout
34846 2
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 2
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 2
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 \series bold
34915 -1
34916 \series default
34917
34918 \family sans
34919 垂直因子
34920 \family default
34921
34922 \series bold
34923 1
34924 \series default
34925 にします:
34926 \begin_inset Flex Scalebox
34927 status open
34928
34929 \begin_layout Plain Layout
34930 \begin_inset Argument 1
34931 status open
34932
34933 \begin_layout Plain Layout
34934 -1
34935 \end_layout
34936
34937 \end_inset
34938
34939
34940 \begin_inset Argument 2
34941 status open
34942
34943 \begin_layout Plain Layout
34944 1
34945 \end_layout
34946
34947 \end_inset
34948
34949 こんにちは
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958
34959 \family sans
34960 水平因子
34961 \family default
34962
34963 \series bold
34964 1
34965 \series default
34966
34967 \family sans
34968 垂直因子
34969 \family default
34970
34971 \series bold
34972 -1
34973 \series default
34974 にすると,ベースラインでひっくり返した形になります:
34975 \begin_inset Flex Scalebox
34976 status open
34977
34978 \begin_layout Plain Layout
34979 \begin_inset Argument 1
34980 status open
34981
34982 \begin_layout Plain Layout
34983 1
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \begin_inset Argument 2
34990 status open
34991
34992 \begin_layout Plain Layout
34993 -1
34994 \end_layout
34995
34996 \end_inset
34997
34998 こんにちは
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \end_layout
35005
35006 \begin_layout Standard
35007
35008 \family sans
35009 反転ボックス
35010 \family default
35011 (「
35012 \family sans
35013 挿入\SpecialChar menuseparator
35014 拡張差込枠\SpecialChar menuseparator
35015 反転ボックス
35016 \family default
35017 」メニュー)は,
35018 \family sans
35019 伸縮ボックス
35020 \family default
35021
35022 \family sans
35023 水平因子
35024 \family default
35025
35026 \series bold
35027 -1
35028 \series default
35029
35030 \family sans
35031 垂直因子
35032 \family default
35033
35034 \series bold
35035 1
35036 \series default
35037 にしたものと同じです.
35038 \end_layout
35039
35040 \begin_layout Standard
35041 \begin_inset Note Greyedout
35042 status open
35043
35044 \begin_layout Plain Layout
35045
35046 \series bold
35047 【註】
35048 \family sans
35049 \series default
35050 水平因子
35051 \family default
35052 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35053 エラーが発生します.
35054 \end_layout
35055
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Standard
35062 \begin_inset VSpace bigskip
35063 \end_inset
35064
35065 中身を決まった幅と高さに伸縮したい場合には,
35066 \family sans
35067 寸法変更ボックス
35068 \family default
35069 (「
35070 \family sans
35071 挿入\SpecialChar menuseparator
35072 拡張差込枠\SpecialChar menuseparator
35073 寸法変更ボックス
35074 \family default
35075 」メニュー)を使うことができます.
35076 \family sans
35077 寸法変更ボックス
35078 \family default
35079 には,必須差込枠「
35080 \family sans
35081
35082 \family default
35083 」と,非必須差込枠「
35084 \family sans
35085 高さ
35086 \family default
35087 」(「
35088 \family sans
35089 挿入\SpecialChar menuseparator
35090 高さ
35091 \family default
35092 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
35093 \begin_inset CommandInset ref
35094 LatexCommand ref
35095 reference "tab:単位"
35096
35097 \end_inset
35098
35099 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
35100 \series bold
35101 !
35102 \series default
35103 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
35104 \family sans
35105 高さ
35106 \family default
35107 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
35108 \end_layout
35109
35110 \begin_layout Standard
35111
35112 \series bold
35113 2cm
35114 \series default
35115
35116 \family sans
35117
35118 \family default
35119 に,
35120 \series bold
35121 1cm
35122 \series default
35123
35124 \family sans
35125 高さ
35126 \family default
35127 に使用するとこうなります:
35128 \begin_inset Flex Resizebox
35129 status open
35130
35131 \begin_layout Plain Layout
35132 \begin_inset Argument 1
35133 status open
35134
35135 \begin_layout Plain Layout
35136 2cm
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \begin_inset Argument 2
35143 status open
35144
35145 \begin_layout Plain Layout
35146 1cm
35147 \end_layout
35148
35149 \end_inset
35150
35151 こんにちは
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \begin_inset Newline newline
35158 \end_inset
35159
35160
35161 \series bold
35162 2cm
35163 \series default
35164
35165 \family sans
35166
35167 \family default
35168 に,
35169 \series bold
35170 !
35171 \series default
35172
35173 \family sans
35174 高さ
35175 \family default
35176 に使用すると(あるいは
35177 \family sans
35178 高さ
35179 \family default
35180 なし)こうなります:
35181 \begin_inset Flex Resizebox
35182 status open
35183
35184 \begin_layout Plain Layout
35185 \begin_inset Argument 1
35186 status open
35187
35188 \begin_layout Plain Layout
35189 2cm
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \begin_inset Argument 2
35196 status open
35197
35198 \begin_layout Plain Layout
35199 !
35200 \end_layout
35201
35202 \end_inset
35203
35204 こんにちは
35205 \end_layout
35206
35207 \end_inset
35208
35209
35210 \end_layout
35211
35212 \begin_layout Standard
35213 \begin_inset Note Greyedout
35214 status open
35215
35216 \begin_layout Plain Layout
35217
35218 \series bold
35219 【註】
35220 \family sans
35221 \series default
35222
35223 \family default
35224 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35225 エラーが発生します.
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \begin_layout Standard
35234 \begin_inset VSpace bigskip
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Standard
35241 ボックスは好きな順序で組み合わせることができます.
35242 \family sans
35243 回転ボックス
35244 \family default
35245 の中に
35246 \family sans
35247 寸法変更ボックス
35248 \family default
35249 が入り,さらにその中に
35250 \family sans
35251 反転ボックス
35252 \family default
35253 が入っている例です:
35254 \end_layout
35255
35256 \begin_layout Standard
35257 \noindent
35258 \align center
35259 \begin_inset Flex Rotatebox
35260 status open
35261
35262 \begin_layout Plain Layout
35263 \begin_inset Argument 1
35264 status open
35265
35266 \begin_layout Plain Layout
35267 origin=c
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset Argument 2
35274 status open
35275
35276 \begin_layout Plain Layout
35277 -45
35278 \end_layout
35279
35280 \end_inset
35281
35282
35283 \begin_inset Flex Resizebox
35284 status open
35285
35286 \begin_layout Plain Layout
35287 \begin_inset Argument 1
35288 status open
35289
35290 \begin_layout Plain Layout
35291 2cm
35292 \end_layout
35293
35294 \end_inset
35295
35296
35297 \begin_inset Flex Reflectbox
35298 status open
35299
35300 \begin_layout Plain Layout
35301 こんにちは
35302 \end_layout
35303
35304 \end_inset
35305
35306
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \begin_layout Standard
35320 \noindent
35321 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35322 \end_layout
35323
35324 \begin_layout Standard
35325 \noindent
35326 \align center
35327 \begin_inset Flex Resizebox
35328 status open
35329
35330 \begin_layout Plain Layout
35331 \begin_inset Argument 1
35332 status open
35333
35334 \begin_layout Plain Layout
35335 2cm
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \begin_inset Flex Reflectbox
35342 status open
35343
35344 \begin_layout Plain Layout
35345 \begin_inset Graphics
35346         filename ../clipart/platypus.eps
35347         lyxscale 50
35348         width 25col%
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \end_inset
35361
35362  
35363 \begin_inset Flex Resizebox
35364 status open
35365
35366 \begin_layout Plain Layout
35367 \begin_inset Argument 1
35368 status open
35369
35370 \begin_layout Plain Layout
35371 2cm
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \begin_inset Flex Reflectbox
35378 status open
35379
35380 \begin_layout Plain Layout
35381 \begin_inset Tabular
35382 <lyxtabular version="3" rows="2" columns="2">
35383 <features tabularvalignment="middle">
35384 <column alignment="center" valignment="top">
35385 <column alignment="center" valignment="top">
35386 <row>
35387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35388 \begin_inset Text
35389
35390 \begin_layout Plain Layout
35391 q
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35397 \begin_inset Text
35398
35399 \begin_layout Plain Layout
35400 w
35401 \end_layout
35402
35403 \end_inset
35404 </cell>
35405 </row>
35406 <row>
35407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Plain Layout
35411 e
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35417 \begin_inset Text
35418
35419 \begin_layout Plain Layout
35420 r
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 </row>
35426 </lyxtabular>
35427
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \end_inset
35439
35440  
35441 \begin_inset Flex Resizebox
35442 status open
35443
35444 \begin_layout Plain Layout
35445 \begin_inset Argument 1
35446 status open
35447
35448 \begin_layout Plain Layout
35449 3cm
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \begin_inset Flex Reflectbox
35456 status open
35457
35458 \begin_layout Plain Layout
35459 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \end_inset
35471
35472
35473 \end_layout
35474
35475 \begin_layout Standard
35476 文書で大域的に数式様式
35477 \series bold
35478 fleqn
35479 \series default
35480 を使用している場合
35481 \begin_inset Foot
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35486 \end_layout
35487
35488 \end_inset
35489
35490 には,別行建て数式も伸縮させることができます.
35491 \end_layout
35492
35493 \begin_layout Chapter
35494 本文回り込みオブジェクト
35495 \begin_inset Index idx
35496 status collapsed
35497
35498 \begin_layout Plain Layout
35499 ほんぶんまわりこみ@本文回り込み
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Section
35508 折返しフロート
35509 \begin_inset CommandInset label
35510 LatexCommand label
35511 name "sec:折返しフロート"
35512
35513 \end_inset
35514
35515
35516 \begin_inset Index idx
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35521 \end_layout
35522
35523 \end_inset
35524
35525
35526 \begin_inset Index idx
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Standard
35539 \begin_inset Wrap figure
35540 lines 0
35541 placement l
35542 overhang 1cm
35543 width "40col%"
35544 status open
35545
35546 \begin_layout Plain Layout
35547 \begin_inset Graphics
35548         filename ../clipart/mobius.eps
35549         width 40col%
35550         scaleBeforeRotation
35551         rotateOrigin center
35552
35553 \end_inset
35554
35555
35556 \end_layout
35557
35558 \begin_layout Plain Layout
35559 \begin_inset Caption Standard
35560
35561 \begin_layout Plain Layout
35562 \begin_inset CommandInset label
35563 LatexCommand label
35564 name "fig:折返し図フロート"
35565
35566 \end_inset
35567
35568 これは折返し図フロートです.
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \end_inset
35577
35578 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35579 パッケージの
35580 \series bold
35581 wrapfig
35582 \series default
35583
35584 \begin_inset Index idx
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588 \SpecialChar LaTeX
35589 ぱっけーじ@\SpecialChar LaTeX
35590 パッケージ ! wrapfig
35591 \end_layout
35592
35593 \end_inset
35594
35595 を導入済みであれば,
35596 \family sans
35597 挿入\SpecialChar menuseparator
35598 フロート\SpecialChar menuseparator
35599 折返し図フロート
35600 \family default
35601
35602 \family sans
35603 折返し表フロート
35604 \family default
35605 メニューで挿入することができます
35606 \begin_inset Foot
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610 \SpecialChar LaTeX
35611 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35612 の設定』に説明されています.
35613 \end_layout
35614
35615 \end_inset
35616
35617 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35618 \family sans
35619 配置
35620 \family default
35621
35622 \family sans
35623
35624 \family default
35625 です.非必須項目として,
35626 \family sans
35627 ぶら下げ
35628 \family default
35629
35630 \family sans
35631 行幅
35632 \family default
35633 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35634 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35635 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35636 に許可するかを指定することができます.第
35637 \begin_inset CommandInset ref
35638 LatexCommand ref
35639 reference "fig:折返し図フロート"
35640
35641 \end_inset
35642
35643 図は,40
35644 \begin_inset space \thinspace{}
35645 \end_inset
35646
35647 列幅%の幅と1
35648 \begin_inset space \thinspace{}
35649 \end_inset
35650
35651 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35652 \end_layout
35653
35654 \begin_layout Standard
35655 \begin_inset Note Greyedout
35656 status open
35657
35658 \begin_layout Plain Layout
35659
35660 \series bold
35661 【註】
35662 \series default
35663 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35664 上書きされて出力されたりします.
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \begin_layout Standard
35673 原則として,
35674 \end_layout
35675
35676 \begin_layout Itemize
35677 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35678 うになってから,正確な位置に挿入しなくてはなりません.
35679 \end_layout
35680
35681 \begin_layout Itemize
35682 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35683 \end_layout
35684
35685 \begin_layout Itemize
35686 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35687 \end_layout
35688
35689 \begin_layout Itemize
35690 折返しフロートは,節見出しや表中に入れることは認められていません.
35691 \end_layout
35692
35693 \begin_layout Itemize
35694 連番や参照は,第
35695 \begin_inset CommandInset ref
35696 LatexCommand ref
35697 reference "chap:フロート"
35698
35699 \end_inset
35700
35701 章で述べられているように動作します.
35702 \end_layout
35703
35704 \begin_layout Section
35705 固定回り込みオブジェクト
35706 \begin_inset Index idx
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719
35720 \begin_inset CommandInset ref
35721 LatexCommand ref
35722 reference "sec:折返しフロート"
35723
35724 \end_inset
35725
35726 節の折返しフロートは,段落中で,以下のような配置がされます.
35727 \end_layout
35728
35729 \begin_layout Standard
35730 \noindent
35731 \align center
35732 \begin_inset Tabular
35733 <lyxtabular version="3" rows="2" columns="2">
35734 <features tabularvalignment="middle">
35735 <column alignment="center" valignment="top">
35736 <column alignment="center" valignment="top">
35737 <row>
35738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742 \begin_inset Info
35743 type  "icon"
35744 arg   "dialog-show-new-inset graphics"
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \end_inset
35751 </cell>
35752 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35753 \begin_inset Text
35754
35755 \begin_layout Plain Layout
35756 文章
35757 \end_layout
35758
35759 \end_inset
35760 </cell>
35761 </row>
35762 <row>
35763 <cell alignment="center" valignment="top" bottomline="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" bottomline="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 </lyxtabular>
35783
35784 \end_inset
35785
35786  or 
35787 \begin_inset Tabular
35788 <lyxtabular version="3" rows="2" columns="2">
35789 <features tabularvalignment="middle">
35790 <column alignment="center" valignment="top">
35791 <column alignment="center" valignment="top">
35792 <row>
35793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797 文章
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35803 \begin_inset Text
35804
35805 \begin_layout Plain Layout
35806 \begin_inset Info
35807 type  "icon"
35808 arg   "dialog-show-new-inset graphics"
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 </row>
35817 <row>
35818 <cell alignment="center" valignment="top" bottomline="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" bottomline="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 </lyxtabular>
35838
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \begin_layout Standard
35845 以下に示すいずれかのように,
35846 \begin_inset VSpace defskip
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Standard
35853 \noindent
35854 \align center
35855 \begin_inset Tabular
35856 <lyxtabular version="3" rows="2" columns="2">
35857 <features tabularvalignment="middle">
35858 <column alignment="center" valignment="top">
35859 <column alignment="center" valignment="top">
35860 <row>
35861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35862 \begin_inset Text
35863
35864 \begin_layout Plain Layout
35865 文章
35866 \end_layout
35867
35868 \end_inset
35869 </cell>
35870 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874 文章
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 </row>
35880 <row>
35881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35882 \begin_inset Text
35883
35884 \begin_layout Plain Layout
35885 \begin_inset Info
35886 type  "icon"
35887 arg   "dialog-show-new-inset graphics"
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \end_inset
35894 </cell>
35895 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35896 \begin_inset Text
35897
35898 \begin_layout Plain Layout
35899 文章
35900 \end_layout
35901
35902 \end_inset
35903 </cell>
35904 </row>
35905 </lyxtabular>
35906
35907 \end_inset
35908
35909  
35910 \begin_inset Tabular
35911 <lyxtabular version="3" rows="2" columns="2">
35912 <features tabularvalignment="middle">
35913 <column alignment="center" valignment="top">
35914 <column alignment="center" valignment="top">
35915 <row>
35916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35917 \begin_inset Text
35918
35919 \begin_layout Plain Layout
35920 文章
35921 \end_layout
35922
35923 \end_inset
35924 </cell>
35925 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35926 \begin_inset Text
35927
35928 \begin_layout Plain Layout
35929 文章
35930 \end_layout
35931
35932 \end_inset
35933 </cell>
35934 </row>
35935 <row>
35936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Plain Layout
35940 文章
35941 \end_layout
35942
35943 \end_inset
35944 </cell>
35945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35946 \begin_inset Text
35947
35948 \begin_layout Plain Layout
35949 \begin_inset Info
35950 type  "icon"
35951 arg   "dialog-show-new-inset graphics"
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 </row>
35960 </lyxtabular>
35961
35962 \end_inset
35963
35964  
35965 \begin_inset Tabular
35966 <lyxtabular version="3" rows="2" columns="3">
35967 <features tabularvalignment="middle">
35968 <column alignment="center" valignment="top">
35969 <column alignment="center" valignment="top">
35970 <column alignment="center" valignment="top">
35971 <row>
35972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35973 \begin_inset Text
35974
35975 \begin_layout Plain Layout
35976 文章
35977 \end_layout
35978
35979 \end_inset
35980 </cell>
35981 <cell alignment="center" valignment="top" topline="true" usebox="none">
35982 \begin_inset Text
35983
35984 \begin_layout Plain Layout
35985 \begin_inset Info
35986 type  "icon"
35987 arg   "dialog-show-new-inset graphics"
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \end_inset
35994 </cell>
35995 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35996 \begin_inset Text
35997
35998 \begin_layout Plain Layout
35999 文章
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 </row>
36005 <row>
36006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36007 \begin_inset Text
36008
36009 \begin_layout Plain Layout
36010 文章
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36016 \begin_inset Text
36017
36018 \begin_layout Plain Layout
36019 文章
36020 \end_layout
36021
36022 \end_inset
36023 </cell>
36024 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36025 \begin_inset Text
36026
36027 \begin_layout Plain Layout
36028 文章
36029 \end_layout
36030
36031 \end_inset
36032 </cell>
36033 </row>
36034 </lyxtabular>
36035
36036 \end_inset
36037
36038  
36039 \begin_inset Tabular
36040 <lyxtabular version="3" rows="2" columns="3">
36041 <features tabularvalignment="middle">
36042 <column alignment="center" valignment="top">
36043 <column alignment="center" valignment="top">
36044 <column alignment="center" valignment="top">
36045 <row>
36046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050 文章
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 <cell alignment="center" valignment="top" topline="true" usebox="none">
36056 \begin_inset Text
36057
36058 \begin_layout Plain Layout
36059 文章
36060 \end_layout
36061
36062 \end_inset
36063 </cell>
36064 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068 文章
36069 \end_layout
36070
36071 \end_inset
36072 </cell>
36073 </row>
36074 <row>
36075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Plain Layout
36079 文章
36080 \end_layout
36081
36082 \end_inset
36083 </cell>
36084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36085 \begin_inset Text
36086
36087 \begin_layout Plain Layout
36088 \begin_inset Info
36089 type  "icon"
36090 arg   "dialog-show-new-inset graphics"
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36099 \begin_inset Text
36100
36101 \begin_layout Plain Layout
36102 文章
36103 \end_layout
36104
36105 \end_inset
36106 </cell>
36107 </row>
36108 </lyxtabular>
36109
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \begin_layout Standard
36116 \noindent
36117 \align center
36118 \begin_inset Tabular
36119 <lyxtabular version="3" rows="3" columns="2">
36120 <features tabularvalignment="middle">
36121 <column alignment="center" valignment="top">
36122 <column alignment="center" valignment="top">
36123 <row>
36124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36125 \begin_inset Text
36126
36127 \begin_layout Plain Layout
36128 文章
36129 \end_layout
36130
36131 \end_inset
36132 </cell>
36133 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137 文章
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 </row>
36143 <row>
36144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36145 \begin_inset Text
36146
36147 \begin_layout Plain Layout
36148 \begin_inset Info
36149 type  "icon"
36150 arg   "dialog-show-new-inset graphics"
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36159 \begin_inset Text
36160
36161 \begin_layout Plain Layout
36162 文章
36163 \end_layout
36164
36165 \end_inset
36166 </cell>
36167 </row>
36168 <row>
36169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173 文章
36174 \end_layout
36175
36176 \end_inset
36177 </cell>
36178 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36179 \begin_inset Text
36180
36181 \begin_layout Plain Layout
36182 文章
36183 \end_layout
36184
36185 \end_inset
36186 </cell>
36187 </row>
36188 </lyxtabular>
36189
36190 \end_inset
36191
36192  
36193 \begin_inset Tabular
36194 <lyxtabular version="3" rows="3" columns="3">
36195 <features tabularvalignment="middle">
36196 <column alignment="center" valignment="top">
36197 <column alignment="center" valignment="top">
36198 <column alignment="center" valignment="top">
36199 <row>
36200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Plain Layout
36204 文章
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 <cell alignment="center" valignment="top" topline="true" usebox="none">
36210 \begin_inset Text
36211
36212 \begin_layout Plain Layout
36213 文章
36214 \end_layout
36215
36216 \end_inset
36217 </cell>
36218 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36219 \begin_inset Text
36220
36221 \begin_layout Plain Layout
36222 文章
36223 \end_layout
36224
36225 \end_inset
36226 </cell>
36227 </row>
36228 <row>
36229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36230 \begin_inset Text
36231
36232 \begin_layout Plain Layout
36233 文章
36234 \end_layout
36235
36236 \end_inset
36237 </cell>
36238 <cell alignment="center" valignment="top" usebox="none">
36239 \begin_inset Text
36240
36241 \begin_layout Plain Layout
36242 \begin_inset Info
36243 type  "icon"
36244 arg   "dialog-show-new-inset graphics"
36245 \end_inset
36246
36247
36248 \end_layout
36249
36250 \end_inset
36251 </cell>
36252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256 文章
36257 \end_layout
36258
36259 \end_inset
36260 </cell>
36261 </row>
36262 <row>
36263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36264 \begin_inset Text
36265
36266 \begin_layout Plain Layout
36267 文章
36268 \end_layout
36269
36270 \end_inset
36271 </cell>
36272 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36273 \begin_inset Text
36274
36275 \begin_layout Plain Layout
36276 文章
36277 \end_layout
36278
36279 \end_inset
36280 </cell>
36281 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285 文章
36286 \end_layout
36287
36288 \end_inset
36289 </cell>
36290 </row>
36291 </lyxtabular>
36292
36293 \end_inset
36294
36295  
36296 \begin_inset Tabular
36297 <lyxtabular version="3" rows="3" columns="2">
36298 <features tabularvalignment="middle">
36299 <column alignment="center" valignment="top">
36300 <column alignment="center" valignment="top">
36301 <row>
36302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306 文章
36307 \end_layout
36308
36309 \end_inset
36310 </cell>
36311 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315 文章
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 </row>
36321 <row>
36322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 文章
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36332 \begin_inset Text
36333
36334 \begin_layout Plain Layout
36335 \begin_inset Info
36336 type  "icon"
36337 arg   "dialog-show-new-inset graphics"
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 </row>
36346 <row>
36347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Plain Layout
36351 文章
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360 文章
36361 \end_layout
36362
36363 \end_inset
36364 </cell>
36365 </row>
36366 </lyxtabular>
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 \noindent
36375 オブジェクトを挿入した場所に正確に配置したい時には,
36376 \series bold
36377 picinpar
36378 \series default
36379
36380 \begin_inset Index idx
36381 status collapsed
36382
36383 \begin_layout Plain Layout
36384 \SpecialChar LaTeX
36385 ぱっけーじ@\SpecialChar LaTeX
36386 パッケージ ! picinpar
36387 \end_layout
36388
36389 \end_inset
36390
36391 \SpecialChar LaTeX
36392 パッケージを使うことができます.下記はその用例です.
36393 \end_layout
36394
36395 \begin_layout Standard
36396 \begin_inset ERT
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400
36401
36402 \backslash
36403 ifpicinpar
36404 \end_layout
36405
36406 \end_inset
36407
36408
36409 \begin_inset Note Note
36410 status open
36411
36412 \begin_layout Plain Layout
36413 以下の部分は,\SpecialChar LaTeX
36414 パッケージ
36415 \series bold
36416 picinpar
36417 \series default
36418 が導入されているときのみ表示されます.
36419 \end_layout
36420
36421 \end_inset
36422
36423
36424 \end_layout
36425
36426 \begin_layout Standard
36427 \begin_inset ERT
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431
36432
36433 \backslash
36434 begin{window}[2,c,{
36435 \end_layout
36436
36437 \end_inset
36438
36439
36440 \begin_inset Graphics
36441         filename ../clipart/mobius.eps
36442         lyxscale 60
36443         width 40col%
36444         scaleBeforeRotation
36445         rotateOrigin center
36446
36447 \end_inset
36448
36449
36450 \begin_inset ERT
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454
36455 },]
36456 \end_layout
36457
36458 \begin_layout Plain Layout
36459
36460 {}
36461 \end_layout
36462
36463 \end_inset
36464
36465
36466 \size small
36467 It was in the spring of the year 1894 that all London was interested, and
36468  the fashionable world dismayed, by the murder of the Honourable Ronald
36469  Adair under most unusual and inexplicable circumstances.
36470  The public has already learned those particulars of the crime which
36471 \size default
36472
36473 \begin_inset ERT
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477
36478
36479 \backslash
36480 footnotemark{}
36481 \end_layout
36482
36483 \end_inset
36484
36485
36486 \size small
36487  came out in the police investigation, but a good deal was suppressed upon
36488  that occasion, since the case for the prosecution was so overwhelmingly
36489  strong that it was not necessary to bring forward all the facts.
36490  Only now, at the end of nearly ten years, am I allowed to supply those
36491  missing links which make up the whole of that remarkable chain.
36492 \size default
36493
36494 \begin_inset ERT
36495 status collapsed
36496
36497 \begin_layout Plain Layout
36498
36499
36500 \backslash
36501 end{window}
36502 \end_layout
36503
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \begin_layout Standard
36510 \begin_inset ERT
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514
36515
36516 \backslash
36517 footnotetext{
36518 \end_layout
36519
36520 \end_inset
36521
36522 固定オブジェクトのある段落の脚註
36523 \begin_inset ERT
36524 status collapsed
36525
36526 \begin_layout Plain Layout
36527
36528 }
36529 \end_layout
36530
36531 \end_inset
36532
36533
36534 \end_layout
36535
36536 \begin_layout Standard
36537 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36538 ートとは違って,連番のキャプションをつけることはできません.
36539 \end_layout
36540
36541 \begin_layout Standard
36542 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36543 コードで
36544 \end_layout
36545
36546 \begin_layout Standard
36547
36548 \series bold
36549
36550 \backslash
36551 begin{window}[2,c,{
36552 \end_layout
36553
36554 \begin_layout Standard
36555 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36556 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36557 段幅の40
36558 \begin_inset space \thinspace{}
36559 \end_inset
36560
36561 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36562 \end_layout
36563
36564 \begin_layout Standard
36565
36566 \series bold
36567 },説明文]
36568 \begin_inset Newline newline
36569 \end_inset
36570
36571 {}
36572 \end_layout
36573
36574 \begin_layout Standard
36575 というコマンドが挿入されています.2行目に「
36576 \series bold
36577 {}
36578 \series default
36579 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36580 \series bold
36581 {}
36582 \series default
36583 の直後から書き始めてください.段落末には,
36584 \end_layout
36585
36586 \begin_layout Standard
36587
36588 \series bold
36589
36590 \backslash
36591 end{window}
36592 \end_layout
36593
36594 \begin_layout Standard
36595 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36596 \begin_inset CommandInset ref
36597 LatexCommand ref
36598 reference "sec:脚注"
36599
36600 \end_inset
36601
36602 節にあるように,代わりに,段落内で
36603 \series bold
36604
36605 \backslash
36606 footnotemark
36607 \series default
36608 コマンドを使用し,段落外に
36609 \series bold
36610
36611 \backslash
36612 footnotetext
36613 \series default
36614 コマンドを用いてください.
36615 \end_layout
36616
36617 \begin_layout Standard
36618 \begin_inset ERT
36619 status collapsed
36620
36621 \begin_layout Plain Layout
36622
36623
36624 \backslash
36625 else
36626 \end_layout
36627
36628 \end_inset
36629
36630
36631 \begin_inset Note Note
36632 status open
36633
36634 \begin_layout Plain Layout
36635 以下の部分は,\SpecialChar LaTeX
36636 パッケージ
36637 \series bold
36638 picinpar
36639 \series default
36640 が導入されていないときのみ表示されます.
36641 \end_layout
36642
36643 \end_inset
36644
36645
36646 \end_layout
36647
36648 \begin_layout Standard
36649 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36650 パッケージ
36651 \series bold
36652 picinpar
36653 \series default
36654 を導入する必要があります.
36655 \end_layout
36656
36657 \begin_layout Standard
36658 \begin_inset ERT
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662
36663
36664 \backslash
36665 fi
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \end_layout
36672
36673 \begin_layout Section
36674 頭文字
36675 \begin_inset Index idx
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679 かしらもじ@頭文字
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \begin_inset Index idx
36686 status collapsed
36687
36688 \begin_layout Plain Layout
36689 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Standard
36698 頭文字を用いるには,\SpecialChar LaTeX
36699 パッケージ
36700 \begin_inset Index idx
36701 status collapsed
36702
36703 \begin_layout Plain Layout
36704 \SpecialChar LaTeX
36705 ぱっけーじ@\SpecialChar LaTeX
36706 パッケージ ! lettrine
36707 \end_layout
36708
36709 \end_inset
36710
36711 が導入済みでなくてはならず,文書中で
36712 \family sans
36713 頭文字
36714 \family default
36715 モジュールを使用する必要があります(
36716 \family sans
36717 文書\SpecialChar menuseparator
36718 設定\SpecialChar menuseparator
36719 モジュール
36720 \family default
36721 メニュー).頭文字を挿入するには,
36722 \family sans
36723 頭文字
36724 \family default
36725 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36726 \family sans
36727 挿入
36728 \family default
36729 メニューから挿入できます.必須引数
36730 \family sans
36731 頭文字
36732 \family default
36733 には,頭文字にする文字を入れ,引数
36734 \family sans
36735 頭文字の残り
36736 \family default
36737 には,頭文字の単語若しくは文字列の残りが入ります.引数
36738 \family sans
36739 オプション
36740 \family default
36741 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36742 \series bold
36743 lettrine
36744 \series default
36745 の取扱説明書
36746 \begin_inset CommandInset citation
36747 LatexCommand cite
36748 key "lettrine"
36749 literal "true"
36750
36751 \end_inset
36752
36753 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36754 \shape smallcaps
36755 スモールキャップ体(small caps
36756 \shape default
36757 )で印字されます.
36758 \end_layout
36759
36760 \begin_layout Standard
36761 下記がその例です.
36762 \end_layout
36763
36764 \begin_layout Standard
36765 \begin_inset ERT
36766 status collapsed
36767
36768 \begin_layout Plain Layout
36769
36770
36771 \backslash
36772 iflettrine
36773 \end_layout
36774
36775 \end_inset
36776
36777
36778 \begin_inset Note Note
36779 status open
36780
36781 \begin_layout Plain Layout
36782 以下の部分は,\SpecialChar LaTeX
36783 パッケージ
36784 \series bold
36785 lettrine
36786 \series default
36787 が導入されているときのみ表示されます.
36788 \end_layout
36789
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Enumerate
36796 非必須引数なし.頭文字は,数式フォント
36797 \begin_inset Formula $\mathfrak{Fraktur}$
36798 \end_inset
36799
36800 の「I」.
36801 \end_layout
36802
36803 \begin_deeper
36804 \begin_layout Initial
36805 \begin_inset Argument 2
36806 status open
36807
36808 \begin_layout Plain Layout
36809 \begin_inset Formula $\mathfrak{I}$
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \end_inset
36816
36817
36818 \begin_inset Argument 3
36819 status open
36820
36821 \begin_layout Plain Layout
36822 t
36823 \end_layout
36824
36825 \end_inset
36826
36827  was in the spring of the year 1894 that all London was interested, and
36828  the fashionable world dismayed, by the murder of the Honourable Ronald
36829  Adair under most unusual and inexplicable circumstances.
36830  The public has already learned those particulars of the crime which came
36831  out in the police investigation, but a good deal was suppressed upon that
36832  occasion, since the case for the prosecution was so overwhelmingly strong
36833  that it was not necessary to bring forward all the facts.
36834 \begin_inset Newpage newpage
36835 \end_inset
36836
36837
36838 \end_layout
36839
36840 \end_deeper
36841 \begin_layout Enumerate
36842 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36843 \end_layout
36844
36845 \begin_deeper
36846 \begin_layout Initial
36847 \begin_inset Argument 1
36848 status open
36849
36850 \begin_layout Plain Layout
36851 lines=1
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \begin_inset Argument 2
36858 status open
36859
36860 \begin_layout Plain Layout
36861 It
36862 \end_layout
36863
36864 \end_inset
36865
36866  was in the spring of the year 1894 that all London was interested, and
36867  the fashionable world dismayed, by the murder of the Honourable Ronald
36868  Adair under most unusual and inexplicable circumstances.
36869  The public has already learned those particulars of the crime which came
36870  out in the police investigation, but a good deal was suppressed upon that
36871  occasion, since the case for the prosecution was so overwhelmingly strong
36872  that it was not necessary to bring forward all the facts.
36873 \end_layout
36874
36875 \end_deeper
36876 \begin_layout Enumerate
36877 ぶら下がり頭文字は,数式フォント
36878 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36879 \end_inset
36880
36881 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36882 \shape smallcaps
36883 スモールキャップ体
36884 \shape default
36885 .頭文字に色をつけるには,頭文字の前に
36886 \begin_inset Newline newline
36887 \end_inset
36888
36889
36890 \series bold
36891
36892 \backslash
36893 renewcommand{
36894 \backslash
36895 LettrineFontHook}{
36896 \backslash
36897 color{色}}
36898 \series default
36899
36900 \begin_inset Newline newline
36901 \end_inset
36902
36903 というコマンドを挿入しなくてはなりません.ここで,
36904 \emph on
36905
36906 \emph default
36907 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36908 ブルに
36909 \begin_inset Newline newline
36910 \end_inset
36911
36912
36913 \series bold
36914
36915 \backslash
36916 @ifundefined{textcolor}
36917 \begin_inset Newline newline
36918 \end_inset
36919
36920
36921 \begin_inset space ~
36922 \end_inset
36923
36924 {
36925 \backslash
36926 usepackage{color}}{}
36927 \begin_inset Newline newline
36928 \end_inset
36929
36930
36931 \series default
36932 というコマンドを書きこんでおかなくてはなりません.
36933 \end_layout
36934
36935 \begin_deeper
36936 \begin_layout Standard
36937 \begin_inset ERT
36938 status collapsed
36939
36940 \begin_layout Plain Layout
36941
36942
36943 \backslash
36944 renewcommand{
36945 \backslash
36946 LettrineFontHook}{
36947 \backslash
36948 color{magenta}}
36949 \end_layout
36950
36951 \end_inset
36952
36953
36954 \begin_inset Note Note
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958
36959 \lang english
36960 makes the initial magenta
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Initial
36969 \begin_inset Argument 1
36970 status open
36971
36972 \begin_layout Plain Layout
36973 lines=3, lhang=0.33, loversize=0.25
36974 \end_layout
36975
36976 \end_inset
36977
36978
36979 \begin_inset Argument 2
36980 status open
36981
36982 \begin_layout Plain Layout
36983 \begin_inset Formula $\mathcal{I}$
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \end_inset
36990
36991
36992 \begin_inset Argument 3
36993 status open
36994
36995 \begin_layout Plain Layout
36996 t was in the spring
36997 \end_layout
36998
36999 \end_inset
37000
37001  of the year 1894 that all London was interested, and the fashionable world
37002  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37003  and inexplicable circumstances.
37004  The public has already learned those particulars of the crime which came
37005  out in the police investigation, but a good deal was suppressed upon that
37006  occasion, since the case for the prosecution was so overwhelmingly strong
37007  that it was not necessary to bring forward all the facts.
37008 \end_layout
37009
37010 \end_deeper
37011 \begin_layout Standard
37012 \begin_inset ERT
37013 status collapsed
37014
37015 \begin_layout Plain Layout
37016
37017
37018 \backslash
37019 else
37020 \end_layout
37021
37022 \end_inset
37023
37024
37025 \begin_inset Note Note
37026 status open
37027
37028 \begin_layout Plain Layout
37029 以下の部分は,\SpecialChar LaTeX
37030 パッケージ
37031 \series bold
37032 lettrine
37033 \series default
37034 が導入されていないときのみ表示されます.
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \begin_layout Standard
37043 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
37044 パッケージ
37045 \series bold
37046 lettrine
37047 \series default
37048 を導入する必要があります.
37049 \end_layout
37050
37051 \begin_layout Standard
37052 \begin_inset ERT
37053 status collapsed
37054
37055 \begin_layout Plain Layout
37056
37057
37058 \backslash
37059 fi
37060 \end_layout
37061
37062 \end_inset
37063
37064
37065 \end_layout
37066
37067 \begin_layout Chapter
37068 外部文書構成要素
37069 \begin_inset Index idx
37070 status collapsed
37071
37072 \begin_layout Plain Layout
37073 がいぶぶんしょこうせいようそ@外部文書構成要素
37074 \end_layout
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \begin_layout Standard
37082
37083 \family sans
37084 挿入\SpecialChar menuseparator
37085 ファイル
37086 \family default
37087 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
37088 \end_layout
37089
37090 \begin_layout Description
37091 \SpecialChar LyX
37092 文書 別の\SpecialChar LyX
37093 文書.その内容は直接使用中の文書に挿入されます.
37094 \end_layout
37095
37096 \begin_layout Description
37097 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
37098 \end_layout
37099
37100 \begin_layout Description
37101 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
37102 \end_layout
37103
37104 \begin_layout Description
37105 外部素材 様々な書式のファイル.
37106 \end_layout
37107
37108 \begin_layout Description
37109 子文書 \SpecialChar LyX
37110 あるいは\SpecialChar LaTeX
37111 文書.
37112 \end_layout
37113
37114 \begin_layout Section
37115 外部素材
37116 \begin_inset Index idx
37117 status collapsed
37118
37119 \begin_layout Plain Layout
37120 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
37121 \end_layout
37122
37123 \end_inset
37124
37125
37126 \end_layout
37127
37128 \begin_layout Standard
37129 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
37130 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
37131 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
37132 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
37133 設定の
37134 \family sans
37135 操作性\SpecialChar menuseparator
37136 表示
37137 \family default
37138 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37139 中に表示されるようになります.
37140 \end_layout
37141
37142 \begin_layout Standard
37143 外部素材は,
37144 \family sans
37145 挿入
37146 \family default
37147 \SpecialChar menuseparator
37148
37149 \family sans
37150 ファイル
37151 \family default
37152 \SpecialChar menuseparator
37153
37154 \family sans
37155 外部素材
37156 \family default
37157 メニューで開くことのできる
37158 \family sans
37159 外部素材
37160 \family default
37161 ダイアログから挿入することができます.目下,以下のファイル形式(
37162 \family sans
37163 ひな型
37164 \family default
37165 )が使用できます.
37166 \end_layout
37167
37168 \begin_layout Description
37169 チェス棋譜 このひな型は,
37170 \series bold
37171
37172 \begin_inset CommandInset href
37173 LatexCommand href
37174 name "XBoard"
37175 target "http://en.wikipedia.org/wiki/XBoard"
37176 literal "false"
37177
37178 \end_inset
37179
37180
37181 \series default
37182 プログラムで作成されたチェス棋譜をサポートします.
37183 \end_layout
37184
37185 \begin_layout Description
37186 Dia このひな型は,
37187 \series bold
37188
37189 \begin_inset CommandInset href
37190 LatexCommand href
37191 name "Dia"
37192 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"
37193 literal "false"
37194
37195 \end_inset
37196
37197
37198 \series default
37199 プログラムで作成したダイアグラムをサポートします.
37200 \end_layout
37201
37202 \begin_layout Description
37203 Gnumeric表計算表 このひな形では,
37204 \series bold
37205
37206 \begin_inset CommandInset href
37207 LatexCommand href
37208 name "Gnumeric"
37209 target "http://ja.wikipedia.org/wiki/Gnumeric"
37210 literal "false"
37211
37212 \end_inset
37213
37214
37215 \series default
37216
37217 \begin_inset CommandInset href
37218 LatexCommand href
37219 name "OpenDocument"
37220 target "http://ja.wikipedia.org/wiki/OpenDocument"
37221 literal "false"
37222
37223 \end_inset
37224
37225
37226 \begin_inset CommandInset href
37227 LatexCommand href
37228 name "Microsoft Office XML"
37229 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37230 literal "false"
37231
37232 \end_inset
37233
37234
37235 \begin_inset CommandInset href
37236 LatexCommand href
37237 name "Office Open XML"
37238 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
37239 literal "false"
37240
37241 \end_inset
37242
37243 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37244 の初期設定中に
37245 \family typewriter
37246 ssconvert
37247 \family default
37248 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37249 みである必要があります.用例と制約については,\SpecialChar LyX
37250 用例ファイル
37251 \emph on
37252 spreadsheet.lyx
37253 \emph default
37254 をご覧ください.
37255 \end_layout
37256
37257 \begin_layout Description
37258 Inkscape 
37259 \lang english
37260 This experimental template supports vector graphics (SVG) images that contain
37261  text written in \SpecialChar LaTeX
37262 .
37263  It relies on the option 
37264 \family sans
37265 Omit text in PDF and create LaTeX file
37266 \family default
37267  when saving a drawing as PDF with the program 
37268 \noun on
37269 Inkscape
37270 \noun default
37271
37272 \begin_inset CommandInset citation
37273 LatexCommand cite
37274 key "Inkscape"
37275 literal "false"
37276
37277 \end_inset
37278
37279 .
37280  This allows to include SVG documents in which \SpecialChar LaTeX
37281  will typeset the text.
37282  The benefit of such SVGs is a uniform text style throughout the whole document
37283 \begin_inset Newline newline
37284 \end_inset
37285
37286 One can use \SpecialChar TeX
37287  code commands like 
37288 \series bold
37289
37290 \backslash
37291 Large
37292 \series default
37293
37294 \series bold
37295
37296 \backslash
37297 small
37298 \series default
37299 , etc.
37300 \begin_inset space \space{}
37301 \end_inset
37302
37303 in the text of the SVG.
37304  The size of the font will be taken from the settings of the \SpecialChar LyX
37305  document.
37306  Refer to 
37307 \begin_inset CommandInset citation
37308 LatexCommand cite
37309 key "Inkscape"
37310 literal "false"
37311
37312 \end_inset
37313
37314  for more information and examples.
37315 \begin_inset Newline newline
37316 \end_inset
37317
37318 Note that while the image text takes into account the surrounding font,
37319  its preview in \SpecialChar LyX
37320  does not.
37321  Wrapping the external inset in a preview inset (menu 
37322 \family sans
37323 Insert\SpecialChar menuseparator
37324 Preview
37325 \family default
37326 ) gives a better result.
37327 \begin_inset Newline newline
37328 \end_inset
37329
37330 The template works very similarly to Xfig support.
37331  \SpecialChar LyX
37332  will extract the text in the image into a separate \SpecialChar TeX
37333  file and creates a
37334  PDF file for the rest.
37335 \end_layout
37336
37337 \begin_layout Description
37338 Lilypond組版楽譜 このひな型は,
37339 \series bold
37340
37341 \begin_inset CommandInset href
37342 LatexCommand href
37343 name "LilyPond"
37344 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
37345 literal "false"
37346
37347 \end_inset
37348
37349
37350 \series default
37351 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37352 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37353 用例ファイル
37354 \emph on
37355 lilypond.lyx
37356 \emph default
37357 をご覧ください.
37358 \end_layout
37359
37360 \begin_layout Description
37361 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37362 \family sans
37363 \SpecialChar LaTeX
37364 と\SpecialChar LyX
37365 オプション
37366 \family default
37367 タブ中の
37368 \family sans
37369 オプション
37370 \family default
37371 フィールドに
37372 \emph on
37373 pages
37374 \emph default
37375 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37376 \series bold
37377 pages={3,5,6,8}
37378 \series default
37379 の形で入れる)やページ範囲(
37380 \series bold
37381 pages={4-9}
37382 \series default
37383 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37384 \series bold
37385 pages={3,{},8-11,15}
37386 \series default
37387 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37388 \emph on
37389 開始頁-終了頁
37390 \emph default
37391 の文法で指定します.これは,
37392 \emph on
37393 開始頁
37394 \emph default
37395
37396 \emph on
37397 終了頁
37398 \emph default
37399 の間のすべてのページを選択します.
37400 \emph on
37401 開始頁
37402 \emph default
37403 を省略すると,1ページ目を指定したのと同じ事になり,
37404 \emph on
37405 終了頁
37406 \emph default
37407 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37408 \series bold
37409 last
37410 \series default
37411 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37412 \series bold
37413 pages=-
37414 \series default
37415 は文書の全ページを挿入することになり,
37416 \series bold
37417 pages=last-1
37418 \series default
37419 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37420 \begin_inset Newline newline
37421 \end_inset
37422
37423
37424 \series bold
37425 noautoscale
37426 \series default
37427 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37428 \family sans
37429 寸法と回転
37430 \family default
37431 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37432 \series bold
37433 noautoscale
37434 \series default
37435 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37436 パッケージ
37437 \series bold
37438 pdfpages
37439 \series default
37440 の取扱説明書
37441 \begin_inset CommandInset citation
37442 LatexCommand cite
37443 key "pdfpages"
37444 literal "true"
37445
37446 \end_inset
37447
37448 をご参照ください.
37449 \begin_inset Index idx
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453 \SpecialChar LaTeX
37454 ぱっけーじ@\SpecialChar LaTeX
37455 パッケージ ! pdfpages
37456 \end_layout
37457
37458 \end_inset
37459
37460
37461 \begin_inset Newline newline
37462 \end_inset
37463
37464 このひな型を
37465 \family sans
37466 Beamer
37467 \family default
37468 プレゼンテーションで使用するには,まず
37469 \family sans
37470 フレーム終了
37471 \family default
37472 環境を挿入して,続く段落で\SpecialChar TeX
37473 コードボックスを挿入し,
37474 \series bold
37475
37476 \backslash
37477 setbeamertemplate{background canvas}{}
37478 \series default
37479 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37480 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37481 に,ひな型を含む段落には,
37482 \family sans
37483 既定
37484 \family default
37485 配置を用いるようにしてください.
37486 \begin_inset Newline newline
37487 \end_inset
37488
37489 下記は,-5度回転させたPDFを取り込んだものです.
37490 \begin_inset Newline newline
37491 \end_inset
37492
37493
37494 \begin_inset Graphics
37495         filename ../clipart/Abstract.pdf
37496         rotateAngle -5
37497         rotateOrigin leftBottom
37498
37499 \end_inset
37500
37501
37502 \begin_inset Newline newline
37503 \end_inset
37504
37505
37506 \begin_inset Note Greyedout
37507 status open
37508
37509 \begin_layout Plain Layout
37510
37511 \series bold
37512 【訳註】
37513 \series default
37514 \SpecialChar LaTeX
37515 パッケージ
37516 \series bold
37517 pdfpages
37518 \series default
37519 は,pdflatexに基づいており,\SpecialChar LaTeX
37520 では組版ができない(\SpecialChar LaTeX
37521 パッケージ
37522 \series bold
37523 pdfpages
37524 \series default
37525 取扱説明書
37526 \begin_inset CommandInset citation
37527 LatexCommand cite
37528 key "pdfpages"
37529 literal "true"
37530
37531 \end_inset
37532
37533 参照)ため,この外部素材はp\SpecialChar LaTeX
37534 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37535 \family sans
37536 挿入\SpecialChar menuseparator
37537 ファイル\SpecialChar menuseparator
37538 外部素材
37539 \family default
37540
37541 \family sans
37542 ひな型
37543 \family default
37544
37545 \family sans
37546 PDFページ
37547 \family default
37548 を指定して挿入されていますが,ここでは
37549 \family sans
37550 挿入\SpecialChar menuseparator
37551 画像
37552 \family default
37553 を使用して挿入しています.
37554 \end_layout
37555
37556 \end_inset
37557
37558
37559 \end_layout
37560
37561 \begin_layout Description
37562 ラスター画像 これはビットマップ画像に使用します.
37563 \family sans
37564 外部素材
37565 \family default
37566 ダイアログを使って入れる画像は,第
37567 \begin_inset CommandInset ref
37568 LatexCommand ref
37569 reference "sec:画像ダイアログ"
37570
37571 \end_inset
37572
37573 節にあるように
37574 \family sans
37575 画像
37576 \family default
37577 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37578 \begin_inset External
37579         template RasterImage
37580         filename clipart/ToolbarEnvBox.png
37581
37582 \end_inset
37583
37584
37585 \end_layout
37586
37587 \begin_layout Description
37588 ベクトル画像 これは,ベクトル画像に使用することができます. 
37589 \family sans
37590 外部素材
37591 \family default
37592 ダイアログを使って入れる画像は,第
37593 \begin_inset CommandInset ref
37594 LatexCommand ref
37595 reference "sec:画像ダイアログ"
37596
37597 \end_inset
37598
37599 節にあるように
37600 \family sans
37601 画像
37602 \family default
37603 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37604 \begin_inset External
37605         template VectorGraphics
37606         filename ../clipart/SVG-Drawing.svg
37607         lyxscale 50
37608         scale 33
37609
37610 \end_inset
37611
37612
37613 \end_layout
37614
37615 \begin_layout Description
37616 XFig このひな型は,
37617 \begin_inset CommandInset href
37618 LatexCommand href
37619 name "Xfig"
37620 target "http://ja.wikipedia.org/wiki/Xfig"
37621 literal "false"
37622
37623 \end_inset
37624
37625 プログラムで作成した画像をサポートします.
37626 \end_layout
37627
37628 \begin_layout Standard
37629
37630 \family sans
37631 外部素材
37632 \family default
37633 ダイアログの
37634 \family sans
37635 ファイル
37636 \family default
37637 タブ中で
37638 \family sans
37639 下書き
37640 \family default
37641 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37642 \begin_inset Newline newline
37643 \end_inset
37644
37645 \SpecialChar LyX
37646 中での外部素材は,ダイアログ内の
37647 \family sans
37648 LaTeXとLyXのオプション
37649 \family default
37650 タブにある
37651 \family sans
37652 LyX内に表示
37653 \family default
37654 オプションの指定に従って,
37655 \begin_inset Graphics
37656         filename clipart/ExternalMaterial.png
37657         scale 95
37658         scaleBeforeRotation
37659
37660 \end_inset
37661
37662 のようなボックスとして表示されるか,画像として表示されます.
37663 \end_layout
37664
37665 \begin_layout Standard
37666 取扱説明書
37667 \family sans
37668 \emph on
37669 カスタマイズ篇
37670 \family default
37671 \emph default
37672 には,自製のひな型を定義する方法が説明されています.
37673 \end_layout
37674
37675 \begin_layout Section
37676 子文書
37677 \begin_inset CommandInset label
37678 LatexCommand label
37679 name "sec:子文書"
37680
37681 \end_inset
37682
37683
37684 \begin_inset Index idx
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37689 \end_layout
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 \end_layout
37705
37706 \begin_layout Standard
37707 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37708 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37709 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37710 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37711 \end_layout
37712
37713 \begin_layout Standard
37714 親文書を開くことなく子文書で作業できるようにするには,子文書の
37715 \family sans
37716 文書
37717 \family default
37718 \SpecialChar menuseparator
37719
37720 \family sans
37721 設定
37722 \family default
37723 \SpecialChar menuseparator
37724
37725 \family sans
37726 文書クラス
37727 \family default
37728 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37729 がバックグラウンドでこの親文書を扱うようになります.
37730 \end_layout
37731
37732 \begin_layout Standard
37733 取り込んだ文書は,\SpecialChar LyX
37734 中で
37735 \begin_inset Graphics
37736         filename clipart/ChildDocument.png
37737         scale 95
37738         scaleBeforeRotation
37739
37740 \end_inset
37741
37742 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37743 \family sans
37744 挿入
37745 \family default
37746 \SpecialChar menuseparator
37747
37748 \family sans
37749 ファイル
37750 \family default
37751 \SpecialChar menuseparator
37752
37753 \family sans
37754 子文書
37755 \family default
37756 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37757 \end_layout
37758
37759 \begin_layout Description
37760 内包(include) \SpecialChar LyX
37761 文書と\SpecialChar LaTeX
37762 文書は,内包することができます.
37763 \family sans
37764 子文書
37765 \family default
37766 ダイアログの
37767 \family sans
37768 編集
37769 \family default
37770 ボタンを押すと,内包された文書が,\SpecialChar LyX
37771 中に新規ファイルタブとして開き,修正ができるようになります.
37772 \begin_inset Newline newline
37773 \end_inset
37774
37775
37776 \end_layout
37777
37778 \begin_layout Standard
37779 以下は,
37780 \family sans
37781 内包(include)
37782 \family default
37783 を使用して挿入した子文書です. 
37784 \begin_inset CommandInset include
37785 LatexCommand include
37786 filename "DummyDocument1.lyx"
37787
37788 \end_inset
37789
37790
37791 \end_layout
37792
37793 \begin_layout Standard
37794 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37795 あります.取り込んだ文書のラベルは,第
37796 \begin_inset CommandInset ref
37797 LatexCommand ref
37798 reference "subsec:外部文書の第1小節"
37799
37800 \end_inset
37801
37802 小節,のように参照することができます.
37803 \end_layout
37804
37805 \begin_layout Standard
37806 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37807 は,新規頁から始まるように挿入され,改頁して終わります.
37808 \end_layout
37809
37810 \begin_layout Standard
37811 \begin_inset Note Greyedout
37812 status open
37813
37814 \begin_layout Plain Layout
37815
37816 \series bold
37817 【註】
37818 \series default
37819 \SpecialChar LyX
37820 または\SpecialChar LaTeX
37821 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37822
37823 \end_layout
37824
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Description
37831 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37832 \end_layout
37833
37834 \begin_deeper
37835 \begin_layout Itemize
37836 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37837 \end_layout
37838
37839 \begin_layout Itemize
37840 入力ファイルは,\SpecialChar LyX
37841 設定の操作性
37842 \family sans
37843 \SpecialChar menuseparator
37844 表示
37845 \family default
37846 の下にある
37847 \family sans
37848 画像を表示
37849 \family default
37850 を有効にすると,\SpecialChar LyX
37851 中でプレビューすることができます.
37852 \end_layout
37853
37854 \begin_layout Itemize
37855 \SpecialChar LaTeX
37856 コマンドの
37857 \series bold
37858
37859 \backslash
37860 includeonly
37861 \series default
37862 は使用することができません.
37863 \end_layout
37864
37865 \end_deeper
37866 \begin_layout Standard
37867 右は,
37868 \family sans
37869 入力(input)
37870 \family default
37871 を使って挿入した子文書です. 
37872 \begin_inset CommandInset include
37873 LatexCommand input
37874 filename "DummyDocument2.lyx"
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \begin_layout Description
37882 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37883 用いられているコマンドは実行されません.
37884 \family sans
37885 出力の空白に印付けをする
37886 \family default
37887 オプションを有効にすると,ソースコード中のすべての空白文字に「
37888 \begin_inset ERT
37889 status collapsed
37890
37891 \begin_layout Plain Layout
37892
37893
37894 \backslash
37895 textvisiblespace 
37896 \end_layout
37897
37898 \end_inset
37899
37900 」文字を表示させることができます.
37901 \family sans
37902 挿入\SpecialChar menuseparator
37903 ファイル\SpecialChar menuseparator
37904 平文
37905 \family default
37906 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37907 中に表示されないことです.
37908 \end_layout
37909
37910 \begin_layout Standard
37911 以下は,原文儘として挿入された子文書です. 
37912 \begin_inset CommandInset include
37913 LatexCommand verbatiminput
37914 filename "../DummyTextDocument.txt"
37915
37916 \end_inset
37917
37918
37919 \begin_inset VSpace bigskip
37920 \end_inset
37921
37922 以下は,
37923 \family sans
37924 出力の空白に印付けをする
37925 \family default
37926 オプションを指定して,原文儘として挿入された子文書です. 
37927 \begin_inset CommandInset include
37928 LatexCommand verbatiminput*
37929 filename "../DummyTextDocument.txt"
37930
37931 \end_inset
37932
37933
37934 \end_layout
37935
37936 \begin_layout Standard
37937 \begin_inset VSpace bigskip
37938 \end_inset
37939
37940
37941 \end_layout
37942
37943 \begin_layout Standard
37944 \begin_inset Note Greyedout
37945 status open
37946
37947 \begin_layout Plain Layout
37948
37949 \series bold
37950 【註】
37951 \series default
37952 上記の例でわかるように,
37953 \family sans
37954 原文儘(verbatim)
37955 \family default
37956 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37957 \end_layout
37958
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \begin_layout Standard
37965 \begin_inset Note Greyedout
37966 status open
37967
37968 \begin_layout Plain Layout
37969
37970 \series bold
37971 【訳註】
37972 \series default
37973 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37974 \end_layout
37975
37976 \end_inset
37977
37978
37979 \end_layout
37980
37981 \begin_layout Description
37982 プログラムリスト この型については,第
37983 \begin_inset CommandInset ref
37984 LatexCommand ref
37985 reference "cha:プログラムコードリスト"
37986
37987 \end_inset
37988
37989 章に説明されています.
37990 \end_layout
37991
37992 \begin_layout Standard
37993 \begin_inset Note Greyedout
37994 status open
37995
37996 \begin_layout Plain Layout
37997
37998 \series bold
37999 【註】
38000 \series default
38001 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38002 で問題が発生する可能性があります.
38003 \end_layout
38004
38005 \end_inset
38006
38007
38008 \end_layout
38009
38010 \begin_layout Standard
38011 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38012 一部を出力から排除することができます.これは,
38013 \family sans
38014 文書\SpecialChar menuseparator
38015 設定\SpecialChar menuseparator
38016 子文書
38017 \family default
38018 メニューから行うことができます.そこの一覧中の各子文書の
38019 \family sans
38020 出力に含める
38021 \family default
38022 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38023 とにご注意ください).
38024 \family sans
38025 カウンタと引用を維持
38026 \family default
38027 オプションを有効にすると,\SpecialChar LyX
38028 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38029 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38030 はバックグラウンドで文書全体を処理しなくてはなりません.
38031 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38032 \end_layout
38033
38034 \begin_layout Standard
38035 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38036 \begin_inset Foot
38037 status collapsed
38038
38039 \begin_layout Plain Layout
38040 派生枝は,\SpecialChar LyX
38041
38042 \emph on
38043 ユーザーの手引き
38044 \emph default
38045
38046 \emph on
38047 派生枝
38048 \emph default
38049 の節に説明されています.
38050 \end_layout
38051
38052 \end_inset
38053
38054 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38055 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38056 \end_layout
38057
38058 \begin_layout Chapter
38059 プログラムコードリスト
38060 \begin_inset CommandInset label
38061 LatexCommand label
38062 name "cha:プログラムコードリスト"
38063
38064 \end_inset
38065
38066
38067 \begin_inset Index idx
38068 status collapsed
38069
38070 \begin_layout Plain Layout
38071 りすと@リスト
38072 \end_layout
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 \end_layout
38098
38099 \begin_layout Standard
38100 プログラムコードを取り込んで組版するには,
38101 \family sans
38102 挿入
38103 \family default
38104 \SpecialChar menuseparator
38105
38106 \family sans
38107 プログラムリスト
38108 \family default
38109 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38110 パッケージ
38111 \series bold
38112 listings
38113 \series default
38114
38115 \begin_inset Index idx
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119 \SpecialChar LaTeX
38120 ぱっけーじ@\SpecialChar LaTeX
38121 パッケージ ! listings
38122 \end_layout
38123
38124 \end_inset
38125
38126
38127 \lang english
38128 or
38129 \series bold
38130 \lang japanese
38131 minted
38132 \series default
38133
38134 \begin_inset Index idx
38135 status collapsed
38136
38137 \begin_layout Plain Layout
38138 \SpecialChar LaTeX
38139 ぱっけーじ@\SpecialChar LaTeX
38140 パッケージ ! minted
38141 \end_layout
38142
38143 \end_inset
38144
38145 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.
38146 \lang english
38147 One can only use one of these packages in a document.
38148  
38149 \series bold
38150 listings
38151 \series default
38152  is used by default.
38153 \end_layout
38154
38155 \begin_layout Standard
38156
38157 \lang english
38158 \begin_inset Note Note
38159 status open
38160
38161 \begin_layout Plain Layout
38162
38163 \series bold
38164 \lang english
38165 Note:
38166 \series default
38167  \SpecialChar LyX
38168  does NOT want to encourage users to add the 
38169 \family typewriter
38170 -shell-escape
38171 \family default
38172  option to converter definitions.
38173  It works, but it is a huge security risk.
38174  There is an active discussion about how to handle this.
38175  Once that's been resolved, this can be updated appropriately.
38176 \end_layout
38177
38178 \begin_layout Plain Layout
38179
38180 \lang english
38181 =====
38182 \end_layout
38183
38184 \begin_layout Plain Layout
38185
38186 \lang english
38187 In order to use 
38188 \series bold
38189 minted
38190 \series default
38191 , you need to select it as the syntax highlighting package in the document
38192  settings under 
38193 \family sans
38194 Listings
38195 \family default
38196 .
38197  
38198 \series bold
38199 minted
38200 \series default
38201  requires also additionally the module 
38202 \family sans
38203 pygments
38204 \family default
38205  of the software 
38206 \noun on
38207 Python
38208 \noun default
38209
38210 \begin_inset Foot
38211 status collapsed
38212
38213 \begin_layout Plain Layout
38214
38215 \lang english
38216 Under \SpecialChar LyX
38217  for Windows 
38218 \family sans
38219 pygments
38220 \family default
38221  is already installed.
38222 \end_layout
38223
38224 \end_inset
38225
38226  and the option 
38227 \family typewriter
38228 -shell-escape
38229 \family default
38230  for the \SpecialChar LaTeX
38231  processor.
38232  If you want for example view or export your document as the format 
38233 \family sans
38234 PDF
38235 \begin_inset space ~
38236 \end_inset
38237
38238 (pdflatex)
38239 \family default
38240 , go to the \SpecialChar LyX
38241  preferences and there to the section 
38242 \family sans
38243 File
38244 \begin_inset space ~
38245 \end_inset
38246
38247 Handling\SpecialChar menuseparator
38248 Converters
38249 \family default
38250 .
38251  There go to the entry 
38252 \family sans
38253 LaTeX
38254 \begin_inset space ~
38255 \end_inset
38256
38257 (pdflatex) -> PDF
38258 \begin_inset space ~
38259 \end_inset
38260
38261 (pdflatex)
38262 \family default
38263  and look at the field 
38264 \family sans
38265 Converter
38266 \family default
38267 .
38268  There you see by default the content
38269 \lang japanese
38270
38271 \begin_inset Newline newline
38272 \end_inset
38273
38274
38275 \series bold
38276 pdflatex $$i
38277 \series default
38278
38279 \begin_inset Newline newline
38280 \end_inset
38281
38282
38283 \lang english
38284 Now change it to
38285 \lang japanese
38286
38287 \begin_inset Newline newline
38288 \end_inset
38289
38290
38291 \series bold
38292 pdflatex $$i -shell-escape
38293 \begin_inset Newline newline
38294 \end_inset
38295
38296
38297 \series default
38298 \lang english
38299 and press the 
38300 \family sans
38301 Modify
38302 \family default
38303  button and subsequently 
38304 \family sans
38305 Apply
38306 \family default
38307  or 
38308 \family sans
38309 Save
38310 \family default
38311 .
38312  The same can be done for the output formats 
38313 \family sans
38314 PDF
38315 \begin_inset space ~
38316 \end_inset
38317
38318 (LuaTeX)
38319 \family default
38320  and 
38321 \family sans
38322 PDF
38323 \begin_inset space ~
38324 \end_inset
38325
38326 (XeTeX)
38327 \family default
38328 .
38329 \end_layout
38330
38331 \end_inset
38332
38333
38334 \end_layout
38335
38336 \begin_layout Standard
38337 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38338 \end_layout
38339
38340 \begin_layout Standard
38341 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38342 \family sans
38343 行内リスト
38344 \family default
38345 を指定すると,リストは
38346 \begin_inset listings
38347 lstparams "language={C++}"
38348 inline true
38349 status collapsed
38350
38351 \begin_layout Plain Layout
38352
38353 int a=5;
38354 \end_layout
38355
38356 \end_inset
38357
38358 のように行内に印字されます.
38359 \begin_inset Newline newline
38360 \end_inset
38361
38362
38363 \family sans
38364 フロート
38365 \family default
38366 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38367 \begin_inset CommandInset ref
38368 LatexCommand ref
38369 reference "sec:フロートの配置"
38370
38371 \end_inset
38372
38373 節に説明されているフロート配置オプションに従って,「
38374 \family sans
38375 h
38376 \family default
38377 」「
38378 \family sans
38379 t
38380 \family default
38381 」「
38382 \family sans
38383 b
38384 \family default
38385 」「
38386 \family sans
38387 p
38388 \family default
38389 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38390 \family sans
38391 htbp
38392 \family default
38393 」のように区切りを入れることなく入力することができます.「
38394 \family sans
38395 h
38396 \family default
38397 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38398 \family sans
38399 フロート
38400 \family default
38401 オプションを使用しなければ大丈夫です.
38402 \end_layout
38403
38404 \begin_layout Standard
38405
38406 \family sans
38407 挿入
38408 \family default
38409 \SpecialChar menuseparator
38410
38411 \family sans
38412 キャプション
38413 \family default
38414 メニューを使えば
38415 \lang english
38416 that are not inline
38417 \lang japanese
38418 ,プログラムリストにキャプションを付けることができます.プログラムリストは,フロート同様,リスト
38419 \begin_inset CommandInset ref
38420 LatexCommand ref
38421 reference "lst:ListFloat"
38422
38423 \end_inset
38424
38425 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38426 \family sans
38427 挿入\SpecialChar menuseparator
38428 一覧/目次\SpecialChar menuseparator
38429 プログラムリスト一覧
38430 \family default
38431 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38432 \end_layout
38433
38434 \begin_layout Standard
38435 \begin_inset listings
38436 lstparams "language=Python"
38437 inline false
38438 status open
38439
38440 \begin_layout Plain Layout
38441
38442 \begin_inset Caption Standard
38443
38444 \begin_layout Plain Layout
38445 \begin_inset CommandInset label
38446 LatexCommand label
38447 name "lst:ListFloat"
38448
38449 \end_inset
38450
38451 Example Listing Float
38452 \end_layout
38453
38454 \end_inset
38455
38456 # Example listing float
38457 \end_layout
38458
38459 \begin_layout Plain Layout
38460
38461 def func(param):
38462 \end_layout
38463
38464 \begin_layout Plain Layout
38465
38466     'this is a python function'
38467 \end_layout
38468
38469 \begin_layout Plain Layout
38470
38471     pass
38472 \end_layout
38473
38474 \end_inset
38475
38476
38477 \end_layout
38478
38479 \begin_layout Standard
38480 \begin_inset Note Greyedout
38481 status open
38482
38483 \begin_layout Plain Layout
38484
38485 \series bold
38486 【註】
38487 \series default
38488 \lang english
38489 The 
38490 \series bold
38491 listings
38492 \series default
38493  package places captions before the listing by default.
38494 \begin_inset Newline newline
38495 \end_inset
38496
38497 The 
38498 \series bold
38499 minted
38500 \series default
38501  package places them after the listing by default if it is floating.
38502  If tit is not floating  caption will be typeset before the listing if it
38503  is inserted to its first line, otherwise  it will be typeset after the
38504  listing.
38505  If you want to force the placement in avery case before the listing, you
38506  have to add the following lines as last thing to the preamble:
38507 \lang japanese
38508
38509 \begin_inset Newline newline
38510 \end_inset
38511
38512
38513 \series bold
38514
38515 \backslash
38516 @ifundefined{newfloat}
38517 \begin_inset Newline newline
38518 \end_inset
38519
38520
38521 \begin_inset Phantom HPhantom
38522 status open
38523
38524 \begin_layout Plain Layout
38525 \begin_inset space ~
38526 \end_inset
38527
38528
38529 \end_layout
38530
38531 \end_inset
38532
38533 {
38534 \backslash
38535 usepackage{float}}{}
38536 \begin_inset Newline newline
38537 \end_inset
38538
38539
38540 \backslash
38541 floatstyle{plaintop}
38542 \series default
38543
38544 \begin_inset Note Note
38545 status collapsed
38546
38547 \begin_layout Plain Layout
38548
38549 \lang english
38550 The package 
38551 \series bold
38552 float
38553 \series default
38554  will be loaded automatically by \SpecialChar LyX
38555  when you use special document-wide float
38556  placement settings 
38557 \lang japanese
38558 .これが二度読み込まれることを防ぐために,上記のコマンドでは
38559 \series bold
38560
38561 \backslash
38562 @ifundefined
38563 \series default
38564 が使用されています.
38565 \end_layout
38566
38567 \end_inset
38568
38569
38570 \end_layout
38571
38572 \end_inset
38573
38574
38575 \end_layout
38576
38577 \begin_layout Standard
38578 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38579 onのキーワード「def」が識別され,ボールド体で出力されます.
38580 \end_layout
38581
38582 \begin_layout Standard
38583 \begin_inset Note Greyedout
38584 status open
38585
38586 \begin_layout Plain Layout
38587
38588 \series bold
38589 【註】
38590 \series default
38591 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38592 \family typewriter
38593 typewriter
38594 \family default
38595 フォントがボールド体を提供していません.この場合には,
38596 \family sans
38597 文書
38598 \family default
38599 \SpecialChar menuseparator
38600
38601 \family sans
38602 設定
38603 \family default
38604 \SpecialChar menuseparator
38605
38606 \family sans
38607 フォント
38608 \family default
38609 メニューで別のフォントを選択してください(
38610 \emph on
38611 LuxiMono
38612 \emph default
38613
38614 \emph on
38615 BeraMono
38616 \emph default
38617
38618 \emph on
38619 Courier
38620 \emph default
38621 の各フォントはボールド体を提供します).
38622 \end_layout
38623
38624 \end_inset
38625
38626
38627 \end_layout
38628
38629 \begin_layout Standard
38630 \begin_inset Note Greyedout
38631 status open
38632
38633 \begin_layout Plain Layout
38634
38635 \series bold
38636 【訳註】
38637 \series default
38638 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38639 \end_layout
38640
38641 \end_inset
38642
38643
38644 \end_layout
38645
38646 \begin_layout Standard
38647 プログラムリストダイアログの
38648 \family sans
38649 行番号
38650 \family default
38651 のセクションでは,行番号の様式を指定することができます.
38652 \family sans
38653 行間
38654 \family default
38655 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38656 \end_layout
38657
38658 \begin_layout Standard
38659 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には
38660 \lang english
38661 is only meaningful for the 
38662 \series bold
38663 listings
38664 \series default
38665  package and
38666 \lang japanese
38667
38668 \family sans
38669 拡張文字コード表を使う
38670 \family default
38671 オプションを使用しなくてはなりません.
38672 \begin_inset Newline newline
38673 \end_inset
38674
38675
38676 \begin_inset Note Greyedout
38677 status open
38678
38679 \begin_layout Plain Layout
38680
38681 \series bold
38682 【訳註】
38683 \series default
38684 これは,p\SpecialChar LaTeX
38685 ではうまく動作しません.
38686 \end_layout
38687
38688 \end_inset
38689
38690
38691 \begin_inset Newline newline
38692 \end_inset
38693
38694 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38695 \begin_inset space \thinspace{}
38696 \end_inset
38697
38698 -
38699 \begin_inset space \thinspace{}
38700 \end_inset
38701
38702 8」で設定したプログラムリストの例です.
38703 \end_layout
38704
38705 \begin_layout Standard
38706 \begin_inset listings
38707 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38708 inline false
38709 status open
38710
38711 \begin_layout Plain Layout
38712
38713 def func(param):
38714 \end_layout
38715
38716 \begin_layout Plain Layout
38717
38718     'this is a python function'
38719 \end_layout
38720
38721 \begin_layout Plain Layout
38722
38723     pass
38724 \end_layout
38725
38726 \begin_layout Plain Layout
38727
38728 def func(param):
38729 \end_layout
38730
38731 \begin_layout Plain Layout
38732
38733 'This is a German word: Tschuss'
38734 \end_layout
38735
38736 \begin_layout Plain Layout
38737
38738 pass
38739 \end_layout
38740
38741 \begin_layout Plain Layout
38742
38743 def func(param):
38744 \end_layout
38745
38746 \begin_layout Plain Layout
38747
38748 'this is a python function'
38749 \end_layout
38750
38751 \begin_layout Plain Layout
38752
38753 pass
38754 \end_layout
38755
38756 \end_inset
38757
38758
38759 \end_layout
38760
38761 \begin_layout Standard
38762 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38763 \family sans
38764 タビュレータの大きさ
38765 \family default
38766 フィールドで指定することができます.
38767 \end_layout
38768
38769 \begin_layout Standard
38770 \begin_inset Note Greyedout
38771 status open
38772
38773 \begin_layout Plain Layout
38774
38775 \series bold
38776 【註】listings
38777 \series default
38778 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38779 に振られているのはこのためです.
38780 \end_layout
38781
38782 \end_inset
38783
38784
38785 \end_layout
38786
38787 \begin_layout Standard
38788 \begin_inset VSpace bigskip
38789 \end_inset
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 \SpecialChar menuseparator
38805
38806 \family sans
38807 子文書
38808 \family default
38809 メニューを使用して
38810 \family sans
38811 プログラムリスト
38812 \family default
38813 型を選択してください
38814 \begin_inset Foot
38815 status collapsed
38816
38817 \begin_layout Plain Layout
38818 他の子文書型については,第 section
38819 \begin_inset space ~
38820 \end_inset
38821
38822
38823 \begin_inset CommandInset ref
38824 LatexCommand ref
38825 reference "sec:子文書"
38826
38827 \end_inset
38828
38829 節に説明があります.
38830 \end_layout
38831
38832 \end_inset
38833
38834 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38835 疑問符「?」を打鍵してください.
38836 \end_layout
38837
38838 \begin_layout Standard
38839 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38840 \family sans
38841 挿入
38842 \family default
38843 \SpecialChar menuseparator
38844
38845 \family sans
38846 相互参照
38847 \family default
38848 メニューを使って参照できるようになります.
38849 \end_layout
38850
38851 \begin_layout Standard
38852 プログラムリスト
38853 \begin_inset CommandInset ref
38854 LatexCommand ref
38855 reference "lst:file-listing"
38856
38857 \end_inset
38858
38859 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38860 ファイルの10行目から15行目が表示されています.
38861 \end_layout
38862
38863 \begin_layout Standard
38864 \begin_inset CommandInset include
38865 LatexCommand lstinputlisting
38866 filename "EmbeddedObjects.lyx"
38867 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38868
38869 \end_inset
38870
38871
38872 \end_layout
38873
38874 \begin_layout Standard
38875 \begin_inset VSpace bigskip
38876 \end_inset
38877
38878
38879 \end_layout
38880
38881 \begin_layout Standard
38882 リストに数式を入れるには,以下のようにします.
38883 \end_layout
38884
38885 \begin_layout Enumerate
38886 リストダイアログを開き,
38887 \family sans
38888 詳細
38889 \family default
38890 タブのフィールド中に
38891 \begin_inset Newline newline
38892 \end_inset
38893
38894
38895 \family sans
38896 mathescape=true
38897 \family default
38898
38899 \begin_inset Newline newline
38900 \end_inset
38901
38902 と書き加えます.
38903 \end_layout
38904
38905 \begin_layout Enumerate
38906 リスト外で数式を作成します.
38907 \end_layout
38908
38909 \begin_layout Enumerate
38910 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38911 \begin_inset Info
38912 type  "shortcut"
38913 arg   "copy"
38914 \end_inset
38915
38916 ).
38917 \end_layout
38918
38919 \begin_layout Enumerate
38920 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38921 \begin_inset Info
38922 type  "shortcut"
38923 arg   "paste"
38924 \end_inset
38925
38926 ).
38927 \end_layout
38928
38929 \begin_layout Standard
38930 \begin_inset listings
38931 lstparams "language=Python,mathescape=true"
38932 inline false
38933 status open
38934
38935 \begin_layout Plain Layout
38936
38937 \begin_inset Caption Standard
38938
38939 \begin_layout Plain Layout
38940 Example Listing float containing a formula
38941 \end_layout
38942
38943 \end_inset
38944
38945 # Example listing float
38946 \end_layout
38947
38948 \begin_layout Plain Layout
38949
38950 def func(param):
38951 \end_layout
38952
38953 \begin_layout Plain Layout
38954
38955     # $
38956 \backslash
38957 prod_{n=1}^{
38958 \backslash
38959 infty}
38960 \backslash
38961 ,
38962 \backslash
38963 frac{1}{x^{2}}$
38964 \end_layout
38965
38966 \begin_layout Plain Layout
38967
38968     pass
38969 \end_layout
38970
38971 \end_inset
38972
38973
38974 \end_layout
38975
38976 \begin_layout Standard
38977 \begin_inset VSpace bigskip
38978 \end_inset
38979
38980
38981 \end_layout
38982
38983 \begin_layout Standard
38984 大域的なプログラムリストの設定は,
38985 \family sans
38986 文書
38987 \family default
38988 \SpecialChar menuseparator
38989
38990 \family sans
38991 設定
38992 \family default
38993 \SpecialChar menuseparator
38994
38995 \family sans
38996 リスト
38997 \family default
38998 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38999 \family sans
39000 プログラムリスト設定
39001 \family default
39002 フィールドで疑問符「?」を打鍵してください.
39003 \end_layout
39004
39005 \begin_layout Standard
39006
39007 \series bold
39008 listings
39009 \series default
39010 \lang english
39011 and 
39012 \series bold
39013 minted
39014 \series default
39015 \lang japanese
39016 パッケージについての詳しい情報については,取扱説明書
39017 \begin_inset CommandInset citation
39018 LatexCommand cite
39019 key "listings,minted"
39020 literal "true"
39021
39022 \end_inset
39023
39024 をご参照ください.
39025 \end_layout
39026
39027 \begin_layout Standard
39028 \begin_inset Newpage newpage
39029 \end_inset
39030
39031
39032 \end_layout
39033
39034 \begin_layout Chapter
39035 \start_of_appendix
39036 \SpecialChar LyX
39037 で使用できる単位
39038 \begin_inset Index idx
39039 status collapsed
39040
39041 \begin_layout Plain Layout
39042 たんい@単位
39043 \end_layout
39044
39045 \end_inset
39046
39047
39048 \begin_inset CommandInset label
39049 LatexCommand label
39050 name "cha:LyXで使用できる単位"
39051
39052 \end_inset
39053
39054
39055 \end_layout
39056
39057 \begin_layout Standard
39058 この文書で用いられる単位の理解のために,表
39059 \begin_inset CommandInset ref
39060 LatexCommand ref
39061 reference "tab:単位"
39062
39063 \end_inset
39064
39065 に,\SpecialChar LyX
39066 で使うことのできる単位をまとめておきます.
39067 \end_layout
39068
39069 \begin_layout Standard
39070 \begin_inset Float table
39071 placement h
39072 wide false
39073 sideways false
39074 status open
39075
39076 \begin_layout Plain Layout
39077 \begin_inset Caption Standard
39078
39079 \begin_layout Plain Layout
39080 \begin_inset CommandInset label
39081 LatexCommand label
39082 name "tab:単位"
39083
39084 \end_inset
39085
39086 単位
39087 \end_layout
39088
39089 \end_inset
39090
39091
39092 \end_layout
39093
39094 \begin_layout Plain Layout
39095 \begin_inset VSpace medskip
39096 \end_inset
39097
39098
39099 \end_layout
39100
39101 \begin_layout Plain Layout
39102 \align center
39103 \begin_inset Tabular
39104 <lyxtabular version="3" rows="20" columns="3">
39105 <features tabularvalignment="middle">
39106 <column alignment="center" valignment="top">
39107 <column alignment="center" valignment="top">
39108 <column alignment="center" valignment="top">
39109 <row>
39110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39111 \begin_inset Text
39112
39113 \begin_layout Plain Layout
39114 単位
39115 \end_layout
39116
39117 \end_inset
39118 </cell>
39119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39120 \begin_inset Text
39121
39122 \begin_layout Plain Layout
39123 名称/摘要
39124 \end_layout
39125
39126 \end_inset
39127 </cell>
39128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39129 \begin_inset Text
39130
39131 \begin_layout Plain Layout
39132 \SpecialChar LaTeX
39133  コマンド
39134 \end_layout
39135
39136 \end_inset
39137 </cell>
39138 </row>
39139 <row>
39140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39141 \begin_inset Text
39142
39143 \begin_layout Plain Layout
39144 mm
39145 \end_layout
39146
39147 \end_inset
39148 </cell>
39149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39150 \begin_inset Text
39151
39152 \begin_layout Plain Layout
39153 ミリメートル
39154 \end_layout
39155
39156 \end_inset
39157 </cell>
39158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39159 \begin_inset Text
39160
39161 \begin_layout Plain Layout
39162 -
39163 \end_layout
39164
39165 \end_inset
39166 </cell>
39167 </row>
39168 <row>
39169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39170 \begin_inset Text
39171
39172 \begin_layout Plain Layout
39173 cm
39174 \end_layout
39175
39176 \end_inset
39177 </cell>
39178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39179 \begin_inset Text
39180
39181 \begin_layout Plain Layout
39182 センチメートル
39183 \end_layout
39184
39185 \end_inset
39186 </cell>
39187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39188 \begin_inset Text
39189
39190 \begin_layout Plain Layout
39191 -
39192 \end_layout
39193
39194 \end_inset
39195 </cell>
39196 </row>
39197 <row>
39198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39199 \begin_inset Text
39200
39201 \begin_layout Plain Layout
39202 in
39203 \end_layout
39204
39205 \end_inset
39206 </cell>
39207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39208 \begin_inset Text
39209
39210 \begin_layout Plain Layout
39211 インチ
39212 \end_layout
39213
39214 \end_inset
39215 </cell>
39216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39217 \begin_inset Text
39218
39219 \begin_layout Plain Layout
39220 -
39221 \end_layout
39222
39223 \end_inset
39224 </cell>
39225 </row>
39226 <row>
39227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39228 \begin_inset Text
39229
39230 \begin_layout Plain Layout
39231 pt
39232 \end_layout
39233
39234 \end_inset
39235 </cell>
39236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39237 \begin_inset Text
39238
39239 \begin_layout Plain Layout
39240 ポイント (72.27
39241 \begin_inset space \thinspace{}
39242 \end_inset
39243
39244 pt = 1
39245 \begin_inset space \thinspace{}
39246 \end_inset
39247
39248 in)
39249 \end_layout
39250
39251 \end_inset
39252 </cell>
39253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39254 \begin_inset Text
39255
39256 \begin_layout Plain Layout
39257 -
39258 \end_layout
39259
39260 \end_inset
39261 </cell>
39262 </row>
39263 <row>
39264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39265 \begin_inset Text
39266
39267 \begin_layout Plain Layout
39268 pc
39269 \end_layout
39270
39271 \end_inset
39272 </cell>
39273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39274 \begin_inset Text
39275
39276 \begin_layout Plain Layout
39277 パイカ (1
39278 \begin_inset space \thinspace{}
39279 \end_inset
39280
39281 pc = 12
39282 \begin_inset space \thinspace{}
39283 \end_inset
39284
39285 pt)
39286 \end_layout
39287
39288 \end_inset
39289 </cell>
39290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39291 \begin_inset Text
39292
39293 \begin_layout Plain Layout
39294 -
39295 \end_layout
39296
39297 \end_inset
39298 </cell>
39299 </row>
39300 <row>
39301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39302 \begin_inset Text
39303
39304 \begin_layout Plain Layout
39305 sp
39306 \end_layout
39307
39308 \end_inset
39309 </cell>
39310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39311 \begin_inset Text
39312
39313 \begin_layout Plain Layout
39314 スケールポイント (65536
39315 \begin_inset space \thinspace{}
39316 \end_inset
39317
39318 sp = 1
39319 \begin_inset space \thinspace{}
39320 \end_inset
39321
39322 pt)
39323 \end_layout
39324
39325 \end_inset
39326 </cell>
39327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39328 \begin_inset Text
39329
39330 \begin_layout Plain Layout
39331 -
39332 \end_layout
39333
39334 \end_inset
39335 </cell>
39336 </row>
39337 <row>
39338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39339 \begin_inset Text
39340
39341 \begin_layout Plain Layout
39342 bp
39343 \end_layout
39344
39345 \end_inset
39346 </cell>
39347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39348 \begin_inset Text
39349
39350 \begin_layout Plain Layout
39351 ビッグポイント (72
39352 \begin_inset space \thinspace{}
39353 \end_inset
39354
39355 bp = 1
39356 \begin_inset space \thinspace{}
39357 \end_inset
39358
39359 in)
39360 \end_layout
39361
39362 \end_inset
39363 </cell>
39364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39365 \begin_inset Text
39366
39367 \begin_layout Plain Layout
39368 -
39369 \end_layout
39370
39371 \end_inset
39372 </cell>
39373 </row>
39374 <row>
39375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39376 \begin_inset Text
39377
39378 \begin_layout Plain Layout
39379 dd
39380 \end_layout
39381
39382 \end_inset
39383 </cell>
39384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39385 \begin_inset Text
39386
39387 \begin_layout Plain Layout
39388 ディドー (72
39389 \begin_inset space \thinspace{}
39390 \end_inset
39391
39392 dd 
39393 \begin_inset Formula $\approx$
39394 \end_inset
39395
39396  37.6
39397 \begin_inset space \thinspace{}
39398 \end_inset
39399
39400 mm)
39401 \end_layout
39402
39403 \end_inset
39404 </cell>
39405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39406 \begin_inset Text
39407
39408 \begin_layout Plain Layout
39409 -
39410 \end_layout
39411
39412 \end_inset
39413 </cell>
39414 </row>
39415 <row>
39416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39417 \begin_inset Text
39418
39419 \begin_layout Plain Layout
39420 cc
39421 \end_layout
39422
39423 \end_inset
39424 </cell>
39425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39426 \begin_inset Text
39427
39428 \begin_layout Plain Layout
39429 シセロ (1
39430 \begin_inset space \thinspace{}
39431 \end_inset
39432
39433 cc = 12
39434 \begin_inset space \thinspace{}
39435 \end_inset
39436
39437 dd)
39438 \end_layout
39439
39440 \end_inset
39441 </cell>
39442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39443 \begin_inset Text
39444
39445 \begin_layout Plain Layout
39446 -
39447 \end_layout
39448
39449 \end_inset
39450 </cell>
39451 </row>
39452 <row>
39453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39454 \begin_inset Text
39455
39456 \begin_layout Plain Layout
39457 画像の縮尺%
39458 \end_layout
39459
39460 \end_inset
39461 </cell>
39462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39463 \begin_inset Text
39464
39465 \begin_layout Plain Layout
39466 元の画像幅の%
39467 \end_layout
39468
39469 \end_inset
39470 </cell>
39471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39472 \begin_inset Text
39473
39474 \begin_layout Plain Layout
39475
39476 \end_layout
39477
39478 \end_inset
39479 </cell>
39480 </row>
39481 <row>
39482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39483 \begin_inset Text
39484
39485 \begin_layout Plain Layout
39486 本文幅%
39487 \end_layout
39488
39489 \end_inset
39490 </cell>
39491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39492 \begin_inset Text
39493
39494 \begin_layout Plain Layout
39495 テキスト幅の%
39496 \end_layout
39497
39498 \end_inset
39499 </cell>
39500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39501 \begin_inset Text
39502
39503 \begin_layout Plain Layout
39504
39505 \backslash
39506 textwidth
39507 \end_layout
39508
39509 \end_inset
39510 </cell>
39511 </row>
39512 <row>
39513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39514 \begin_inset Text
39515
39516 \begin_layout Plain Layout
39517 列幅%
39518 \end_layout
39519
39520 \end_inset
39521 </cell>
39522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39523 \begin_inset Text
39524
39525 \begin_layout Plain Layout
39526 組段幅の%
39527 \end_layout
39528
39529 \end_inset
39530 </cell>
39531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39532 \begin_inset Text
39533
39534 \begin_layout Plain Layout
39535
39536 \backslash
39537 columnwidth
39538 \end_layout
39539
39540 \end_inset
39541 </cell>
39542 </row>
39543 <row>
39544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39545 \begin_inset Text
39546
39547 \begin_layout Plain Layout
39548 ページ幅%
39549 \end_layout
39550
39551 \end_inset
39552 </cell>
39553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39554 \begin_inset Text
39555
39556 \begin_layout Plain Layout
39557 用紙幅の%
39558 \end_layout
39559
39560 \end_inset
39561 </cell>
39562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39563 \begin_inset Text
39564
39565 \begin_layout Plain Layout
39566
39567 \backslash
39568 paperwidth
39569 \end_layout
39570
39571 \end_inset
39572 </cell>
39573 </row>
39574 <row>
39575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39576 \begin_inset Text
39577
39578 \begin_layout Plain Layout
39579 行幅%
39580 \end_layout
39581
39582 \end_inset
39583 </cell>
39584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39585 \begin_inset Text
39586
39587 \begin_layout Plain Layout
39588 行幅の%
39589 \end_layout
39590
39591 \end_inset
39592 </cell>
39593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39594 \begin_inset Text
39595
39596 \begin_layout Plain Layout
39597
39598 \backslash
39599 linewidth
39600 \end_layout
39601
39602 \end_inset
39603 </cell>
39604 </row>
39605 <row>
39606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39607 \begin_inset Text
39608
39609 \begin_layout Plain Layout
39610 本文高%
39611 \end_layout
39612
39613 \end_inset
39614 </cell>
39615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39616 \begin_inset Text
39617
39618 \begin_layout Plain Layout
39619 テキスト高さの%
39620 \end_layout
39621
39622 \end_inset
39623 </cell>
39624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39625 \begin_inset Text
39626
39627 \begin_layout Plain Layout
39628
39629 \backslash
39630 textheight
39631 \end_layout
39632
39633 \end_inset
39634 </cell>
39635 </row>
39636 <row>
39637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39638 \begin_inset Text
39639
39640 \begin_layout Plain Layout
39641 ページ高%
39642 \end_layout
39643
39644 \end_inset
39645 </cell>
39646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39647 \begin_inset Text
39648
39649 \begin_layout Plain Layout
39650 用紙高さの%
39651 \end_layout
39652
39653 \end_inset
39654 </cell>
39655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39656 \begin_inset Text
39657
39658 \begin_layout Plain Layout
39659
39660 \backslash
39661 paperheight
39662 \end_layout
39663
39664 \end_inset
39665 </cell>
39666 </row>
39667 <row>
39668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39669 \begin_inset Text
39670
39671 \begin_layout Plain Layout
39672 ex
39673 \end_layout
39674
39675 \end_inset
39676 </cell>
39677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39678 \begin_inset Text
39679
39680 \begin_layout Plain Layout
39681 現在のフォントの文字「x」の高さ
39682 \end_layout
39683
39684 \end_inset
39685 </cell>
39686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39687 \begin_inset Text
39688
39689 \begin_layout Plain Layout
39690 -
39691 \end_layout
39692
39693 \end_inset
39694 </cell>
39695 </row>
39696 <row>
39697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39698 \begin_inset Text
39699
39700 \begin_layout Plain Layout
39701 em
39702 \end_layout
39703
39704 \end_inset
39705 </cell>
39706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39707 \begin_inset Text
39708
39709 \begin_layout Plain Layout
39710 現在のフォントの文字「M」の幅
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39716 \begin_inset Text
39717
39718 \begin_layout Plain Layout
39719 -
39720 \end_layout
39721
39722 \end_inset
39723 </cell>
39724 </row>
39725 <row>
39726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39727 \begin_inset Text
39728
39729 \begin_layout Plain Layout
39730 mu
39731 \end_layout
39732
39733 \end_inset
39734 </cell>
39735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39736 \begin_inset Text
39737
39738 \begin_layout Plain Layout
39739 数式単位 (1
39740 \begin_inset space \thinspace{}
39741 \end_inset
39742
39743 mu = 1/18
39744 \begin_inset space \thinspace{}
39745 \end_inset
39746
39747 em)
39748 \end_layout
39749
39750 \end_inset
39751 </cell>
39752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39753 \begin_inset Text
39754
39755 \begin_layout Plain Layout
39756 -
39757 \end_layout
39758
39759 \end_inset
39760 </cell>
39761 </row>
39762 </lyxtabular>
39763
39764 \end_inset
39765
39766
39767 \end_layout
39768
39769 \end_inset
39770
39771
39772 \end_layout
39773
39774 \begin_layout Chapter
39775 画像を含む場合のファイル出力形式
39776 \begin_inset CommandInset label
39777 LatexCommand label
39778 name "cha:ファイル出力形式"
39779
39780 \end_inset
39781
39782
39783 \end_layout
39784
39785 \begin_layout Section
39786 DVI
39787 \begin_inset Index idx
39788 status collapsed
39789
39790 \begin_layout Plain Layout
39791 ふぁいるしょしき@ファイル書式 ! DVI
39792 \end_layout
39793
39794 \end_inset
39795
39796
39797 \begin_inset Index idx
39798 status collapsed
39799
39800 \begin_layout Plain Layout
39801 DVI
39802 \begin_inset ERT
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806
39807 |see{
39808 \end_layout
39809
39810 \end_inset
39811
39812 ファイル書式
39813 \begin_inset ERT
39814 status collapsed
39815
39816 \begin_layout Plain Layout
39817
39818 }
39819 \end_layout
39820
39821 \end_inset
39822
39823
39824 \end_layout
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \begin_layout Standard
39832 このファイル型の拡張子は「
39833 \family typewriter
39834 .dvi
39835 \family default
39836 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39837 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39838 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39839 \end_layout
39840
39841 \begin_layout Standard
39842 \begin_inset Note Greyedout
39843 status open
39844
39845 \begin_layout Plain Layout
39846
39847 \series bold
39848 【註】
39849 \series default
39850 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39851 \end_layout
39852
39853 \end_inset
39854
39855 ですから,お使いの
39856 \family typewriter
39857 .dvi
39858 \family default
39859 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39860 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39861 DFを使用することをお勧めします.
39862 \end_layout
39863
39864 \begin_layout Standard
39865 使用中の文書は,
39866 \family sans
39867 ファイル
39868 \family default
39869 \SpecialChar menuseparator
39870
39871 \family sans
39872 書き出し
39873 \family default
39874 \SpecialChar menuseparator
39875
39876 \family sans
39877 DVI
39878 \family default
39879 メニューを使用して,DVIに書き出すことができます.
39880 \family sans
39881 表示
39882 \family default
39883 メニューから,文書をDVIとして表示させることもできます.
39884 \end_layout
39885
39886 \begin_layout Section
39887 PostScript
39888 \begin_inset Index idx
39889 status collapsed
39890
39891 \begin_layout Plain Layout
39892 ふぁいるしょしき@ファイル書式 ! PostScript
39893 \end_layout
39894
39895 \end_inset
39896
39897
39898 \begin_inset Index idx
39899 status collapsed
39900
39901 \begin_layout Plain Layout
39902 PostScript
39903 \begin_inset ERT
39904 status collapsed
39905
39906 \begin_layout Plain Layout
39907
39908 |see{
39909 \end_layout
39910
39911 \end_inset
39912
39913 ファイル書式
39914 \begin_inset ERT
39915 status collapsed
39916
39917 \begin_layout Plain Layout
39918
39919 }
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \end_layout
39926
39927 \end_inset
39928
39929
39930 \end_layout
39931
39932 \begin_layout Standard
39933 このファイル型の拡張子は「
39934 \family typewriter
39935 .ps
39936 \family default
39937 」です.PostScriptは,
39938 \family typewriter
39939 Adobe
39940 \family default
39941 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39942 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39943 \begin_inset Foot
39944 status collapsed
39945
39946 \begin_layout Plain Layout
39947 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39948 パッケージ
39949 \series bold
39950 PSTricks
39951 \series default
39952
39953 \begin_inset CommandInset citation
39954 LatexCommand cite
39955 key "pstricks"
39956 literal "true"
39957
39958 \end_inset
39959
39960 を見てみてください.
39961 \end_layout
39962
39963 \end_inset
39964
39965 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39966 \end_layout
39967
39968 \begin_layout Standard
39969 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39970 \family typewriter
39971 .eps
39972 \family default
39973 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39974 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39975 はバックグラウンドで画像をEP
39976 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39977 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39978 で行う
39979 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39980 おく方がよいでしょう.
39981 \end_layout
39982
39983 \begin_layout Standard
39984 文書は,
39985 \family sans
39986 ファイル
39987 \family default
39988 \SpecialChar menuseparator
39989
39990 \family sans
39991 書き出し
39992 \family default
39993 \SpecialChar menuseparator
39994
39995 \family sans
39996 Postscript
39997 \family default
39998 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39999 \family sans
40000 表示
40001 \family default
40002 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
40003 \end_layout
40004
40005 \begin_layout Section
40006 PDF
40007 \begin_inset Index idx
40008 status collapsed
40009
40010 \begin_layout Plain Layout
40011 ふぁいるしょしき@ファイル書式 ! PDF
40012 \end_layout
40013
40014 \end_inset
40015
40016
40017 \begin_inset Index idx
40018 status collapsed
40019
40020 \begin_layout Plain Layout
40021 PDF
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Standard
40030 このファイル型の拡張子は「
40031 \family typewriter
40032 .pdf
40033 \family default
40034 」です.この「Portable Document Format (PDF)」は,
40035 \family typewriter
40036 Adobe
40037 \family default
40038 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
40039 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
40040 \end_layout
40041
40042 \begin_layout Standard
40043 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
40044 \family typewriter
40045 .jpg
40046 \family default
40047 」または「
40048 \family typewriter
40049 .jpeg
40050 \family default
40051 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
40052 \family typewriter
40053 .png
40054 \family default
40055 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
40056 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
40057 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
40058 勧めします.
40059 \end_layout
40060
40061 \begin_layout Standard
40062 使用中の文書は,
40063 \family sans
40064 ファイル
40065 \family default
40066 \SpecialChar menuseparator
40067
40068 \family sans
40069 書き出し
40070 \family default
40071 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40072 \end_layout
40073
40074 \begin_layout Description
40075 PDF
40076 \begin_inset space ~
40077 \end_inset
40078
40079 (ps2pdf) これは
40080 \family typewriter
40081 ps2pdf
40082 \family default
40083 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40084 \family typewriter
40085 dvips
40086 \family default
40087 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40088 \end_layout
40089
40090 \begin_layout Description
40091 PDF
40092 \begin_inset space ~
40093 \end_inset
40094
40095 (dvipdfm) これは
40096 \family typewriter
40097 dvipdfm
40098 \family default
40099 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40100 \end_layout
40101
40102 \begin_layout Description
40103 PDF
40104 \begin_inset space ~
40105 \end_inset
40106
40107 (pdflatex) これは
40108 \family typewriter
40109 pdftex
40110 \family default
40111 プログラムを使って,現在のファイルを直接PDFに変換します.
40112 \end_layout
40113
40114 \begin_layout Standard
40115
40116 \family typewriter
40117 pdftex
40118 \family default
40119 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40120 \family sans
40121 PDF
40122 \begin_inset space ~
40123 \end_inset
40124
40125 (pdflatex)
40126 \family default
40127 を使用することが推奨されます.
40128 \family typewriter
40129 dvipdfm
40130 \family default
40131 プログラムは開発が停止しており,若干時代遅れになっています.
40132 \end_layout
40133
40134 \begin_layout Standard
40135 使用中の文書をPDFとして表示するには,
40136 \family sans
40137 表示
40138 \family default
40139 メニューかツールバーボタン(これは
40140 \family sans
40141 PDF
40142 \begin_inset space ~
40143 \end_inset
40144
40145 (pdflatex)
40146 \family default
40147 を使用します)を用います.
40148 \end_layout
40149
40150 \begin_layout Chapter
40151 dvips色名一覧
40152 \begin_inset CommandInset label
40153 LatexCommand label
40154 name "chap:dvips色名一覧"
40155
40156 \end_inset
40157
40158
40159 \end_layout
40160
40161 \begin_layout Standard
40162 \begin_inset Tabular
40163 <lyxtabular version="3" rows="17" columns="4">
40164 <features tabularvalignment="middle">
40165 <column alignment="left" valignment="top" width="0pt">
40166 <column alignment="left" valignment="top" width="0pt">
40167 <column alignment="left" valignment="top" width="0pt">
40168 <column alignment="left" valignment="top" width="0pt">
40169 <row>
40170 <cell alignment="left" valignment="top" usebox="none">
40171 \begin_inset Text
40172
40173 \begin_layout Plain Layout
40174 \begin_inset ERT
40175 status collapsed
40176
40177 \begin_layout Plain Layout
40178
40179
40180 \backslash
40181 fcolorbox{black}{
40182 \end_layout
40183
40184 \end_inset
40185
40186 white
40187 \begin_inset ERT
40188 status collapsed
40189
40190 \begin_layout Plain Layout
40191
40192 }{
40193 \end_layout
40194
40195 \end_inset
40196
40197
40198 \begin_inset ERT
40199 status collapsed
40200
40201 \begin_layout Plain Layout
40202
40203 }
40204 \end_layout
40205
40206 \end_inset
40207
40208  色名
40209 \end_layout
40210
40211 \end_inset
40212 </cell>
40213 <cell alignment="left" valignment="top" usebox="none">
40214 \begin_inset Text
40215
40216 \begin_layout Plain Layout
40217 \begin_inset ERT
40218 status collapsed
40219
40220 \begin_layout Plain Layout
40221
40222
40223 \backslash
40224 fcolorbox{black}{
40225 \end_layout
40226
40227 \end_inset
40228
40229 white
40230 \begin_inset ERT
40231 status collapsed
40232
40233 \begin_layout Plain Layout
40234
40235 }{
40236 \end_layout
40237
40238 \end_inset
40239
40240
40241 \begin_inset ERT
40242 status collapsed
40243
40244 \begin_layout Plain Layout
40245
40246 }
40247 \end_layout
40248
40249 \end_inset
40250
40251  色名
40252 \end_layout
40253
40254 \end_inset
40255 </cell>
40256 <cell alignment="left" valignment="top" usebox="none">
40257 \begin_inset Text
40258
40259 \begin_layout Plain Layout
40260 \begin_inset ERT
40261 status collapsed
40262
40263 \begin_layout Plain Layout
40264
40265
40266 \backslash
40267 fcolorbox{black}{
40268 \end_layout
40269
40270 \end_inset
40271
40272 white
40273 \begin_inset ERT
40274 status collapsed
40275
40276 \begin_layout Plain Layout
40277
40278 }{
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \begin_inset ERT
40285 status collapsed
40286
40287 \begin_layout Plain Layout
40288
40289 }
40290 \end_layout
40291
40292 \end_inset
40293
40294  色名
40295 \end_layout
40296
40297 \end_inset
40298 </cell>
40299 <cell alignment="left" valignment="top" usebox="none">
40300 \begin_inset Text
40301
40302 \begin_layout Plain Layout
40303 \begin_inset ERT
40304 status collapsed
40305
40306 \begin_layout Plain Layout
40307
40308
40309 \backslash
40310 fcolorbox{black}{
40311 \end_layout
40312
40313 \end_inset
40314
40315 white
40316 \begin_inset ERT
40317 status collapsed
40318
40319 \begin_layout Plain Layout
40320
40321 }{
40322 \end_layout
40323
40324 \end_inset
40325
40326
40327 \begin_inset ERT
40328 status collapsed
40329
40330 \begin_layout Plain Layout
40331
40332 }
40333 \end_layout
40334
40335 \end_inset
40336
40337  色名
40338 \end_layout
40339
40340 \end_inset
40341 </cell>
40342 </row>
40343 <row>
40344 <cell alignment="center" valignment="top" usebox="none">
40345 \begin_inset Text
40346
40347 \begin_layout Plain Layout
40348 \begin_inset ERT
40349 status collapsed
40350
40351 \begin_layout Plain Layout
40352
40353
40354 \backslash
40355 fcolorbox{black}{
40356 \end_layout
40357
40358 \end_inset
40359
40360 Apricot
40361 \begin_inset ERT
40362 status collapsed
40363
40364 \begin_layout Plain Layout
40365
40366 }{
40367 \end_layout
40368
40369 \end_inset
40370
40371
40372 \begin_inset Phantom Phantom
40373 status open
40374
40375 \begin_layout Plain Layout
40376 W
40377 \end_layout
40378
40379 \end_inset
40380
40381
40382 \begin_inset ERT
40383 status collapsed
40384
40385 \begin_layout Plain Layout
40386
40387 }
40388 \end_layout
40389
40390 \end_inset
40391
40392  Apricot
40393 \end_layout
40394
40395 \end_inset
40396 </cell>
40397 <cell alignment="center" valignment="top" usebox="none">
40398 \begin_inset Text
40399
40400 \begin_layout Plain Layout
40401 \begin_inset ERT
40402 status collapsed
40403
40404 \begin_layout Plain Layout
40405
40406
40407 \backslash
40408 fcolorbox{black}{
40409 \end_layout
40410
40411 \end_inset
40412
40413 Aquamarine
40414 \begin_inset ERT
40415 status collapsed
40416
40417 \begin_layout Plain Layout
40418
40419 }{
40420 \end_layout
40421
40422 \end_inset
40423
40424
40425 \begin_inset Phantom Phantom
40426 status open
40427
40428 \begin_layout Plain Layout
40429 W
40430 \end_layout
40431
40432 \end_inset
40433
40434
40435 \begin_inset ERT
40436 status collapsed
40437
40438 \begin_layout Plain Layout
40439
40440 }
40441 \end_layout
40442
40443 \end_inset
40444
40445  Aquamarine
40446 \end_layout
40447
40448 \end_inset
40449 </cell>
40450 <cell alignment="center" valignment="top" usebox="none">
40451 \begin_inset Text
40452
40453 \begin_layout Plain Layout
40454 \begin_inset ERT
40455 status collapsed
40456
40457 \begin_layout Plain Layout
40458
40459
40460 \backslash
40461 fcolorbox{black}{
40462 \end_layout
40463
40464 \end_inset
40465
40466 Bittersweet
40467 \begin_inset ERT
40468 status collapsed
40469
40470 \begin_layout Plain Layout
40471
40472 }{
40473 \end_layout
40474
40475 \end_inset
40476
40477
40478 \begin_inset Phantom Phantom
40479 status open
40480
40481 \begin_layout Plain Layout
40482 W
40483 \end_layout
40484
40485 \end_inset
40486
40487
40488 \begin_inset ERT
40489 status collapsed
40490
40491 \begin_layout Plain Layout
40492
40493 }
40494 \end_layout
40495
40496 \end_inset
40497
40498  Bittersweet
40499 \end_layout
40500
40501 \end_inset
40502 </cell>
40503 <cell alignment="center" valignment="top" usebox="none">
40504 \begin_inset Text
40505
40506 \begin_layout Plain Layout
40507 \begin_inset ERT
40508 status collapsed
40509
40510 \begin_layout Plain Layout
40511
40512
40513 \backslash
40514 fcolorbox{black}{
40515 \end_layout
40516
40517 \end_inset
40518
40519 BlueGreen
40520 \begin_inset ERT
40521 status collapsed
40522
40523 \begin_layout Plain Layout
40524
40525 }{
40526 \end_layout
40527
40528 \end_inset
40529
40530
40531 \begin_inset Phantom Phantom
40532 status open
40533
40534 \begin_layout Plain Layout
40535 W
40536 \end_layout
40537
40538 \end_inset
40539
40540
40541 \begin_inset ERT
40542 status collapsed
40543
40544 \begin_layout Plain Layout
40545
40546 }
40547 \end_layout
40548
40549 \end_inset
40550
40551  BlueGreen
40552 \end_layout
40553
40554 \end_inset
40555 </cell>
40556 </row>
40557 <row>
40558 <cell alignment="left" valignment="top" usebox="none">
40559 \begin_inset Text
40560
40561 \begin_layout Plain Layout
40562 \begin_inset ERT
40563 status collapsed
40564
40565 \begin_layout Plain Layout
40566
40567
40568 \backslash
40569 fcolorbox{black}{
40570 \end_layout
40571
40572 \end_inset
40573
40574 BlueViolet
40575 \begin_inset ERT
40576 status collapsed
40577
40578 \begin_layout Plain Layout
40579
40580 }{
40581 \end_layout
40582
40583 \end_inset
40584
40585
40586 \begin_inset Phantom Phantom
40587 status open
40588
40589 \begin_layout Plain Layout
40590 W
40591 \end_layout
40592
40593 \end_inset
40594
40595
40596 \begin_inset ERT
40597 status collapsed
40598
40599 \begin_layout Plain Layout
40600
40601 }
40602 \end_layout
40603
40604 \end_inset
40605
40606  BlueViolet
40607 \end_layout
40608
40609 \end_inset
40610 </cell>
40611 <cell alignment="left" valignment="top" usebox="none">
40612 \begin_inset Text
40613
40614 \begin_layout Plain Layout
40615 \begin_inset ERT
40616 status collapsed
40617
40618 \begin_layout Plain Layout
40619
40620
40621 \backslash
40622 fcolorbox{black}{
40623 \end_layout
40624
40625 \end_inset
40626
40627 BrickRed
40628 \begin_inset ERT
40629 status collapsed
40630
40631 \begin_layout Plain Layout
40632
40633 }{
40634 \end_layout
40635
40636 \end_inset
40637
40638
40639 \begin_inset Phantom Phantom
40640 status open
40641
40642 \begin_layout Plain Layout
40643 W
40644 \end_layout
40645
40646 \end_inset
40647
40648
40649 \begin_inset ERT
40650 status collapsed
40651
40652 \begin_layout Plain Layout
40653
40654 }
40655 \end_layout
40656
40657 \end_inset
40658
40659  BrickRed
40660 \end_layout
40661
40662 \end_inset
40663 </cell>
40664 <cell alignment="left" valignment="top" usebox="none">
40665 \begin_inset Text
40666
40667 \begin_layout Plain Layout
40668 \begin_inset ERT
40669 status collapsed
40670
40671 \begin_layout Plain Layout
40672
40673
40674 \backslash
40675 fcolorbox{black}{
40676 \end_layout
40677
40678 \end_inset
40679
40680 Brown
40681 \begin_inset ERT
40682 status collapsed
40683
40684 \begin_layout Plain Layout
40685
40686 }{
40687 \end_layout
40688
40689 \end_inset
40690
40691
40692 \begin_inset Phantom Phantom
40693 status open
40694
40695 \begin_layout Plain Layout
40696 W
40697 \end_layout
40698
40699 \end_inset
40700
40701
40702 \begin_inset ERT
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706
40707 }
40708 \end_layout
40709
40710 \end_inset
40711
40712  Brown
40713 \end_layout
40714
40715 \end_inset
40716 </cell>
40717 <cell alignment="left" valignment="top" usebox="none">
40718 \begin_inset Text
40719
40720 \begin_layout Plain Layout
40721 \begin_inset ERT
40722 status collapsed
40723
40724 \begin_layout Plain Layout
40725
40726
40727 \backslash
40728 fcolorbox{black}{
40729 \end_layout
40730
40731 \end_inset
40732
40733 BurntOrange
40734 \begin_inset ERT
40735 status collapsed
40736
40737 \begin_layout Plain Layout
40738
40739 }{
40740 \end_layout
40741
40742 \end_inset
40743
40744
40745 \begin_inset Phantom Phantom
40746 status open
40747
40748 \begin_layout Plain Layout
40749 W
40750 \end_layout
40751
40752 \end_inset
40753
40754
40755 \begin_inset ERT
40756 status collapsed
40757
40758 \begin_layout Plain Layout
40759
40760 }
40761 \end_layout
40762
40763 \end_inset
40764
40765  BurntOrange
40766 \end_layout
40767
40768 \end_inset
40769 </cell>
40770 </row>
40771 <row>
40772 <cell alignment="left" valignment="top" usebox="none">
40773 \begin_inset Text
40774
40775 \begin_layout Plain Layout
40776 \begin_inset ERT
40777 status collapsed
40778
40779 \begin_layout Plain Layout
40780
40781
40782 \backslash
40783 fcolorbox{black}{
40784 \end_layout
40785
40786 \end_inset
40787
40788 CadetBlue
40789 \begin_inset ERT
40790 status collapsed
40791
40792 \begin_layout Plain Layout
40793
40794 }{
40795 \end_layout
40796
40797 \end_inset
40798
40799
40800 \begin_inset Phantom Phantom
40801 status open
40802
40803 \begin_layout Plain Layout
40804 W
40805 \end_layout
40806
40807 \end_inset
40808
40809
40810 \begin_inset ERT
40811 status collapsed
40812
40813 \begin_layout Plain Layout
40814
40815 }
40816 \end_layout
40817
40818 \end_inset
40819
40820  CadetBlue
40821 \end_layout
40822
40823 \end_inset
40824 </cell>
40825 <cell alignment="left" valignment="top" usebox="none">
40826 \begin_inset Text
40827
40828 \begin_layout Plain Layout
40829 \begin_inset ERT
40830 status collapsed
40831
40832 \begin_layout Plain Layout
40833
40834
40835 \backslash
40836 fcolorbox{black}{
40837 \end_layout
40838
40839 \end_inset
40840
40841 CarnationPink
40842 \begin_inset ERT
40843 status collapsed
40844
40845 \begin_layout Plain Layout
40846
40847 }{
40848 \end_layout
40849
40850 \end_inset
40851
40852
40853 \begin_inset Phantom Phantom
40854 status open
40855
40856 \begin_layout Plain Layout
40857 W
40858 \end_layout
40859
40860 \end_inset
40861
40862
40863 \begin_inset ERT
40864 status collapsed
40865
40866 \begin_layout Plain Layout
40867
40868 }
40869 \end_layout
40870
40871 \end_inset
40872
40873  CarnationPink
40874 \end_layout
40875
40876 \end_inset
40877 </cell>
40878 <cell alignment="left" valignment="top" usebox="none">
40879 \begin_inset Text
40880
40881 \begin_layout Plain Layout
40882 \begin_inset ERT
40883 status collapsed
40884
40885 \begin_layout Plain Layout
40886
40887
40888 \backslash
40889 fcolorbox{black}{
40890 \end_layout
40891
40892 \end_inset
40893
40894 Cerulean
40895 \begin_inset ERT
40896 status collapsed
40897
40898 \begin_layout Plain Layout
40899
40900 }{
40901 \end_layout
40902
40903 \end_inset
40904
40905
40906 \begin_inset Phantom Phantom
40907 status open
40908
40909 \begin_layout Plain Layout
40910 W
40911 \end_layout
40912
40913 \end_inset
40914
40915
40916 \begin_inset ERT
40917 status collapsed
40918
40919 \begin_layout Plain Layout
40920
40921 }
40922 \end_layout
40923
40924 \end_inset
40925
40926  Cerulean
40927 \end_layout
40928
40929 \end_inset
40930 </cell>
40931 <cell alignment="left" valignment="top" usebox="none">
40932 \begin_inset Text
40933
40934 \begin_layout Plain Layout
40935 \begin_inset ERT
40936 status collapsed
40937
40938 \begin_layout Plain Layout
40939
40940
40941 \backslash
40942 fcolorbox{black}{
40943 \end_layout
40944
40945 \end_inset
40946
40947 CornflowerBlue
40948 \begin_inset ERT
40949 status collapsed
40950
40951 \begin_layout Plain Layout
40952
40953 }{
40954 \end_layout
40955
40956 \end_inset
40957
40958
40959 \begin_inset Phantom Phantom
40960 status open
40961
40962 \begin_layout Plain Layout
40963 W
40964 \end_layout
40965
40966 \end_inset
40967
40968
40969 \begin_inset ERT
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973
40974 }
40975 \end_layout
40976
40977 \end_inset
40978
40979  CornflowerBlue
40980 \end_layout
40981
40982 \end_inset
40983 </cell>
40984 </row>
40985 <row>
40986 <cell alignment="left" valignment="top" usebox="none">
40987 \begin_inset Text
40988
40989 \begin_layout Plain Layout
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995
40996 \backslash
40997 fcolorbox{black}{
40998 \end_layout
40999
41000 \end_inset
41001
41002 Dandelion
41003 \begin_inset ERT
41004 status collapsed
41005
41006 \begin_layout Plain Layout
41007
41008 }{
41009 \end_layout
41010
41011 \end_inset
41012
41013
41014 \begin_inset Phantom Phantom
41015 status open
41016
41017 \begin_layout Plain Layout
41018 W
41019 \end_layout
41020
41021 \end_inset
41022
41023
41024 \begin_inset ERT
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028
41029 }
41030 \end_layout
41031
41032 \end_inset
41033
41034  Dandelion
41035 \end_layout
41036
41037 \end_inset
41038 </cell>
41039 <cell alignment="left" valignment="top" usebox="none">
41040 \begin_inset Text
41041
41042 \begin_layout Plain Layout
41043 \begin_inset ERT
41044 status collapsed
41045
41046 \begin_layout Plain Layout
41047
41048
41049 \backslash
41050 fcolorbox{black}{
41051 \end_layout
41052
41053 \end_inset
41054
41055 DarkOrchid
41056 \begin_inset ERT
41057 status collapsed
41058
41059 \begin_layout Plain Layout
41060
41061 }{
41062 \end_layout
41063
41064 \end_inset
41065
41066
41067 \begin_inset Phantom Phantom
41068 status open
41069
41070 \begin_layout Plain Layout
41071 W
41072 \end_layout
41073
41074 \end_inset
41075
41076
41077 \begin_inset ERT
41078 status collapsed
41079
41080 \begin_layout Plain Layout
41081
41082 }
41083 \end_layout
41084
41085 \end_inset
41086
41087  DarkOrchid
41088 \end_layout
41089
41090 \end_inset
41091 </cell>
41092 <cell alignment="left" valignment="top" usebox="none">
41093 \begin_inset Text
41094
41095 \begin_layout Plain Layout
41096 \begin_inset ERT
41097 status collapsed
41098
41099 \begin_layout Plain Layout
41100
41101
41102 \backslash
41103 fcolorbox{black}{
41104 \end_layout
41105
41106 \end_inset
41107
41108 Emerald
41109 \begin_inset ERT
41110 status collapsed
41111
41112 \begin_layout Plain Layout
41113
41114 }{
41115 \end_layout
41116
41117 \end_inset
41118
41119
41120 \begin_inset Phantom Phantom
41121 status open
41122
41123 \begin_layout Plain Layout
41124 W
41125 \end_layout
41126
41127 \end_inset
41128
41129
41130 \begin_inset ERT
41131 status collapsed
41132
41133 \begin_layout Plain Layout
41134
41135 }
41136 \end_layout
41137
41138 \end_inset
41139
41140  Emerald
41141 \end_layout
41142
41143 \end_inset
41144 </cell>
41145 <cell alignment="left" valignment="top" usebox="none">
41146 \begin_inset Text
41147
41148 \begin_layout Plain Layout
41149 \begin_inset ERT
41150 status collapsed
41151
41152 \begin_layout Plain Layout
41153
41154
41155 \backslash
41156 fcolorbox{black}{
41157 \end_layout
41158
41159 \end_inset
41160
41161 ForestGreen
41162 \begin_inset ERT
41163 status collapsed
41164
41165 \begin_layout Plain Layout
41166
41167 }{
41168 \end_layout
41169
41170 \end_inset
41171
41172
41173 \begin_inset Phantom Phantom
41174 status open
41175
41176 \begin_layout Plain Layout
41177 W
41178 \end_layout
41179
41180 \end_inset
41181
41182
41183 \begin_inset ERT
41184 status collapsed
41185
41186 \begin_layout Plain Layout
41187
41188 }
41189 \end_layout
41190
41191 \end_inset
41192
41193  ForestGreen
41194 \end_layout
41195
41196 \end_inset
41197 </cell>
41198 </row>
41199 <row>
41200 <cell alignment="left" valignment="top" usebox="none">
41201 \begin_inset Text
41202
41203 \begin_layout Plain Layout
41204 \begin_inset ERT
41205 status collapsed
41206
41207 \begin_layout Plain Layout
41208
41209
41210 \backslash
41211 fcolorbox{black}{
41212 \end_layout
41213
41214 \end_inset
41215
41216 Fuchsia
41217 \begin_inset ERT
41218 status collapsed
41219
41220 \begin_layout Plain Layout
41221
41222 }{
41223 \end_layout
41224
41225 \end_inset
41226
41227
41228 \begin_inset Phantom Phantom
41229 status open
41230
41231 \begin_layout Plain Layout
41232 W
41233 \end_layout
41234
41235 \end_inset
41236
41237
41238 \begin_inset ERT
41239 status collapsed
41240
41241 \begin_layout Plain Layout
41242
41243 }
41244 \end_layout
41245
41246 \end_inset
41247
41248  Fuchsia
41249 \end_layout
41250
41251 \end_inset
41252 </cell>
41253 <cell alignment="left" valignment="top" usebox="none">
41254 \begin_inset Text
41255
41256 \begin_layout Plain Layout
41257 \begin_inset ERT
41258 status collapsed
41259
41260 \begin_layout Plain Layout
41261
41262
41263 \backslash
41264 fcolorbox{black}{
41265 \end_layout
41266
41267 \end_inset
41268
41269 Goldenrod
41270 \begin_inset ERT
41271 status collapsed
41272
41273 \begin_layout Plain Layout
41274
41275 }{
41276 \end_layout
41277
41278 \end_inset
41279
41280
41281 \begin_inset Phantom Phantom
41282 status open
41283
41284 \begin_layout Plain Layout
41285 W
41286 \end_layout
41287
41288 \end_inset
41289
41290
41291 \begin_inset ERT
41292 status collapsed
41293
41294 \begin_layout Plain Layout
41295
41296 }
41297 \end_layout
41298
41299 \end_inset
41300
41301  Goldenrod
41302 \end_layout
41303
41304 \end_inset
41305 </cell>
41306 <cell alignment="left" valignment="top" usebox="none">
41307 \begin_inset Text
41308
41309 \begin_layout Plain Layout
41310 \begin_inset ERT
41311 status collapsed
41312
41313 \begin_layout Plain Layout
41314
41315
41316 \backslash
41317 fcolorbox{black}{
41318 \end_layout
41319
41320 \end_inset
41321
41322 Gray
41323 \begin_inset ERT
41324 status collapsed
41325
41326 \begin_layout Plain Layout
41327
41328 }{
41329 \end_layout
41330
41331 \end_inset
41332
41333
41334 \begin_inset Phantom Phantom
41335 status open
41336
41337 \begin_layout Plain Layout
41338 W
41339 \end_layout
41340
41341 \end_inset
41342
41343
41344 \begin_inset ERT
41345 status collapsed
41346
41347 \begin_layout Plain Layout
41348
41349 }
41350 \end_layout
41351
41352 \end_inset
41353
41354  Gray
41355 \end_layout
41356
41357 \end_inset
41358 </cell>
41359 <cell alignment="left" valignment="top" usebox="none">
41360 \begin_inset Text
41361
41362 \begin_layout Plain Layout
41363 \begin_inset ERT
41364 status collapsed
41365
41366 \begin_layout Plain Layout
41367
41368
41369 \backslash
41370 fcolorbox{black}{
41371 \end_layout
41372
41373 \end_inset
41374
41375 GreenYellow
41376 \begin_inset ERT
41377 status collapsed
41378
41379 \begin_layout Plain Layout
41380
41381 }{
41382 \end_layout
41383
41384 \end_inset
41385
41386
41387 \begin_inset Phantom Phantom
41388 status open
41389
41390 \begin_layout Plain Layout
41391 W
41392 \end_layout
41393
41394 \end_inset
41395
41396
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402 }
41403 \end_layout
41404
41405 \end_inset
41406
41407  GreenYellow
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 </row>
41413 <row>
41414 <cell alignment="center" valignment="top" usebox="none">
41415 \begin_inset Text
41416
41417 \begin_layout Plain Layout
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423
41424 \backslash
41425 fcolorbox{black}{
41426 \end_layout
41427
41428 \end_inset
41429
41430 JungleGreen
41431 \begin_inset ERT
41432 status collapsed
41433
41434 \begin_layout Plain Layout
41435
41436 }{
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \begin_inset Phantom Phantom
41443 status open
41444
41445 \begin_layout Plain Layout
41446 W
41447 \end_layout
41448
41449 \end_inset
41450
41451
41452 \begin_inset ERT
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456
41457 }
41458 \end_layout
41459
41460 \end_inset
41461
41462  JungleGreen
41463 \end_layout
41464
41465 \end_inset
41466 </cell>
41467 <cell alignment="center" valignment="top" usebox="none">
41468 \begin_inset Text
41469
41470 \begin_layout Plain Layout
41471 \begin_inset ERT
41472 status collapsed
41473
41474 \begin_layout Plain Layout
41475
41476
41477 \backslash
41478 fcolorbox{black}{
41479 \end_layout
41480
41481 \end_inset
41482
41483 Lavender
41484 \begin_inset ERT
41485 status collapsed
41486
41487 \begin_layout Plain Layout
41488
41489 }{
41490 \end_layout
41491
41492 \end_inset
41493
41494
41495 \begin_inset Phantom Phantom
41496 status open
41497
41498 \begin_layout Plain Layout
41499 W
41500 \end_layout
41501
41502 \end_inset
41503
41504
41505 \begin_inset ERT
41506 status collapsed
41507
41508 \begin_layout Plain Layout
41509
41510 }
41511 \end_layout
41512
41513 \end_inset
41514
41515  Lavender
41516 \end_layout
41517
41518 \end_inset
41519 </cell>
41520 <cell alignment="center" valignment="top" usebox="none">
41521 \begin_inset Text
41522
41523 \begin_layout Plain Layout
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529
41530 \backslash
41531 fcolorbox{black}{
41532 \end_layout
41533
41534 \end_inset
41535
41536 LimeGreen
41537 \begin_inset ERT
41538 status collapsed
41539
41540 \begin_layout Plain Layout
41541
41542 }{
41543 \end_layout
41544
41545 \end_inset
41546
41547
41548 \begin_inset Phantom Phantom
41549 status open
41550
41551 \begin_layout Plain Layout
41552 W
41553 \end_layout
41554
41555 \end_inset
41556
41557
41558 \begin_inset ERT
41559 status collapsed
41560
41561 \begin_layout Plain Layout
41562
41563 }
41564 \end_layout
41565
41566 \end_inset
41567
41568  LimeGreen
41569 \end_layout
41570
41571 \end_inset
41572 </cell>
41573 <cell alignment="center" valignment="top" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577 \begin_inset ERT
41578 status collapsed
41579
41580 \begin_layout Plain Layout
41581
41582
41583 \backslash
41584 fcolorbox{black}{
41585 \end_layout
41586
41587 \end_inset
41588
41589 Mahogany
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }{
41596 \end_layout
41597
41598 \end_inset
41599
41600
41601 \begin_inset Phantom Phantom
41602 status open
41603
41604 \begin_layout Plain Layout
41605 W
41606 \end_layout
41607
41608 \end_inset
41609
41610
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }
41617 \end_layout
41618
41619 \end_inset
41620
41621  Mahogany
41622 \end_layout
41623
41624 \end_inset
41625 </cell>
41626 </row>
41627 <row>
41628 <cell alignment="left" valignment="top" usebox="none">
41629 \begin_inset Text
41630
41631 \begin_layout Plain Layout
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637
41638 \backslash
41639 fcolorbox{black}{
41640 \end_layout
41641
41642 \end_inset
41643
41644 Mahogany
41645 \begin_inset ERT
41646 status collapsed
41647
41648 \begin_layout Plain Layout
41649
41650 }{
41651 \end_layout
41652
41653 \end_inset
41654
41655
41656 \begin_inset Phantom Phantom
41657 status open
41658
41659 \begin_layout Plain Layout
41660 W
41661 \end_layout
41662
41663 \end_inset
41664
41665
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671 }
41672 \end_layout
41673
41674 \end_inset
41675
41676  Mahogany
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 <cell alignment="left" valignment="top" usebox="none">
41682 \begin_inset Text
41683
41684 \begin_layout Plain Layout
41685 \begin_inset ERT
41686 status collapsed
41687
41688 \begin_layout Plain Layout
41689
41690
41691 \backslash
41692 fcolorbox{black}{
41693 \end_layout
41694
41695 \end_inset
41696
41697 Maroon
41698 \begin_inset ERT
41699 status collapsed
41700
41701 \begin_layout Plain Layout
41702
41703 }{
41704 \end_layout
41705
41706 \end_inset
41707
41708
41709 \begin_inset Phantom Phantom
41710 status open
41711
41712 \begin_layout Plain Layout
41713 W
41714 \end_layout
41715
41716 \end_inset
41717
41718
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724 }
41725 \end_layout
41726
41727 \end_inset
41728
41729  Maroon
41730 \end_layout
41731
41732 \end_inset
41733 </cell>
41734 <cell alignment="left" valignment="top" usebox="none">
41735 \begin_inset Text
41736
41737 \begin_layout Plain Layout
41738 \begin_inset ERT
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742
41743
41744 \backslash
41745 fcolorbox{black}{
41746 \end_layout
41747
41748 \end_inset
41749
41750 Melon
41751 \begin_inset ERT
41752 status collapsed
41753
41754 \begin_layout Plain Layout
41755
41756 }{
41757 \end_layout
41758
41759 \end_inset
41760
41761
41762 \begin_inset Phantom Phantom
41763 status open
41764
41765 \begin_layout Plain Layout
41766 W
41767 \end_layout
41768
41769 \end_inset
41770
41771
41772 \begin_inset ERT
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776
41777 }
41778 \end_layout
41779
41780 \end_inset
41781
41782  Melon
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 <cell alignment="left" valignment="top" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796
41797 \backslash
41798 fcolorbox{black}{
41799 \end_layout
41800
41801 \end_inset
41802
41803 MidnightBlue
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }{
41810 \end_layout
41811
41812 \end_inset
41813
41814
41815 \begin_inset Phantom Phantom
41816 status open
41817
41818 \begin_layout Plain Layout
41819 W
41820 \end_layout
41821
41822 \end_inset
41823
41824
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830 }
41831 \end_layout
41832
41833 \end_inset
41834
41835  MidnightBlue
41836 \end_layout
41837
41838 \end_inset
41839 </cell>
41840 </row>
41841 <row>
41842 <cell alignment="left" valignment="top" usebox="none">
41843 \begin_inset Text
41844
41845 \begin_layout Plain Layout
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851
41852 \backslash
41853 fcolorbox{black}{
41854 \end_layout
41855
41856 \end_inset
41857
41858 Mulberry
41859 \begin_inset ERT
41860 status collapsed
41861
41862 \begin_layout Plain Layout
41863
41864 }{
41865 \end_layout
41866
41867 \end_inset
41868
41869
41870 \begin_inset Phantom Phantom
41871 status open
41872
41873 \begin_layout Plain Layout
41874 W
41875 \end_layout
41876
41877 \end_inset
41878
41879
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885 }
41886 \end_layout
41887
41888 \end_inset
41889
41890  Mulberry
41891 \end_layout
41892
41893 \end_inset
41894 </cell>
41895 <cell alignment="left" valignment="top" usebox="none">
41896 \begin_inset Text
41897
41898 \begin_layout Plain Layout
41899 \begin_inset ERT
41900 status collapsed
41901
41902 \begin_layout Plain Layout
41903
41904
41905 \backslash
41906 fcolorbox{black}{
41907 \end_layout
41908
41909 \end_inset
41910
41911 NavyBlue
41912 \begin_inset ERT
41913 status collapsed
41914
41915 \begin_layout Plain Layout
41916
41917 }{
41918 \end_layout
41919
41920 \end_inset
41921
41922
41923 \begin_inset Phantom Phantom
41924 status open
41925
41926 \begin_layout Plain Layout
41927 W
41928 \end_layout
41929
41930 \end_inset
41931
41932
41933 \begin_inset ERT
41934 status collapsed
41935
41936 \begin_layout Plain Layout
41937
41938 }
41939 \end_layout
41940
41941 \end_inset
41942
41943  NavyBlue
41944 \end_layout
41945
41946 \end_inset
41947 </cell>
41948 <cell alignment="left" valignment="top" usebox="none">
41949 \begin_inset Text
41950
41951 \begin_layout Plain Layout
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957
41958 \backslash
41959 fcolorbox{black}{
41960 \end_layout
41961
41962 \end_inset
41963
41964 OliveGreen
41965 \begin_inset ERT
41966 status collapsed
41967
41968 \begin_layout Plain Layout
41969
41970 }{
41971 \end_layout
41972
41973 \end_inset
41974
41975
41976 \begin_inset Phantom Phantom
41977 status open
41978
41979 \begin_layout Plain Layout
41980 W
41981 \end_layout
41982
41983 \end_inset
41984
41985
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991 }
41992 \end_layout
41993
41994 \end_inset
41995
41996  OliveGreen
41997 \end_layout
41998
41999 \end_inset
42000 </cell>
42001 <cell alignment="left" valignment="top" usebox="none">
42002 \begin_inset Text
42003
42004 \begin_layout Plain Layout
42005 \begin_inset ERT
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009
42010
42011 \backslash
42012 fcolorbox{black}{
42013 \end_layout
42014
42015 \end_inset
42016
42017 Orange
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }{
42024 \end_layout
42025
42026 \end_inset
42027
42028
42029 \begin_inset Phantom Phantom
42030 status open
42031
42032 \begin_layout Plain Layout
42033 W
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044 }
42045 \end_layout
42046
42047 \end_inset
42048
42049  Orange
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 </row>
42055 <row>
42056 <cell alignment="left" valignment="top" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065
42066 \backslash
42067 fcolorbox{black}{
42068 \end_layout
42069
42070 \end_inset
42071
42072 OrangeRed
42073 \begin_inset ERT
42074 status collapsed
42075
42076 \begin_layout Plain Layout
42077
42078 }{
42079 \end_layout
42080
42081 \end_inset
42082
42083
42084 \begin_inset Phantom Phantom
42085 status open
42086
42087 \begin_layout Plain Layout
42088 W
42089 \end_layout
42090
42091 \end_inset
42092
42093
42094 \begin_inset ERT
42095 status collapsed
42096
42097 \begin_layout Plain Layout
42098
42099 }
42100 \end_layout
42101
42102 \end_inset
42103
42104  OrangeRed
42105 \end_layout
42106
42107 \end_inset
42108 </cell>
42109 <cell alignment="left" valignment="top" usebox="none">
42110 \begin_inset Text
42111
42112 \begin_layout Plain Layout
42113 \begin_inset ERT
42114 status collapsed
42115
42116 \begin_layout Plain Layout
42117
42118
42119 \backslash
42120 fcolorbox{black}{
42121 \end_layout
42122
42123 \end_inset
42124
42125 Orchid
42126 \begin_inset ERT
42127 status collapsed
42128
42129 \begin_layout Plain Layout
42130
42131 }{
42132 \end_layout
42133
42134 \end_inset
42135
42136
42137 \begin_inset Phantom Phantom
42138 status open
42139
42140 \begin_layout Plain Layout
42141 W
42142 \end_layout
42143
42144 \end_inset
42145
42146
42147 \begin_inset ERT
42148 status collapsed
42149
42150 \begin_layout Plain Layout
42151
42152 }
42153 \end_layout
42154
42155 \end_inset
42156
42157  Orchid
42158 \end_layout
42159
42160 \end_inset
42161 </cell>
42162 <cell alignment="left" valignment="top" usebox="none">
42163 \begin_inset Text
42164
42165 \begin_layout Plain Layout
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171
42172 \backslash
42173 fcolorbox{black}{
42174 \end_layout
42175
42176 \end_inset
42177
42178 Peach
42179 \begin_inset ERT
42180 status collapsed
42181
42182 \begin_layout Plain Layout
42183
42184 }{
42185 \end_layout
42186
42187 \end_inset
42188
42189
42190 \begin_inset Phantom Phantom
42191 status open
42192
42193 \begin_layout Plain Layout
42194 W
42195 \end_layout
42196
42197 \end_inset
42198
42199
42200 \begin_inset ERT
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204
42205 }
42206 \end_layout
42207
42208 \end_inset
42209
42210  Peach
42211 \end_layout
42212
42213 \end_inset
42214 </cell>
42215 <cell alignment="left" valignment="top" usebox="none">
42216 \begin_inset Text
42217
42218 \begin_layout Plain Layout
42219 \begin_inset ERT
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223
42224
42225 \backslash
42226 fcolorbox{black}{
42227 \end_layout
42228
42229 \end_inset
42230
42231 Periwinkle
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }{
42238 \end_layout
42239
42240 \end_inset
42241
42242
42243 \begin_inset Phantom Phantom
42244 status open
42245
42246 \begin_layout Plain Layout
42247 W
42248 \end_layout
42249
42250 \end_inset
42251
42252
42253 \begin_inset ERT
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257
42258 }
42259 \end_layout
42260
42261 \end_inset
42262
42263  Periwinkle
42264 \end_layout
42265
42266 \end_inset
42267 </cell>
42268 </row>
42269 <row>
42270 <cell alignment="left" valignment="top" usebox="none">
42271 \begin_inset Text
42272
42273 \begin_layout Plain Layout
42274 \begin_inset ERT
42275 status collapsed
42276
42277 \begin_layout Plain Layout
42278
42279
42280 \backslash
42281 fcolorbox{black}{
42282 \end_layout
42283
42284 \end_inset
42285
42286 PineGreen
42287 \begin_inset ERT
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291
42292 }{
42293 \end_layout
42294
42295 \end_inset
42296
42297
42298 \begin_inset Phantom Phantom
42299 status open
42300
42301 \begin_layout Plain Layout
42302 W
42303 \end_layout
42304
42305 \end_inset
42306
42307
42308 \begin_inset ERT
42309 status collapsed
42310
42311 \begin_layout Plain Layout
42312
42313 }
42314 \end_layout
42315
42316 \end_inset
42317
42318  PineGreen
42319 \end_layout
42320
42321 \end_inset
42322 </cell>
42323 <cell alignment="left" valignment="top" usebox="none">
42324 \begin_inset Text
42325
42326 \begin_layout Plain Layout
42327 \begin_inset ERT
42328 status collapsed
42329
42330 \begin_layout Plain Layout
42331
42332
42333 \backslash
42334 fcolorbox{black}{
42335 \end_layout
42336
42337 \end_inset
42338
42339 Plum
42340 \begin_inset ERT
42341 status collapsed
42342
42343 \begin_layout Plain Layout
42344
42345 }{
42346 \end_layout
42347
42348 \end_inset
42349
42350
42351 \begin_inset Phantom Phantom
42352 status open
42353
42354 \begin_layout Plain Layout
42355 W
42356 \end_layout
42357
42358 \end_inset
42359
42360
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366 }
42367 \end_layout
42368
42369 \end_inset
42370
42371  Plum
42372 \end_layout
42373
42374 \end_inset
42375 </cell>
42376 <cell alignment="left" valignment="top" usebox="none">
42377 \begin_inset Text
42378
42379 \begin_layout Plain Layout
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385
42386 \backslash
42387 fcolorbox{black}{
42388 \end_layout
42389
42390 \end_inset
42391
42392 ProcessBlue
42393 \begin_inset ERT
42394 status collapsed
42395
42396 \begin_layout Plain Layout
42397
42398 }{
42399 \end_layout
42400
42401 \end_inset
42402
42403
42404 \begin_inset Phantom Phantom
42405 status open
42406
42407 \begin_layout Plain Layout
42408 W
42409 \end_layout
42410
42411 \end_inset
42412
42413
42414 \begin_inset ERT
42415 status collapsed
42416
42417 \begin_layout Plain Layout
42418
42419 }
42420 \end_layout
42421
42422 \end_inset
42423
42424  ProcessBlue
42425 \end_layout
42426
42427 \end_inset
42428 </cell>
42429 <cell alignment="left" valignment="top" usebox="none">
42430 \begin_inset Text
42431
42432 \begin_layout Plain Layout
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438
42439 \backslash
42440 fcolorbox{black}{
42441 \end_layout
42442
42443 \end_inset
42444
42445 Purple
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451 }{
42452 \end_layout
42453
42454 \end_inset
42455
42456
42457 \begin_inset Phantom Phantom
42458 status open
42459
42460 \begin_layout Plain Layout
42461 W
42462 \end_layout
42463
42464 \end_inset
42465
42466
42467 \begin_inset ERT
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471
42472 }
42473 \end_layout
42474
42475 \end_inset
42476
42477  Purple
42478 \end_layout
42479
42480 \end_inset
42481 </cell>
42482 </row>
42483 <row>
42484 <cell alignment="left" valignment="top" usebox="none">
42485 \begin_inset Text
42486
42487 \begin_layout Plain Layout
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493
42494 \backslash
42495 fcolorbox{black}{
42496 \end_layout
42497
42498 \end_inset
42499
42500 RawSienna
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506 }{
42507 \end_layout
42508
42509 \end_inset
42510
42511
42512 \begin_inset Phantom Phantom
42513 status open
42514
42515 \begin_layout Plain Layout
42516 W
42517 \end_layout
42518
42519 \end_inset
42520
42521
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527 }
42528 \end_layout
42529
42530 \end_inset
42531
42532  RawSienna
42533 \end_layout
42534
42535 \end_inset
42536 </cell>
42537 <cell alignment="left" valignment="top" usebox="none">
42538 \begin_inset Text
42539
42540 \begin_layout Plain Layout
42541 \begin_inset ERT
42542 status collapsed
42543
42544 \begin_layout Plain Layout
42545
42546
42547 \backslash
42548 fcolorbox{black}{
42549 \end_layout
42550
42551 \end_inset
42552
42553 RedOrange
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559 }{
42560 \end_layout
42561
42562 \end_inset
42563
42564
42565 \begin_inset Phantom Phantom
42566 status open
42567
42568 \begin_layout Plain Layout
42569 W
42570 \end_layout
42571
42572 \end_inset
42573
42574
42575 \begin_inset ERT
42576 status collapsed
42577
42578 \begin_layout Plain Layout
42579
42580 }
42581 \end_layout
42582
42583 \end_inset
42584
42585  RedOrange
42586 \end_layout
42587
42588 \end_inset
42589 </cell>
42590 <cell alignment="left" valignment="top" usebox="none">
42591 \begin_inset Text
42592
42593 \begin_layout Plain Layout
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599
42600 \backslash
42601 fcolorbox{black}{
42602 \end_layout
42603
42604 \end_inset
42605
42606 RedViolet
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612 }{
42613 \end_layout
42614
42615 \end_inset
42616
42617
42618 \begin_inset Phantom Phantom
42619 status open
42620
42621 \begin_layout Plain Layout
42622 W
42623 \end_layout
42624
42625 \end_inset
42626
42627
42628 \begin_inset ERT
42629 status collapsed
42630
42631 \begin_layout Plain Layout
42632
42633 }
42634 \end_layout
42635
42636 \end_inset
42637
42638  RedViolet
42639 \end_layout
42640
42641 \end_inset
42642 </cell>
42643 <cell alignment="left" valignment="top" usebox="none">
42644 \begin_inset Text
42645
42646 \begin_layout Plain Layout
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652
42653 \backslash
42654 fcolorbox{black}{
42655 \end_layout
42656
42657 \end_inset
42658
42659 Rhodamine
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }{
42666 \end_layout
42667
42668 \end_inset
42669
42670
42671 \begin_inset Phantom Phantom
42672 status open
42673
42674 \begin_layout Plain Layout
42675 W
42676 \end_layout
42677
42678 \end_inset
42679
42680
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686 }
42687 \end_layout
42688
42689 \end_inset
42690
42691  Rhodamine
42692 \end_layout
42693
42694 \end_inset
42695 </cell>
42696 </row>
42697 <row>
42698 <cell alignment="left" valignment="top" usebox="none">
42699 \begin_inset Text
42700
42701 \begin_layout Plain Layout
42702 \begin_inset ERT
42703 status collapsed
42704
42705 \begin_layout Plain Layout
42706
42707
42708 \backslash
42709 fcolorbox{black}{
42710 \end_layout
42711
42712 \end_inset
42713
42714 RoyalBlue
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720 }{
42721 \end_layout
42722
42723 \end_inset
42724
42725
42726 \begin_inset Phantom Phantom
42727 status open
42728
42729 \begin_layout Plain Layout
42730 W
42731 \end_layout
42732
42733 \end_inset
42734
42735
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741 }
42742 \end_layout
42743
42744 \end_inset
42745
42746  RoyalBlue
42747 \end_layout
42748
42749 \end_inset
42750 </cell>
42751 <cell alignment="left" valignment="top" usebox="none">
42752 \begin_inset Text
42753
42754 \begin_layout Plain Layout
42755 \begin_inset ERT
42756 status collapsed
42757
42758 \begin_layout Plain Layout
42759
42760
42761 \backslash
42762 fcolorbox{black}{
42763 \end_layout
42764
42765 \end_inset
42766
42767 RoyalPurple
42768 \begin_inset ERT
42769 status collapsed
42770
42771 \begin_layout Plain Layout
42772
42773 }{
42774 \end_layout
42775
42776 \end_inset
42777
42778
42779 \begin_inset Phantom Phantom
42780 status open
42781
42782 \begin_layout Plain Layout
42783 W
42784 \end_layout
42785
42786 \end_inset
42787
42788
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794 }
42795 \end_layout
42796
42797 \end_inset
42798
42799  RoyalPurple
42800 \end_layout
42801
42802 \end_inset
42803 </cell>
42804 <cell alignment="left" valignment="top" usebox="none">
42805 \begin_inset Text
42806
42807 \begin_layout Plain Layout
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813
42814 \backslash
42815 fcolorbox{black}{
42816 \end_layout
42817
42818 \end_inset
42819
42820 RubineRed
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826 }{
42827 \end_layout
42828
42829 \end_inset
42830
42831
42832 \begin_inset Phantom Phantom
42833 status open
42834
42835 \begin_layout Plain Layout
42836 W
42837 \end_layout
42838
42839 \end_inset
42840
42841
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847 }
42848 \end_layout
42849
42850 \end_inset
42851
42852  RubineRed
42853 \end_layout
42854
42855 \end_inset
42856 </cell>
42857 <cell alignment="left" valignment="top" usebox="none">
42858 \begin_inset Text
42859
42860 \begin_layout Plain Layout
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866
42867 \backslash
42868 fcolorbox{black}{
42869 \end_layout
42870
42871 \end_inset
42872
42873 Salmon
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879 }{
42880 \end_layout
42881
42882 \end_inset
42883
42884
42885 \begin_inset Phantom Phantom
42886 status open
42887
42888 \begin_layout Plain Layout
42889 W
42890 \end_layout
42891
42892 \end_inset
42893
42894
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900 }
42901 \end_layout
42902
42903 \end_inset
42904
42905  Salmon
42906 \end_layout
42907
42908 \end_inset
42909 </cell>
42910 </row>
42911 <row>
42912 <cell alignment="left" valignment="top" usebox="none">
42913 \begin_inset Text
42914
42915 \begin_layout Plain Layout
42916 \begin_inset ERT
42917 status collapsed
42918
42919 \begin_layout Plain Layout
42920
42921
42922 \backslash
42923 fcolorbox{black}{
42924 \end_layout
42925
42926 \end_inset
42927
42928 SeaGreen
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934 }{
42935 \end_layout
42936
42937 \end_inset
42938
42939
42940 \begin_inset Phantom Phantom
42941 status open
42942
42943 \begin_layout Plain Layout
42944 W
42945 \end_layout
42946
42947 \end_inset
42948
42949
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955 }
42956 \end_layout
42957
42958 \end_inset
42959
42960  SeaGreen
42961 \end_layout
42962
42963 \end_inset
42964 </cell>
42965 <cell alignment="left" valignment="top" usebox="none">
42966 \begin_inset Text
42967
42968 \begin_layout Plain Layout
42969 \begin_inset ERT
42970 status collapsed
42971
42972 \begin_layout Plain Layout
42973
42974
42975 \backslash
42976 fcolorbox{black}{
42977 \end_layout
42978
42979 \end_inset
42980
42981 Sepia
42982 \begin_inset ERT
42983 status collapsed
42984
42985 \begin_layout Plain Layout
42986
42987 }{
42988 \end_layout
42989
42990 \end_inset
42991
42992
42993 \begin_inset Phantom Phantom
42994 status open
42995
42996 \begin_layout Plain Layout
42997 W
42998 \end_layout
42999
43000 \end_inset
43001
43002
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008 }
43009 \end_layout
43010
43011 \end_inset
43012
43013  Sepia
43014 \end_layout
43015
43016 \end_inset
43017 </cell>
43018 <cell alignment="left" valignment="top" usebox="none">
43019 \begin_inset Text
43020
43021 \begin_layout Plain Layout
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027
43028 \backslash
43029 fcolorbox{black}{
43030 \end_layout
43031
43032 \end_inset
43033
43034 SkyBlue
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040 }{
43041 \end_layout
43042
43043 \end_inset
43044
43045
43046 \begin_inset Phantom Phantom
43047 status open
43048
43049 \begin_layout Plain Layout
43050 W
43051 \end_layout
43052
43053 \end_inset
43054
43055
43056 \begin_inset ERT
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060
43061 }
43062 \end_layout
43063
43064 \end_inset
43065
43066  SkyBlue
43067 \end_layout
43068
43069 \end_inset
43070 </cell>
43071 <cell alignment="left" valignment="top" usebox="none">
43072 \begin_inset Text
43073
43074 \begin_layout Plain Layout
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080
43081 \backslash
43082 fcolorbox{black}{
43083 \end_layout
43084
43085 \end_inset
43086
43087 SpringGreen
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093 }{
43094 \end_layout
43095
43096 \end_inset
43097
43098
43099 \begin_inset Phantom Phantom
43100 status open
43101
43102 \begin_layout Plain Layout
43103 W
43104 \end_layout
43105
43106 \end_inset
43107
43108
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114 }
43115 \end_layout
43116
43117 \end_inset
43118
43119  SpringGreen
43120 \end_layout
43121
43122 \end_inset
43123 </cell>
43124 </row>
43125 <row>
43126 <cell alignment="left" valignment="top" usebox="none">
43127 \begin_inset Text
43128
43129 \begin_layout Plain Layout
43130 \begin_inset ERT
43131 status collapsed
43132
43133 \begin_layout Plain Layout
43134
43135
43136 \backslash
43137 fcolorbox{black}{
43138 \end_layout
43139
43140 \end_inset
43141
43142 Tan
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148 }{
43149 \end_layout
43150
43151 \end_inset
43152
43153
43154 \begin_inset Phantom Phantom
43155 status open
43156
43157 \begin_layout Plain Layout
43158 W
43159 \end_layout
43160
43161 \end_inset
43162
43163
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169 }
43170 \end_layout
43171
43172 \end_inset
43173
43174  Tan
43175 \end_layout
43176
43177 \end_inset
43178 </cell>
43179 <cell alignment="left" valignment="top" usebox="none">
43180 \begin_inset Text
43181
43182 \begin_layout Plain Layout
43183 \begin_inset ERT
43184 status collapsed
43185
43186 \begin_layout Plain Layout
43187
43188
43189 \backslash
43190 fcolorbox{black}{
43191 \end_layout
43192
43193 \end_inset
43194
43195 TealBlue
43196 \begin_inset ERT
43197 status collapsed
43198
43199 \begin_layout Plain Layout
43200
43201 }{
43202 \end_layout
43203
43204 \end_inset
43205
43206
43207 \begin_inset Phantom Phantom
43208 status open
43209
43210 \begin_layout Plain Layout
43211 W
43212 \end_layout
43213
43214 \end_inset
43215
43216
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222 }
43223 \end_layout
43224
43225 \end_inset
43226
43227  TealBlue
43228 \end_layout
43229
43230 \end_inset
43231 </cell>
43232 <cell alignment="left" valignment="top" usebox="none">
43233 \begin_inset Text
43234
43235 \begin_layout Plain Layout
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241
43242 \backslash
43243 fcolorbox{black}{
43244 \end_layout
43245
43246 \end_inset
43247
43248 Thistle
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254 }{
43255 \end_layout
43256
43257 \end_inset
43258
43259
43260 \begin_inset Phantom Phantom
43261 status open
43262
43263 \begin_layout Plain Layout
43264 W
43265 \end_layout
43266
43267 \end_inset
43268
43269
43270 \begin_inset ERT
43271 status collapsed
43272
43273 \begin_layout Plain Layout
43274
43275 }
43276 \end_layout
43277
43278 \end_inset
43279
43280  Thistle
43281 \end_layout
43282
43283 \end_inset
43284 </cell>
43285 <cell alignment="left" valignment="top" usebox="none">
43286 \begin_inset Text
43287
43288 \begin_layout Plain Layout
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294
43295 \backslash
43296 fcolorbox{black}{
43297 \end_layout
43298
43299 \end_inset
43300
43301 Turquoise
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }{
43308 \end_layout
43309
43310 \end_inset
43311
43312
43313 \begin_inset Phantom Phantom
43314 status open
43315
43316 \begin_layout Plain Layout
43317 W
43318 \end_layout
43319
43320 \end_inset
43321
43322
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328 }
43329 \end_layout
43330
43331 \end_inset
43332
43333  Turquoise
43334 \end_layout
43335
43336 \end_inset
43337 </cell>
43338 </row>
43339 <row>
43340 <cell alignment="left" valignment="top" usebox="none">
43341 \begin_inset Text
43342
43343 \begin_layout Plain Layout
43344 \begin_inset ERT
43345 status collapsed
43346
43347 \begin_layout Plain Layout
43348
43349
43350 \backslash
43351 fcolorbox{black}{
43352 \end_layout
43353
43354 \end_inset
43355
43356 Violet
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362 }{
43363 \end_layout
43364
43365 \end_inset
43366
43367
43368 \begin_inset Phantom Phantom
43369 status open
43370
43371 \begin_layout Plain Layout
43372 W
43373 \end_layout
43374
43375 \end_inset
43376
43377
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383 }
43384 \end_layout
43385
43386 \end_inset
43387
43388  Violet
43389 \end_layout
43390
43391 \end_inset
43392 </cell>
43393 <cell alignment="left" valignment="top" usebox="none">
43394 \begin_inset Text
43395
43396 \begin_layout Plain Layout
43397 \begin_inset ERT
43398 status collapsed
43399
43400 \begin_layout Plain Layout
43401
43402
43403 \backslash
43404 fcolorbox{black}{
43405 \end_layout
43406
43407 \end_inset
43408
43409 VioletRed
43410 \begin_inset ERT
43411 status collapsed
43412
43413 \begin_layout Plain Layout
43414
43415 }{
43416 \end_layout
43417
43418 \end_inset
43419
43420
43421 \begin_inset Phantom Phantom
43422 status open
43423
43424 \begin_layout Plain Layout
43425 W
43426 \end_layout
43427
43428 \end_inset
43429
43430
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436 }
43437 \end_layout
43438
43439 \end_inset
43440
43441  VioletRed
43442 \end_layout
43443
43444 \end_inset
43445 </cell>
43446 <cell alignment="left" valignment="top" usebox="none">
43447 \begin_inset Text
43448
43449 \begin_layout Plain Layout
43450 \begin_inset ERT
43451 status collapsed
43452
43453 \begin_layout Plain Layout
43454
43455
43456 \backslash
43457 fcolorbox{black}{
43458 \end_layout
43459
43460 \end_inset
43461
43462 WildStrawberry
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468 }{
43469 \end_layout
43470
43471 \end_inset
43472
43473
43474 \begin_inset Phantom Phantom
43475 status open
43476
43477 \begin_layout Plain Layout
43478 W
43479 \end_layout
43480
43481 \end_inset
43482
43483
43484 \begin_inset ERT
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489 }
43490 \end_layout
43491
43492 \end_inset
43493
43494  WildStrawberry
43495 \end_layout
43496
43497 \end_inset
43498 </cell>
43499 <cell alignment="left" valignment="top" usebox="none">
43500 \begin_inset Text
43501
43502 \begin_layout Plain Layout
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508
43509 \backslash
43510 fcolorbox{black}{
43511 \end_layout
43512
43513 \end_inset
43514
43515 YellowGreen
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }{
43522 \end_layout
43523
43524 \end_inset
43525
43526
43527 \begin_inset Phantom Phantom
43528 status open
43529
43530 \begin_layout Plain Layout
43531 W
43532 \end_layout
43533
43534 \end_inset
43535
43536
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542 }
43543 \end_layout
43544
43545 \end_inset
43546
43547  YellowGreen
43548 \end_layout
43549
43550 \end_inset
43551 </cell>
43552 </row>
43553 <row>
43554 <cell alignment="left" valignment="top" usebox="none">
43555 \begin_inset Text
43556
43557 \begin_layout Plain Layout
43558 \begin_inset ERT
43559 status collapsed
43560
43561 \begin_layout Plain Layout
43562
43563
43564 \backslash
43565 fcolorbox{black}{
43566 \end_layout
43567
43568 \end_inset
43569
43570 YellowOrange
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576 }{
43577 \end_layout
43578
43579 \end_inset
43580
43581
43582 \begin_inset Phantom Phantom
43583 status open
43584
43585 \begin_layout Plain Layout
43586 W
43587 \end_layout
43588
43589 \end_inset
43590
43591
43592 \begin_inset ERT
43593 status collapsed
43594
43595 \begin_layout Plain Layout
43596
43597 }
43598 \end_layout
43599
43600 \end_inset
43601
43602  YellowOrange
43603 \end_layout
43604
43605 \end_inset
43606 </cell>
43607 <cell alignment="left" valignment="top" usebox="none">
43608 \begin_inset Text
43609
43610 \begin_layout Plain Layout
43611
43612 \end_layout
43613
43614 \end_inset
43615 </cell>
43616 <cell alignment="left" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620
43621 \end_layout
43622
43623 \end_inset
43624 </cell>
43625 <cell alignment="left" valignment="top" usebox="none">
43626 \begin_inset Text
43627
43628 \begin_layout Plain Layout
43629
43630 \end_layout
43631
43632 \end_inset
43633 </cell>
43634 </row>
43635 </lyxtabular>
43636
43637 \end_inset
43638
43639
43640 \end_layout
43641
43642 \begin_layout Chapter
43643 第(
43644 \begin_inset CommandInset ref
43645 LatexCommand ref
43646 reference "eq:Wgn"
43647
43648 \end_inset
43649
43650 )式の説明
43651 \begin_inset CommandInset label
43652 LatexCommand label
43653 name "cha:式の説明"
43654
43655 \end_inset
43656
43657
43658 \end_layout
43659
43660 \begin_layout Standard
43661 \begin_inset Formula $n$
43662 \end_inset
43663
43664 個の表セルの全幅
43665 \begin_inset Formula $W_{\text{全}:n}$
43666 \end_inset
43667
43668
43669 \begin_inset Formula 
43670 \begin{equation}
43671 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43672 \end{equation}
43673
43674 \end_inset
43675
43676
43677 \end_layout
43678
43679 \begin_layout Standard
43680 で計算できます.ここで
43681 \begin_inset Formula $W_{\text{指}:n}$
43682 \end_inset
43683
43684 は,すべてのセルが持つ固定幅です.
43685 \series bold
43686
43687 \backslash
43688 tabcolsep
43689 \series default
43690 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43691 長であり,既定値は6
43692 \begin_inset space \thinspace{}
43693 \end_inset
43694
43695 ptです.
43696 \series bold
43697
43698 \backslash
43699 arrayrulewidth
43700 \series default
43701 は,セル罫線幅であり,既定値は0.4
43702 \begin_inset space \thinspace{}
43703 \end_inset
43704
43705 ptです.
43706 \end_layout
43707
43708 \begin_layout Standard
43709
43710 \begin_inset CommandInset ref
43711 LatexCommand eqref
43712 reference "eq:Wtot_n"
43713
43714 \end_inset
43715
43716 式にしたがえば,連結列の全幅
43717 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43718 \end_inset
43719
43720
43721 \begin_inset Formula 
43722 \begin{equation}
43723 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43724 \end{equation}
43725
43726 \end_inset
43727
43728
43729 \end_layout
43730
43731 \begin_layout Standard
43732 となります.
43733 \begin_inset Formula $n$
43734 \end_inset
43735
43736 列を連結する時には各列の全幅は
43737 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43738 \end_inset
43739
43740 となるので,第
43741 \begin_inset CommandInset ref
43742 LatexCommand eqref
43743 reference "eq:Wtot_n"
43744
43745 \end_inset
43746
43747 式と第
43748 \begin_inset CommandInset ref
43749 LatexCommand eqref
43750 reference "eq:Wtot_mult"
43751
43752 \end_inset
43753
43754 式が等しいものと置けば,必要となる固定幅
43755 \begin_inset Formula $W_{\text{指}:n}$
43756 \end_inset
43757
43758 を計算することができて,
43759 \begin_inset Formula 
43760 \begin{equation}
43761 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43762 \end{equation}
43763
43764 \end_inset
43765
43766 となります.
43767 \end_layout
43768
43769 \begin_layout Bibliography
43770 \labelwidthstring 参考文献
43771 \begin_inset CommandInset bibitem
43772 LatexCommand bibitem
43773 key "latexcompanion"
43774 literal "true"
43775
43776 \end_inset
43777
43778 Frank Mittelbach and Michel Goossens: 
43779 \emph on
43780 The \SpecialChar LaTeX
43781  Companion Second Edition.
43782
43783 \emph default
43784  Addison-Wesley, 2004
43785 \end_layout
43786
43787 \begin_layout Bibliography
43788 \labelwidthstring 参考文献
43789 \begin_inset CommandInset bibitem
43790 LatexCommand bibitem
43791 key "latexguide"
43792 literal "true"
43793
43794 \end_inset
43795
43796 Helmut Kopka and Patrick W.
43797  Daly: 
43798 \emph on
43799 A Guide to \SpecialChar LaTeX
43800  Fourth Edition.
43801
43802 \emph default
43803  Addison-Wesley, 2003
43804 \end_layout
43805
43806 \begin_layout Bibliography
43807 \labelwidthstring 参考文献
43808 \begin_inset CommandInset bibitem
43809 LatexCommand bibitem
43810 key "latexbook"
43811 literal "true"
43812
43813 \end_inset
43814
43815 Leslie Lamport: 
43816 \emph on
43817 \SpecialChar LaTeX
43818 : A Document Preparation System.
43819
43820 \emph default
43821  Addison-Wesley, second edition, 1994
43822 \end_layout
43823
43824 \begin_layout Bibliography
43825 \labelwidthstring 参考文献
43826 \begin_inset CommandInset bibitem
43827 LatexCommand bibitem
43828 key "arydshln"
43829 literal "true"
43830
43831 \end_inset
43832
43833 \SpecialChar LaTeX
43834 パッケージ
43835 \series bold
43836
43837 \begin_inset CommandInset href
43838 LatexCommand href
43839 name "arydshln"
43840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43841 literal "false"
43842
43843 \end_inset
43844
43845
43846 \series default
43847
43848 \begin_inset Index idx
43849 status collapsed
43850
43851 \begin_layout Plain Layout
43852 \SpecialChar LaTeX
43853 ぱっけーじ@\SpecialChar LaTeX
43854 パッケージ ! arydshln
43855 \end_layout
43856
43857 \end_inset
43858
43859
43860 \end_layout
43861
43862 \begin_layout Bibliography
43863 \labelwidthstring 参考文献
43864 \begin_inset CommandInset bibitem
43865 LatexCommand bibitem
43866 key "booktabs"
43867 literal "true"
43868
43869 \end_inset
43870
43871 \SpecialChar LaTeX
43872 パッケージ
43873 \series bold
43874
43875 \begin_inset CommandInset href
43876 LatexCommand href
43877 name "booktabs"
43878 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43879 literal "false"
43880
43881 \end_inset
43882
43883
43884 \series default
43885
43886 \begin_inset Index idx
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890 \SpecialChar LaTeX
43891 ぱっけーじ@\SpecialChar LaTeX
43892 パッケージ ! booktabs
43893 \end_layout
43894
43895 \end_inset
43896
43897 の取扱説明書
43898 \end_layout
43899
43900 \begin_layout Bibliography
43901 \labelwidthstring 参考文献
43902 \begin_inset CommandInset bibitem
43903 LatexCommand bibitem
43904 key "caption"
43905 literal "true"
43906
43907 \end_inset
43908
43909 \SpecialChar LaTeX
43910 パッケージ
43911 \series bold
43912
43913 \begin_inset CommandInset href
43914 LatexCommand href
43915 name "caption"
43916 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
43917 literal "false"
43918
43919 \end_inset
43920
43921
43922 \series default
43923
43924 \begin_inset Index idx
43925 status collapsed
43926
43927 \begin_layout Plain Layout
43928 \SpecialChar LaTeX
43929 ぱっけーじ@\SpecialChar LaTeX
43930 パッケージ ! caption
43931 \end_layout
43932
43933 \end_inset
43934
43935 の取扱説明書
43936 \end_layout
43937
43938 \begin_layout Bibliography
43939 \labelwidthstring 参考文献
43940 \begin_inset CommandInset bibitem
43941 LatexCommand bibitem
43942 key "diagbox"
43943 literal "true"
43944
43945 \end_inset
43946
43947 \SpecialChar LaTeX
43948 パッケージ
43949 \series bold
43950
43951 \begin_inset CommandInset href
43952 LatexCommand href
43953 name "diagbox"
43954 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43955 literal "false"
43956
43957 \end_inset
43958
43959
43960 \series default
43961
43962 \begin_inset Index idx
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966 \SpecialChar LaTeX
43967 ぱっけーじ@\SpecialChar LaTeX
43968 パッケージ ! diagbox
43969 \end_layout
43970
43971 \end_inset
43972
43973
43974 \end_layout
43975
43976 \begin_layout Bibliography
43977 \labelwidthstring 参考文献
43978 \begin_inset CommandInset bibitem
43979 LatexCommand bibitem
43980 key "endfloat"
43981 literal "true"
43982
43983 \end_inset
43984
43985 \SpecialChar LaTeX
43986 パッケージ
43987 \series bold
43988
43989 \begin_inset CommandInset href
43990 LatexCommand href
43991 name "endfloat"
43992 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43993 literal "false"
43994
43995 \end_inset
43996
43997
43998 \series default
43999
44000 \begin_inset Index idx
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004 \SpecialChar LaTeX
44005 ぱっけーじ@\SpecialChar LaTeX
44006 パッケージ ! endfloat
44007 \end_layout
44008
44009 \end_inset
44010
44011 の取扱説明書
44012 \end_layout
44013
44014 \begin_layout Bibliography
44015 \labelwidthstring 参考文献
44016 \begin_inset CommandInset bibitem
44017 LatexCommand bibitem
44018 key "footmisc"
44019 literal "true"
44020
44021 \end_inset
44022
44023 \SpecialChar LaTeX
44024 パッケージ
44025 \series bold
44026
44027 \begin_inset CommandInset href
44028 LatexCommand href
44029 name "footmisc"
44030 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44031 literal "false"
44032
44033 \end_inset
44034
44035
44036 \series default
44037
44038 \begin_inset Index idx
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042 \SpecialChar LaTeX
44043 ぱっけーじ@\SpecialChar LaTeX
44044 パッケージ ! footmisc
44045 \end_layout
44046
44047 \end_inset
44048
44049 の取扱説明書
44050 \end_layout
44051
44052 \begin_layout Bibliography
44053 \labelwidthstring 参考文献
44054 \begin_inset CommandInset bibitem
44055 LatexCommand bibitem
44056 key "hypcap"
44057 literal "true"
44058
44059 \end_inset
44060
44061 \SpecialChar LaTeX
44062 パッケージ
44063 \series bold
44064
44065 \begin_inset CommandInset href
44066 LatexCommand href
44067 name "hypcap"
44068 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44069 literal "false"
44070
44071 \end_inset
44072
44073
44074 \series default
44075
44076 \begin_inset Index idx
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080 \SpecialChar LaTeX
44081 ぱっけーじ@\SpecialChar LaTeX
44082 パッケージ ! hyperref
44083 \end_layout
44084
44085 \end_inset
44086
44087 の取扱説明書
44088 \end_layout
44089
44090 \begin_layout Bibliography
44091 \labelwidthstring 参考文献
44092 \begin_inset CommandInset bibitem
44093 LatexCommand bibitem
44094 key "hyperref"
44095 literal "true"
44096
44097 \end_inset
44098
44099 \SpecialChar LaTeX
44100 パッケージ
44101 \series bold
44102
44103 \begin_inset CommandInset href
44104 LatexCommand href
44105 name "hyperref"
44106 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44107 literal "false"
44108
44109 \end_inset
44110
44111
44112 \series default
44113
44114 \begin_inset Index idx
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118 \SpecialChar LaTeX
44119 ぱっけーじ@\SpecialChar LaTeX
44120 パッケージ ! hyperref
44121 \end_layout
44122
44123 \end_inset
44124
44125 の取扱説明書
44126 \end_layout
44127
44128 \begin_layout Bibliography
44129 \labelwidthstring 参考文献
44130 \begin_inset CommandInset bibitem
44131 LatexCommand bibitem
44132 key "KOMA-script"
44133 literal "true"
44134
44135 \end_inset
44136
44137 \SpecialChar LaTeX
44138 パッケージ
44139 \series bold
44140
44141 \begin_inset CommandInset href
44142 LatexCommand href
44143 name "KOMA-script"
44144 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44145 literal "false"
44146
44147 \end_inset
44148
44149
44150 \series default
44151
44152 \begin_inset Index idx
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156 \SpecialChar LaTeX
44157 ぱっけーじ@\SpecialChar LaTeX
44158 パッケージ ! KOMA-script
44159 \end_layout
44160
44161 \end_inset
44162
44163 の取扱説明書
44164 \end_layout
44165
44166 \begin_layout Bibliography
44167 \labelwidthstring 参考文献
44168 \begin_inset CommandInset bibitem
44169 LatexCommand bibitem
44170 key "lettrine"
44171 literal "true"
44172
44173 \end_inset
44174
44175 \SpecialChar LaTeX
44176 パッケージ
44177 \series bold
44178
44179 \begin_inset CommandInset href
44180 LatexCommand href
44181 name "lettrine"
44182 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44183 literal "false"
44184
44185 \end_inset
44186
44187
44188 \series default
44189 及び
44190 \begin_inset CommandInset href
44191 LatexCommand href
44192 name "用例"
44193 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44194 literal "false"
44195
44196 \end_inset
44197
44198
44199 \begin_inset Index idx
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203 \SpecialChar LaTeX
44204 ぱっけーじ@\SpecialChar LaTeX
44205 パッケージ ! lettrine
44206 \end_layout
44207
44208 \end_inset
44209
44210
44211 \end_layout
44212
44213 \begin_layout Bibliography
44214 \labelwidthstring 参考文献
44215 \begin_inset CommandInset bibitem
44216 LatexCommand bibitem
44217 key "listings"
44218 literal "true"
44219
44220 \end_inset
44221
44222 \SpecialChar LaTeX
44223 パッケージ
44224 \series bold
44225
44226 \begin_inset CommandInset href
44227 LatexCommand href
44228 name "listings"
44229 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44230 literal "false"
44231
44232 \end_inset
44233
44234
44235 \series default
44236
44237 \begin_inset Index idx
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241 \SpecialChar LaTeX
44242 ぱっけーじ@\SpecialChar LaTeX
44243 パッケージ ! listings
44244 \end_layout
44245
44246 \end_inset
44247
44248 の取扱説明書
44249 \end_layout
44250
44251 \begin_layout Bibliography
44252 \labelwidthstring 参考文献
44253 \begin_inset CommandInset bibitem
44254 LatexCommand bibitem
44255 key "minted"
44256 literal "true"
44257
44258 \end_inset
44259
44260 \SpecialChar LaTeX
44261 パッケージ
44262 \series bold
44263
44264 \begin_inset CommandInset href
44265 LatexCommand href
44266 name "minted"
44267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
44268 literal "false"
44269
44270 \end_inset
44271
44272
44273 \series default
44274
44275 \begin_inset Index idx
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279 \SpecialChar LaTeX
44280 ぱっけーじ@\SpecialChar LaTeX
44281 パッケージ ! minted
44282 \end_layout
44283
44284 \end_inset
44285
44286 の取扱説明書
44287 \end_layout
44288
44289 \begin_layout Bibliography
44290 \labelwidthstring 参考文献
44291 \begin_inset CommandInset bibitem
44292 LatexCommand bibitem
44293 key "marginnote"
44294 literal "true"
44295
44296 \end_inset
44297
44298 \SpecialChar LaTeX
44299 パッケージ
44300 \series bold
44301
44302 \begin_inset CommandInset href
44303 LatexCommand href
44304 name "marginnote"
44305 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44306 literal "false"
44307
44308 \end_inset
44309
44310
44311 \series default
44312
44313 \begin_inset Index idx
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317 \SpecialChar LaTeX
44318 ぱっけーじ@\SpecialChar LaTeX
44319 パッケージ ! marginnote
44320 \end_layout
44321
44322 \end_inset
44323
44324 の取扱説明書
44325 \end_layout
44326
44327 \begin_layout Bibliography
44328 \labelwidthstring 参考文献
44329 \begin_inset CommandInset bibitem
44330 LatexCommand bibitem
44331 key "pdfpages"
44332 literal "true"
44333
44334 \end_inset
44335
44336 \SpecialChar LaTeX
44337 パッケージ
44338 \series bold
44339
44340 \begin_inset CommandInset href
44341 LatexCommand href
44342 name "pdfpages"
44343 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44344 literal "false"
44345
44346 \end_inset
44347
44348
44349 \series default
44350
44351 \begin_inset Index idx
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355 \SpecialChar LaTeX
44356 ぱっけーじ@\SpecialChar LaTeX
44357 パッケージ ! pdfpages
44358 \end_layout
44359
44360 \end_inset
44361
44362 の取扱説明書
44363 \end_layout
44364
44365 \begin_layout Bibliography
44366 \labelwidthstring 参考文献
44367 \begin_inset CommandInset bibitem
44368 LatexCommand bibitem
44369 key "prettyref"
44370 literal "true"
44371
44372 \end_inset
44373
44374 \SpecialChar LaTeX
44375 パッケージ
44376 \series bold
44377
44378 \begin_inset CommandInset href
44379 LatexCommand href
44380 name "prettyref"
44381 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44382 literal "false"
44383
44384 \end_inset
44385
44386
44387 \series default
44388
44389 \begin_inset Index idx
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393 \SpecialChar LaTeX
44394 ぱっけーじ@\SpecialChar LaTeX
44395 パッケージ! prettyref
44396 \end_layout
44397
44398 \end_inset
44399
44400 の取扱説明書
44401 \end_layout
44402
44403 \begin_layout Bibliography
44404 \labelwidthstring 参考文献
44405 \begin_inset CommandInset bibitem
44406 LatexCommand bibitem
44407 key "pstricks"
44408 literal "true"
44409
44410 \end_inset
44411
44412 \SpecialChar LaTeX
44413 パッケージ
44414 \series bold
44415
44416 \begin_inset CommandInset href
44417 LatexCommand href
44418 name "PSTricks"
44419 target "http://tug.org/PSTricks/"
44420 literal "false"
44421
44422 \end_inset
44423
44424
44425 \series default
44426
44427 \begin_inset Index idx
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431 \SpecialChar LaTeX
44432 ぱっけーじ@\SpecialChar LaTeX
44433 パッケージ ! PSTricks
44434 \end_layout
44435
44436 \end_inset
44437
44438 のウェブページ
44439 \end_layout
44440
44441 \begin_layout Bibliography
44442 \labelwidthstring 参考文献
44443 \begin_inset CommandInset bibitem
44444 LatexCommand bibitem
44445 key "refstyle"
44446 literal "true"
44447
44448 \end_inset
44449
44450 \SpecialChar LaTeX
44451 パッケージ
44452 \series bold
44453
44454 \begin_inset CommandInset href
44455 LatexCommand href
44456 name "refstyle"
44457 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44458 literal "false"
44459
44460 \end_inset
44461
44462
44463 \series default
44464
44465 \begin_inset Index idx
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469 \SpecialChar LaTeX
44470 ぱっけーじ@\SpecialChar LaTeX
44471 パッケージ ! refstyle
44472 \end_layout
44473
44474 \end_inset
44475
44476 の取扱説明書
44477 \end_layout
44478
44479 \begin_layout Bibliography
44480 \labelwidthstring 参考文献
44481 \begin_inset CommandInset bibitem
44482 LatexCommand bibitem
44483 key "sidecap"
44484 literal "true"
44485
44486 \end_inset
44487
44488 \SpecialChar LaTeX
44489 パッケージ
44490 \series bold
44491
44492 \begin_inset CommandInset href
44493 LatexCommand href
44494 name "sidecap"
44495 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44496 literal "false"
44497
44498 \end_inset
44499
44500
44501 \series default
44502
44503 \begin_inset Index idx
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507 \SpecialChar LaTeX
44508 ぱっけーじ@\SpecialChar LaTeX
44509 パッケージ ! sidecap
44510 \end_layout
44511
44512 \end_inset
44513
44514 の取扱説明書
44515 \end_layout
44516
44517 \begin_layout Bibliography
44518 \labelwidthstring 参考文献
44519 \begin_inset CommandInset bibitem
44520 LatexCommand bibitem
44521 key "Inkscape"
44522 literal "true"
44523
44524 \end_inset
44525
44526
44527 \lang english
44528 Documentation of the option 
44529 \begin_inset CommandInset href
44530 LatexCommand href
44531 name "Omit text in PDF"
44532 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44533 literal "false"
44534
44535 \end_inset
44536
44537  of the program
44538 \lang japanese
44539  
44540 \noun on
44541
44542 \begin_inset CommandInset href
44543 LatexCommand href
44544 name "Inkscape"
44545 target "https://inkscape.org/ja/"
44546 literal "false"
44547
44548 \end_inset
44549
44550
44551 \end_layout
44552
44553 \begin_layout Standard
44554 \begin_inset CommandInset index_print
44555 LatexCommand printindex
44556 type "idx"
44557 name "索引"
44558 literal "false"
44559
44560 \end_inset
44561
44562
44563 \end_layout
44564
44565 \end_body
44566 \end_document