]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: change fonts as discussed
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 %% Added by the translator
9 %   Correction for PDF bookmarks
10 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
11 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
12 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
13
14 % that links to image floats jumps
15 % to the beginning of the float and 
16 % not to its caption
17 \usepackage[figure]{hypcap}
18
19 % the pages of the TOC is numbered roman
20 % and a PDF-bookmark for the TOC is added
21 \let\myTOC\tableofcontents
22 \renewcommand\tableofcontents{%
23   \frontmatter
24   \pdfbookmark[1]{\contentsname}{}
25   \myTOC
26   \mainmatter }
27
28 % provides caption formatting
29 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
30
31 % provides commands to set caption
32 % beside tables/images
33 \newcommand{\TabBesBeg}[1][1.0]{%
34  \let\MyTable\table
35  \let\MyEndtable\endtable
36  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
37
38 \newcommand{\TabBesEnd}{%
39  \let\table\MyTable
40  \let\endtable\MyEndtable}
41
42 \newcommand{\FigBesBeg}[1][1.0]{%
43  \let\MyFigure\figure
44  \let\MyEndfigure\endfigure
45  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
46
47 \newcommand{\FigBesEnd}{%
48  \let\figure\MyFigure
49  \let\endfigure\MyEndfigure}
50
51 % enables calculation of values,
52 \usepackage{calc}
53
54 % increase the bottom float placement fraction
55 \renewcommand{\bottomfraction}{0.5}
56
57 % avoids that floats are placed before their
58 % corresponding section starts
59 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
60
61 % speed up the longtable calculation
62 \setcounter{LTchunksize}{100}
63
64 % used for colored tables
65 \@ifundefined{textcolor}
66  {\usepackage{color}}{}
67 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
68 \definecolor{lightgrey}{gray}{0.8}
69
70 % check for package colortbl
71 % used for colored table cells
72 \newboolean{colortbl}
73 \IfFileExists{colortbl.sty}
74  {\usepackage{colortbl}
75   \setboolean{colortbl}{true}}
76  {\setboolean{colortbl}{false}}
77
78 % used to have extra space in table cells
79 \@ifundefined{extrarowheight}
80  {\usepackage{array}}{}
81 \setlength{\extrarowheight}{2pt}
82
83 % used for customized tables
84 % ---
85 \newcolumntype{M}[1]
86  {>{\centering\hspace{0pt}}m{#1}}
87
88 \newcolumntype{S}[2]
89  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
90
91 \newcolumntype{K}[1]
92  {>{\columncolor{#1}\hspace{0pt}}c}
93
94 \newcolumntype{V}{!{\vrule width 1.5pt}}
95
96 \newcolumntype{W}{!{\color{green}\vline}}
97 % ---
98
99 % insert additional vertical space of
100 % 1.5 mm between footnotes
101 \let\myFoot\footnote
102 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
103
104 % number algorithm floats within chapters
105 \numberwithin{algorithm}{chapter}
106
107
108 % ------------------------------------
109 % used to check for needed LaTeX packages
110 \usepackage{ifthen}
111
112 % check for package arydshln
113 % used for tables with dashed lines
114 \newboolean{arydshln}
115 \IfFileExists{arydshln.sty}
116  {\usepackage{arydshln}
117   \setboolean{arydshln}{true}}
118  {\setboolean{arydshln}{false}}
119
120 % check for package marginnote
121 % used for margin notes
122 \newboolean{marginnote}
123 \IfFileExists{marginnote.sty}
124  {\usepackage{marginnote}
125   \let\marginpar\marginnote
126   \setboolean{marginnote}{true}}
127  {\setboolean{marginnote}{false}}
128
129 % check for package sidecap
130 % used for captions on the side
131 \newboolean{sidecap}
132 \IfFileExists{sidecap.sty}
133  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
134   \setboolean{sidecap}{true}}
135  {\setboolean{sidecap}{false}}
136
137 % check for picinpar
138 % used for surrounded fixed objects
139 \newboolean{picinpar}
140 \IfFileExists{picinpar.sty}
141  {\usepackage{picinpar}
142   \setboolean{picinpar}{true}}
143  {\setboolean{picinpar}{false}}
144
145 % check for lettrine
146 \newboolean{lettrine}
147 \IfFileExists{lettrine.sty}
148  {\usepackage{lettrine}
149   \setboolean{lettrine}{true}}
150  {\setboolean{lettrine}{false}}
151
152 % check for diagbox
153 \newboolean{diagbox}
154 \IfFileExists{diagbox.sty}
155  {\usepackage{diagbox}
156   \setboolean{diagbox}{true}}
157  {\setboolean{diagbox}{false}}
158
159 \usepackage{t1enc}
160 \renewcommand{\seename}{→}
161
162 \usepackage{subfig}
163 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
164 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
165 \end_preamble
166 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
167 \use_default_options false
168 \begin_modules
169 initials
170 graphicboxes
171 \end_modules
172 \maintain_unincluded_children false
173 \begin_local_layout
174 InsetLayout             Flex:Ruby
175 LyxType         charstyle
176 LatexType               command
177 LatexName               ruby
178 BgColor         none
179 LabelString             "ルビ"
180 Decoration              Conglomerate
181 Argument post:1
182 LabelString     "ルビ文"
183 MenuString      "ルビ文(S)|S"
184 Decoration      Conglomerate
185 Font
186 Size            tiny
187 EndFont
188 LabelFont
189 Size            tiny
190 EndFont
191 Mandatory       1
192 EndArgument
193 Preamble
194 \IfFileExists{okumacro.sty}
195 {\usepackage{okumacro}}
196 {\newcommand{\ruby}[2]{#2}}
197 EndPreamble
198 End
199 \end_local_layout
200 \language japanese
201 \language_package default
202 \inputencoding auto
203 \fontencoding global
204 \font_roman "default" "default"
205 \font_sans "default" "default"
206 \font_typewriter "default" "default"
207 \font_math "auto" "auto"
208 \font_default_family default
209 \use_non_tex_fonts false
210 \font_sc false
211 \font_osf false
212 \font_sf_scale 100 100
213 \font_tt_scale 100 100
214 \graphics default
215 \default_output_format default
216 \output_sync 0
217 \bibtex_command default
218 \index_command default
219 \paperfontsize 12
220 \spacing single
221 \use_hyperref true
222 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
223 \pdf_author "LyX Team, Uwe Stohr"
224 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
225 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
226 \pdf_bookmarks false
227 \pdf_bookmarksnumbered true
228 \pdf_bookmarksopen true
229 \pdf_bookmarksopenlevel 1
230 \pdf_breaklinks false
231 \pdf_pdfborder false
232 \pdf_colorlinks true
233 \pdf_backref false
234 \pdf_pdfusetitle false
235 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
236 \papersize default
237 \use_geometry false
238 \use_package amsmath 2
239 \use_package amssymb 2
240 \use_package cancel 0
241 \use_package esint 0
242 \use_package mathdots 1
243 \use_package mathtools 0
244 \use_package mhchem 1
245 \use_package stackrel 0
246 \use_package stmaryrd 0
247 \use_package undertilde 0
248 \cite_engine basic
249 \cite_engine_type default
250 \biblio_style plain
251 \use_bibtopic false
252 \use_indices false
253 \paperorientation portrait
254 \suppress_date false
255 \justification true
256 \use_refstyle 0
257 \notefontcolor #0000ff
258 \index 索引
259 \shortcut idx
260 \color #008000
261 \end_index
262 \leftmargin 2.5cm
263 \topmargin 2.5cm
264 \rightmargin 2.5cm
265 \bottommargin 3cm
266 \secnumdepth 3
267 \tocdepth 3
268 \paragraph_separation skip
269 \defskip medskip
270 \quotes_language english
271 \papercolumns 1
272 \papersides 2
273 \paperpagestyle default
274 \bullet 1 1 34 -1
275 \bullet 2 2 35 -1
276 \bullet 3 2 7 -1
277 \tracking_changes false
278 \output_changes false
279 \html_math_output 0
280 \html_css_as_file 0
281 \html_be_strict false
282 \end_header
283
284 \begin_body
285
286 \begin_layout Title
287 \SpecialChar LyX
288 の図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
289 \end_layout
290
291 \begin_layout Author
292 \SpecialChar LyX
293 プロジェクトチーム
294 \begin_inset Foot
295 status collapsed
296
297 \begin_layout Plain Layout
298 \noindent
299 コメントや間違いの指摘がありましたら、\SpecialChar LyX
300 文書化メーリングリスト 
301 \begin_inset CommandInset href
302 LatexCommand href
303 name "lyx-docs@lists.lyx.org"
304 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
305 type "mailto:"
306
307 \end_inset
308
309  までお送り下さい。
310 \end_layout
311
312 \end_inset
313
314
315 \begin_inset Note Note
316 status collapsed
317
318 \begin_layout Plain Layout
319 著者:Uwe Stöhr
320 \end_layout
321
322 \end_inset
323
324
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \family sans
334 第2.2.x版
335 \end_layout
336
337 \begin_layout Standard
338 \begin_inset CommandInset toc
339 LatexCommand tableofcontents
340
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Standard
347 \begin_inset Note Note
348 status open
349
350 \begin_layout Plain Layout
351 本文書の全体をPDFやPS、DVIに書き出すには、
352 \series bold
353 arydshln
354 \series default
355
356 \series bold
357 colortbl
358 \series default
359
360 \series bold
361 diagbox
362 \series default
363
364 \series bold
365 lettrine
366 \series default
367
368 \series bold
369 marginnote
370 \series default
371
372 \series bold
373 picinpar
374 \series default
375
376 \series bold
377 sidecap
378 \series default
379 の各\SpecialChar LaTeX
380 パッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示されません
381
382 \end_layout
383
384 \begin_layout Plain Layout
385 本文書の最新PDF版は
386 \begin_inset Newline newline
387 \end_inset
388
389
390 \series bold
391 http://wiki.lyx.org/\SpecialChar LyX
392 /DocumentationDevelopment#EmbeddedObjects
393 \series default
394
395 \begin_inset Newline newline
396 \end_inset
397
398 にあります。
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Chapter
407
408 \begin_inset Index idx
409 status collapsed
410
411 \begin_layout Plain Layout
412 ず@図
413 \end_layout
414
415 \end_inset
416
417
418 \begin_inset Index idx
419 status collapsed
420
421 \begin_layout Plain Layout
422 がぞう@画像
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428 |see{
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset ERT
435 status collapsed
436
437 \begin_layout Plain Layout
438
439 }
440 \end_layout
441
442 \end_inset
443
444
445 \end_layout
446
447 \end_inset
448
449
450 \end_layout
451
452 \begin_layout Section
453 画像ダイアログ
454 \begin_inset Index idx
455 status collapsed
456
457 \begin_layout Plain Layout
458 ず@図 ! がぞうだいあろぐ@画像ダイアログ
459 \end_layout
460
461 \end_inset
462
463
464 \begin_inset CommandInset label
465 LatexCommand label
466 name "sec:画像ダイアログ"
467
468 \end_inset
469
470
471 \end_layout
472
473 \begin_layout Standard
474 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
475 \family sans
476
477 \begin_inset Info
478 type  "icon"
479 arg   "dialog-show-new-inset graphics"
480 \end_inset
481
482
483 \family default
484 をクリックするか、
485 \family sans
486 挿入\SpecialChar menuseparator
487 画像
488 \family default
489 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
490 \end_layout
491
492 \begin_layout Standard
493 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
494 \end_layout
495
496 \begin_layout Description
497
498 \family sans
499 画像
500 \family default
501  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
502 \begin_inset CommandInset ref
503 LatexCommand ref
504 reference "cha:LyXで使用できる単位"
505
506 \end_inset
507
508 に説明があります。
509 \begin_inset Newline newline
510 \end_inset
511
512
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 ず@図 ! のかいてん@—の回転
518 \end_layout
519
520 \end_inset
521
522 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、\SpecialChar LyX
523 内でも回転して表示されます。
524 \begin_inset Newline newline
525 \end_inset
526
527
528 \begin_inset Index idx
529 status collapsed
530
531 \begin_layout Plain Layout
532 ず@図 ! のしんしゅく@—の伸縮
533 \end_layout
534
535 \end_inset
536
537 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
538 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
539 \family sans
540 縦横比を維持する
541 \family default
542 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
543 \begin_inset Newline newline
544 \end_inset
545
546 画像を右クリックすると現れるコンテクストメニューで
547 \family sans
548 外部で編集
549 \family default
550 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、\SpecialChar LyX
551 設定のファイル書式設定で、各画像書式ごとに設定することができます。
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 切り抜き
558 \family default
559  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
560 \family sans
561 ファイルから取得
562 \family default
563 ボタンを押すことによって、自動的に計算することもできます。
564 \family sans
565 境界枠で切り抜く
566 \family default
567 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
568 \end_layout
569
570 \begin_layout Description
571
572 \family sans
573 \SpecialChar LaTeX
574 と\SpecialChar LyX
575 のオプション
576 \family default
577  このタブでは、\SpecialChar LyX
578 内での画像表示法を調整できる他、\SpecialChar LaTeX
579 のエキスパート向けに\SpecialChar LaTeX
580 オプションを追加することができるようになっています。
581 \family sans
582
583 \begin_inset Newline newline
584 \end_inset
585
586 下書きモード
587 \family default
588 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
589 \family sans
590
591 \begin_inset Newline newline
592 \end_inset
593
594 画像グループ
595 \family default
596 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
597 \begin_inset Index idx
598 status collapsed
599
600 \begin_layout Plain Layout
601 ず@図 ! せっていぐるーぷ@設定グループ
602 \end_layout
603
604 \end_inset
605
606 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
607 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
608 を使用して、望むグループ名をチェックすることで行うこともできます。
609 \end_layout
610
611 \begin_layout Standard
612 \begin_inset VSpace bigskip
613 \end_inset
614
615
616 \end_layout
617
618 \begin_layout Standard
619 下記はEPS書式
620 \begin_inset Foot
621 status collapsed
622
623 \begin_layout Plain Layout
624 画像書式は、第
625 \begin_inset CommandInset ref
626 LatexCommand ref
627 reference "sec:画像形式"
628
629 \end_inset
630
631 節に説明されています。
632 \end_layout
633
634 \end_inset
635
636 の画像の例で、単独の中央揃えの段落に置いてあります。
637 \begin_inset Separator parbreak
638 \end_inset
639
640
641 \end_layout
642
643 \begin_layout Standard
644 \align center
645 \begin_inset Graphics
646         filename ../clipart/mobius.eps
647         scale 70
648         scaleBeforeRotation
649         rotateOrigin center
650
651 \end_inset
652
653
654 \end_layout
655
656 \begin_layout Standard
657 下記は上と同じ画像ですが、下書きモードのものです。
658 \begin_inset Separator parbreak
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 \align center
666 \begin_inset Graphics
667         filename ../clipart/mobius.eps
668         scale 70
669         draft
670         scaleBeforeRotation
671         rotateOrigin center
672
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 \begin_inset Newpage newpage
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Section
686 図フロート
687 \begin_inset CommandInset label
688 LatexCommand label
689 name "sec:図フロート"
690
691 \end_inset
692
693
694 \begin_inset Index idx
695 status collapsed
696
697 \begin_layout Plain Layout
698 ふろーと@フロート ! ず@図
699 \end_layout
700
701 \end_inset
702
703
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 ず@図 ! ふろーと@フロート
709 \end_layout
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 フロートについての一般的な説明は、第
718 \begin_inset CommandInset ref
719 LatexCommand ref
720 reference "sec:フロートはじめに"
721
722 \end_inset
723
724 節をご覧下さい。
725 \end_layout
726
727 \begin_layout Standard
728 ツールバーボタンの
729 \family sans
730
731 \begin_inset Info
732 type  "icon"
733 arg   "float-insert figure"
734 \end_inset
735
736
737 \family default
738
739 \family sans
740 挿入\SpecialChar menuseparator
741 フロート\SpecialChar menuseparator
742
743 \family default
744 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
745 \begin_inset CommandInset ref
746 LatexCommand ref
747 reference "fig:犠牲のカモノハシ"
748
749 \end_inset
750
751 のようにキャプションの上に置くこともできますし、図
752 \begin_inset CommandInset ref
753 LatexCommand ref
754 reference "fig:エッシャー"
755
756 \end_inset
757
758 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
759 \begin_inset CommandInset ref
760 LatexCommand ref
761 reference "sec:キャプションの配置"
762
763 \end_inset
764
765 節に述べられています。
766 \end_layout
767
768 \begin_layout Standard
769 \begin_inset Float figure
770 wide false
771 sideways false
772 status open
773
774 \begin_layout Plain Layout
775 \align center
776 \begin_inset Graphics
777         filename ../clipart/platypus.eps
778         width 50col%
779         scaleBeforeRotation
780         rotateOrigin center
781
782 \end_inset
783
784
785 \end_layout
786
787 \begin_layout Plain Layout
788 \begin_inset Caption Standard
789
790 \begin_layout Plain Layout
791 \begin_inset CommandInset label
792 LatexCommand label
793 name "fig:犠牲のカモノハシ"
794
795 \end_inset
796
797 フロート中の激しく歪んだカモノハシ
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \end_inset
806
807
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Float figure
812 wide false
813 sideways false
814 status open
815
816 \begin_layout Plain Layout
817 \begin_inset Caption Standard
818
819 \begin_layout Plain Layout
820 \begin_inset CommandInset label
821 LatexCommand label
822 name "fig:エッシャー"
823
824 \end_inset
825
826 行ってしまったM.C.エッシャー
827 \end_layout
828
829 \end_inset
830
831
832 \end_layout
833
834 \begin_layout Plain Layout
835 \align center
836 \begin_inset Graphics
837         filename ../clipart/escher-lsd.eps
838         scale 80
839         scaleBeforeRotation
840         rotateOrigin center
841
842 \end_inset
843
844
845 \end_layout
846
847 \end_inset
848
849
850 \end_layout
851
852 \begin_layout Standard
853 \begin_inset Index idx
854 status collapsed
855
856 \begin_layout Plain Layout
857 さんしょう@参照 ! ずへの@図への —
858 \end_layout
859
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:犠牲のカモノハシ"
866
867 \end_inset
868
869 図と第
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "fig:エッシャー"
873
874 \end_inset
875
876 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
877 \family sans
878 挿入\SpecialChar menuseparator
879 ラベル
880 \family default
881 メニューかツールバーボタン
882 \family sans
883
884 \begin_inset Info
885 type  "icon"
886 arg   "label-insert"
887 \end_inset
888
889
890 \family default
891 を使用して、キャプションにラベルを挿入してください。その後、
892 \family sans
893 挿入\SpecialChar menuseparator
894 相互参照
895 \family default
896 メニューかツールバーボタン
897 \family sans
898
899 \begin_inset Info
900 type  "icon"
901 arg   "dialog-show-new-inset ref"
902 \end_inset
903
904
905 \family default
906 を使用して、ラベルを参照することができます。\SpecialChar LaTeX
907 は仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを直接参照す
908 ることが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
909 \begin_inset Newline newline
910 \end_inset
911
912 参照は、第
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "sec:フロートの参照"
916
917 \end_inset
918
919 節で詳細に説明されています。
920 \end_layout
921
922 \begin_layout Standard
923 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
924 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
925 \begin_inset CommandInset ref
926 LatexCommand ref
927 reference "fig:歪められた二つの像"
928
929 \end_inset
930
931 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
932 \begin_inset CommandInset ref
933 LatexCommand ref
934 reference "fig:何かわからない構造"
935
936 \end_inset
937
938 と図
939 \begin_inset CommandInset ref
940 LatexCommand ref
941 reference "fig:カモノハシ"
942
943 \end_inset
944
945 が内部図になります。
946 \end_layout
947
948 \begin_layout Standard
949 \begin_inset Float figure
950 wide false
951 sideways false
952 status open
953
954 \begin_layout Plain Layout
955 \begin_inset space \hfill{}
956 \end_inset
957
958
959 \begin_inset Float figure
960 wide false
961 sideways false
962 status collapsed
963
964 \begin_layout Plain Layout
965 \begin_inset Caption Standard
966
967 \begin_layout Plain Layout
968 \begin_inset CommandInset label
969 LatexCommand label
970 name "fig:何かわからない構造"
971
972 \end_inset
973
974 何かわからない構造
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Plain Layout
983 \begin_inset Graphics
984         filename ../clipart/escher-lsd.eps
985         width 45col%
986         scaleBeforeRotation
987         groupId distorted
988
989 \end_inset
990
991
992 \end_layout
993
994 \end_inset
995
996
997 \begin_inset space \hfill{}
998 \end_inset
999
1000
1001 \begin_inset Float figure
1002 wide false
1003 sideways false
1004 status collapsed
1005
1006 \begin_layout Plain Layout
1007 \begin_inset Caption Standard
1008
1009 \begin_layout Plain Layout
1010 \begin_inset CommandInset label
1011 LatexCommand label
1012 name "fig:カモノハシ"
1013
1014 \end_inset
1015
1016 カモノハシ
1017 \end_layout
1018
1019 \end_inset
1020
1021
1022 \end_layout
1023
1024 \begin_layout Plain Layout
1025 \begin_inset Graphics
1026         filename ../clipart/platypus.eps
1027         width 45col%
1028         scaleBeforeRotation
1029         groupId distorted
1030
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \begin_inset space \hfill{}
1040 \end_inset
1041
1042
1043 \end_layout
1044
1045 \begin_layout Plain Layout
1046 \begin_inset Caption Standard
1047
1048 \begin_layout Plain Layout
1049 \begin_inset CommandInset label
1050 LatexCommand label
1051 name "fig:歪められた二つの像"
1052
1053 \end_inset
1054
1055 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1056 \end_layout
1057
1058 \end_inset
1059
1060
1061 \end_layout
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Newpage newpage
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \begin_layout Section
1076 画像形式
1077 \begin_inset CommandInset label
1078 LatexCommand label
1079 name "sec:画像形式"
1080
1081 \end_inset
1082
1083
1084 \begin_inset Index idx
1085 status collapsed
1086
1087 \begin_layout Plain Layout
1088 がぞうけいしき@画像形式
1089 \end_layout
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 \end_layout
1105
1106 \begin_layout Standard
1107 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1108 \begin_inset CommandInset ref
1109 LatexCommand ref
1110 reference "cha:ファイル出力形式"
1111
1112 \end_inset
1113
1114 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがって\SpecialChar LyX
1115 は、画像を正しい形式に変換するのに、バックグラウンド
1116
1117 \family typewriter
1118 ImageMagick
1119 \family default
1120 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1121 用するとよいでしょう。出力ファイル形式は、付録
1122 \begin_inset CommandInset ref
1123 LatexCommand ref
1124 reference "cha:ファイル出力形式"
1125
1126 \end_inset
1127
1128 に説明されています。
1129 \end_layout
1130
1131 \begin_layout Standard
1132 フォントと同じく、画像形式にも以下の二つの型があります。
1133 \end_layout
1134
1135 \begin_layout Description
1136 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1137 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1138 \family typewriter
1139 .gif
1140 \family default
1141 」)
1142 \begin_inset Index idx
1143 status collapsed
1144
1145 \begin_layout Plain Layout
1146 GIF
1147 \begin_inset ERT
1148 status collapsed
1149
1150 \begin_layout Plain Layout
1151
1152 |see{
1153 \end_layout
1154
1155 \end_inset
1156
1157 画像書式
1158 \begin_inset ERT
1159 status collapsed
1160
1161 \begin_layout Plain Layout
1162
1163 }
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1174 \family typewriter
1175 .png
1176 \family default
1177 」)
1178 \begin_inset Index idx
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182 PNG
1183 \begin_inset ERT
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187
1188 |see{
1189 \end_layout
1190
1191 \end_inset
1192
1193 画像書式
1194 \begin_inset ERT
1195 status collapsed
1196
1197 \begin_layout Plain Layout
1198
1199 }
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \end_inset
1208
1209 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1210 \family typewriter
1211 .jpg
1212 \family default
1213 」または「
1214 \family typewriter
1215 .jpeg
1216 \family default
1217 」)
1218 \begin_inset Index idx
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 JPG
1223 \begin_inset ERT
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227
1228 |see{
1229 \end_layout
1230
1231 \end_inset
1232
1233 画像書式
1234 \begin_inset ERT
1235 status collapsed
1236
1237 \begin_layout Plain Layout
1238
1239 }
1240 \end_layout
1241
1242 \end_inset
1243
1244
1245 \end_layout
1246
1247 \end_inset
1248
1249 などがあります。
1250 \end_layout
1251
1252 \begin_layout Description
1253 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1254 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1255 に便利です。
1256 \begin_inset Newline newline
1257 \end_inset
1258
1259 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1260 \family typewriter
1261 .svg
1262 \family default
1263 」)
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 SVG
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 |see{
1275 \end_layout
1276
1277 \end_inset
1278
1279 画像書式
1280 \begin_inset ERT
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284
1285 }
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \end_layout
1292
1293 \end_inset
1294
1295 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1296 \family typewriter
1297 .eps
1298 \family default
1299 」)
1300 \begin_inset Index idx
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304 EPS
1305 \begin_inset ERT
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309
1310 |see{
1311 \end_layout
1312
1313 \end_inset
1314
1315 画像書式
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 }
1322 \end_layout
1323
1324 \end_inset
1325
1326
1327 \end_layout
1328
1329 \end_inset
1330
1331 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1332 \family typewriter
1333 .pdf
1334 \family default
1335 」)
1336 \begin_inset Index idx
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340 PDF
1341 \end_layout
1342
1343 \end_inset
1344
1345 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1346 \family typewriter
1347 .wmf
1348 \family default
1349 」)
1350 \begin_inset Index idx
1351 status collapsed
1352
1353 \begin_layout Plain Layout
1354 SVG
1355 \begin_inset ERT
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359
1360 |see{
1361 \end_layout
1362
1363 \end_inset
1364
1365 画像書式
1366 \begin_inset ERT
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370
1371 }
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \end_inset
1380
1381 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1382 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1383 \begin_inset Foot
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 PDFの場合には、さらに元画像が圧縮されます。
1388 \end_layout
1389
1390 \end_inset
1391
1392 。たとえば、
1393 \family typewriter
1394 Adobe Photoshop
1395 \family default
1396 が生成するPDFファイルは、ビットマップ画像です。
1397 \end_layout
1398
1399 \begin_layout Standard
1400 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1401 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1402 \begin_inset Formula $\to$
1403 \end_inset
1404
1405 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1406 \end_layout
1407
1408 \begin_layout Chapter
1409
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 ひょう@表
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \begin_layout Section
1423 はじめに
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 ひょう@表 ! はじめに
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \begin_layout Standard
1437
1438 \family roman
1439 \series medium
1440 \shape up
1441 \size normal
1442 \emph off
1443 \bar no
1444 \noun off
1445 \color none
1446 表を挿入するには、ツールバーボタ
1447 \family default
1448 \series default
1449 \shape default
1450 \size default
1451 \emph default
1452 \bar default
1453 \noun default
1454 \color inherit
1455
1456 \begin_inset Info
1457 type  "icon"
1458 arg   "tabular-insert"
1459 \end_inset
1460
1461
1462 \family roman
1463 \series medium
1464 \shape up
1465 \size normal
1466 \emph off
1467 \bar no
1468 \noun off
1469 \color none
1470
1471 \family sans
1472 \series default
1473 \shape default
1474 \size default
1475 \emph default
1476 \bar default
1477 \noun default
1478 \color inherit
1479 挿入\SpecialChar menuseparator
1480
1481 \family default
1482 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1483 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1484 \begin_inset Newline newline
1485 \end_inset
1486
1487 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1488 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1489 \begin_inset Separator parbreak
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \begin_layout Standard
1496 \align center
1497 \begin_inset Tabular
1498 <lyxtabular version="3" rows="4" columns="4">
1499 <features tabularvalignment="middle">
1500 <column alignment="center" valignment="top">
1501 <column alignment="center" valignment="top">
1502 <column alignment="center" valignment="top">
1503 <column alignment="center" valignment="top">
1504 <row>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 1
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 2
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 3
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 </row>
1618 <row>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 </row>
1656 </lyxtabular>
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \begin_layout Section
1664 表ダイアログ
1665 \begin_inset Index idx
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 ひょう@表 ! だいあろぐ@ダイアログ
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678
1679 \family roman
1680 \series medium
1681 \shape up
1682 \size normal
1683 \emph off
1684 \bar no
1685 \noun off
1686 \color none
1687 表を右クリックすると、文脈依存メニューが表示されて、表を変更することができます。メニュー項目
1688 \family sans
1689 \series default
1690 \shape default
1691 \size default
1692 \emph default
1693 \bar default
1694 \noun default
1695 \color inherit
1696 詳細
1697 \family roman
1698 \series medium
1699 \shape up
1700 \size normal
1701 \emph off
1702 \bar no
1703 \noun off
1704 \color none
1705 以下では、現在カーソルが置かれているセルないし行・列の設定を調節することができます。文脈依存メニュー
1706 \family sans
1707 \series default
1708 \shape default
1709 \size default
1710 \emph default
1711 \bar default
1712 \noun default
1713 \color inherit
1714 詳細\SpecialChar menuseparator
1715 設定
1716 \family roman
1717 \series medium
1718 \shape up
1719 \size normal
1720 \emph off
1721 \bar no
1722 \noun off
1723 \color none
1724 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1725 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1726 \family default
1727 \series default
1728 \shape default
1729 \size default
1730 \emph default
1731 \bar default
1732 \noun default
1733 \color inherit
1734 セルの
1735 \emph on
1736 内容
1737 \emph default
1738 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1739 \begin_inset Newline newline
1740 \end_inset
1741
1742 ダイアログオプションの
1743 \family sans
1744 直ちに適用
1745 \family default
1746 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1747 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1748 \begin_inset Newline newline
1749 \end_inset
1750
1751 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1752 \end_layout
1753
1754 \begin_layout Description
1755
1756 \family sans
1757 表の設定
1758 \family default
1759  ここでは、現在列の幅と水平揃えを設定することができます。
1760 \family sans
1761 小数点で
1762 \family default
1763 とある揃えは、第
1764 \begin_inset CommandInset ref
1765 LatexCommand ref
1766 reference "subsec:特殊なセル揃え"
1767
1768 \end_inset
1769
1770 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1771 は、第
1772 \begin_inset CommandInset ref
1773 LatexCommand ref
1774 reference "subsec:複数行"
1775
1776 \end_inset
1777
1778 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1779 \begin_inset Newline newline
1780 \end_inset
1781
1782 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1783 \begin_inset CommandInset ref
1784 LatexCommand ref
1785 reference "subsec:連結列"
1786
1787 \end_inset
1788
1789 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1790 \begin_inset CommandInset ref
1791 LatexCommand ref
1792 reference "subsec:連結行"
1793
1794 \end_inset
1795
1796 節をご参照ください。
1797 \begin_inset Newline newline
1798 \end_inset
1799
1800 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、\SpecialChar LyX
1801 内部では反映されず、出力にのみ現れます。
1802 \lang english
1803 For more information see
1804 \lang japanese
1805
1806 \begin_inset CommandInset ref
1807 LatexCommand ref
1808 reference "sec:表セルの回転"
1809
1810 \end_inset
1811
1812
1813 \begin_inset Newline newline
1814 \end_inset
1815
1816
1817 \begin_inset Note Greyedout
1818 status open
1819
1820 \begin_layout Plain Layout
1821
1822 \series bold
1823 【註】
1824 \series default
1825 DVIビューアのすべてが回転を表示できるわけではありません。
1826 \end_layout
1827
1828 \end_inset
1829
1830
1831 \begin_inset Newline newline
1832 \end_inset
1833
1834 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1835 \begin_inset Newline newline
1836 \end_inset
1837
1838 各種の揃えを適用した同一行中の表:
1839 \begin_inset Tabular
1840 <lyxtabular version="3" rows="2" columns="2">
1841 <features tabularvalignment="top">
1842 <column alignment="center" valignment="top" width="0pt">
1843 <column alignment="center" valignment="top">
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858 1
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869 A
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 </lyxtabular>
1885
1886 \end_inset
1887
1888  
1889 \begin_inset Tabular
1890 <lyxtabular version="3" rows="2" columns="2">
1891 <features tabularvalignment="middle">
1892 <column alignment="center" valignment="top">
1893 <column alignment="center" valignment="top">
1894 <row>
1895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908 1
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919 A
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 </row>
1934 </lyxtabular>
1935
1936 \end_inset
1937
1938  
1939 \begin_inset Tabular
1940 <lyxtabular version="3" rows="2" columns="2">
1941 <features tabularvalignment="bottom">
1942 <column alignment="center" valignment="top" width="0pt">
1943 <column alignment="center" valignment="top">
1944 <row>
1945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958 1
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 </row>
1964 <row>
1965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969 A
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 </row>
1984 </lyxtabular>
1985
1986 \end_inset
1987
1988
1989 \begin_inset Newline newline
1990 \end_inset
1991
1992 また、特殊な表設定に必要な\SpecialChar LaTeX
1993 引数を入力することもできます。これに関しては、第
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "subsec:連結列の計算"
1997
1998 \end_inset
1999
2000 節および第
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "sec:色付きの表"
2004
2005 \end_inset
2006
2007 節をご参照下さい。
2008 \end_layout
2009
2010 \begin_layout Description
2011
2012 \family sans
2013 罫線
2014 \family default
2015  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2016 \begin_inset Newline newline
2017 \end_inset
2018
2019 様式オプションとして
2020 \family sans
2021 フォーマル様式
2022 \family default
2023 を使用すると、第
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "sec:フォーマル形式の表"
2027
2028 \end_inset
2029
2030 節に述べられているフォーマル様式の表に表を変換します。
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 またここで、第
2035 \begin_inset CommandInset ref
2036 LatexCommand ref
2037 reference "subsec:行の余白取り"
2038
2039 \end_inset
2040
2041 節に述べられているように、表の行に空白を追加することもできます。
2042 \end_layout
2043
2044 \begin_layout Description
2045
2046 \family sans
2047 長尺表
2048 \family default
2049  このタブは、複数のページにわたる、いわゆる「
2050 \emph on
2051 長尺表
2052 \emph default
2053 」を作るためのものです。第
2054 \begin_inset CommandInset ref
2055 LatexCommand ref
2056 reference "sec:長尺表"
2057
2058 \end_inset
2059
2060 節および第
2061 \begin_inset CommandInset ref
2062 LatexCommand ref
2063 reference "sec:長尺表にまつわる諸点"
2064
2065 \end_inset
2066
2067 節に、長尺表の機能に関する詳細な説明があります。
2068 \end_layout
2069
2070 \begin_layout Section
2071 表ツールバー
2072 \begin_inset Index idx
2073 status collapsed
2074
2075 \begin_layout Plain Layout
2076 ひょう@表 ! つーるばー@ツールバー
2077 \end_layout
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Standard
2085 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、\SpecialChar LyX
2086 のメインウィンドウの底部に表示され
2087 ます。ご希望であれば、\SpecialChar LyX
2088 のメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2089 \end_layout
2090
2091 \begin_layout Standard
2092 ツールバーには、以下のアイコンがあります。
2093 \end_layout
2094
2095 \begin_layout Labeling
2096 \labelwidthstring 00.00.0000
2097
2098 \family sans
2099 \begin_inset Info
2100 type  "icon"
2101 arg   "inset-modify tabular append-row"
2102 \end_inset
2103
2104
2105 \family default
2106  は、現在セルあるいは選択範囲の下に行を追加します。
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111
2112 \family sans
2113 \begin_inset Info
2114 type  "icon"
2115 arg   "inset-modify tabular append-column"
2116 \end_inset
2117
2118
2119 \family default
2120  は、現在セルあるいは選択範囲の右に列を追加します。
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125
2126 \family sans
2127 \begin_inset Info
2128 type  "icon"
2129 arg   "inset-modify tabular delete-row"
2130 \end_inset
2131
2132
2133 \family default
2134  は、現在行あるいは選択範囲行を削除します。
2135 \end_layout
2136
2137 \begin_layout Labeling
2138 \labelwidthstring 00.00.0000
2139
2140 \family sans
2141 \begin_inset Info
2142 type  "icon"
2143 arg   "inset-modify tabular delete-column"
2144 \end_inset
2145
2146
2147 \family default
2148  は、現在列あるいは選択範囲列を削除します。
2149 \end_layout
2150
2151 \begin_layout Labeling
2152 \labelwidthstring 00.00.0000
2153 \begin_inset Info
2154 type  "icon"
2155 arg   "inset-modify tabular move-row-up"
2156 \end_inset
2157
2158  は、行を上に移動します。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Info
2164 type  "icon"
2165 arg   "inset-modify tabular move-column-left"
2166 \end_inset
2167
2168  は、列を左に移動します。
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173 \begin_inset Info
2174 type  "icon"
2175 arg   "inset-modify tabular move-row-down"
2176 \end_inset
2177
2178  は、行を下に移動します。
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Info
2184 type  "icon"
2185 arg   "inset-modify tabular move-column-right"
2186 \end_inset
2187
2188  は、列を右に移動します。
2189 \end_layout
2190
2191 \begin_layout Labeling
2192 \labelwidthstring 00.00.0000
2193
2194 \family sans
2195 \begin_inset Info
2196 type  "icon"
2197 arg   "inset-modify tabular toggle-line-top"
2198 \end_inset
2199
2200
2201 \family default
2202  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207
2208 \family sans
2209 \begin_inset Info
2210 type  "icon"
2211 arg   "inset-modify tabular toggle-line-bottom"
2212 \end_inset
2213
2214
2215 \family default
2216  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221
2222 \family sans
2223 \begin_inset Info
2224 type  "icon"
2225 arg   "inset-modify tabular toggle-line-left"
2226 \end_inset
2227
2228
2229 \family default
2230  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235
2236 \family sans
2237 \begin_inset Info
2238 type  "icon"
2239 arg   "inset-modify tabular toggle-line-right"
2240 \end_inset
2241
2242
2243 \family default
2244  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2245 \end_layout
2246
2247 \begin_layout Labeling
2248 \labelwidthstring 00.00.0000
2249
2250 \family sans
2251 \begin_inset Info
2252 type  "icon"
2253 arg   "inset-modify tabular set-all-lines"
2254 \end_inset
2255
2256
2257 \family default
2258  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263
2264 \family sans
2265 \begin_inset Info
2266 type  "icon"
2267 arg   "inset-modify tabular unset-all-lines"
2268 \end_inset
2269
2270
2271 \family default
2272  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277
2278 \family sans
2279 \begin_inset Info
2280 type  "icon"
2281 arg   "inset-modify tabular m-align-left"
2282 \end_inset
2283
2284
2285 \family default
2286  は、現在セルあるいは現在列の内容を左揃えにします。
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291
2292 \family sans
2293 \begin_inset Info
2294 type  "icon"
2295 arg   "inset-modify tabular m-align-center"
2296 \end_inset
2297
2298
2299 \family default
2300  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2301 \end_layout
2302
2303 \begin_layout Labeling
2304 \labelwidthstring 00.00.0000
2305
2306 \family sans
2307 \begin_inset Info
2308 type  "icon"
2309 arg   "inset-modify tabular m-align-right"
2310 \end_inset
2311
2312
2313 \family default
2314  は、現在セルあるいは現在列の内容を右揃えにします。
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319
2320 \family sans
2321 \begin_inset Info
2322 type  "icon"
2323 arg   "inset-modify tabular align-decimal"
2324 \end_inset
2325
2326
2327 \family default
2328  は、現在セルの内容を特定文字位置で揃えます。
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333
2334 \family sans
2335 \begin_inset Info
2336 type  "icon"
2337 arg   "inset-modify tabular m-valign-top"
2338 \end_inset
2339
2340
2341 \family default
2342  は、現在セルの内容を垂直方向上揃えにします。
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347
2348 \family sans
2349 \begin_inset Info
2350 type  "icon"
2351 arg   "inset-modify tabular m-valign-middle"
2352 \end_inset
2353
2354
2355 \family default
2356  は、現在セルの内容を垂直方向中央揃えにします。
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361
2362 \family sans
2363 \begin_inset Info
2364 type  "icon"
2365 arg   "inset-modify tabular m-valign-bottom"
2366 \end_inset
2367
2368
2369 \family default
2370  は、現在セルの内容を垂直方向下揃えにします。
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375
2376 \family sans
2377 \begin_inset Info
2378 type  "icon"
2379 arg   "inset-modify tabular set-rotate-cell"
2380 \end_inset
2381
2382
2383 \family default
2384  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389
2390 \family sans
2391 \begin_inset Info
2392 type  "icon"
2393 arg   "inset-modify tabular set-rotate-tabular"
2394 \end_inset
2395
2396
2397 \family default
2398  は、表全体を反時計廻りに90度回転します。
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403
2404 \family sans
2405 \begin_inset Info
2406 type  "icon"
2407 arg   "inset-modify tabular multicolumn"
2408 \end_inset
2409
2410
2411 \family default
2412  は、現在セルあるいは選択範囲を連結列にします。
2413 \end_layout
2414
2415 \begin_layout Labeling
2416 \labelwidthstring 00.00.0000
2417
2418 \family sans
2419 \begin_inset Info
2420 type  "icon"
2421 arg   "inset-modify tabular multirow"
2422 \end_inset
2423
2424
2425 \family default
2426  は、現在セルあるいは選択範囲を連結行にします。
2427 \end_layout
2428
2429 \begin_layout Standard
2430 \begin_inset Note Greyedout
2431 status open
2432
2433 \begin_layout Plain Layout
2434
2435 \series bold
2436 【註】
2437 \series default
2438 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \begin_layout Section
2447 表編集メニュー
2448 \begin_inset Index idx
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2453 \end_layout
2454
2455 \end_inset
2456
2457
2458 \end_layout
2459
2460 \begin_layout Standard
2461 表ダイアログと表ツールバーの他に、
2462 \family sans
2463 編集\SpecialChar menuseparator
2464
2465 \family default
2466 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2467 部にあるときのみ、表示されます。
2468 \end_layout
2469
2470 \begin_layout Section
2471 表フロート
2472 \begin_inset CommandInset label
2473 LatexCommand label
2474 name "sec:表フロート"
2475
2476 \end_inset
2477
2478
2479 \begin_inset Index idx
2480 status collapsed
2481
2482 \begin_layout Plain Layout
2483 ふろーと@フロート ! ひょう@表
2484 \end_layout
2485
2486 \end_inset
2487
2488
2489 \begin_inset Index idx
2490 status collapsed
2491
2492 \begin_layout Plain Layout
2493 ひょう@表 ! ふろーと@フロート
2494 \end_layout
2495
2496 \end_inset
2497
2498
2499 \end_layout
2500
2501 \begin_layout Standard
2502 フロートの一般的な説明については、第
2503 \begin_inset CommandInset ref
2504 LatexCommand ref
2505 reference "sec:フロートはじめに"
2506
2507 \end_inset
2508
2509 節をご覧下さい。
2510 \end_layout
2511
2512 \begin_layout Standard
2513 \begin_inset Float table
2514 placement h
2515 wide false
2516 sideways false
2517 status open
2518
2519 \begin_layout Plain Layout
2520 \begin_inset Caption Standard
2521
2522 \begin_layout Plain Layout
2523 \begin_inset CommandInset label
2524 LatexCommand label
2525 name "tab:表フロート"
2526
2527 \end_inset
2528
2529 表フロート
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Plain Layout
2538 \align center
2539 \begin_inset Tabular
2540 <lyxtabular version="3" rows="3" columns="3">
2541 <features tabularvalignment="middle">
2542 <column alignment="center" valignment="top" width="0pt">
2543 <column alignment="center" valignment="top" width="0pt">
2544 <column alignment="center" valignment="top" width="0pt">
2545 <row>
2546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2547 \begin_inset Text
2548
2549 \begin_layout Plain Layout
2550
2551 \family roman
2552 \series medium
2553 \shape up
2554 \size normal
2555 \emph off
2556 \bar no
2557 \noun off
2558 \color none
2559 1
2560 \end_layout
2561
2562 \end_inset
2563 </cell>
2564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Plain Layout
2568
2569 \family roman
2570 \series medium
2571 \shape up
2572 \size normal
2573 \emph off
2574 \bar no
2575 \noun off
2576 \color none
2577 2
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \family roman
2588 \series medium
2589 \shape up
2590 \size normal
2591 \emph off
2592 \bar no
2593 \noun off
2594 \color none
2595 3
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 </row>
2601 <row>
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" usebox="none">
2612 \begin_inset Text
2613
2614 \begin_layout Plain Layout
2615 宇沢
2616 \end_layout
2617
2618 \end_inset
2619 </cell>
2620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2621 \begin_inset Text
2622
2623 \begin_layout Plain Layout
2624 二階堂
2625 \end_layout
2626
2627 \end_inset
2628 </cell>
2629 </row>
2630 <row>
2631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 \begin_inset Formula $\int x^{2}dx$
2645 \end_inset
2646
2647
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Plain Layout
2656
2657 \family roman
2658 \series medium
2659 \shape up
2660 \size normal
2661 \emph off
2662 \bar no
2663 \noun off
2664 \color none
2665 \begin_inset Formula $\left[\begin{array}{cc}
2666 a & b\\
2667 c & d
2668 \end{array}\right]$
2669 \end_inset
2670
2671
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 \begin_inset Formula $1+1=2$
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 </row>
2698 </lyxtabular>
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \begin_layout Standard
2711 表フロートは、
2712 \family sans
2713 挿入
2714 \shape up
2715 \SpecialChar menuseparator
2716 フロート\SpecialChar menuseparator
2717
2718 \family default
2719 \shape default
2720 メニューかツールバーボタン
2721 \family sans
2722
2723 \begin_inset Info
2724 type  "icon"
2725 arg   "float-insert table"
2726 \end_inset
2727
2728
2729 \family default
2730 を使うと挿入することができます。
2731 \end_layout
2732
2733 \begin_layout Standard
2734 フロートは折りたたむことのできるボックスとして表示され、中には「表
2735 \begin_inset space ~
2736 \end_inset
2737
2738 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2739 \end_layout
2740
2741 \begin_layout Standard
2742
2743 \begin_inset space ~
2744 \end_inset
2745
2746
2747 \begin_inset CommandInset ref
2748 LatexCommand ref
2749 reference "tab:表フロート"
2750
2751 \end_inset
2752
2753 は、表フロートに入れた表の例です。
2754 \end_layout
2755
2756 \begin_layout Standard
2757 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながら\SpecialChar LaTeX
2758 の標準クラスではサポートされていません。つまり、article・book・letter・re
2759 portのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaTeXパッケ
2760 ージの
2761 \series bold
2762 caption
2763 \series default
2764
2765 \begin_inset Index idx
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 \SpecialChar LaTeX
2770 ぱっけーじ@\SpecialChar LaTeX
2771 パッケージ ! caption
2772 \end_layout
2773
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \begin_layout Standard
2780
2781 \series bold
2782 tableposition=top
2783 \end_layout
2784
2785 \begin_layout Standard
2786 というオプションとともにloadコマンドを使って読み込んでください
2787 \begin_inset Foot
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 詳しくは、第
2792 \begin_inset CommandInset ref
2793 LatexCommand ref
2794 reference "sec:キャプションの配置"
2795
2796 \end_inset
2797
2798 節をご覧下さい。
2799 \end_layout
2800
2801 \end_inset
2802
2803 。キャプション書式を調整するには、第
2804 \begin_inset CommandInset ref
2805 LatexCommand ref
2806 reference "sec:キャプションの書式設定"
2807
2808 \end_inset
2809
2810 節にものべられているように
2811 \series bold
2812 caption
2813 \series default
2814 パッケージを使用します。
2815 \end_layout
2816
2817 \begin_layout Standard
2818 \begin_inset Index idx
2819 status collapsed
2820
2821 \begin_layout Plain Layout
2822 さんしょう@参照 ! ひょうへの@表への
2823 \end_layout
2824
2825 \end_inset
2826
2827 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2828 \family sans
2829 挿入\SpecialChar menuseparator
2830 ラベル
2831 \family default
2832 メニューかツールバーボタンの
2833 \family sans
2834
2835 \begin_inset Info
2836 type  "icon"
2837 arg   "label-insert"
2838 \end_inset
2839
2840
2841 \family default
2842 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar menuseparator
2843 相互参照メニューかツールバーボタンの
2844 \family sans
2845
2846 \begin_inset Info
2847 type  "icon"
2848 arg   "dialog-show-new-inset ref"
2849 \end_inset
2850
2851
2852 \family default
2853 を用いて、このラベルを参照することができます。
2854 \begin_inset Newline newline
2855 \end_inset
2856
2857 参照は、第
2858 \begin_inset CommandInset ref
2859 LatexCommand ref
2860 reference "sec:フロートの参照"
2861
2862 \end_inset
2863
2864 節で詳細に説明されています。
2865 \end_layout
2866
2867 \begin_layout Section
2868 長尺表
2869 \begin_inset CommandInset label
2870 LatexCommand label
2871 name "sec:長尺表"
2872
2873 \end_inset
2874
2875
2876 \begin_inset Index idx
2877 status collapsed
2878
2879 \begin_layout Plain Layout
2880 ちょうしゃくひょう@長尺表
2881 \end_layout
2882
2883 \end_inset
2884
2885
2886 \begin_inset Index idx
2887 status collapsed
2888
2889 \begin_layout Plain Layout
2890 ひょう@表 ! ちょうしゃくひょう@長尺表
2891 \end_layout
2892
2893 \end_inset
2894
2895
2896 \end_layout
2897
2898 \begin_layout Standard
2899 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2900 \family sans
2901 長尺表
2902 \family default
2903 タブにある
2904 \family sans
2905 長尺表を使う
2906 \family default
2907 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2908 することができるようになります。
2909 \end_layout
2910
2911 \begin_layout Description
2912 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2913 \family roman
2914 \series medium
2915 \shape up
2916 \size normal
2917 \emph off
2918 \bar no
2919 \noun off
2920 \color none
2921 ただし、
2922 \family sans
2923 \series default
2924 \shape default
2925 \size default
2926 \emph default
2927 \bar default
2928 \noun default
2929 \color inherit
2930 冒頭ヘッダ
2931 \family roman
2932 \series medium
2933 \shape up
2934 \size normal
2935 \emph off
2936 \bar no
2937 \noun off
2938 \color none
2939 が定義されているときは、冒頭ページを除きます。
2940 \family default
2941 \series default
2942 \shape default
2943 \size default
2944 \emph default
2945 \bar default
2946 \noun default
2947 \color inherit
2948 これと区別して、このヘッダは本体ヘッダと呼びます。
2949 \end_layout
2950
2951 \begin_layout Description
2952 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2953 \end_layout
2954
2955 \begin_layout Description
2956 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2957 \family roman
2958 \series medium
2959 \shape up
2960 \size normal
2961 \emph off
2962 \bar no
2963 \noun off
2964 \color none
2965 ただし、
2966 \family sans
2967 \series default
2968 \shape default
2969 \size default
2970 \emph default
2971 \bar default
2972 \noun default
2973 \color inherit
2974 末尾フッタ
2975 \family roman
2976 \series medium
2977 \shape up
2978 \size normal
2979 \emph off
2980 \bar no
2981 \noun off
2982 \color none
2983 が定義されているときは、末尾ページを除きます。
2984 \end_layout
2985
2986 \begin_layout Description
2987 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2988 \end_layout
2989
2990 \begin_layout Description
2991 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2992 \begin_inset CommandInset ref
2993 LatexCommand ref
2994 reference "subsec:長尺表のキャプション"
2995
2996 \end_inset
2997
2998 節で説明されています。
2999 \end_layout
3000
3001 \begin_layout Standard
3002 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
3003 \begin_inset Separator parbreak
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \begin_layout Standard
3010 \align center
3011 \begin_inset Tabular
3012 <lyxtabular version="3" rows="69" columns="3">
3013 <features islongtable="true" longtabularalignment="center">
3014 <column alignment="left" valignment="top" width="0cm">
3015 <column alignment="left" valignment="top" width="0pt">
3016 <column alignment="center" valignment="top" width="0pt">
3017 <row endfirsthead="true">
3018 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \series bold
3024 例示用電話帳(名前は無視してください)
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row endfirsthead="true">
3049 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 氏名
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \series bold
3073 TEL.
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 </row>
3079 <row endhead="true">
3080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \series bold
3086 例示用電話帳
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row endhead="true">
3111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 氏名
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \series bold
3135 TEL.
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row endfoot="true">
3142 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 次頁へつづく
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 </row>
3170 <row>
3171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \series bold
3177 Annovi
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 Silvia
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 111
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 </row>
3201 <row>
3202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \series bold
3208 Bertoli
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217 Stefano
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 111
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 </row>
3232 <row>
3233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \series bold
3239 Bozzi
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell alignment="center" valignment="top" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248 Walter
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257 111
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row>
3264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \series bold
3270 Cachia
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 Maria
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 111
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 </row>
3294 <row>
3295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299
3300 \series bold
3301 Cachia
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 Maurizio
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 111
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 </row>
3325 <row>
3326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \series bold
3332 Cinquemani
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 Giusi
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 111
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 </row>
3356 <row>
3357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \series bold
3363 Colin
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 Bernard
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 111
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 <row>
3388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \series bold
3394 Concli
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 Gianfranco
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 111
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 </row>
3418 <row>
3419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423
3424 \series bold
3425 Dal Bosco
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 Carolina
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 111
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 </row>
3449 <row>
3450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \series bold
3456 Dalpiaz
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 Annamaria
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 111
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 </row>
3480 <row>
3481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487 Feliciello
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 Domenico
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 111
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 </row>
3511 <row>
3512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516
3517 \series bold
3518 Focarelli
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 Paola
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 111
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row>
3543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547
3548 \series bold
3549 Galletti
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 Oreste
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 111
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 </row>
3573 <row>
3574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578
3579 \series bold
3580 Gasparini
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 Franca
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 111
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 </row>
3604 <row>
3605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609
3610 \series bold
3611 Rizzardi
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 Paola
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 111
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 </row>
3635 <row>
3636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640
3641 \series bold
3642 Lassini
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 Giancarlo
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 111
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 <row>
3667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671
3672 \series bold
3673 Malfatti
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 Luciano
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 111
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 </row>
3697 <row>
3698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702
3703 \series bold
3704 Malfatti
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 Valeriano
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 111
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 </row>
3728 <row>
3729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733
3734 \series bold
3735 Meneguzzo
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 Roberto
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 111
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 </row>
3759 <row>
3760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764
3765 \series bold
3766 Mezzadra
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 Roberto
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 111
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 </row>
3790 <row>
3791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795
3796 \series bold
3797 Pirpamer
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 Erich
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 111
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 </row>
3821 <row>
3822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826
3827 \series bold
3828 Pochiesa
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 Paolo
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 111, 222
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 </row>
3852 <row>
3853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857
3858 \series bold
3859 Radina
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 Claudio
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 111
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 </row>
3883 <row>
3884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888
3889 \series bold
3890 Stuffer
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 Oskar
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 111
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 </row>
3914 <row>
3915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919
3920 \series bold
3921 Tacchelli
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 Ugo
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 111
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 </row>
3945 <row>
3946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950
3951 \series bold
3952 Tezzele
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 Margit
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 111
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 </row>
3976 <row>
3977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981
3982 \series bold
3983 Unterkalmsteiner
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 Frieda
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 111
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 </row>
4007 <row>
4008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012
4013 \series bold
4014 Vieider
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 Hilde
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 111
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 </row>
4038 <row>
4039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043
4044 \series bold
4045 Vigna
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 Jürgen
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 111
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 </row>
4069 <row>
4070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074
4075 \series bold
4076 Weber
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 Maurizio
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 111
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 </row>
4100 <row>
4101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105
4106 \series bold
4107 Winkler
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Franz
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 111
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 </row>
4131 <row>
4132 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136  
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Annovi
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Silvia
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 555
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Bertoli
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Stefano
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 555
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Bozzi
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Walter
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 555
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Cachia
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Maria
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 555
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Cachia
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Maurizio
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 555
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Cinquemani
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Giusi
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 555
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \series bold
4353 Colin
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 Bernard
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 555
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \series bold
4384 Concli
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 Gianfranco
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 555
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \series bold
4415 Dal Bosco
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 Carolina
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 555
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \series bold
4446 Dalpiaz
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 Annamaria
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 555
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 </row>
4470 <row>
4471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475
4476 \series bold
4477 Feliciello
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 Domenico
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 555
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506
4507 \series bold
4508 Focarelli
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 Paola
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 555
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 </row>
4532 <row>
4533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537
4538 \series bold
4539 Galletti
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 Oreste
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 555
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 </row>
4563 <row>
4564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568
4569 \series bold
4570 Gasparini
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 Franca
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 555
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 </row>
4594 <row>
4595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599
4600 \series bold
4601 Rizzardi
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 Paola
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 555
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 </row>
4625 <row>
4626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630
4631 \series bold
4632 Lassini
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 Giancarlo
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 555
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 </row>
4656 <row>
4657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661
4662 \series bold
4663 Malfatti
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 Luciano
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 555
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 </row>
4687 <row>
4688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692
4693 \series bold
4694 Malfatti
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 Valeriano
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 555
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723
4724 \series bold
4725 Meneguzzo
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 Roberto
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 555
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 </row>
4749 <row>
4750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754
4755 \series bold
4756 Mezzadra
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 Roberto
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 555
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 </row>
4780 <row>
4781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785
4786 \series bold
4787 Pirpamer
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 Erich
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 555
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 </row>
4811 <row>
4812 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816
4817 \series bold
4818 Pochiesa
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 Paolo
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 555, 222
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 </row>
4842 <row>
4843 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847
4848 \series bold
4849 Radina
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 Claudio
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 555
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 </row>
4873 <row>
4874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878
4879 \series bold
4880 Stuffer
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 Oskar
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 555
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 </row>
4904 <row>
4905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909
4910 \series bold
4911 Tacchelli
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 Ugo
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 555
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 <row>
4936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \series bold
4942 Tezzele
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 Margit
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 555
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 </row>
4966 <row>
4967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971
4972 \series bold
4973 Unterkalmsteiner
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 Frieda
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 555
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 </row>
4997 <row>
4998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002
5003 \series bold
5004 Vieider
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 Hilde
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 555
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 </row>
5028 <row>
5029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033
5034 \series bold
5035 Vigna
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 Jürgen
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 999
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 </row>
5059 <row>
5060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064
5065 \series bold
5066 Weber
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 Maurizio
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 555
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 </row>
5090 <row>
5091 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095
5096 \series bold
5097 Winkler
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 Franz
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 555
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 </row>
5121 <row endlastfoot="true">
5122 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 以上
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 </lyxtabular>
5151
5152 \end_inset
5153
5154
5155 \begin_inset ERT
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159
5160
5161 \backslash
5162 addtocounter{table}{-1}
5163 \end_layout
5164
5165 \end_inset
5166
5167
5168 \begin_inset Note Note
5169 status collapsed
5170
5171 \begin_layout Plain Layout
5172 本コマンドの説明については、第
5173 \begin_inset CommandInset ref
5174 LatexCommand ref
5175 reference "subsec:長尺表のキャプション"
5176
5177 \end_inset
5178
5179 節の最初の淡色注釈をご覧下さい。
5180 \end_layout
5181
5182 \end_inset
5183
5184
5185 \end_layout
5186
5187 \begin_layout Subsection
5188 長尺表での脚注
5189 \begin_inset CommandInset label
5190 LatexCommand label
5191 name "subsec:長尺表での脚注"
5192
5193 \end_inset
5194
5195
5196 \begin_inset Index idx
5197 status collapsed
5198
5199 \begin_layout Plain Layout
5200 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5201 \end_layout
5202
5203 \end_inset
5204
5205
5206 \end_layout
5207
5208 \begin_layout Standard
5209 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5210 \begin_inset CommandInset ref
5211 LatexCommand ref
5212 reference "tab:別キャプション"
5213
5214 \end_inset
5215
5216 には脚注が付いています。
5217 \end_layout
5218
5219 \begin_layout Subsection
5220 長尺表の縦横揃え
5221 \begin_inset Index idx
5222 status collapsed
5223
5224 \begin_layout Plain Layout
5225 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5226 \end_layout
5227
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \begin_layout Standard
5234 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5235 設定してから
5236 \end_layout
5237
5238 \begin_layout Standard
5239
5240 \series bold
5241
5242 \backslash
5243 setlength{
5244 \backslash
5245 LTleft}{値}
5246 \end_layout
5247
5248 \begin_layout Standard
5249 という行を当該長尺表の前に\SpecialChar TeX
5250 コードとして挿入して、長さ
5251 \series bold
5252
5253 \backslash
5254 LTleft
5255 \series default
5256 および
5257 \series bold
5258
5259 \backslash
5260 LTright
5261 \series default
5262 の値を変更しなくてはなりません。ここで「値」は、第
5263 \begin_inset CommandInset ref
5264 LatexCommand ref
5265 reference "tab:単位"
5266
5267 \end_inset
5268
5269 表に挙げてある単位であれば、どの単位を取ることもできます。
5270 \series bold
5271
5272 \backslash
5273 LTleft
5274 \series default
5275 は、左頁余白から長尺表までの水平方向の距離を制御し、
5276 \series bold
5277
5278 \backslash
5279 LTright
5280 \series default
5281 は、右頁余白からの距離を制御します。これらの長さの既定値は
5282 \series bold
5283
5284 \backslash
5285 fill
5286 \series default
5287 となっており、\SpecialChar LyX
5288 の水平フィルと同等になっています。
5289 \end_layout
5290
5291 \begin_layout Standard
5292 以下の長尺表は、中央揃えの上、
5293 \series bold
5294
5295 \backslash
5296 LTleft
5297 \series default
5298
5299 \family sans
5300 0.1
5301 \backslash
5302 columnwidth
5303 \family default
5304 に設定してあります。
5305 \begin_inset ERT
5306 status collapsed
5307
5308 \begin_layout Plain Layout
5309
5310
5311 \backslash
5312 setlength{
5313 \backslash
5314 LTleft}{0.1
5315 \backslash
5316 columnwidth}
5317 \end_layout
5318
5319 \end_inset
5320
5321
5322 \end_layout
5323
5324 \begin_layout Standard
5325 \begin_inset Tabular
5326 <lyxtabular version="3" rows="5" columns="5">
5327 <features islongtable="true" longtabularalignment="center">
5328 <column alignment="center" valignment="top">
5329 <column alignment="center" valignment="top">
5330 <column alignment="center" valignment="top">
5331 <column alignment="center" valignment="top">
5332 <column alignment="center" valignment="top">
5333 <row>
5334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 1
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 2
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 3
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 4
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 5
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 </row>
5380 <row>
5381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 いろは
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 いろは
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row>
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 いろは
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 いろは
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 いろは
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 いろは
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 </row>
5521 <row>
5522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 いろは
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 いろは
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 いろは
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 いろは
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 いろは
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 </row>
5568 </lyxtabular>
5569
5570 \end_inset
5571
5572
5573 \begin_inset ERT
5574 status collapsed
5575
5576 \begin_layout Plain Layout
5577
5578
5579 \backslash
5580 setlength{
5581 \backslash
5582 LTleft}{
5583 \backslash
5584 fill}
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \begin_inset ERT
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594
5595
5596 \backslash
5597 addtocounter{table}{-1}
5598 \end_layout
5599
5600 \end_inset
5601
5602
5603 \begin_inset Note Note
5604 status collapsed
5605
5606 \begin_layout Plain Layout
5607 このコマンドの説明に関しては、第
5608 \begin_inset CommandInset ref
5609 LatexCommand ref
5610 reference "subsec:長尺表のキャプション"
5611
5612 \end_inset
5613
5614 節の最初の淡色注釈をご覧下さい。
5615 \end_layout
5616
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \begin_layout Subsection
5623 長尺表のキャプション
5624 \begin_inset Index idx
5625 status collapsed
5626
5627 \begin_layout Plain Layout
5628 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5629 \end_layout
5630
5631 \end_inset
5632
5633
5634 \begin_inset CommandInset label
5635 LatexCommand label
5636 name "subsec:長尺表のキャプション"
5637
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \begin_layout Standard
5644 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5645 \begin_inset CommandInset ref
5646 LatexCommand ref
5647 reference "sec:長尺表"
5648
5649 \end_inset
5650
5651 節に述べられているように、ある行で長尺表オプションの
5652 \family sans
5653 キャプション
5654 \family default
5655 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5656 \family sans
5657 冒頭ヘッダ
5658 \family default
5659
5660 \family sans
5661 ヘッダ
5662 \family default
5663
5664 \family sans
5665 フッタ
5666 \family default
5667
5668 \family sans
5669 末尾フッタ
5670 \family default
5671 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5672 \end_layout
5673
5674 \begin_layout Standard
5675 以下は、動作を確認するための短い長尺表です。
5676 \end_layout
5677
5678 \begin_layout Standard
5679 \begin_inset Tabular
5680 <lyxtabular version="3" rows="6" columns="5">
5681 <features islongtable="true" longtabularalignment="center">
5682 <column alignment="center" valignment="top">
5683 <column alignment="center" valignment="top">
5684 <column alignment="center" valignment="top">
5685 <column alignment="center" valignment="top">
5686 <column alignment="center" valignment="top">
5687 <row endfirsthead="true" caption="true">
5688 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 \begin_inset Caption Standard
5693
5694 \begin_layout Plain Layout
5695 キャプション付き長尺表
5696 \begin_inset Argument 1
5697 status collapsed
5698
5699 \begin_layout Plain Layout
5700 長尺表
5701 \end_layout
5702
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 1
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 2
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 3
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 4
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 5
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 </row>
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 いろは
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 いろは
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 いろは
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 いろは
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 いろは
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 いろは
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 いろは
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 いろは
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 いろは
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 いろは
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 いろは
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 </lyxtabular>
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Standard
5995 \begin_inset VSpace medskip
5996 \end_inset
5997
5998
5999 \begin_inset Note Greyedout
6000 status open
6001
6002 \begin_layout Plain Layout
6003
6004 \series bold
6005 【註1】
6006 \series default
6007 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
6008 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、\SpecialChar TeX
6009 コードで
6010 \end_layout
6011
6012 \begin_layout Plain Layout
6013
6014 \series bold
6015
6016 \backslash
6017 addtocounter{table}{-1}
6018 \end_layout
6019
6020 \begin_layout Plain Layout
6021 というコマンドを挿入する方法があります。
6022 \end_layout
6023
6024 \begin_layout Plain Layout
6025 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
6026 \end_layout
6027
6028 \begin_layout Plain Layout
6029
6030 \series bold
6031
6032 \backslash
6033 let
6034 \backslash
6035 myEnd
6036 \backslash
6037 endlongtable
6038 \begin_inset Newline newline
6039 \end_inset
6040
6041
6042 \backslash
6043 renewcommand{
6044 \backslash
6045 endlongtable}{
6046 \backslash
6047 myEnd
6048 \backslash
6049 addtocounter{table}{-1}}
6050 \end_layout
6051
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \begin_layout Standard
6058 \begin_inset Note Greyedout
6059 status open
6060
6061 \begin_layout Plain Layout
6062
6063 \series bold
6064 【註2】
6065 \series default
6066 相互参照をリンクするために、
6067 \family sans
6068 文書設定
6069 \family default
6070 ダイアログの
6071 \family sans
6072 PDF特性
6073 \family default
6074
6075 \series bold
6076 hyperref
6077 \series default
6078
6079 \begin_inset Index idx
6080 status collapsed
6081
6082 \begin_layout Plain Layout
6083 \SpecialChar LaTeX
6084 ぱっけーじ@\SpecialChar LaTeX
6085 パッケージ ! hyperref
6086 \end_layout
6087
6088 \end_inset
6089
6090 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6091 \end_layout
6092
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \begin_layout Subsubsection
6099 長尺表への参照
6100 \begin_inset Index idx
6101 status collapsed
6102
6103 \begin_layout Plain Layout
6104 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6105 \end_layout
6106
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \begin_layout Standard
6113 \begin_inset Tabular
6114 <lyxtabular version="3" rows="6" columns="5">
6115 <features islongtable="true" longtabularalignment="center">
6116 <column alignment="center" valignment="top">
6117 <column alignment="center" valignment="top">
6118 <column alignment="center" valignment="top">
6119 <column alignment="center" valignment="top">
6120 <column alignment="center" valignment="top">
6121 <row endfirsthead="true" caption="true">
6122 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 \begin_inset Caption Standard
6127
6128 \begin_layout Plain Layout
6129 参照された長尺表
6130 \begin_inset CommandInset label
6131 LatexCommand label
6132 name "tab:参照例"
6133
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \end_inset
6140
6141
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 1
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 2
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 3
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 4
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 5
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 いろは
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 いろは
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 </row>
6277 <row>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 いろは
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 いろは
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 </row>
6324 <row>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 いろは
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 いろは
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 <row>
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 いろは
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 いろは
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 いろは
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 いろは
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 いろは
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 </lyxtabular>
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 長尺表を参照するには、キャプションにラベルを挿入してください。
6427 \end_layout
6428
6429 \begin_layout Standard
6430 これは表
6431 \begin_inset CommandInset ref
6432 LatexCommand ref
6433 reference "tab:参照例"
6434
6435 \end_inset
6436
6437 への参照です。
6438 \end_layout
6439
6440 \begin_layout Standard
6441 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、\SpecialChar LaTeX
6442 パッケージの
6443 \series bold
6444 caption
6445 \series default
6446
6447 \begin_inset Index idx
6448 status collapsed
6449
6450 \begin_layout Plain Layout
6451 \SpecialChar LaTeX
6452 ぱっけーじ@\SpecialChar LaTeX
6453 パッケージ ! caption
6454 \end_layout
6455
6456 \end_inset
6457
6458 を使用して設定することができます。第
6459 \begin_inset CommandInset ref
6460 LatexCommand ref
6461 reference "sec:キャプションの書式設定"
6462
6463 \end_inset
6464
6465 節をご覧下さい。
6466 \end_layout
6467
6468 \begin_layout Subsubsection
6469 キャプションの幅
6470 \begin_inset Index idx
6471 status collapsed
6472
6473 \begin_layout Plain Layout
6474 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6475 \end_layout
6476
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \begin_layout Standard
6483 キャプション行の最大長は、長さ
6484 \series bold
6485
6486 \backslash
6487 LTcapwidth
6488 \series default
6489 によって指定することができます。既定値は4
6490 \begin_inset space \thinspace{}
6491 \end_inset
6492
6493 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中に\SpecialChar TeX
6494 コードとして
6495 \end_layout
6496
6497 \begin_layout Standard
6498
6499 \series bold
6500
6501 \backslash
6502 setlength{
6503 \backslash
6504 LTcapwidth}{幅}
6505 \end_layout
6506
6507 \begin_layout Standard
6508 というコマンドを書き加えて下さい。ここで「幅」には、付録
6509 \begin_inset CommandInset ref
6510 LatexCommand ref
6511 reference "cha:LyXで使用できる単位"
6512
6513 \end_inset
6514
6515 に挙げられている単位を取ることができます。
6516 \end_layout
6517
6518 \begin_layout Standard
6519 以下の各表で違いを示します。
6520 \end_layout
6521
6522 \begin_layout Standard
6523 \begin_inset Tabular
6524 <lyxtabular version="3" rows="6" columns="5">
6525 <features islongtable="true" longtabularalignment="center">
6526 <column alignment="center" valignment="top">
6527 <column alignment="center" valignment="top">
6528 <column alignment="center" valignment="top">
6529 <column alignment="center" valignment="top">
6530 <column alignment="center" valignment="top">
6531 <row endfirsthead="true" caption="true">
6532 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 \begin_inset Caption Standard
6537
6538 \begin_layout Plain Layout
6539 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6540 \begin_inset Argument 1
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 既定幅のキャプション
6545 \end_layout
6546
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 1
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 2
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 3
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 4
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 5
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 </row>
6643 <row>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 いろは
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 いろは
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 <row>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 いろは
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 いろは
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 いろは
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 いろは
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 <row>
6785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 いろは
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 いろは
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 いろは
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 いろは
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 いろは
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 </row>
6831 </lyxtabular>
6832
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \begin_layout Standard
6839 \begin_inset ERT
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843
6844
6845 \backslash
6846 setlength{
6847 \backslash
6848 LTcapwidth}{5cm}
6849 \end_layout
6850
6851 \end_inset
6852
6853
6854 \begin_inset Tabular
6855 <lyxtabular version="3" rows="6" columns="5">
6856 <features islongtable="true" longtabularalignment="center">
6857 <column alignment="center" valignment="top">
6858 <column alignment="center" valignment="top">
6859 <column alignment="center" valignment="top">
6860 <column alignment="center" valignment="top">
6861 <column alignment="center" valignment="top">
6862 <row endfirsthead="true" caption="true">
6863 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 \begin_inset Caption Standard
6868
6869 \begin_layout Plain Layout
6870 5
6871 \begin_inset space \thinspace{}
6872 \end_inset
6873
6874 cm幅のなが〜いフルタイトル・5
6875 \begin_inset space \thinspace{}
6876 \end_inset
6877
6878 cm幅のなが〜いフルタイトル・5
6879 \begin_inset space \thinspace{}
6880 \end_inset
6881
6882 cm幅のなが〜いフルタイトル
6883 \begin_inset Argument 1
6884 status collapsed
6885
6886 \begin_layout Plain Layout
6887 5
6888 \begin_inset space \thinspace{}
6889 \end_inset
6890
6891 cm幅のキャプション
6892 \end_layout
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 1
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 2
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 3
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 4
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 5
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 いろは
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 いろは
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 </row>
7037 <row>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 いろは
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 いろは
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 </row>
7084 <row>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 いろは
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 いろは
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 <row>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 いろは
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 いろは
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 いろは
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 いろは
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 いろは
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 </lyxtabular>
7179
7180 \end_inset
7181
7182
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \begin_inset ERT
7187 status collapsed
7188
7189 \begin_layout Plain Layout
7190
7191
7192 \backslash
7193 setlength{
7194 \backslash
7195 LTcapwidth}{4in}
7196 \end_layout
7197
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \begin_layout Standard
7204 \begin_inset Note Greyedout
7205 status open
7206
7207 \begin_layout Plain Layout
7208
7209 \series bold
7210 【註】
7211 \series default
7212 この文書のように\SpecialChar LaTeX
7213 パッケージの
7214 \series bold
7215 caption
7216 \series default
7217
7218 \begin_inset Index idx
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222 \SpecialChar LaTeX
7223 ぱっけーじ@\SpecialChar LaTeX
7224 パッケージ ! caption
7225 \end_layout
7226
7227 \end_inset
7228
7229 を使用している時には、
7230 \series bold
7231
7232 \backslash
7233 LTcapwidth
7234 \series default
7235 に既定値の4
7236 \begin_inset space \thinspace{}
7237 \end_inset
7238
7239 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7240 \begin_inset space \thinspace{}
7241 \end_inset
7242
7243 in幅のキャプションを作るには、3.99
7244 \begin_inset space \thinspace{}
7245 \end_inset
7246
7247 inのように4.0
7248 \begin_inset space \thinspace{}
7249 \end_inset
7250
7251 inと少し違う値を指定するか、
7252 \series bold
7253 caption
7254 \series default
7255 パッケージが提供している
7256 \series bold
7257
7258 \backslash
7259 captionsetup{width=値}
7260 \series default
7261 という\SpecialChar LaTeX
7262 コマンドを用いる方法があります。
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \begin_layout Subsubsection
7271 表の各ページごとに異なるキャプション
7272 \begin_inset Index idx
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \end_layout
7283
7284 \begin_layout Standard
7285 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7286 依存メニューから
7287 \family sans
7288 キャプション(無番長尺表)
7289 \family default
7290 を選択してください。表
7291 \begin_inset CommandInset ref
7292 LatexCommand ref
7293 reference "tab:別キャプション"
7294
7295 \end_inset
7296
7297 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7298 \begin_inset Separator parbreak
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \begin_layout Standard
7305 \align center
7306 \begin_inset Tabular
7307 <lyxtabular version="3" rows="59" columns="3">
7308 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7309 <column alignment="left" valignment="top" width="0cm">
7310 <column alignment="left" valignment="top" width="0pt">
7311 <column alignment="center" valignment="top" width="0pt">
7312 <row endfirsthead="true" caption="true">
7313 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 \begin_inset Caption Standard
7318
7319 \begin_layout Plain Layout
7320 例示用電話帳
7321 \begin_inset CommandInset label
7322 LatexCommand label
7323 name "tab:別キャプション"
7324
7325 \end_inset
7326
7327
7328 \begin_inset Argument 1
7329 status collapsed
7330
7331 \begin_layout Plain Layout
7332 例示用電話帳
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \end_inset
7341
7342
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 <row endfirsthead="true">
7367 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371
7372 \series bold
7373 例示用電話帳(名前は無視の事)
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row endfirsthead="true">
7398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \series bold
7404 氏名
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \series bold
7424 TEL.
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row endhead="true">
7431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset ERT
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439
7440
7441 \backslash
7442 caption*{例示用電話帳の続き}
7443 \backslash
7444
7445 \backslash
7446 %
7447 \end_layout
7448
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row endhead="true">
7476 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \series bold
7482 例示用電話帳
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row endhead="true">
7507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 氏名
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \series bold
7533 TEL.
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row endfoot="true">
7540 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 次頁に続く
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \series bold
7575 Annovi
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 Silvia
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 111
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Bertoli
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Stefano
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Bozzi
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Walter
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Cachia
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Maria
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Cachia
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Maurizio
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Cinquemani
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Giusi
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Colin
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Bernard
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Concli
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Gianfranco
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Dal Bosco
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Carolina
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Dalpiaz
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Annamaria
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Feliciello
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Domenico
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Focarelli
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Paola
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Galletti
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Oreste
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Gasparini
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Franca
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Rizzardi
8010 \series default
8011
8012 \begin_inset Foot
8013 status collapsed
8014
8015 \begin_layout Plain Layout
8016 例示用脚注
8017 \end_layout
8018
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Paola
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Lassini
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Giancarlo
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Malfatti
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Luciano
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Malfatti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Valeriano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Meneguzzo
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Roberto
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Mezzadra
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Roberto
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Pirpamer
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Erich
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Pochiesa
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Paolo
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111, 222
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Radina
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Claudio
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Stuffer
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Oskar
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Tacchelli
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Ugo
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Tezzele
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Margit
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Unterkalmsteiner
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Frieda
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Vieider
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Hilde
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Vigna
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Jürgen
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Weber
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Maurizio
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Winkler
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Franz
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546  
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Annovi
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Silvia
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 555
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Bertoli
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Stefano
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Bozzi
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Walter
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Cachia
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Maria
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Cachia
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Maurizio
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Cinquemani
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Giusi
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Colin
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Bernard
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Concli
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Gianfranco
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Dal Bosco
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Carolina
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Dalpiaz
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Annamaria
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Feliciello
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Domenico
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Focarelli
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Paola
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Galletti
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Oreste
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Gasparini
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Franca
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Rizzardi
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Paola
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Lassini
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Giancarlo
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Malfatti
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Luciano
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Malfatti
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Valeriano
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Meneguzzo
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Roberto
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Mezzadra
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Roberto
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 </lyxtabular>
9191
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \begin_layout Section
9198 長尺表にまつわる諸点
9199 \begin_inset CommandInset label
9200 LatexCommand label
9201 name "sec:長尺表にまつわる諸点"
9202
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \begin_layout Subsection
9209 長尺表の計算
9210 \begin_inset Index idx
9211 status collapsed
9212
9213 \begin_layout Plain Layout
9214 ちょうしゃくひょう@長尺表 ! けいさん@計算
9215 \end_layout
9216
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \begin_layout Standard
9223 \SpecialChar LaTeX
9224 は、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度に\SpecialChar LaTeX
9225 のメモリに読み込まれる表の断片です。歴史上の経緯から、既定値は
9226 たった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9227 \end_layout
9228
9229 \begin_layout Standard
9230
9231 \series bold
9232
9233 \backslash
9234 setcounter{LTchunksize}{100}
9235 \end_layout
9236
9237 \begin_layout Standard
9238 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9239 \end_layout
9240
9241 \begin_layout Subsection
9242 フロートと長尺表
9243 \begin_inset Index idx
9244 status collapsed
9245
9246 \begin_layout Plain Layout
9247 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9248 \end_layout
9249
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \begin_layout Standard
9256 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9257 \series bold
9258
9259 \backslash
9260 clearpage
9261 \series default
9262 コマンドを長尺表の前に\SpecialChar TeX
9263 コードとして書き加えてください。
9264 \end_layout
9265
9266 \begin_layout Subsection
9267 強制改頁
9268 \begin_inset Index idx
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9273 \end_layout
9274
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \begin_layout Standard
9281 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所に\SpecialChar TeX
9282 コードで改行コマンド「
9283 \series bold
9284
9285 \backslash
9286
9287 \backslash
9288
9289 \series default
9290 」を挿入します。
9291 \series bold
9292
9293 \backslash
9294
9295 \backslash
9296
9297 \series default
9298 コマンドの前には、現セルよりも右にある列数と同じ数の「
9299 \series bold
9300 &
9301 \series default
9302 」文字を、\SpecialChar TeX
9303 コードで挿入してやる必要があります。この
9304 \series bold
9305 &
9306 \series default
9307 は、表セルの区切り文字です。各
9308 \series bold
9309 &
9310 \series default
9311 の後に、右側の本来のセルに入るべき内容を\SpecialChar TeX
9312 コードで書き込み、右側のセルの内容は削除してください。
9313 \begin_inset Newline newline
9314 \end_inset
9315
9316
9317 \series bold
9318
9319 \backslash
9320
9321 \backslash
9322
9323 \series default
9324 コマンドの後ろには、現在列の左側にある列数と同じ数の
9325 \series bold
9326 &
9327 \series default
9328 文字を挿入してください。表
9329 \begin_inset CommandInset ref
9330 LatexCommand ref
9331 reference "tab:強制改頁"
9332
9333 \end_inset
9334
9335 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9336 \end_layout
9337
9338 \begin_layout Standard
9339
9340 \series bold
9341 & 111
9342 \backslash
9343
9344 \backslash
9345  
9346 \backslash
9347 newpage
9348 \begin_inset Newline newline
9349 \end_inset
9350
9351 &
9352 \end_layout
9353
9354 \begin_layout Standard
9355 というコマンドが、セル中「
9356 \emph on
9357 Castelchiodato,
9358 \emph default
9359 」の後に\SpecialChar TeX
9360 コードとして挿入してあります。
9361 \end_layout
9362
9363 \begin_layout Standard
9364 同一行3列目の「111」は削除してあります。
9365 \series bold
9366
9367 \backslash
9368 newpage
9369 \series default
9370 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9371 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9372 \end_layout
9373
9374 \begin_layout Standard
9375
9376 \series bold
9377 & 111
9378 \backslash
9379
9380 \backslash
9381
9382 \begin_inset Newline newline
9383 \end_inset
9384
9385
9386 \backslash
9387 hline &
9388 \end_layout
9389
9390 \begin_layout Standard
9391 というコマンドを使用して下さい。
9392 \end_layout
9393
9394 \begin_layout Standard
9395 改頁をしたいセルが最右列にある場合には、
9396 \end_layout
9397
9398 \begin_layout Standard
9399
9400 \series bold
9401
9402 \backslash
9403 setlength{
9404 \backslash
9405 parfillskip}{0pt}
9406 \end_layout
9407
9408 \begin_layout Standard
9409 というコマンドを当該セルの初めに\SpecialChar TeX
9410 コードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます。
9411 \begin_inset Separator parbreak
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \begin_layout Standard
9418 \align center
9419 \begin_inset Tabular
9420 <lyxtabular version="3" rows="38" columns="3">
9421 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9422 <column alignment="left" valignment="top" width="0cm">
9423 <column alignment="left" valignment="top" width="3cm">
9424 <column alignment="center" valignment="top" width="0pt">
9425 <row endfirsthead="true" caption="true">
9426 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 \begin_inset Caption Standard
9431
9432 \begin_layout Plain Layout
9433 表セル内で強制改頁をしている表
9434 \begin_inset CommandInset label
9435 LatexCommand label
9436 name "tab:強制改頁"
9437
9438 \end_inset
9439
9440
9441 \begin_inset Argument 1
9442 status collapsed
9443
9444 \begin_layout Plain Layout
9445 表セル内で強制改頁をしている表
9446 \end_layout
9447
9448 \end_inset
9449
9450
9451 \end_layout
9452
9453 \end_inset
9454
9455
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row endfirsthead="true">
9480 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \series bold
9486 例示用電話帳(氏名は無視の事)
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row endfirsthead="true">
9511 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 氏名
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 TEL.
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row endhead="true">
9544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 \begin_inset ERT
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552
9553
9554 \backslash
9555 caption*{例示用電話帳の続き}
9556 \backslash
9557
9558 \backslash
9559 %
9560 \end_layout
9561
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="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 alignment="center" valignment="top" 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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 例示用電話帳
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row endhead="true">
9618 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \series bold
9624 氏名
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \series bold
9644 TEL.
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row endfoot="true">
9651 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 次頁に続く
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \series bold
9686 Annovi
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695 Silvia
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 111
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \series bold
9717 Bertoli
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726 Stefano
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 111
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 <row>
9742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \series bold
9748 Bozzi
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 Walter
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 111
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row>
9773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \series bold
9779 Cachia
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 Maria
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 111
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 Cachia
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 Maurizio
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 111
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row>
9835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \series bold
9841 Cinquemani
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 Giusi
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 111
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row>
9866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870
9871 \series bold
9872 Colin
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 Bernard
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 111
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \series bold
9903 Concli
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 Gianfranco
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 111
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row>
9928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Dal Bosco
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 Carolina
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 111
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 Dalpiaz
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 Annamaria
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 111
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 Feliciello
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Domenico
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 111
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Focarelli
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 Paola
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 111
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Galletti
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 Oreste
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 111
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Gasparini
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Franca
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Lassini
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Giancarlo
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Malfatti
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Luciano
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Malfatti
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Valeriano
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Meneguzzo
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Roberto
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Mezzadra
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Roberto
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Pirpamer
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Erich
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Pochiesa
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Paolo
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111, 222
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Radina
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Claudio
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Rizzardi
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Paolo, 11.
10378  Fürst von Montecompatri, 11.
10379  Fürst von Sulmona und Vivaro, 10.
10380  Fürst von Rossano, 5.
10381  Herzog von Canemorte, 11.
10382  Herzog von Palombara, 5.
10383  Herzog von Castelchiodato,
10384 \begin_inset ERT
10385 status collapsed
10386
10387 \begin_layout Plain Layout
10388
10389 & 111
10390 \backslash
10391
10392 \backslash
10393  
10394 \backslash
10395 newpage
10396 \end_layout
10397
10398 \begin_layout Plain Layout
10399
10400 &
10401 \end_layout
10402
10403 \end_inset
10404
10405  11.
10406  Herzog von Poggionativo, 11.
10407  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10408  Graf von Valinfreda, 11.
10409  Baron von Cropalati, 11.
10410  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Stuffer
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Oskar
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Tacchelli
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Ugo
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Tezzele
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Margit
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Unterkalmsteiner
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Frieda
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Vieider
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Hilde
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Vigna
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Jürgen
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Weber
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Maurizio
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Winkler
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Franz
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 </lyxtabular>
10674
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \begin_layout Section
10681 複数行・連結列・連結行
10682 \end_layout
10683
10684 \begin_layout Subsection
10685 表セル内の複数行
10686 \begin_inset CommandInset label
10687 LatexCommand label
10688 name "subsec:複数行"
10689
10690 \end_inset
10691
10692
10693 \begin_inset Index idx
10694 status collapsed
10695
10696 \begin_layout Plain Layout
10697 ひょうせるないのふくすうぎょう@表セル内の複数行
10698 \end_layout
10699
10700 \end_inset
10701
10702
10703 \begin_inset Index idx
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707 ひょう@表 ! かいぎょう@改行
10708 \end_layout
10709
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Standard
10716 \noindent
10717 \begin_inset Float table
10718 placement H
10719 wide false
10720 sideways false
10721 status open
10722
10723 \begin_layout Plain Layout
10724 \begin_inset Caption Standard
10725
10726 \begin_layout Plain Layout
10727 \begin_inset CommandInset label
10728 LatexCommand label
10729 name "tab:複数行表"
10730
10731 \end_inset
10732
10733 セル内に複数の行がある表
10734 \end_layout
10735
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \begin_layout Plain Layout
10742 \align center
10743 \begin_inset Tabular
10744 <lyxtabular version="3" rows="3" columns="3">
10745 <features tabularvalignment="middle">
10746 <column alignment="center" valignment="middle" width="2.5cm">
10747 <column alignment="center" valignment="middle">
10748 <column alignment="center" valignment="middle">
10749 <row>
10750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 複数の
10755 \begin_inset Newline linebreak
10756 \end_inset
10757
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" 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" 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" 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 <row>
10812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 </lyxtabular>
10841
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \begin_layout Standard
10853 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10854 \end_layout
10855
10856 \begin_layout Standard
10857
10858 \begin_inset CommandInset ref
10859 LatexCommand ref
10860 reference "tab:複数行表"
10861
10862 \end_inset
10863
10864 を生成するには、まず3
10865 \begin_inset Formula $\times$
10866 \end_inset
10867
10868 3表を作り、最初のセルを右クリックして現れるメニューから、
10869 \family sans
10870 設定
10871 \family default
10872 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10873 \begin_inset space \thinspace{}
10874 \end_inset
10875
10876 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10877 \begin_inset space \thinspace{}
10878 \end_inset
10879
10880 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10881 \begin_inset Flex Ruby
10882 status collapsed
10883
10884 \begin_layout Plain Layout
10885 捷径
10886 \begin_inset Argument post:1
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890 ショートカット
10891 \end_layout
10892
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \end_inset
10899
10900
10901 \begin_inset Info
10902 type  "shortcut"
10903 arg   "newline-insert linebreak"
10904 \end_inset
10905
10906 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10907 \end_layout
10908
10909 \begin_layout Standard
10910 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、\SpecialChar LaTeX
10911 はハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないようにするた
10912 めには、何かを入れなくてはなりません。そこで、その単語の前に0
10913 \begin_inset space \thinspace{}
10914 \end_inset
10915
10916 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10917 \begin_inset CommandInset ref
10918 LatexCommand ref
10919 reference "tab:ハイフネーション表"
10920
10921 \end_inset
10922
10923 が違いを示しています
10924 \begin_inset Foot
10925 status open
10926
10927 \begin_layout Plain Layout
10928
10929 \series bold
10930 【訳註】
10931 \series default
10932 p\SpecialChar LaTeX
10933 を使用している場合、日本語の文章は正しく改行されます。
10934 \end_layout
10935
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \begin_layout Standard
10942 \begin_inset Float table
10943 placement h
10944 wide false
10945 sideways false
10946 status open
10947
10948 \begin_layout Plain Layout
10949 \begin_inset Caption Standard
10950
10951 \begin_layout Plain Layout
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "tab:ハイフネーション表"
10955
10956 \end_inset
10957
10958 ハイフネーション有/無の表
10959 \end_layout
10960
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \begin_layout Plain Layout
10967 \begin_inset space \hfill{}
10968 \end_inset
10969
10970
10971 \begin_inset Tabular
10972 <lyxtabular version="3" rows="3" columns="3">
10973 <features tabularvalignment="middle">
10974 <column alignment="center" valignment="middle" width="2.5cm">
10975 <column alignment="center" valignment="middle">
10976 <column alignment="center" valignment="middle">
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 verylongtablecellword
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" 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" 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" 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 <row>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 </lyxtabular>
11065
11066 \end_inset
11067
11068
11069 \begin_inset space \hfill{}
11070 \end_inset
11071
11072
11073 \begin_inset Tabular
11074 <lyxtabular version="3" rows="3" columns="3">
11075 <features tabularvalignment="middle">
11076 <column alignment="center" valignment="middle" width="2.5cm">
11077 <column alignment="center" valignment="middle">
11078 <column alignment="center" valignment="middle">
11079 <row>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 \begin_inset space \hspace{}
11085 \length 0pt
11086 \end_inset
11087
11088 verylongtablecellword
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" 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" 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" 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 <row>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 </row>
11170 </lyxtabular>
11171
11172 \end_inset
11173
11174
11175 \begin_inset space \hfill{}
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Subsection
11187 連結列
11188 \begin_inset CommandInset label
11189 LatexCommand label
11190 name "subsec:連結列"
11191
11192 \end_inset
11193
11194
11195 \begin_inset Index idx
11196 status collapsed
11197
11198 \begin_layout Plain Layout
11199 れんけつれつ@連結列
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \begin_inset Index idx
11206 status collapsed
11207
11208 \begin_layout Plain Layout
11209 ひょう@表 ! れんけつれつ@連結列
11210 \end_layout
11211
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \begin_layout Subsubsection
11218 連結列の基礎
11219 \end_layout
11220
11221 \begin_layout Standard
11222 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11223 \family sans
11224
11225 \begin_inset Info
11226 type  "icon"
11227 arg   "inset-modify tabular multicolumn"
11228 \end_inset
11229
11230
11231 \family default
11232 を押すか、
11233 \family sans
11234 編集\SpecialChar menuseparator
11235 表\SpecialChar menuseparator
11236 連結列
11237 \family default
11238 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11239 \family sans
11240 連結列
11241 \family default
11242 を有効にするかしてください。
11243 \end_layout
11244
11245 \begin_layout Standard
11246 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11247 、最下行に上罫線のない連結行がある表の例です。
11248 \begin_inset Separator parbreak
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \begin_layout Standard
11255 \align center
11256 \begin_inset Tabular
11257 <lyxtabular version="3" rows="3" columns="4">
11258 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11259 <column alignment="center" valignment="top" width="0pt">
11260 <column alignment="center" valignment="middle">
11261 <column alignment="center" valignment="top" width="0in">
11262 <column alignment="center" valignment="top" width="0pt">
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 いろは
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 にほへとちり
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 ぬるを
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 <row>
11302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 </row>
11339 <row>
11340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 </lyxtabular>
11378
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \begin_layout Subsubsection
11385 連結列の計算
11386 \begin_inset CommandInset label
11387 LatexCommand label
11388 name "subsec:連結列の計算"
11389
11390 \end_inset
11391
11392
11393 \begin_inset Index idx
11394 status collapsed
11395
11396 \begin_layout Plain Layout
11397 れんけつれつ@連結列 ! けいさん@計算
11398 \end_layout
11399
11400 \end_inset
11401
11402
11403 \end_layout
11404
11405 \begin_layout Standard
11406 \SpecialChar LyX
11407 は、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11408 \end_layout
11409
11410 \begin_layout Standard
11411 \begin_inset Float table
11412 placement h
11413 wide false
11414 sideways false
11415 status open
11416
11417 \begin_layout Plain Layout
11418 \begin_inset Caption Standard
11419
11420 \begin_layout Plain Layout
11421 \begin_inset CommandInset label
11422 LatexCommand label
11423 name "tab:中央揃え表"
11424
11425 \end_inset
11426
11427 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11428 \begin_inset Argument 1
11429 status collapsed
11430
11431 \begin_layout Plain Layout
11432 完全なる連結列表
11433 \end_layout
11434
11435 \end_inset
11436
11437
11438 \end_layout
11439
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \begin_layout Plain Layout
11446 \align center
11447 \begin_inset Tabular
11448 <lyxtabular version="3" rows="3" columns="3">
11449 <features tabularvalignment="middle">
11450 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11451 <column alignment="center" valignment="middle">
11452 <column alignment="center" valignment="top">
11453 <row>
11454 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 複数行にわたる連結列
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 <row>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 </row>
11511 <row>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 </lyxtabular>
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \begin_layout Standard
11553 たとえば、表
11554 \begin_inset CommandInset ref
11555 LatexCommand ref
11556 reference "tab:中央揃え表"
11557
11558 \end_inset
11559
11560 を生成するには、3
11561 \begin_inset Formula $\times$
11562 \end_inset
11563
11564 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11565 \family sans
11566 設定
11567 \family default
11568 を選択します。そして現れる表の設定ダイアログで、このセルを
11569 \emph on
11570 連結列
11571 \emph default
11572
11573 \emph on
11574 中央揃え
11575 \emph default
11576 、2.5
11577 \begin_inset space \thinspace{}
11578 \end_inset
11579
11580 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11581 \begin_inset space \thinspace{}
11582 \end_inset
11583
11584 cm幅に設定します。すると第二列は自動的に1.25
11585 \begin_inset space \thinspace{}
11586 \end_inset
11587
11588 cm幅(連結列幅マイナス第一列の幅)になります。表
11589 \begin_inset CommandInset ref
11590 LatexCommand ref
11591 reference "tab:半分でない表"
11592
11593 \end_inset
11594
11595 もこのようにして作成してあります。
11596 \end_layout
11597
11598 \begin_layout Standard
11599 \begin_inset Float table
11600 wide false
11601 sideways false
11602 status open
11603
11604 \begin_layout Plain Layout
11605 \begin_inset Caption Standard
11606
11607 \begin_layout Plain Layout
11608 \begin_inset CommandInset label
11609 LatexCommand label
11610 name "tab:半分でない表"
11611
11612 \end_inset
11613
11614 連結セルの下の列が正確に半分になっていない表
11615 \begin_inset Argument 1
11616 status collapsed
11617
11618 \begin_layout Plain Layout
11619 不完全な連結列表
11620 \end_layout
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Plain Layout
11633 \align center
11634 \begin_inset Tabular
11635 <lyxtabular version="3" rows="3" columns="3">
11636 <features tabularvalignment="middle">
11637 <column alignment="center" valignment="top" width="1.25cm">
11638 <column alignment="center" valignment="top">
11639 <column alignment="center" valignment="top">
11640 <row>
11641 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 複数行にわたる連結列
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 <row>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 </lyxtabular>
11728
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \begin_layout Standard
11740 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11741 指定したセル幅
11742 \begin_inset Formula $W_{\mbox{指}}$
11743 \end_inset
11744
11745 がセルの全幅
11746 \begin_inset Formula $W_{\text{全}}$
11747 \end_inset
11748
11749 と等しくならないためです。付録
11750 \begin_inset CommandInset ref
11751 LatexCommand ref
11752 reference "cha:式の説明"
11753
11754 \end_inset
11755
11756 がこの事情を詳細に説明しています。
11757 \end_layout
11758
11759 \begin_layout Standard
11760
11761 \emph on
11762 n
11763 \emph default
11764 列を連結する際、各列の全幅が
11765 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11766 \end_inset
11767
11768 となるために必要な指定幅
11769 \begin_inset Formula $W_{\mbox{指}:n}$
11770 \end_inset
11771
11772 は、
11773 \begin_inset Formula 
11774 \begin{equation}
11775 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11776 \end{equation}
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Standard
11784 で計算することができます。上記の例では
11785 \begin_inset Formula $n=2$
11786 \end_inset
11787
11788 かつ
11789 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11790 \end_inset
11791
11792 cmかつ長さは既定値ですから、第
11793 \begin_inset CommandInset ref
11794 LatexCommand ref
11795 reference "eq:Wgn"
11796
11797 \end_inset
11798
11799 式は
11800 \begin_inset Formula 
11801 \begin{equation}
11802 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11803 \end{equation}
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \begin_layout Standard
11811 となります。\SpecialChar LaTeX
11812 中で計算を可能にするには、文書プリアンブル行に
11813 \end_layout
11814
11815 \begin_layout Standard
11816
11817 \series bold
11818
11819 \backslash
11820 usepackage{calc}
11821 \end_layout
11822
11823 \begin_layout Standard
11824 と書いて、\SpecialChar LaTeX
11825 パッケージ
11826 \series bold
11827 calc
11828 \series default
11829
11830 \begin_inset Index idx
11831 status collapsed
11832
11833 \begin_layout Plain Layout
11834 \SpecialChar LaTeX
11835 ぱっけーじ@\SpecialChar LaTeX
11836 パッケージ ! calc
11837 \end_layout
11838
11839 \end_inset
11840
11841 を読み込まなくてはなりません。\SpecialChar LyX
11842 の「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログの\SpecialChar LaTeX
11843 の引数欄に書き込むことによって
11844 列を整形しなくてはなりません。以下は、その引数の概要です。
11845 \end_layout
11846
11847 \begin_layout Itemize
11848
11849 \series bold
11850 p{幅}
11851 \series default
11852 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11853 \end_layout
11854
11855 \begin_layout Itemize
11856
11857 \series bold
11858 m{幅}
11859 \series default
11860 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11861 \end_layout
11862
11863 \begin_layout Itemize
11864
11865 \series bold
11866 b{幅}
11867 \series default
11868 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11869 \end_layout
11870
11871 \begin_layout Standard
11872 \SpecialChar LaTeX
11873 変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11874 \end_layout
11875
11876 \begin_layout Standard
11877 \begin_inset Note Greyedout
11878 status open
11879
11880 \begin_layout Plain Layout
11881
11882 \series bold
11883 【註】
11884 \series default
11885 バグのせいで、\SpecialChar LyX
11886 は無効にされた設定も表示してしまいます。
11887 \end_layout
11888
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \begin_layout Standard
11895 文章を水平方向中央揃えにしたいので、
11896 \series bold
11897
11898 \backslash
11899 centering
11900 \series default
11901 コマンドを入れます。したがって、以下のような\SpecialChar LaTeX
11902 変数を、最初の被連結列に入れます。
11903 \end_layout
11904
11905 \begin_layout Standard
11906
11907 \series bold
11908 >{
11909 \backslash
11910 centering}m{1.25cm-6.2pt}
11911 \end_layout
11912
11913 \begin_layout Standard
11914
11915 \series bold
11916 >{ }
11917 \series default
11918 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11919 \end_layout
11920
11921 \begin_layout Standard
11922 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、\SpecialChar LyX
11923 は揃えを一列分のみに適用するためです。したがって
11924 、連結セルには
11925 \end_layout
11926
11927 \begin_layout Standard
11928
11929 \series bold
11930 >{
11931 \backslash
11932 centering}m{2.5cm}
11933 \end_layout
11934
11935 \begin_layout Standard
11936 という\SpecialChar LaTeX
11937 変数を指定しなくてはなりません。
11938 \end_layout
11939
11940 \begin_layout Subsection
11941 連結行
11942 \begin_inset CommandInset label
11943 LatexCommand label
11944 name "subsec:連結行"
11945
11946 \end_inset
11947
11948
11949 \begin_inset Index idx
11950 status collapsed
11951
11952 \begin_layout Plain Layout
11953 れんけつぎょう@連結行
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \begin_inset Index idx
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963 ひょう@表 ! れんけつぎょう@連結行
11964 \end_layout
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \begin_layout Standard
11972 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11973 \family sans
11974
11975 \begin_inset Info
11976 type  "icon"
11977 arg   "inset-modify tabular multirow"
11978 \end_inset
11979
11980
11981 \family default
11982 を押すか、メニュー
11983 \family sans
11984 編集\SpecialChar menuseparator
11985 表\SpecialChar menuseparator
11986 連結行
11987 \family default
11988 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11989 \family sans
11990 \SpecialChar menuseparator
11991 連結行
11992 \family default
11993 を選んでください。
11994 \end_layout
11995
11996 \begin_layout Standard
11997 下記は一列目に連結列を適用した表の例です。
11998 \begin_inset Separator parbreak
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \begin_layout Standard
12005 \align center
12006 \begin_inset Tabular
12007 <lyxtabular version="3" rows="3" columns="3">
12008 <features tabularvalignment="middle">
12009 <column alignment="center" valignment="top" width="0pt">
12010 <column alignment="center" valignment="top">
12011 <column alignment="center" valignment="top">
12012 <row>
12013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 長いセル項目
12018 \end_layout
12019
12020 \end_inset
12021 </cell>
12022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 </row>
12041 <row>
12042 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 連結列
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 </row>
12070 <row>
12071 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 </row>
12099 </lyxtabular>
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Standard
12107 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12108 \family sans
12109 垂直オフセット
12110 \family default
12111 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12112 \end_layout
12113
12114 \begin_layout Standard
12115 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12116 \end_layout
12117
12118 \begin_layout Standard
12119
12120 \series bold
12121
12122 \backslash
12123 renewcommand{
12124 \backslash
12125 multirowsetup}{
12126 \backslash
12127 centering}
12128 \end_layout
12129
12130 \begin_layout Standard
12131 というコマンドを使用して、コマンド
12132 \series bold
12133
12134 \backslash
12135 multirowsetup
12136 \series default
12137 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12138 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12139 \series bold
12140
12141 \backslash
12142 centering
12143 \series default
12144 の代わりに
12145 \series bold
12146
12147 \backslash
12148 raggedleft
12149 \series default
12150 を使用して下さい。左揃えに戻すには、
12151 \series bold
12152
12153 \backslash
12154 raggedright
12155 \series default
12156 とします。
12157 \end_layout
12158
12159 \begin_layout Standard
12160 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12161 \begin_inset Separator parbreak
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168 \noindent
12169 \align center
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175
12176 \backslash
12177 renewcommand{
12178 \backslash
12179 multirowsetup}{
12180 \backslash
12181 raggedleft}
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \begin_inset Tabular
12188 <lyxtabular version="3" rows="4" columns="3">
12189 <features tabularvalignment="middle">
12190 <column alignment="center" valignment="top" width="3cm">
12191 <column alignment="center" valignment="top">
12192 <column alignment="center" valignment="top">
12193 <row>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 長いセル項目
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 </row>
12222 <row>
12223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 </row>
12251 <row>
12252 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 連結列
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 </row>
12280 <row>
12281 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 </lyxtabular>
12310
12311 \end_inset
12312
12313
12314 \begin_inset ERT
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318
12319
12320 \backslash
12321 renewcommand{
12322 \backslash
12323 multirowsetup}{
12324 \backslash
12325 raggedright}
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \end_layout
12332
12333 \begin_layout Standard
12334 連結行で新しい行に移るには、強制改行(
12335 \begin_inset Flex Ruby
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339 捷径
12340 \begin_inset Argument post:1
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344 ショートカット
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \end_inset
12353
12354
12355 \begin_inset Info
12356 type  "shortcut"
12357 arg   "newline-insert newline"
12358 \end_inset
12359
12360 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12361 \begin_inset Separator parbreak
12362 \end_inset
12363
12364
12365 \end_layout
12366
12367 \begin_layout Standard
12368 \noindent
12369 \align center
12370 \begin_inset Tabular
12371 <lyxtabular version="3" rows="3" columns="2">
12372 <features tabularvalignment="middle">
12373 <column alignment="left" valignment="middle" width="2cm">
12374 <column alignment="center" valignment="top">
12375 <row>
12376 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 いいい
12381 \begin_inset Newline newline
12382 \end_inset
12383
12384 いいい
12385 \begin_inset Newline newline
12386 \end_inset
12387
12388 おかしなセル
12389 \end_layout
12390
12391 \end_inset
12392 </cell>
12393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12394 \begin_inset Text
12395
12396 \begin_layout Plain Layout
12397 ははは
12398 \end_layout
12399
12400 \end_inset
12401 </cell>
12402 </row>
12403 <row>
12404 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 ににに
12418 \end_layout
12419
12420 \end_inset
12421 </cell>
12422 </row>
12423 <row>
12424 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12425 \begin_inset Text
12426
12427 \begin_layout Plain Layout
12428 ろろろ
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 ほほほ
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 </row>
12443 </lyxtabular>
12444
12445 \end_inset
12446
12447
12448 \end_layout
12449
12450 \begin_layout Standard
12451 したがって、強制改行を使うのは注意が必要です。
12452 \end_layout
12453
12454 \begin_layout Subsection
12455 対角線付きのセル
12456 \end_layout
12457
12458 \begin_layout Standard
12459 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、\SpecialChar LaTeX
12460 パッケージの
12461 \series bold
12462 diagbox
12463 \series default
12464
12465 \begin_inset Index idx
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 \SpecialChar LaTeX
12470 ぱっけーじ@\SpecialChar LaTeX
12471 パッケージ ! diagbox
12472 \end_layout
12473
12474 \end_inset
12475
12476 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12477 \series bold
12478
12479 \backslash
12480 diagbox
12481 \series default
12482 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、\SpecialChar TeX
12483 コードで挿入します。
12484 \end_layout
12485
12486 \begin_layout Standard
12487
12488 \series bold
12489
12490 \backslash
12491 diagbox[オプション]{左下}{右上}
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 diagbox[オプション]{左下}{左上}{右上}
12500 \end_layout
12501
12502 \begin_layout Standard
12503 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12504 \end_layout
12505
12506 \begin_layout Standard
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 ifdiagbox
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \begin_inset Note Note
12521 status open
12522
12523 \begin_layout Plain Layout
12524 この節は、\SpecialChar LaTeX
12525 パッケージ
12526 \series bold
12527 diagbox
12528 \series default
12529 が導入済みの時のみ表示されます。
12530 \end_layout
12531
12532 \end_inset
12533
12534
12535 \end_layout
12536
12537 \begin_layout Standard
12538 下記は、
12539 \series bold
12540
12541 \backslash
12542 diagbox
12543 \series default
12544 を第1セル中に2引数書式で使用した表の例です。
12545 \begin_inset VSpace medskip
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \begin_layout Standard
12552 \noindent
12553 \begin_inset Tabular
12554 <lyxtabular version="3" rows="4" columns="4">
12555 <features tabularvalignment="middle">
12556 <column alignment="center" valignment="top">
12557 <column alignment="center" valignment="top">
12558 <column alignment="center" valignment="top">
12559 <column alignment="center" valignment="top">
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569
12570
12571 \backslash
12572 diagbox{
12573 \end_layout
12574
12575 \end_inset
12576
12577 名称
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583 }{
12584 \end_layout
12585
12586 \end_inset
12587
12588 パラメータ
12589 \begin_inset ERT
12590 status collapsed
12591
12592 \begin_layout Plain Layout
12593
12594 }
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 厚み(nm)
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 透明度(%)
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 硬度(MPa)
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 Perfect Green
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 45
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 80
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 504
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 </row>
12670 <row>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 Dark Multi-P
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 60
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 72
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 982
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 <row>
12709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 Crystal Clear Pro
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 18
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
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 86
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 374
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 </row>
12746 </lyxtabular>
12747
12748 \end_inset
12749
12750
12751 \begin_inset VSpace medskip
12752 \end_inset
12753
12754
12755 \end_layout
12756
12757 \begin_layout Standard
12758 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12759 \begin_inset Separator parbreak
12760 \end_inset
12761
12762
12763 \end_layout
12764
12765 \begin_layout Standard
12766 \noindent
12767 \align center
12768 \begin_inset Tabular
12769 <lyxtabular version="3" rows="4" columns="4">
12770 <features tabularvalignment="middle">
12771 <column alignment="center" valignment="top" width="0pt">
12772 <column alignment="center" valignment="top">
12773 <column alignment="center" valignment="top">
12774 <column alignment="center" valignment="top">
12775 <row>
12776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 \begin_inset ERT
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784
12785
12786 \backslash
12787 diagbox{
12788 \end_layout
12789
12790 \end_inset
12791
12792 ホームチーム
12793 \begin_inset ERT
12794 status collapsed
12795
12796 \begin_layout Plain Layout
12797
12798 }{
12799 \end_layout
12800
12801 \end_inset
12802
12803 結果
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809 }{
12810 \end_layout
12811
12812 \end_inset
12813
12814 アウェイチーム
12815 \begin_inset ERT
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819
12820 }
12821 \end_layout
12822
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 Tigers
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 Panthers
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 Falcons
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 <row>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 Tigers
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 1:3
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 0:1
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 Panthers
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 3:1
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 0:0
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row>
12935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 Falcons
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 1:0
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 0:0
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 </row>
12972 </lyxtabular>
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \begin_layout Standard
12980 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12981 \begin_inset Separator parbreak
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Standard
12988 \noindent
12989 \align center
12990 \begin_inset Tabular
12991 <lyxtabular version="3" rows="5" columns="5">
12992 <features tabularvalignment="middle">
12993 <column alignment="center" valignment="top" width="0pt">
12994 <column alignment="center" valignment="top">
12995 <column alignment="center" valignment="top">
12996 <column alignment="center" valignment="top">
12997 <column alignment="center" valignment="top">
12998 <row>
12999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 \begin_inset ERT
13004 status open
13005
13006 \begin_layout Plain Layout
13007
13008
13009 \backslash
13010 diagbox{
13011 \end_layout
13012
13013 \end_inset
13014
13015 ホームチーム
13016 \begin_inset ERT
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020
13021 }{
13022 \end_layout
13023
13024 \end_inset
13025
13026 結果
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032 }{
13033 \end_layout
13034
13035 \end_inset
13036
13037 アウェイチーム
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043 }
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 Tigers
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 Panthers
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 Falcons
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 \begin_inset ERT
13085 status open
13086
13087 \begin_layout Plain Layout
13088
13089
13090 \backslash
13091 diagbox[dir=NE]{
13092 \end_layout
13093
13094 \end_inset
13095
13096 ホームチーム
13097 \begin_inset ERT
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101
13102 }{
13103 \end_layout
13104
13105 \end_inset
13106
13107 結果
13108 \begin_inset ERT
13109 status collapsed
13110
13111 \begin_layout Plain Layout
13112
13113 }{
13114 \end_layout
13115
13116 \end_inset
13117
13118 アウェイチーム
13119 \begin_inset ERT
13120 status collapsed
13121
13122 \begin_layout Plain Layout
13123
13124 }
13125 \end_layout
13126
13127 \end_inset
13128
13129
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 </row>
13135 <row>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 Tigers
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 1:3
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 0:1
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 Tigers
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 </row>
13182 <row>
13183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 Panthers
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 3:1
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 0:0
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 Panthers
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 </row>
13229 <row>
13230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Falcons
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 1:0
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 0:0
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Falcons
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 <row>
13277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 \begin_inset ERT
13282 status open
13283
13284 \begin_layout Plain Layout
13285
13286
13287 \backslash
13288 diagbox[dir=SW]{
13289 \end_layout
13290
13291 \end_inset
13292
13293 ホームチーム
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299 }{
13300 \end_layout
13301
13302 \end_inset
13303
13304 結果
13305 \begin_inset ERT
13306 status collapsed
13307
13308 \begin_layout Plain Layout
13309
13310 }{
13311 \end_layout
13312
13313 \end_inset
13314
13315 アウェイチーム
13316 \begin_inset ERT
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320
13321 }
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Tigers
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Panthers
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 Falcons
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 \begin_inset ERT
13363 status open
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 diagbox[dir=SE]{
13370 \end_layout
13371
13372 \end_inset
13373
13374 ホームチーム
13375 \begin_inset ERT
13376 status collapsed
13377
13378 \begin_layout Plain Layout
13379
13380 }{
13381 \end_layout
13382
13383 \end_inset
13384
13385 結果
13386 \begin_inset ERT
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390
13391 }{
13392 \end_layout
13393
13394 \end_inset
13395
13396 アウェイチーム
13397 \begin_inset ERT
13398 status collapsed
13399
13400 \begin_layout Plain Layout
13401
13402 }
13403 \end_layout
13404
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 </row>
13413 </lyxtabular>
13414
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \begin_layout Standard
13421 対角線を廻すために、コマンドオプションとして
13422 \series bold
13423 dir=方角
13424 \series default
13425 を使用しています。
13426 \emph on
13427 方角
13428 \emph default
13429 は、
13430 \series bold
13431 NE
13432 \series default
13433
13434 \series bold
13435 DE
13436 \series default
13437
13438 \series bold
13439 SW
13440 \series default
13441
13442 \series bold
13443 NW
13444 \series default
13445 のいずれかで、コンパスでの位置を示します。例えば、
13446 \series bold
13447 SW
13448 \series default
13449 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13450 \end_layout
13451
13452 \begin_layout Standard
13453
13454 \series bold
13455
13456 \backslash
13457 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13458 \end_layout
13459
13460 \begin_layout Standard
13461 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13462 \end_layout
13463
13464 \begin_layout Standard
13465 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13466 います。
13467 \begin_inset Separator parbreak
13468 \end_inset
13469
13470
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \noindent
13475 \align center
13476 \begin_inset Tabular
13477 <lyxtabular version="3" rows="2" columns="2">
13478 <features tabularvalignment="middle">
13479 <column alignment="center" valignment="top" width="3cm">
13480 <column alignment="center" valignment="top">
13481 <row>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 \begin_inset ERT
13487 status collapsed
13488
13489 \begin_layout Plain Layout
13490
13491
13492 \backslash
13493 diagbox{
13494 \end_layout
13495
13496 \end_inset
13497
13498 名称
13499 \begin_inset ERT
13500 status collapsed
13501
13502 \begin_layout Plain Layout
13503
13504 }{
13505 \end_layout
13506
13507 \end_inset
13508
13509 パラメータ
13510 \begin_inset ERT
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514
13515 }
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 厚み(nm)
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Perfect Green
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 45
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 </row>
13555 </lyxtabular>
13556
13557 \end_inset
13558
13559
13560 \end_layout
13561
13562 \begin_layout Standard
13563 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13564 \series bold
13565 width=3cm
13566 \series default
13567  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13568 \begin_inset space \thinspace{}
13569 \end_inset
13570
13571 cmに設定してあります。
13572 \series bold
13573
13574 \backslash
13575 diagbox
13576 \series default
13577 全体の幅は、本文幅(この場合は4
13578 \begin_inset space \thinspace{}
13579 \end_inset
13580
13581 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13582 \series bold
13583
13584 \backslash
13585 diagbox
13586 \series default
13587 には4
13588 \begin_inset space \thinspace{}
13589 \end_inset
13590
13591 cm + 2
13592 \begin_inset space \thinspace{}
13593 \end_inset
13594
13595
13596 \backslash
13597 tabcolsepの幅が必要です。幅の計算は、
13598 \series bold
13599
13600 \backslash
13601 diagbox
13602 \series default
13603 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、\SpecialChar TeX
13604 コードコマンドで
13605 \end_layout
13606
13607 \begin_layout Standard
13608
13609 \series bold
13610
13611 \backslash
13612 newlength{
13613 \backslash
13614 diagtest}
13615 \begin_inset Newline newline
13616 \end_inset
13617
13618
13619 \backslash
13620 setlength{
13621 \backslash
13622 diagtest}{4cm+2
13623 \backslash
13624 tabcolsep}
13625 \end_layout
13626
13627 \begin_layout Standard
13628 \begin_inset ERT
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632
13633
13634 \backslash
13635 newlength{
13636 \backslash
13637 diagtest}
13638 \end_layout
13639
13640 \begin_layout Plain Layout
13641
13642
13643 \backslash
13644 setlength{
13645 \backslash
13646 diagtest}{4cm+2
13647 \backslash
13648 tabcolsep}
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 とすれば実現できます。\SpecialChar LaTeX
13658 内で計算を行うには、文書プリアンブル中で
13659 \series bold
13660 calc
13661 \series default
13662
13663 \begin_inset Index idx
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667 \SpecialChar LaTeX
13668 ぱっけーじ@\SpecialChar LaTeX
13669 パッケージ ! calc
13670 \end_layout
13671
13672 \end_inset
13673
13674 パッケージを読み込んでおく必要があります。
13675 \end_layout
13676
13677 \begin_layout Standard
13678 さて、この表の第1セルで
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684
13685 \backslash
13686 diagbox[width=
13687 \backslash
13688 diagtest]{A}{B}
13689 \end_layout
13690
13691 \begin_layout Standard
13692 というコマンドを使用します。
13693 \begin_inset Separator parbreak
13694 \end_inset
13695
13696
13697 \end_layout
13698
13699 \begin_layout Standard
13700 \noindent
13701 \align center
13702 \begin_inset Tabular
13703 <lyxtabular version="3" rows="2" columns="2">
13704 <features tabularvalignment="middle">
13705 <column alignment="center" valignment="top" width="4cm">
13706 <column alignment="center" valignment="top">
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 \begin_inset ERT
13713 status open
13714
13715 \begin_layout Plain Layout
13716
13717
13718 \backslash
13719 diagbox[width=
13720 \backslash
13721 diagtest]{
13722 \end_layout
13723
13724 \end_inset
13725
13726 A
13727 \begin_inset ERT
13728 status collapsed
13729
13730 \begin_layout Plain Layout
13731
13732 }{
13733 \end_layout
13734
13735 \end_inset
13736
13737 B
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743 }
13744 \end_layout
13745
13746 \end_inset
13747
13748
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 厚み (nm)
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 Perfect Green
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 45
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 </lyxtabular>
13784
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13792 \begin_inset Separator parbreak
13793 \end_inset
13794
13795
13796 \end_layout
13797
13798 \begin_layout Standard
13799 \noindent
13800 \align center
13801 \begin_inset Tabular
13802 <lyxtabular version="3" rows="2" columns="2">
13803 <features tabularvalignment="middle">
13804 <column alignment="center" valignment="top" width="0pt">
13805 <column alignment="center" valignment="top">
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 \begin_inset ERT
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815
13816
13817 \backslash
13818 diagbox{
13819 \end_layout
13820
13821 \end_inset
13822
13823 A
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829 }{
13830 \end_layout
13831
13832 \end_inset
13833
13834 B
13835 \begin_inset ERT
13836 status collapsed
13837
13838 \begin_layout Plain Layout
13839
13840 }
13841 \end_layout
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 厚み (nm)
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 Perfect Green
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 45
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 </lyxtabular>
13881
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \begin_layout Standard
13888 このような場合には、
13889 \series bold
13890
13891 \backslash
13892 diagbox
13893 \series default
13894 コマンドの
13895 \series bold
13896 width
13897 \series default
13898 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13899 \backslash
13900 tabcolsepを足す必要はなくなります。下記の表では、3
13901 \begin_inset space \thinspace{}
13902 \end_inset
13903
13904 cm幅を使用しています。
13905 \begin_inset Separator parbreak
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \begin_layout Standard
13912 \noindent
13913 \align center
13914 \begin_inset Tabular
13915 <lyxtabular version="3" rows="2" columns="2">
13916 <features tabularvalignment="middle">
13917 <column alignment="center" valignment="top" width="0pt">
13918 <column alignment="center" valignment="top">
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset ERT
13925 status open
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 diagbox[width=3cm]{
13932 \end_layout
13933
13934 \end_inset
13935
13936 A
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }{
13943 \end_layout
13944
13945 \end_inset
13946
13947 B
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953 }
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 厚み (nm)
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 </row>
13973 <row>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 Perfect Green
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 45
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 </lyxtabular>
13994
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \begin_layout Standard
14001 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
14002 \series bold
14003
14004 \backslash
14005 diagbox
14006 \series default
14007 にオプション
14008 \series bold
14009 height=3cm
14010 \series default
14011 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
14012 \end_layout
14013
14014 \begin_layout Standard
14015
14016 \series bold
14017
14018 \backslash
14019 diagbox[width=3cm,height=1.4cm]{A
14020 \backslash
14021
14022 \backslash
14023 B}{C
14024 \backslash
14025
14026 \backslash
14027 D}
14028 \end_layout
14029
14030 \begin_layout Standard
14031 というコマンドを使用しています。ここでコマンド
14032 \series bold
14033
14034 \backslash
14035
14036 \backslash
14037
14038 \series default
14039 は改行をするためのものです
14040 \begin_inset Foot
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044
14045 \family sans
14046 Ctrl+Return
14047 \family default
14048 を使っての改行は、列が固定幅の時のみ、使用することができます。
14049 \end_layout
14050
14051 \end_inset
14052
14053
14054 \begin_inset Separator parbreak
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \noindent
14062 \align center
14063 \begin_inset Tabular
14064 <lyxtabular version="3" rows="2" columns="2">
14065 <features tabularvalignment="middle">
14066 <column alignment="center" valignment="top">
14067 <column alignment="center" valignment="top">
14068 <row>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 \begin_inset ERT
14074 status open
14075
14076 \begin_layout Plain Layout
14077
14078
14079 \backslash
14080 diagbox[width=3cm,height=1.4cm]{
14081 \end_layout
14082
14083 \end_inset
14084
14085 A
14086 \begin_inset ERT
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090
14091
14092 \backslash
14093
14094 \backslash
14095
14096 \end_layout
14097
14098 \end_inset
14099
14100 B
14101 \begin_inset ERT
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105
14106 }{
14107 \end_layout
14108
14109 \end_inset
14110
14111 C
14112 \begin_inset ERT
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116
14117
14118 \backslash
14119
14120 \backslash
14121
14122 \end_layout
14123
14124 \end_inset
14125
14126 D
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132 }
14133 \end_layout
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 厚み (nm)
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 Perfect Green
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 45
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 </row>
14172 </lyxtabular>
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 \begin_inset ERT
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184
14185
14186 \backslash
14187 else
14188 \end_layout
14189
14190 \end_inset
14191
14192
14193 \begin_inset Note Note
14194 status open
14195
14196 \begin_layout Plain Layout
14197 以下は、\SpecialChar LaTeX
14198 パッケージ
14199 \series bold
14200 diagbox
14201 \series default
14202 が導入済みでないときに表示されます。
14203 \end_layout
14204
14205 \end_inset
14206
14207
14208 \end_layout
14209
14210 \begin_layout Standard
14211 本節の内容を出力に表示するためには、
14212 \series bold
14213 diagbox
14214 \series default
14215 パッケージを導入しなくてはなりません。
14216 \end_layout
14217
14218 \begin_layout Standard
14219 \begin_inset ERT
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223
14224
14225 \backslash
14226 fi
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \SpecialChar LaTeX
14236 パッケージ
14237 \series bold
14238 diagbox
14239 \series default
14240 についての詳しい情報は、取扱説明書
14241 \begin_inset CommandInset citation
14242 LatexCommand cite
14243 key "diagbox"
14244
14245 \end_inset
14246
14247 をご覧ください。
14248 \end_layout
14249
14250 \begin_layout Section
14251 フォーマル形式の表
14252 \begin_inset CommandInset label
14253 LatexCommand label
14254 name "sec:フォーマル形式の表"
14255
14256 \end_inset
14257
14258
14259 \begin_inset Index idx
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Standard
14272 書籍中の表は、よく表
14273 \begin_inset CommandInset ref
14274 LatexCommand ref
14275 reference "tab:ブックタブ表の例"
14276
14277 \end_inset
14278
14279 のように組版されます。この種の表は、「
14280 \emph on
14281 フォーマル形式
14282 \emph default
14283 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14284 \end_layout
14285
14286 \begin_layout Standard
14287 \begin_inset Float table
14288 placement h
14289 wide false
14290 sideways false
14291 status open
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Caption Standard
14295
14296 \begin_layout Plain Layout
14297 \begin_inset CommandInset label
14298 LatexCommand label
14299 name "tab:ブックタブ表の例"
14300
14301 \end_inset
14302
14303 ブックタブ表の例
14304 \end_layout
14305
14306 \end_inset
14307
14308
14309 \end_layout
14310
14311 \begin_layout Plain Layout
14312 \align center
14313 \begin_inset Tabular
14314 <lyxtabular version="3" rows="8" columns="4">
14315 <features booktabs="true" tabularvalignment="middle">
14316 <column alignment="center" valignment="top">
14317 <column alignment="center" valignment="top">
14318 <column alignment="center" valignment="top">
14319 <column alignment="center" valignment="top">
14320 <row>
14321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 システム
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 Medipix
14335 \begin_inset space \thinspace{}
14336 \end_inset
14337
14338 1
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 Medipix
14348 \begin_inset space \thinspace{}
14349 \end_inset
14350
14351 2
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 </row>
14366 <row>
14367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 \begin_inset ERT
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375
14376
14377 \backslash
14378 cmidrule(r){2-2}
14379 \end_layout
14380
14381 \end_inset
14382
14383
14384 \begin_inset ERT
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388
14389
14390 \backslash
14391 cmidrule(l){3-4}
14392 \end_layout
14393
14394 \end_inset
14395
14396 検知器の厚み [
14397 \begin_inset Formula $\mu m$
14398 \end_inset
14399
14400 ]
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 300
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 300
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 700
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 <row>
14434 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 エッジ角 [度]
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 3.55
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 <cell alignment="center" valignment="top" topline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456 2.71
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 7.99
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 </row>
14471 <row topspace="default">
14472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 空間分解能 [
14477 \begin_inset Formula $\mu m$
14478 \end_inset
14479
14480 ]
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 4.26
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 10.17
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 10.56
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 </row>
14513 <row topspace="default">
14514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 \begin_inset Formula $f_{\mathrm{max}}$
14519 \end_inset
14520
14521 におけるMTF
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 <cell alignment="center" valignment="top" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530 0.53
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 <cell alignment="center" valignment="top" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539 0.37
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 <cell alignment="center" valignment="top" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 0.39
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 </row>
14554 <row topspace="default">
14555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564
14565 \backslash
14566 cmidrule[2pt](l{10pt}){1-1}
14567 \end_layout
14568
14569 \end_inset
14570
14571 LSF空間分解能
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 <row>
14605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 \begin_inset Formula $\mu m$
14610 \end_inset
14611
14612 表示
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 129.7
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell alignment="center" valignment="top" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 52.75
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 <cell alignment="center" valignment="top" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 50.78
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 </row>
14645 <row>
14646 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 ピクセルサイズに対する%表示
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 76.3
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 95.9
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 92.3
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 </lyxtabular>
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \begin_layout Standard
14696 表中の行に余白を加えるには、第
14697 \begin_inset CommandInset ref
14698 LatexCommand ref
14699 reference "subsec:行の余白取り"
14700
14701 \end_inset
14702
14703 節に述べられているように、表の設定ダイアログの
14704 \family sans
14705 罫線
14706 \family default
14707 タブを使用します。
14708 \end_layout
14709
14710 \begin_layout Standard
14711 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14712 \begin_inset Newline newline
14713 \end_inset
14714
14715 最初と最後の表罫線の既定幅は0.08
14716 \begin_inset space \thinspace{}
14717 \end_inset
14718
14719 emですが、他の罫線の既定幅は0.05
14720 \begin_inset space \thinspace{}
14721 \end_inset
14722
14723 emです。
14724 \end_layout
14725
14726 \begin_layout Standard
14727 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14728 \end_layout
14729
14730 \begin_layout Standard
14731
14732 \series bold
14733
14734 \backslash
14735 let
14736 \backslash
14737 mytoprule
14738 \backslash
14739 toprule
14740 \begin_inset Newline newline
14741 \end_inset
14742
14743
14744 \backslash
14745 renewcommand{
14746 \backslash
14747 toprule}{
14748 \backslash
14749 mytoprule[幅]}
14750 \end_layout
14751
14752 \begin_layout Standard
14753 上の例は、
14754 \series bold
14755 toprule
14756 \series default
14757 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14758 \series bold
14759 toprule
14760 \series default
14761
14762 \series bold
14763 bottomrule
14764 \series default
14765 に置き換えて下さい。他の罫線の線幅を変更するには、
14766 \series bold
14767 toprule
14768 \series default
14769
14770 \series bold
14771 midrule
14772 \series default
14773 に置き換えます。線幅を設定する上では、付録
14774 \begin_inset CommandInset ref
14775 LatexCommand ref
14776 reference "cha:LyXで使用できる単位"
14777
14778 \end_inset
14779
14780 に挙げてあるすべての単位を使用することができます。
14781 \end_layout
14782
14783 \begin_layout Standard
14784 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。\SpecialChar LyX
14785 は、内部的に
14786 \series bold
14787
14788 \backslash
14789 cmidrule
14790 \series default
14791 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14792 \end_layout
14793
14794 \begin_layout Standard
14795
14796 \series bold
14797
14798 \backslash
14799 cmidrule[幅](刈込){開始列-終了列}
14800 \end_layout
14801
14802 \begin_layout Standard
14803 です。
14804 \series bold
14805
14806 \backslash
14807 cmidrule
14808 \series default
14809 のオプションは、現在のところ\SpecialChar LyX
14810 がサポートしていないので、オプションを使用するためには、\SpecialChar TeX
14811 コードを使わなくてはなりません。
14812 \series bold
14813
14814 \backslash
14815 cmidrule
14816 \series default
14817 は、行の第一列の中に、最初に\SpecialChar TeX
14818 コードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります。
14819 \end_layout
14820
14821 \begin_layout Standard
14822 この線幅の既定値は0.03
14823 \begin_inset space \thinspace{}
14824 \end_inset
14825
14826 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14827 。非必須パラメーターの「刈込」は、
14828 \emph on
14829 l{刈込幅}
14830 \emph default
14831 あるいは
14832 \emph on
14833 r{刈込幅}
14834 \emph default
14835 の値を取り、刈込幅の指定は非必須です。たとえば、
14836 \emph on
14837 l{2pt}
14838 \emph default
14839 というパラメーターを使うと、罫線が左端から2
14840 \begin_inset space \thinspace{}
14841 \end_inset
14842
14843 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14844 \begin_inset space \thinspace{}
14845 \end_inset
14846
14847 emだけ刈り込まれます。
14848 \end_layout
14849
14850 \begin_layout Standard
14851 \begin_inset VSpace bigskip
14852 \end_inset
14853
14854
14855 \begin_inset CommandInset ref
14856 LatexCommand ref
14857 reference "tab:ブックタブ表の例"
14858
14859 \end_inset
14860
14861 は、
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \series bold
14867
14868 \backslash
14869 cmidrule(r){2-2}
14870 \backslash
14871 cmidrule(l){3-4}
14872 \end_layout
14873
14874 \begin_layout Standard
14875 というコマンドを第二行の初めに使用し、
14876 \end_layout
14877
14878 \begin_layout Standard
14879
14880 \series bold
14881
14882 \backslash
14883 cmidrule[2pt](l{10pt}){1-1}
14884 \end_layout
14885
14886 \begin_layout Standard
14887 を第六行に使用して作成されています。
14888 \end_layout
14889
14890 \begin_layout Standard
14891 \begin_inset VSpace bigskip
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 ときには、表
14899 \begin_inset CommandInset ref
14900 LatexCommand ref
14901 reference "tab:特殊なブックタブ表"
14902
14903 \end_inset
14904
14905 のような重なり合った
14906 \series bold
14907
14908 \backslash
14909 cmidrule
14910 \series default
14911 が欲しいことがあるかもしれません。これは、\SpecialChar TeX
14912 コードで
14913 \end_layout
14914
14915 \begin_layout Standard
14916
14917 \series bold
14918
14919 \backslash
14920 morecmidrules
14921 \end_layout
14922
14923 \begin_layout Standard
14924 コマンドを使用することによって実現することができます。表
14925 \begin_inset CommandInset ref
14926 LatexCommand ref
14927 reference "tab:特殊なブックタブ表"
14928
14929 \end_inset
14930
14931 の第二列には
14932 \end_layout
14933
14934 \begin_layout Standard
14935
14936 \series bold
14937
14938 \backslash
14939 cmidrule(r){2-2}
14940 \backslash
14941 cmidrule(l){3-4}
14942 \backslash
14943 morecmidrules
14944 \backslash
14945 cmidrule{2-4}
14946 \end_layout
14947
14948 \begin_layout Standard
14949 というコマンドが使用されており、第六列には
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \series bold
14955
14956 \backslash
14957 midrule
14958 \backslash
14959 morecmidrules
14960 \backslash
14961 cmidrule{3-4}
14962 \end_layout
14963
14964 \begin_layout Standard
14965 というコマンドが使用されています。
14966 \end_layout
14967
14968 \begin_layout Standard
14969 \begin_inset VSpace bigskip
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \begin_layout Standard
14976 罫線の余白取りにどうしても満足が行かない場合には、
14977 \end_layout
14978
14979 \begin_layout Standard
14980
14981 \series bold
14982
14983 \backslash
14984 specialrule{幅}{上余白}{下余白}
14985 \end_layout
14986
14987 \begin_layout Standard
14988 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、\SpecialChar LaTeX
14989 パッケージ
14990 \series bold
14991 booktabs
14992 \series default
14993  
14994 \begin_inset CommandInset citation
14995 LatexCommand cite
14996 key "booktabs"
14997
14998 \end_inset
14999
15000
15001 \begin_inset Index idx
15002 status collapsed
15003
15004 \begin_layout Plain Layout
15005 \SpecialChar LaTeX
15006 ぱっけーじ@\SpecialChar LaTeX
15007 パッケージ ! booktabs
15008 \end_layout
15009
15010 \end_inset
15011
15012 の取扱説明書をご参照下さい。
15013 \end_layout
15014
15015 \begin_layout Standard
15016 \begin_inset Float table
15017 placement h
15018 wide false
15019 sideways false
15020 status open
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Caption Standard
15024
15025 \begin_layout Plain Layout
15026 \begin_inset CommandInset label
15027 LatexCommand label
15028 name "tab:特殊なブックタブ表"
15029
15030 \end_inset
15031
15032 特殊なブックタブ表
15033 \end_layout
15034
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \begin_layout Plain Layout
15041 \align center
15042 \begin_inset Tabular
15043 <lyxtabular version="3" rows="8" columns="4">
15044 <features booktabs="true" tabularvalignment="middle">
15045 <column alignment="center" valignment="top">
15046 <column alignment="center" valignment="top">
15047 <column alignment="center" valignment="top">
15048 <column alignment="center" valignment="top">
15049 <row>
15050 <cell alignment="center" valignment="top" topline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 システム
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 Medipix
15064 \begin_inset space \thinspace{}
15065 \end_inset
15066
15067 1
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 Medipix
15077 \begin_inset space \thinspace{}
15078 \end_inset
15079
15080 2
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset ERT
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104
15105
15106 \backslash
15107 cmidrule(r){2-2}
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \begin_inset ERT
15114 status collapsed
15115
15116 \begin_layout Plain Layout
15117
15118
15119 \backslash
15120 cmidrule(l){3-4}
15121 \end_layout
15122
15123 \end_inset
15124
15125
15126 \begin_inset ERT
15127 status collapsed
15128
15129 \begin_layout Plain Layout
15130
15131
15132 \backslash
15133 morecmidrules 
15134 \end_layout
15135
15136 \end_inset
15137
15138
15139 \begin_inset ERT
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143
15144
15145 \backslash
15146 cmidrule{2-4}
15147 \end_layout
15148
15149 \end_inset
15150
15151 検知器の厚み [
15152 \begin_inset Formula $\mu m$
15153 \end_inset
15154
15155 ]
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 300
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 300
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 700
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 </row>
15188 <row>
15189 <cell alignment="center" valignment="top" topline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 エッジ角 [度]
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 3.55
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 2.71
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" topline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 7.99
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 </row>
15226 <row topspace="default">
15227 <cell alignment="center" valignment="top" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 空間分解能 [
15232 \begin_inset Formula $\mu m$
15233 \end_inset
15234
15235 ]
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 4.26
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 10.17
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 10.56
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row topspace="default">
15269 <cell alignment="center" valignment="top" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 \begin_inset Formula $f_{\mathrm{max}}$
15274 \end_inset
15275
15276 におけるMTF
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 0.53
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 0.37
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 0.39
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 \begin_inset ERT
15315 status collapsed
15316
15317 \begin_layout Plain Layout
15318
15319
15320 \backslash
15321 morecmidrules 
15322 \end_layout
15323
15324 \end_inset
15325
15326
15327 \begin_inset ERT
15328 status collapsed
15329
15330 \begin_layout Plain Layout
15331
15332
15333 \backslash
15334 cmidrule{3-4}
15335 \end_layout
15336
15337 \end_inset
15338
15339 LSF空間分解能
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" topline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 </row>
15372 <row>
15373 <cell alignment="center" valignment="top" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377 \begin_inset Formula $\mu m$
15378 \end_inset
15379
15380 表示
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 129.7
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 52.75
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 <cell alignment="center" valignment="top" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407 50.78
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 </row>
15413 <row>
15414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 ピクセルサイズに対する%表示
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427 76.3
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 95.9
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 92.3
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 </row>
15451 </lyxtabular>
15452
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \begin_layout Section
15464 表の垂直揃え
15465 \begin_inset Index idx
15466 status collapsed
15467
15468 \begin_layout Plain Layout
15469 ひょう@表 ! そろえ@揃え
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15479 \begin_inset CommandInset ref
15480 LatexCommand ref
15481 reference "sec:ボックスダイアログ"
15482
15483 \end_inset
15484
15485 節に述べられているように、ボックスの垂直揃えを行います。
15486 \end_layout
15487
15488 \begin_layout Standard
15489 以下の例では、各表は15
15490 \begin_inset space \thinspace{}
15491 \end_inset
15492
15493 列幅%を持つminipage
15494 \begin_inset Foot
15495 status collapsed
15496
15497 \begin_layout Plain Layout
15498 minipageは第
15499 \begin_inset CommandInset ref
15500 LatexCommand ref
15501 reference "sec:ミニページ"
15502
15503 \end_inset
15504
15505 節で説明されています。
15506 \end_layout
15507
15508 \end_inset
15509
15510 ボックスの中に入れてあります。
15511 \end_layout
15512
15513 \begin_layout Itemize
15514 動作試験 
15515 \begin_inset Box Frameless
15516 position "t"
15517 hor_pos "c"
15518 has_inner_box 1
15519 inner_pos "c"
15520 use_parbox 0
15521 use_makebox 0
15522 width "15col%"
15523 special "none"
15524 height "1in"
15525 height_special "totalheight"
15526 thickness "0.4pt"
15527 separation "3pt"
15528 shadowsize "4pt"
15529 framecolor "black"
15530 backgroundcolor "none"
15531 status collapsed
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Tabular
15535 <lyxtabular version="3" rows="3" columns="3">
15536 <features tabularvalignment="middle">
15537 <column alignment="center" valignment="top">
15538 <column alignment="center" valignment="top">
15539 <column alignment="center" valignment="top">
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 </lyxtabular>
15628
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \end_inset
15635
15636  動作試験 
15637 \begin_inset ERT
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641
15642
15643 \backslash
15644 raisebox{0.85
15645 \backslash
15646 baselineskip}{
15647 \end_layout
15648
15649 \end_inset
15650
15651
15652 \begin_inset Box Frameless
15653 position "t"
15654 hor_pos "c"
15655 has_inner_box 1
15656 inner_pos "c"
15657 use_parbox 0
15658 use_makebox 0
15659 width "15col%"
15660 special "none"
15661 height "1in"
15662 height_special "totalheight"
15663 thickness "0.4pt"
15664 separation "3pt"
15665 shadowsize "4pt"
15666 framecolor "black"
15667 backgroundcolor "none"
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671 \begin_inset Tabular
15672 <lyxtabular version="3" rows="3" columns="3">
15673 <features tabularvalignment="middle">
15674 <column alignment="center" valignment="top">
15675 <column alignment="center" valignment="top">
15676 <column alignment="center" valignment="top">
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 </row>
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 </lyxtabular>
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \begin_inset ERT
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778
15779 }
15780 \end_layout
15781
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \begin_layout Itemize
15788 動作試験 
15789 \begin_inset Box Frameless
15790 position "c"
15791 hor_pos "c"
15792 has_inner_box 1
15793 inner_pos "c"
15794 use_parbox 0
15795 use_makebox 0
15796 width "15col%"
15797 special "none"
15798 height "1in"
15799 height_special "totalheight"
15800 thickness "0.4pt"
15801 separation "3pt"
15802 shadowsize "4pt"
15803 framecolor "black"
15804 backgroundcolor "none"
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808 \begin_inset Tabular
15809 <lyxtabular version="3" rows="3" columns="3">
15810 <features tabularvalignment="middle">
15811 <column alignment="center" valignment="top">
15812 <column alignment="center" valignment="top">
15813 <column alignment="center" valignment="top">
15814 <row>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 </row>
15901 </lyxtabular>
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \end_layout
15912
15913 \begin_layout Itemize
15914 動作試験 
15915 \begin_inset Box Frameless
15916 position "b"
15917 hor_pos "c"
15918 has_inner_box 1
15919 inner_pos "c"
15920 use_parbox 0
15921 use_makebox 0
15922 width "15col%"
15923 special "none"
15924 height "1in"
15925 height_special "totalheight"
15926 thickness "0.4pt"
15927 separation "3pt"
15928 shadowsize "4pt"
15929 framecolor "black"
15930 backgroundcolor "none"
15931 status collapsed
15932
15933 \begin_layout Plain Layout
15934 \begin_inset Tabular
15935 <lyxtabular version="3" rows="3" columns="3">
15936 <features tabularvalignment="middle">
15937 <column alignment="center" valignment="top">
15938 <column alignment="center" valignment="top">
15939 <column alignment="center" valignment="top">
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 </row>
15998 <row>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 </lyxtabular>
16028
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \end_inset
16035
16036  動作試験 
16037 \begin_inset ERT
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041
16042
16043 \backslash
16044 raisebox{-0.32
16045 \backslash
16046 baselineskip}{
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \begin_inset Box Frameless
16053 position "b"
16054 hor_pos "c"
16055 has_inner_box 1
16056 inner_pos "c"
16057 use_parbox 0
16058 use_makebox 0
16059 width "15col%"
16060 special "none"
16061 height "1in"
16062 height_special "totalheight"
16063 thickness "0.4pt"
16064 separation "3pt"
16065 shadowsize "4pt"
16066 framecolor "black"
16067 backgroundcolor "none"
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 \begin_inset Tabular
16072 <lyxtabular version="3" rows="3" columns="3">
16073 <features tabularvalignment="middle">
16074 <column alignment="center" valignment="top">
16075 <column alignment="center" valignment="top">
16076 <column alignment="center" valignment="top">
16077 <row>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 <row>
16136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 </row>
16164 </lyxtabular>
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172
16173
16174 \begin_inset ERT
16175 status collapsed
16176
16177 \begin_layout Plain Layout
16178
16179 }
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \begin_layout Standard
16188 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16189 \begin_inset Foot
16190 status collapsed
16191
16192 \begin_layout Plain Layout
16193 raiseboxは、第
16194 \begin_inset CommandInset ref
16195 LatexCommand ref
16196 reference "subsec:垂直揃え"
16197
16198 \end_inset
16199
16200 節で説明されています。
16201 \end_layout
16202
16203 \end_inset
16204
16205 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16206 \end_layout
16207
16208 \begin_layout Standard
16209
16210 \series bold
16211
16212 \backslash
16213 raisebox{0.85
16214 \backslash
16215 baselineskip}{
16216 \end_layout
16217
16218 \begin_layout Standard
16219 という\SpecialChar TeX
16220 コードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16221 \series bold
16222 }
16223 \series default
16224 を\SpecialChar TeX
16225 コードとして挿入してあります。最後の項目の第二表には、
16226 \end_layout
16227
16228 \begin_layout Standard
16229
16230 \series bold
16231
16232 \backslash
16233 raisebox{-0.32
16234 \backslash
16235 baselineskip}{
16236 \end_layout
16237
16238 \begin_layout Standard
16239 というコマンドを使用しています。
16240 \end_layout
16241
16242 \begin_layout Standard
16243 \begin_inset Note Greyedout
16244 status open
16245
16246 \begin_layout Plain Layout
16247
16248 \series bold
16249 【註】
16250 \series default
16251 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16252 \series bold
16253
16254 \backslash
16255 raisebox
16256 \series default
16257 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \begin_layout Section
16266 色付きの表
16267 \begin_inset CommandInset label
16268 LatexCommand label
16269 name "sec:色付きの表"
16270
16271 \end_inset
16272
16273
16274 \begin_inset Index idx
16275 status collapsed
16276
16277 \begin_layout Plain Layout
16278 ひょう@表 ! いろつき@色付き
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \begin_layout Subsection
16287 色付きのセル
16288 \begin_inset Index idx
16289 status collapsed
16290
16291 \begin_layout Plain Layout
16292 ひょうのいろ@表の色 ! せるぶ@セル部
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \begin_inset Index idx
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302 いろつき@色付き ! ひょうせるぶ@表セル部
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \begin_layout Standard
16311 \begin_inset Float table
16312 placement h
16313 wide false
16314 sideways false
16315 status open
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Caption Standard
16319
16320 \begin_layout Plain Layout
16321 \begin_inset CommandInset label
16322 LatexCommand label
16323 name "tab:colortblなしの表"
16324
16325 \end_inset
16326
16327
16328 \series bold
16329 colortbl
16330 \series default
16331 パッケージを使用しない色付き表
16332 \begin_inset Argument 1
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336 colortblなしの表
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \begin_layout Plain Layout
16350 \align center
16351 \begin_inset Tabular
16352 <lyxtabular version="3" rows="3" columns="3">
16353 <features tabularvalignment="middle">
16354 <column alignment="center" valignment="top">
16355 <column alignment="center" valignment="top">
16356 <column alignment="center" valignment="top">
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \color green
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \color red
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384
16385 \color red
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \color green
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408
16409 \color blue
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \color blue
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row>
16428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432
16433 \color green
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443
16444 \color blue
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \color blue
16456
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 </lyxtabular>
16463
16464 \end_inset
16465
16466
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \begin_layout Standard
16475 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16476 \family sans
16477 編集\SpecialChar menuseparator
16478 文字様式
16479 \family default
16480 メニューで色を選んでください。表
16481 \begin_inset CommandInset ref
16482 LatexCommand ref
16483 reference "tab:colortblなしの表"
16484
16485 \end_inset
16486
16487 を作るのに、この方法が使われています。それ以外の場合には、\SpecialChar LaTeX
16488 パッケージの
16489 \series bold
16490 colortbl
16491 \series default
16492
16493 \begin_inset Index idx
16494 status collapsed
16495
16496 \begin_layout Plain Layout
16497 \SpecialChar LaTeX
16498 ぱっけーじ@\SpecialChar LaTeX
16499 パッケージ ! colortbl
16500 \end_layout
16501
16502 \end_inset
16503
16504 を使用しなくてはなりません。
16505 \end_layout
16506
16507 \begin_layout Standard
16508 \begin_inset ERT
16509 status collapsed
16510
16511 \begin_layout Plain Layout
16512
16513
16514 \backslash
16515 ifcolortbl
16516 \end_layout
16517
16518 \end_inset
16519
16520
16521 \begin_inset Note Note
16522 status open
16523
16524 \begin_layout Plain Layout
16525 本節の以下の部分は、\SpecialChar LaTeX
16526 パッケージ
16527 \series bold
16528 colortbl
16529 \series default
16530 が導入済みのときのみ表示されます。
16531 \end_layout
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 色付きの表を作成するには、プリアンブルに
16540 \end_layout
16541
16542 \begin_layout Standard
16543
16544 \series bold
16545
16546 \backslash
16547 usepackage{colortbl}
16548 \end_layout
16549
16550 \begin_layout Standard
16551 という行を書いて
16552 \series bold
16553 colortbl
16554 \series default
16555 を読み込まなくてはなりません。列の色は、
16556 \series bold
16557 >{ }
16558 \series default
16559 コマンドの中に
16560 \end_layout
16561
16562 \begin_layout Standard
16563
16564 \series bold
16565
16566 \backslash
16567 columncolor{色彩名}
16568 \end_layout
16569
16570 \begin_layout Standard
16571 というコマンドを書いて指定することができます。
16572 \series bold
16573 >{}
16574 \series default
16575 コマンドに関する詳細は、第
16576 \begin_inset CommandInset ref
16577 LatexCommand ref
16578 reference "subsec:連結列の計算"
16579
16580 \end_inset
16581
16582 節に述べられています。
16583 \end_layout
16584
16585 \begin_layout Standard
16586 以下の色彩名が事前に定義されています。
16587 \end_layout
16588
16589 \begin_layout Standard
16590
16591 \family sans
16592 red
16593 \family default
16594
16595 \family sans
16596 green
16597 \family default
16598
16599 \family sans
16600 yellow
16601 \family default
16602
16603 \family sans
16604 blue
16605 \family default
16606
16607 \family sans
16608 cyan
16609 \family default
16610
16611 \family sans
16612 magenta
16613 \family default
16614
16615 \family sans
16616 black
16617 \family default
16618
16619 \family sans
16620 white
16621 \end_layout
16622
16623 \begin_layout Standard
16624 \begin_inset VSpace medskip
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \begin_layout Standard
16631 また、文書設定中で、文書クラスオプションに
16632 \end_layout
16633
16634 \begin_layout Standard
16635
16636 \series bold
16637 usenames,dvipsnames
16638 \end_layout
16639
16640 \begin_layout Standard
16641 を与えると、さらに61色を使用することができます。これらの色は、附録
16642 \begin_inset CommandInset ref
16643 LatexCommand ref
16644 reference "chap:dvips色名一覧"
16645
16646 \end_inset
16647
16648 に列挙されています。それらの色の1つ、
16649 \family sans
16650 Maroon
16651 \family default
16652 が、例として表
16653 \begin_inset CommandInset ref
16654 LatexCommand ref
16655 reference "tab:色付き表"
16656
16657 \end_inset
16658
16659 に使用されています。
16660 \end_layout
16661
16662 \begin_layout Standard
16663 \begin_inset VSpace medskip
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \begin_layout Standard
16670 また
16671 \end_layout
16672
16673 \begin_layout Standard
16674
16675 \series bold
16676
16677 \backslash
16678 definecolor{色彩名}{色彩モデル}{色彩値}
16679 \end_layout
16680
16681 \begin_layout Standard
16682 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16683 \end_layout
16684
16685 \begin_layout Labeling
16686 \labelwidthstring 00.00.0000
16687 cmyk: シアン(
16688 \bar under
16689 c
16690 \bar default
16691 yan)・マゼンタ(
16692 \bar under
16693 m
16694 \bar default
16695 agenta)・黄(
16696 \bar under
16697 y
16698 \bar default
16699 ellow)・黒(blac
16700 \bar under
16701 k
16702 \bar default
16703 )
16704 \end_layout
16705
16706 \begin_layout Labeling
16707 \labelwidthstring 00.00.0000
16708 rgb: 赤(
16709 \bar under
16710 r
16711 \bar default
16712 ed)・緑(
16713 \bar under
16714 g
16715 \bar default
16716 reen)・青(
16717 \bar under
16718 b
16719 \bar default
16720 lue)
16721 \end_layout
16722
16723 \begin_layout Labeling
16724 \labelwidthstring 00.00.0000
16725 gray: グレー
16726 \end_layout
16727
16728 \begin_layout Standard
16729 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16730 \end_layout
16731
16732 \begin_layout Standard
16733 たとえば、プリアンブルに
16734 \end_layout
16735
16736 \begin_layout Standard
16737
16738 \series bold
16739
16740 \backslash
16741 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16742 \end_layout
16743
16744 \begin_layout Standard
16745 と書くことによって、「
16746 \emph on
16747 darkgreen
16748 \emph default
16749 」色を定義することができますし、
16750 \end_layout
16751
16752 \begin_layout Standard
16753
16754 \series bold
16755
16756 \backslash
16757 definecolor{lightgray}{gray}{0.8}
16758 \end_layout
16759
16760 \begin_layout Standard
16761 と書けば、「
16762 \emph on
16763 lightgray
16764 \emph default
16765 」色を定義することができます。
16766 \end_layout
16767
16768 \begin_layout Standard
16769 \begin_inset VSpace medskip
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Standard
16776 罫線は
16777 \end_layout
16778
16779 \begin_layout Standard
16780
16781 \series bold
16782
16783 \backslash
16784 rowcolor{色彩名}
16785 \end_layout
16786
16787 \begin_layout Standard
16788 というコマンドを使用して色付けすることができ、セルは
16789 \end_layout
16790
16791 \begin_layout Standard
16792
16793 \series bold
16794
16795 \backslash
16796 cellcolor{色彩名}
16797 \end_layout
16798
16799 \begin_layout Standard
16800 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭に\SpecialChar TeX
16801 コードで書き込みます。
16802 \end_layout
16803
16804 \begin_layout Standard
16805 表中の文字に色付けをするには、セルを選択してから、\SpecialChar LyX
16806 のメニュー
16807 \family sans
16808 編集\SpecialChar menuseparator
16809 文字様式
16810 \family default
16811 を使用します。セルに\SpecialChar TeX
16812 コードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定された\SpecialChar TeX
16813 コードが\SpecialChar LaTeX
16814 エラーを引き起こしてしまいます。
16815 \end_layout
16816
16817 \begin_layout Standard
16818 \begin_inset Note Greyedout
16819 status open
16820
16821 \begin_layout Plain Layout
16822
16823 \series bold
16824 【註】
16825 \series default
16826 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Standard
16835 \begin_inset VSpace bigskip
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \begin_layout Standard
16842
16843 \begin_inset CommandInset ref
16844 LatexCommand ref
16845 reference "tab:色付き表"
16846
16847 \end_inset
16848
16849 を作成するには、以下のようにしてください。第一列の色は
16850 \emph on
16851 darkgreen
16852 \emph default
16853 にしたいので、この列の\SpecialChar LaTeX
16854 変数として
16855 \end_layout
16856
16857 \begin_layout Standard
16858
16859 \series bold
16860 >{
16861 \backslash
16862 columncolor{darkgreen}
16863 \backslash
16864 centering}c
16865 \end_layout
16866
16867 \begin_layout Standard
16868 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16869 \end_layout
16870
16871 \begin_layout Standard
16872
16873 \series bold
16874
16875 \backslash
16876 rowcolow{cyan}
16877 \end_layout
16878
16879 \begin_layout Standard
16880 という\SpecialChar TeX
16881 コードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16882 \end_layout
16883
16884 \begin_layout Standard
16885
16886 \series bold
16887
16888 \backslash
16889 cellcolor{Maroon}
16890 \end_layout
16891
16892 \begin_layout Standard
16893 という\SpecialChar TeX
16894 コードコマンドを書き込むことで、マルーンに色づけされています。この後、
16895 \family sans
16896 編集\SpecialChar menuseparator
16897 文字様式
16898 \family default
16899 メニューを使って、各文字に色付けをすることができます。
16900 \end_layout
16901
16902 \begin_layout Standard
16903 \begin_inset Float table
16904 placement h
16905 wide false
16906 sideways false
16907 status open
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Caption Standard
16911
16912 \begin_layout Plain Layout
16913
16914 \series bold
16915 \begin_inset CommandInset label
16916 LatexCommand label
16917 name "tab:色付き表"
16918
16919 \end_inset
16920
16921 colortbl
16922 \series default
16923 パッケージを使用した色付き表
16924 \begin_inset Argument 1
16925 status collapsed
16926
16927 \begin_layout Plain Layout
16928 colortblを使った表
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \begin_layout Plain Layout
16942 \align center
16943 \begin_inset Tabular
16944 <lyxtabular version="3" rows="3" columns="3">
16945 <features tabularvalignment="middle">
16946 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16947 <column alignment="center" valignment="top">
16948 <column alignment="center" valignment="top">
16949 <row>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset ERT
16955 status collapsed
16956
16957 \begin_layout Plain Layout
16958
16959
16960 \backslash
16961 rowcolor{cyan}
16962 \end_layout
16963
16964 \end_inset
16965
16966
16967 \color magenta
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \color red
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \color red
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \color yellow
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \color blue
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \color blue
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036
17037 \color yellow
17038
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \color blue
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset ERT
17059 status collapsed
17060
17061 \begin_layout Plain Layout
17062
17063
17064 \backslash
17065 cellcolor{Maroon}
17066 \end_layout
17067
17068 \end_inset
17069
17070
17071 \color green
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 </lyxtabular>
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \begin_layout Standard
17091 \begin_inset ERT
17092 status collapsed
17093
17094 \begin_layout Plain Layout
17095
17096
17097 \backslash
17098 else
17099 \end_layout
17100
17101 \end_inset
17102
17103
17104 \begin_inset Note Note
17105 status open
17106
17107 \begin_layout Plain Layout
17108 以下は、\SpecialChar LaTeX
17109 パッケージ
17110 \series bold
17111 colortbl
17112 \series default
17113 が導入されていないときに表示されます。
17114 \end_layout
17115
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \begin_layout Standard
17122 この節の内容を出力で表示させるには、
17123 \series bold
17124 colortbl
17125 \series default
17126 パッケージを導入する必要があります。
17127 \end_layout
17128
17129 \begin_layout Standard
17130 \begin_inset ERT
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134
17135
17136 \backslash
17137 fi
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Subsection
17146 色付き行
17147 \begin_inset Index idx
17148 status collapsed
17149
17150 \begin_layout Plain Layout
17151 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17152 \end_layout
17153
17154 \end_inset
17155
17156
17157 \begin_inset Index idx
17158 status collapsed
17159
17160 \begin_layout Plain Layout
17161 いろつき@色付き ! ひょうのぎょう@表の行
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Standard
17170 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
17171 \end_layout
17172
17173 \begin_layout Standard
17174
17175 \series bold
17176
17177 \backslash
17178 usepackage[table]{xcolor}
17179 \end_layout
17180
17181 \begin_layout Standard
17182 というコマンドを使用して、
17183 \series bold
17184 xcolor
17185 \series default
17186
17187 \begin_inset Index idx
17188 status collapsed
17189
17190 \begin_layout Plain Layout
17191 \SpecialChar LaTeX
17192 ぱっけーじ@\SpecialChar LaTeX
17193 パッケージ ! xcolor
17194 \begin_inset ERT
17195 status collapsed
17196
17197 \begin_layout Plain Layout
17198
17199
17200 \backslash
17201 vspace{4mm}
17202 \end_layout
17203
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210
17211 パッケージを読み込むのです。
17212 \series bold
17213 xcolor
17214 \series default
17215 は、自動的に
17216 \series bold
17217 colortbl
17218 \series default
17219
17220 \begin_inset Index idx
17221 status collapsed
17222
17223 \begin_layout Plain Layout
17224 \SpecialChar LaTeX
17225 ぱっけーじ@\SpecialChar LaTeX
17226 パッケージ ! colortbl
17227 \end_layout
17228
17229 \end_inset
17230
17231 パッケージも読み込むので、\SpecialChar LaTeX
17232 エラーを防ぐためには、お使いの\SpecialChar LaTeX
17233 頒布版中に
17234 \series bold
17235 colortbl
17236 \series default
17237 も導入されていなくてはなりません。
17238 \end_layout
17239
17240 \begin_layout Standard
17241 \begin_inset ERT
17242 status collapsed
17243
17244 \begin_layout Plain Layout
17245
17246
17247 \backslash
17248 ifcolortbl
17249 \end_layout
17250
17251 \end_inset
17252
17253
17254 \begin_inset Note Note
17255 status open
17256
17257 \begin_layout Plain Layout
17258 本節の以下の部分は、\SpecialChar LaTeX
17259 パッケージ
17260 \series bold
17261 colortbl
17262 \series default
17263 が導入済みのときのみ表示されます。
17264 \end_layout
17265
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \begin_layout Standard
17272 表の行は、文書プリアンブル中か、色付けする最初の表の前に\SpecialChar TeX
17273 コードで
17274 \end_layout
17275
17276 \begin_layout Standard
17277
17278 \series bold
17279
17280 \backslash
17281 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17286 を付加する時に用います。したがって、例えば
17287 \end_layout
17288
17289 \begin_layout Standard
17290
17291 \series bold
17292
17293 \backslash
17294 rowcolors{1}{white}{lightgray}
17295 \end_layout
17296
17297 \begin_layout Standard
17298 というコマンドは、表
17299 \begin_inset CommandInset ref
17300 LatexCommand ref
17301 reference "tab:表-行色"
17302
17303 \end_inset
17304
17305 のようなカラースキームをもたらします。また、
17306 \end_layout
17307
17308 \begin_layout Standard
17309
17310 \series bold
17311
17312 \backslash
17313 rowcolors[
17314 \backslash
17315 hline]{1}{lightgray}{cyan}
17316 \end_layout
17317
17318 \begin_layout Standard
17319 というコマンドを用いると、表
17320 \begin_inset CommandInset ref
17321 LatexCommand ref
17322 reference "tab:表-行色-2"
17323
17324 \end_inset
17325
17326 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17327 \end_layout
17328
17329 \begin_layout Standard
17330
17331 \series bold
17332
17333 \backslash
17334 rowcolors{1}{}{}
17335 \end_layout
17336
17337 \begin_layout Standard
17338 というコマンドはすべての色付けを削除することになります。
17339 \series bold
17340
17341 \backslash
17342 rowcolors
17343 \series default
17344 は、コマンドに続くすべての表に影響を及ぼします。
17345 \end_layout
17346
17347 \begin_layout Standard
17348 \begin_inset ERT
17349 status open
17350
17351 \begin_layout Plain Layout
17352
17353
17354 \backslash
17355 rowcolors{1}{white}{lightgray}
17356 \end_layout
17357
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \begin_layout Standard
17364 \begin_inset Float table
17365 placement h
17366 wide false
17367 sideways false
17368 status open
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Caption Standard
17372
17373 \begin_layout Plain Layout
17374 \begin_inset CommandInset label
17375 LatexCommand label
17376 name "tab:表-行色"
17377
17378 \end_inset
17379
17380 隔行が灰色に着色された表
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \begin_layout Plain Layout
17389 \align center
17390 \begin_inset Tabular
17391 <lyxtabular version="3" rows="4" columns="3">
17392 <features tabularvalignment="middle">
17393 <column alignment="center" valignment="top">
17394 <column alignment="center" valignment="top" width="0pt">
17395 <column alignment="center" valignment="top" width="0pt">
17396 <row>
17397 <cell alignment="center" valignment="top" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 <row>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 1
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 2
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 3
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 </row>
17454 <row>
17455 <cell alignment="center" valignment="top" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 4
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 5
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 6
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 </row>
17483 <row>
17484 <cell alignment="center" valignment="top" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 7
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 8
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 9
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 </lyxtabular>
17513
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \begin_layout Standard
17525 \begin_inset ERT
17526 status open
17527
17528 \begin_layout Plain Layout
17529
17530
17531 \backslash
17532 rowcolors[
17533 \backslash
17534 hline]{1}{lightgray}{cyan}
17535 \end_layout
17536
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \begin_layout Standard
17543 \begin_inset Float table
17544 placement h
17545 wide false
17546 sideways false
17547 status open
17548
17549 \begin_layout Plain Layout
17550 \begin_inset Caption Standard
17551
17552 \begin_layout Plain Layout
17553 \begin_inset CommandInset label
17554 LatexCommand label
17555 name "tab:表-行色-2"
17556
17557 \end_inset
17558
17559 隔行でシアン色に着色され、行間に線の入った表
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \begin_layout Plain Layout
17568 \align center
17569 \begin_inset Tabular
17570 <lyxtabular version="3" rows="4" columns="3">
17571 <features tabularvalignment="middle">
17572 <column alignment="center" valignment="top">
17573 <column alignment="center" valignment="top">
17574 <column alignment="center" valignment="top" width="0pt">
17575 <row>
17576 <cell alignment="center" valignment="top" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 1
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 2
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 3
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 <row>
17634 <cell alignment="center" valignment="top" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 4
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 5
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 6
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667 7
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 8
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 9
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 </lyxtabular>
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709
17710 \backslash
17711 rowcolors{1}{}{}
17712 \end_layout
17713
17714 \end_inset
17715
17716
17717 \begin_inset Note Note
17718 status collapsed
17719
17720 \begin_layout Plain Layout
17721 行色を解除
17722 \end_layout
17723
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \begin_layout Standard
17730 \begin_inset ERT
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734
17735
17736 \backslash
17737 else
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \begin_inset Note Note
17744 status open
17745
17746 \begin_layout Plain Layout
17747 以下は、\SpecialChar LaTeX
17748 パッケージ
17749 \series bold
17750 colortbl
17751 \series default
17752 が導入されていないときに表示されます。
17753 \end_layout
17754
17755 \end_inset
17756
17757
17758 \end_layout
17759
17760 \begin_layout Standard
17761 この節の内容を出力で表示させるには、
17762 \series bold
17763 colortbl
17764 \series default
17765 パッケージを導入する必要があります。
17766 \end_layout
17767
17768 \begin_layout Standard
17769 \begin_inset ERT
17770 status collapsed
17771
17772 \begin_layout Plain Layout
17773
17774
17775 \backslash
17776 fi
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Subsection
17785 色付き罫線
17786 \begin_inset Index idx
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17791 \end_layout
17792
17793 \end_inset
17794
17795
17796 \begin_inset Index idx
17797 status collapsed
17798
17799 \begin_layout Plain Layout
17800 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \begin_inset CommandInset ref
17811 LatexCommand ref
17812 reference "subsec:罫線幅"
17813
17814 \end_inset
17815
17816 節に述べられているように、表中の全罫線の線幅は、長さ
17817 \series bold
17818
17819 \backslash
17820 arrayrulewidth
17821 \series default
17822 を使って調節することができます。本節の表では、すべて1.5
17823 \begin_inset space \thinspace{}
17824 \end_inset
17825
17826 ptに設定されています。
17827 \begin_inset ERT
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831
17832
17833 \backslash
17834 setlength{
17835 \backslash
17836 arrayrulewidth}{1.5pt}
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \begin_layout Standard
17845 たとえば縦罫線を緑に着色するには、第
17846 \begin_inset CommandInset ref
17847 LatexCommand ref
17848 reference "subsec:自製書式"
17849
17850 \end_inset
17851
17852 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858
17859 \backslash
17860 newcolumntype{W}{!{
17861 \backslash
17862 color{green}
17863 \backslash
17864 vline}}
17865 \end_layout
17866
17867 \begin_layout Standard
17868
17869 \begin_inset CommandInset ref
17870 LatexCommand ref
17871 reference "tab:色付き縦罫線の表"
17872
17873 \end_inset
17874
17875 では、最右列に\SpecialChar LaTeX
17876 変数
17877 \series bold
17878 WcW
17879 \series default
17880 、他の列に\SpecialChar LaTeX
17881 変数
17882 \series bold
17883 Wc
17884 \series default
17885 が使用されています。
17886 \end_layout
17887
17888 \begin_layout Standard
17889 複数の色を用いたいときには、列書式をもっと定義してください。
17890 \end_layout
17891
17892 \begin_layout Standard
17893 \begin_inset Float table
17894 placement h
17895 wide false
17896 sideways false
17897 status open
17898
17899 \begin_layout Plain Layout
17900 \begin_inset Caption Standard
17901
17902 \begin_layout Plain Layout
17903 \begin_inset CommandInset label
17904 LatexCommand label
17905 name "tab:色付き縦罫線の表"
17906
17907 \end_inset
17908
17909 色付き縦罫線の表
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \begin_layout Plain Layout
17918 \align center
17919 \begin_inset Tabular
17920 <lyxtabular version="3" rows="3" columns="3">
17921 <features tabularvalignment="middle">
17922 <column alignment="center" valignment="top" special="Wc">
17923 <column alignment="center" valignment="top" special="Wc">
17924 <column alignment="center" valignment="top" special="WcW">
17925 <row>
17926 <cell alignment="center" valignment="top" topline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 sd
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 <row>
17955 <cell alignment="center" valignment="top" topline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 sd
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 </row>
17983 <row>
17984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 sd
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 </row>
18012 </lyxtabular>
18013
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset VSpace bigskip
18026 \end_inset
18027
18028
18029 \begin_inset CommandInset ref
18030 LatexCommand ref
18031 reference "tab:色付き横罫線の表"
18032
18033 \end_inset
18034
18035 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前に\SpecialChar TeX
18036 コードで
18037 \end_layout
18038
18039 \begin_layout Standard
18040
18041 \series bold
18042
18043 \backslash
18044 let
18045 \backslash
18046 myHlineC
18047 \backslash
18048 hline
18049 \begin_inset Newline newline
18050 \end_inset
18051
18052
18053 \backslash
18054 renewcommand{
18055 \backslash
18056 hline}
18057 \begin_inset Newline newline
18058 \end_inset
18059
18060
18061 \begin_inset Phantom HPhantom
18062 status open
18063
18064 \begin_layout Plain Layout
18065 \begin_inset space ~
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \end_inset
18072
18073 {
18074 \backslash
18075 arrayrulecolor{red}
18076 \backslash
18077 myHlineC
18078 \backslash
18079 arrayrulecolor{black}}
18080 \end_layout
18081
18082 \begin_layout Standard
18083 というコマンドを入力して下さい。
18084 \end_layout
18085
18086 \begin_layout Standard
18087 \begin_inset ERT
18088 status collapsed
18089
18090 \begin_layout Plain Layout
18091
18092
18093 \backslash
18094 let
18095 \backslash
18096 myHlineC
18097 \backslash
18098 hline
18099 \end_layout
18100
18101 \begin_layout Plain Layout
18102
18103
18104 \backslash
18105 renewcommand{
18106 \backslash
18107 hline}
18108 \end_layout
18109
18110 \begin_layout Plain Layout
18111
18112  {
18113 \backslash
18114 arrayrulecolor{red}
18115 \backslash
18116 myHlineC
18117 \backslash
18118 arrayrulecolor{black}}
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \begin_inset Float table
18125 placement h
18126 wide false
18127 sideways false
18128 status open
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Caption Standard
18132
18133 \begin_layout Plain Layout
18134 \begin_inset CommandInset label
18135 LatexCommand label
18136 name "tab:色付き横罫線の表"
18137
18138 \end_inset
18139
18140 色付き横罫線の表
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \begin_layout Plain Layout
18149 \align center
18150 \begin_inset Tabular
18151 <lyxtabular version="3" rows="3" columns="3">
18152 <features tabularvalignment="middle">
18153 <column alignment="center" valignment="top">
18154 <column alignment="center" valignment="top">
18155 <column alignment="center" valignment="top">
18156 <row>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 sd
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 </row>
18185 <row>
18186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 sd
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 </row>
18214 <row>
18215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 sd
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 </lyxtabular>
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \begin_layout Standard
18256 既定値の黒罫線に戻るには、
18257 \end_layout
18258
18259 \begin_layout Standard
18260
18261 \series bold
18262
18263 \backslash
18264 renewcommand{
18265 \backslash
18266 hline}{
18267 \backslash
18268 myHlineC}
18269 \end_layout
18270
18271 \begin_layout Standard
18272 というコマンドを、表ないし表フロートの後に\SpecialChar TeX
18273 コードで入力して下さい。表
18274 \begin_inset CommandInset ref
18275 LatexCommand ref
18276 reference "tab:色付き罫線の表"
18277
18278 \end_inset
18279
18280 は、縦横罫線を色付けした例です。
18281 \end_layout
18282
18283 \begin_layout Standard
18284 \begin_inset Float table
18285 placement h
18286 wide false
18287 sideways false
18288 status open
18289
18290 \begin_layout Plain Layout
18291 \begin_inset Caption Standard
18292
18293 \begin_layout Plain Layout
18294 \begin_inset CommandInset label
18295 LatexCommand label
18296 name "tab:色付き罫線の表"
18297
18298 \end_inset
18299
18300 色付き罫線の表
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \begin_layout Plain Layout
18309 \align center
18310 \begin_inset Tabular
18311 <lyxtabular version="3" rows="3" columns="3">
18312 <features tabularvalignment="middle">
18313 <column alignment="center" valignment="top" special="Wc">
18314 <column alignment="center" valignment="top" special="Wc">
18315 <column alignment="center" valignment="top" special="WcW">
18316 <row>
18317 <cell alignment="center" valignment="top" topline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 sd
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 <row>
18346 <cell alignment="center" valignment="top" topline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 sd
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row topspace="default">
18375 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 sd
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 </row>
18403 </lyxtabular>
18404
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \begin_layout Standard
18416 \begin_inset ERT
18417 status collapsed
18418
18419 \begin_layout Plain Layout
18420
18421
18422 \backslash
18423 renewcommand{
18424 \backslash
18425 hline}{
18426 \backslash
18427 myHlineC}
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Standard
18436 \begin_inset ERT
18437 status collapsed
18438
18439 \begin_layout Plain Layout
18440
18441
18442 \backslash
18443 setlength{
18444 \backslash
18445 arrayrulewidth}{0.4pt}
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Section
18454 表セルの回転
18455 \begin_inset CommandInset label
18456 LatexCommand label
18457 name "sec:表セルの回転"
18458
18459 \end_inset
18460
18461
18462 \begin_inset Index idx
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466 ひょう@表 ! せるのかいてん@セルの回転
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \begin_inset Index idx
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476 かいてん@回転 ! そざいの@素材の—
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \begin_inset Note Greyedout
18486 status open
18487
18488 \begin_layout Plain Layout
18489
18490 \series bold
18491 【註】
18492 \series default
18493 すべてのDVIビューアが回転表示できるわけではありません。
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 と入れてください。表
18503 \begin_inset CommandInset ref
18504 LatexCommand ref
18505 reference "tab:回転表"
18506
18507 \end_inset
18508
18509 は、3つのセルを45°回転させた用例です。
18510 \end_layout
18511
18512 \begin_layout Standard
18513 \begin_inset Float table
18514 wide false
18515 sideways false
18516 status open
18517
18518 \begin_layout Plain Layout
18519 \begin_inset Caption Standard
18520
18521 \begin_layout Plain Layout
18522 \begin_inset CommandInset label
18523 LatexCommand label
18524 name "tab:回転表"
18525
18526 \end_inset
18527
18528 1行目に回転セルのある表
18529 \end_layout
18530
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \begin_layout Plain Layout
18537 \noindent
18538 \align center
18539 \begin_inset Tabular
18540 <lyxtabular version="3" rows="2" columns="3">
18541 <features tabularvalignment="middle">
18542 <column alignment="center" valignment="top" width="0pt">
18543 <column alignment="center" valignment="top" width="0pt">
18544 <column alignment="center" valignment="top" width="0pt">
18545 <row>
18546 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 コップ
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 受け皿
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 45
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 33
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 21
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 </row>
18603 </lyxtabular>
18604
18605 \end_inset
18606
18607
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Standard
18616 \begin_inset Note Greyedout
18617 status open
18618
18619 \begin_layout Plain Layout
18620
18621 \series bold
18622 【註】
18623 \series default
18624 回転セル中では、改行(
18625 \begin_inset Flex Ruby
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629 捷径
18630 \begin_inset Argument post:1
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634 ショートカット
18635 \end_layout
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \begin_inset Info
18646 type  "shortcut"
18647 arg   "newline-insert newline"
18648 \end_inset
18649
18650 )はできません。
18651 \end_layout
18652
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18660 \begin_inset Foot
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664 これらのボックスについて詳しくは、第
18665 \begin_inset CommandInset ref
18666 LatexCommand ref
18667 reference "sec:ミニページ"
18668
18669 \end_inset
18670
18671 節および第
18672 \begin_inset CommandInset ref
18673 LatexCommand ref
18674 reference "sec:Parboxes"
18675
18676 \end_inset
18677
18678 節をご覧ください。
18679 \end_layout
18680
18681 \end_inset
18682
18683 。このセルを90
18684 \begin_inset space \thinspace{}
18685 \end_inset
18686
18687 °回転させると、ボックス幅はセルの高さになります。表
18688 \begin_inset CommandInset ref
18689 LatexCommand ref
18690 reference "tab:表多行回転"
18691
18692 \end_inset
18693
18694 は、ボックス幅が3
18695 \begin_inset space \thinspace{}
18696 \end_inset
18697
18698 cmの、多行セルを回転させる例です。
18699 \end_layout
18700
18701 \begin_layout Standard
18702 \begin_inset Float table
18703 wide false
18704 sideways false
18705 status open
18706
18707 \begin_layout Plain Layout
18708 \begin_inset Caption Standard
18709
18710 \begin_layout Plain Layout
18711 \begin_inset CommandInset label
18712 LatexCommand label
18713 name "tab:表多行回転"
18714
18715 \end_inset
18716
18717 多行セルを回転させた表
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Plain Layout
18726 \noindent
18727 \align center
18728 \begin_inset Tabular
18729 <lyxtabular version="3" rows="2" columns="3">
18730 <features tabularvalignment="middle">
18731 <column alignment="center" valignment="top">
18732 <column alignment="center" valignment="top" width="0pt">
18733 <column alignment="center" valignment="top">
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 \begin_inset Box Frameless
18749 position "t"
18750 hor_pos "c"
18751 has_inner_box 1
18752 inner_pos "t"
18753 use_parbox 0
18754 use_makebox 0
18755 width "3cm"
18756 special "none"
18757 height "1in"
18758 height_special "totalheight"
18759 thickness "0.4pt"
18760 separation "3pt"
18761 shadowsize "4pt"
18762 framecolor "black"
18763 backgroundcolor "none"
18764 status open
18765
18766 \begin_layout Plain Layout
18767 改行を含む
18768 \begin_inset Newline newline
18769 \end_inset
18770
18771 回転
18772 \end_layout
18773
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 </row>
18820 </lyxtabular>
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Section
18833 表幅の計算
18834 \begin_inset CommandInset label
18835 LatexCommand label
18836 name "sec:表幅の計算"
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18845 設ければ良いのでしょうか?
18846 \end_layout
18847
18848 \begin_layout Standard
18849 表幅
18850 \begin_inset Formula $W_{\text{表}}$
18851 \end_inset
18852
18853 は計算することができます。各列の実際の幅は、指定した列幅
18854 \begin_inset Formula $W_{\text{列}}$
18855 \end_inset
18856
18857 に、列の内容と列罫線との間の余白(\SpecialChar LaTeX
18858
18859 \series bold
18860
18861 \backslash
18862 tabcolsep
18863 \series default
18864 ・既定値6
18865 \begin_inset space \thinspace{}
18866 \end_inset
18867
18868 pt)の2倍と、罫線幅(\SpecialChar LaTeX
18869
18870 \series bold
18871
18872 \backslash
18873 arrayrulewidth
18874 \series default
18875 ・既定値0.4
18876 \begin_inset space \thinspace{}
18877 \end_inset
18878
18879 pt)を加えたものになります。したがって、もし同じ幅の
18880 \begin_inset Formula $n$
18881 \end_inset
18882
18883 列を作るならば、表幅は
18884 \begin_inset Formula 
18885 \begin{equation}
18886 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18887 \end{equation}
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \begin_layout Standard
18895 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
18896
18897 \series bold
18898
18899 \backslash
18900 columnwidth
18901 \series default
18902 )。表の列をすべて同じ幅にするとすれば、
18903 \begin_inset Formula $W_{\text{表}}$
18904 \end_inset
18905
18906 が1
18907 \begin_inset space \thinspace{}
18908 \end_inset
18909
18910
18911 \backslash
18912 columnwidthになりますので、
18913 \begin_inset Formula $W_{\text{列}}$
18914 \end_inset
18915
18916 は簡単に計算できます。
18917 \end_layout
18918
18919 \begin_layout Standard
18920 計算を行わせる場合には、文書プリアンブル中で\SpecialChar LaTeX
18921 パッケージ
18922 \series bold
18923 calc
18924 \series default
18925
18926 \begin_inset Index idx
18927 status collapsed
18928
18929 \begin_layout Plain Layout
18930 \SpecialChar LaTeX
18931 ぱっけーじ@\SpecialChar LaTeX
18932 パッケージ ! calc
18933 \end_layout
18934
18935 \end_inset
18936
18937 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18938 \family sans
18939 \SpecialChar LaTeX
18940 の引数
18941 \family default
18942 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18943 \begin_inset CommandInset ref
18944 LatexCommand ref
18945 reference "subsec:連結列の計算"
18946
18947 \end_inset
18948
18949 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18950 \end_layout
18951
18952 \begin_layout Standard
18953
18954 \series bold
18955 >{
18956 \backslash
18957 centering}p{(1
18958 \backslash
18959 columnwidth-62.4pt)/5}
18960 \end_layout
18961
18962 \begin_layout Standard
18963 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18964 \begin_inset Formula 
18965 \begin{align}
18966 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18967  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18968  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18969 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18970 \end{align}
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \begin_layout Standard
18978 となります。したがって、表中の広い列には
18979 \end_layout
18980
18981 \begin_layout Standard
18982
18983 \series bold
18984 >{
18985 \backslash
18986 centering}p{(1
18987 \backslash
18988 columnwidth-62.4pt)/
18989 \backslash
18990 real{4.5}}
18991 \end_layout
18992
18993 \begin_layout Standard
18994 というコマンドを用い、狭い列には
18995 \end_layout
18996
18997 \begin_layout Standard
18998
18999 \series bold
19000 >{
19001 \backslash
19002 centering}p{(1
19003 \backslash
19004 columnwidth-62.4pt)/
19005 \backslash
19006 real{4.5}*
19007 \backslash
19008 real{0.75}}
19009 \end_layout
19010
19011 \begin_layout Standard
19012 というコマンドを用いることにすると、以下の表が出来上がります。
19013 \end_layout
19014
19015 \begin_layout Standard
19016 \begin_inset Tabular
19017 <lyxtabular version="3" rows="2" columns="5">
19018 <features tabularvalignment="middle">
19019 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19020 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19021 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19022 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19023 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 1
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 2
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 3
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 4
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 5
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 </row>
19071 <row>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 111111 1111111 111111 111111111 11111 11111 1111
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 2222 22222 222222 222222222 2222222 22 22222
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 333333 333333 333333 33333 3333333 333
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 </lyxtabular>
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Section
19126 表の調整
19127 \begin_inset Index idx
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131 ひょうのちょうせい@表の調整
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \begin_inset Index idx
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141 ひょう@表 ! ちょうせい@調整
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \end_layout
19148
19149 \begin_layout Subsection
19150 行の余白取り
19151 \begin_inset CommandInset label
19152 LatexCommand label
19153 name "subsec:行の余白取り"
19154
19155 \end_inset
19156
19157
19158 \begin_inset Index idx
19159 status collapsed
19160
19161 \begin_layout Plain Layout
19162 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19163 \end_layout
19164
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \begin_layout Standard
19171 表の設定ダイアログの
19172 \family sans
19173 罫線
19174 \family default
19175 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19176 \end_layout
19177
19178 \begin_layout Description
19179 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19180 \begin_inset Foot
19181 status collapsed
19182
19183 \begin_layout Plain Layout
19184 フォーマル形式の表は第
19185 \begin_inset CommandInset ref
19186 LatexCommand ref
19187 reference "sec:フォーマル形式の表"
19188
19189 \end_inset
19190
19191 節で説明されています。
19192 \end_layout
19193
19194 \end_inset
19195
19196 ならば、\SpecialChar LyX
19197 は既定値として0.5
19198 \begin_inset space \thinspace{}
19199 \end_inset
19200
19201 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19202 \begin_inset VSpace medskip
19203 \end_inset
19204
19205
19206 \begin_inset Newline newline
19207 \end_inset
19208
19209
19210 \begin_inset space \hspace*{}
19211 \length 0pt
19212 \end_inset
19213
19214
19215 \begin_inset space \hfill{}
19216 \end_inset
19217
19218
19219 \begin_inset Tabular
19220 <lyxtabular version="3" rows="3" columns="1">
19221 <features tabularvalignment="middle">
19222 <column alignment="center" valignment="top">
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 <row topspace="3mm">
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 行上に3
19240 \begin_inset space \thinspace{}
19241 \end_inset
19242
19243 mmの余白
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 </lyxtabular>
19261
19262 \end_inset
19263
19264
19265 \begin_inset space \hfill{}
19266 \end_inset
19267
19268
19269 \begin_inset space \hspace*{}
19270 \length 0pt
19271 \end_inset
19272
19273
19274 \begin_inset VSpace medskip
19275 \end_inset
19276
19277
19278 \begin_inset Newline newline
19279 \end_inset
19280
19281 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19282 \end_layout
19283
19284 \begin_layout Description
19285 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19286 は既定値として0.5
19287 \begin_inset space \thinspace{}
19288 \end_inset
19289
19290 emの余白を挿入し、通常の表ならば既定値として2
19291 \begin_inset space \thinspace{}
19292 \end_inset
19293
19294 ptを挿入します。
19295 \end_layout
19296
19297 \begin_layout Description
19298 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19299 は既定値として0.5
19300 \begin_inset space \thinspace{}
19301 \end_inset
19302
19303 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19304 \begin_inset VSpace medskip
19305 \end_inset
19306
19307
19308 \begin_inset Newline newline
19309 \end_inset
19310
19311
19312 \begin_inset space \hspace*{}
19313 \length 0pt
19314 \end_inset
19315
19316
19317 \begin_inset space \hfill{}
19318 \end_inset
19319
19320
19321 \begin_inset Tabular
19322 <lyxtabular version="3" rows="3" columns="1">
19323 <features tabularvalignment="middle">
19324 <column alignment="center" valignment="top">
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 </row>
19336 <row interlinespace="3mm">
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\downarrow$
19342 \end_inset
19343
19344  行間に3
19345 \begin_inset space \thinspace{}
19346 \end_inset
19347
19348 mmの余白 
19349 \begin_inset Formula $\downarrow$
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 </row>
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Formula $\uparrow$
19364 \end_inset
19365
19366  行間に3
19367 \begin_inset space \thinspace{}
19368 \end_inset
19369
19370 mmの余白 
19371 \begin_inset Formula $\uparrow$
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 </row>
19380 </lyxtabular>
19381
19382 \end_inset
19383
19384
19385 \begin_inset space \hfill{}
19386 \end_inset
19387
19388
19389 \begin_inset space \hspace*{}
19390 \length 0pt
19391 \end_inset
19392
19393
19394 \begin_inset VSpace medskip
19395 \end_inset
19396
19397
19398 \begin_inset Newline newline
19399 \end_inset
19400
19401 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19402 \end_layout
19403
19404 \begin_layout Standard
19405 \begin_inset VSpace bigskip
19406 \end_inset
19407
19408 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19409 \end_layout
19410
19411 \begin_layout Standard
19412
19413 \series bold
19414
19415 \backslash
19416 @ifundefined{extrarowheight}
19417 \begin_inset Newline newline
19418 \end_inset
19419
19420
19421 \begin_inset Phantom HPhantom
19422 status open
19423
19424 \begin_layout Plain Layout
19425 \begin_inset space ~
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \end_inset
19432
19433 {
19434 \backslash
19435 usepackage{array}}{}
19436 \begin_inset Newline newline
19437 \end_inset
19438
19439
19440 \backslash
19441 setlength{
19442 \backslash
19443 extrarowheight}{height}
19444 \end_layout
19445
19446 \begin_layout Standard
19447 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、\SpecialChar LyX
19448 は自動的に
19449 \series bold
19450 array
19451 \series default
19452 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19453 \series bold
19454
19455 \backslash
19456 @ifundefined
19457 \series default
19458 が使用されています)。
19459 \end_layout
19460
19461 \begin_layout Standard
19462 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初に\SpecialChar TeX
19463 コードで
19464 \series bold
19465
19466 \backslash
19467 strut
19468 \series default
19469 コマンドを挿入することで補正することができます。表
19470 \begin_inset CommandInset ref
19471 LatexCommand ref
19472 reference "tab:垂直揃え"
19473
19474 \end_inset
19475
19476 は、この効果を示したものです。
19477 \end_layout
19478
19479 \begin_layout Standard
19480 \noindent
19481 \begin_inset Float table
19482 placement h
19483 wide false
19484 sideways false
19485 status open
19486
19487 \begin_layout Plain Layout
19488 \begin_inset Caption Standard
19489
19490 \begin_layout Plain Layout
19491 \begin_inset CommandInset label
19492 LatexCommand label
19493 name "tab:垂直揃え"
19494
19495 \end_inset
19496
19497 大きなフォント寸法の文章の垂直揃え
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Plain Layout
19506 \begin_inset space \hfill{}
19507 \end_inset
19508
19509
19510 \begin_inset Float table
19511 wide false
19512 sideways false
19513 status collapsed
19514
19515 \begin_layout Plain Layout
19516 \begin_inset Caption Standard
19517
19518 \begin_layout Plain Layout
19519 通常の表
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \begin_layout Plain Layout
19528 \noindent
19529 \align center
19530 \begin_inset Tabular
19531 <lyxtabular version="3" rows="6" columns="1">
19532 <features tabularvalignment="middle">
19533 <column alignment="left" valignment="top">
19534 <row>
19535 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 ふつう, g
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 </row>
19545 <row>
19546 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550
19551 \size large
19552 やや大
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 </row>
19558 <row>
19559 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \size larger
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \size largest
19578 極大
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \size huge
19591 極々大
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602
19603 \size giant
19604 最大
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 </row>
19610 </lyxtabular>
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \begin_inset space \hfill{}
19621 \end_inset
19622
19623
19624 \begin_inset Float table
19625 wide false
19626 sideways false
19627 status collapsed
19628
19629 \begin_layout Plain Layout
19630 \begin_inset Caption Standard
19631
19632 \begin_layout Plain Layout
19633
19634 \series bold
19635
19636 \backslash
19637 strut
19638 \series default
19639 コマンドを使用した表
19640 \end_layout
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Plain Layout
19648 \noindent
19649 \align center
19650 \begin_inset Tabular
19651 <lyxtabular version="3" rows="6" columns="1">
19652 <features tabularvalignment="middle">
19653 <column alignment="left" valignment="top">
19654 <row>
19655 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 ふつう, g
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \size large
19672 \begin_inset ERT
19673 status collapsed
19674
19675 \begin_layout Plain Layout
19676
19677
19678 \backslash
19679 strut 
19680 \end_layout
19681
19682 \end_inset
19683
19684 やや大
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \size larger
19697 \begin_inset ERT
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701
19702
19703 \backslash
19704 strut 
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \size largest
19722 \begin_inset ERT
19723 status collapsed
19724
19725 \begin_layout Plain Layout
19726
19727
19728 \backslash
19729 strut 
19730 \end_layout
19731
19732 \end_inset
19733
19734 極大
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \size huge
19747 \begin_inset ERT
19748 status collapsed
19749
19750 \begin_layout Plain Layout
19751
19752
19753 \backslash
19754 strut 
19755 \end_layout
19756
19757 \end_inset
19758
19759 極々大
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \size giant
19772 \begin_inset ERT
19773 status collapsed
19774
19775 \begin_layout Plain Layout
19776
19777
19778 \backslash
19779 strut 
19780 \end_layout
19781
19782 \end_inset
19783
19784 最大
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 </lyxtabular>
19791
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798
19799
19800 \begin_inset space \hfill{}
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Subsection
19812 特殊なセル揃え
19813 \begin_inset CommandInset label
19814 LatexCommand label
19815 name "subsec:特殊なセル揃え"
19816
19817 \end_inset
19818
19819
19820 \begin_inset Index idx
19821 status collapsed
19822
19823 \begin_layout Plain Layout
19824 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Standard
19833 ときには表
19834 \begin_inset CommandInset ref
19835 LatexCommand ref
19836 reference "tab:表セル"
19837
19838 \end_inset
19839
19840 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19841 \begin_inset Graphics
19842         filename ../../images/tabular-feature_align-decimal.png
19843         scale 85
19844         scaleBeforeRotation
19845
19846 \end_inset
19847
19848 を押すか、表設定中で揃えを
19849 \family sans
19850 小数点で
19851 \family default
19852 に設定します。
19853 \end_layout
19854
19855 \begin_layout Standard
19856 \begin_inset Float table
19857 placement h
19858 wide false
19859 sideways false
19860 status open
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Caption Standard
19864
19865 \begin_layout Plain Layout
19866 \begin_inset CommandInset label
19867 LatexCommand label
19868 name "tab:表セル"
19869
19870 \end_inset
19871
19872 一列が小数点で揃えられた表セル
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Plain Layout
19881 \align center
19882 \begin_inset Tabular
19883 <lyxtabular version="3" rows="4" columns="1">
19884 <features booktabs="true" tabularvalignment="middle">
19885 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19886 <row>
19887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 見出し
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 12.6
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 0.68
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 -123.0
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 </lyxtabular>
19931
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \begin_layout Standard
19943 \begin_inset Float table
19944 placement h
19945 wide false
19946 sideways false
19947 status open
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Caption Standard
19951
19952 \begin_layout Plain Layout
19953 \begin_inset CommandInset label
19954 LatexCommand label
19955 name "tab:演算子揃え表"
19956
19957 \end_inset
19958
19959 一列が演算子で揃えられた表セル
19960 \end_layout
19961
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \begin_layout Plain Layout
19968 \align center
19969 \begin_inset Tabular
19970 <lyxtabular version="3" rows="4" columns="2">
19971 <features booktabs="true" tabularvalignment="middle">
19972 <column alignment="right" valignment="top" width="0pt">
19973 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19974 <row>
19975 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 見出し
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row>
19995 <cell alignment="center" valignment="top" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $12\,+$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\,6$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Formula $0\,-$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $\,68$
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $-123\,/$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\,0$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 </lyxtabular>
20073
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \begin_layout Standard
20085 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20086 \begin_inset CommandInset ref
20087 LatexCommand ref
20088 reference "tab:演算子揃え表"
20089
20090 \end_inset
20091
20092 のような方法を用いる必要があります。この表は、4
20093 \begin_inset Formula $\times$
20094 \end_inset
20095
20096 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
20097 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
20098 \end_layout
20099
20100 \begin_layout Standard
20101
20102 \series bold
20103 @{}l
20104 \end_layout
20105
20106 \begin_layout Standard
20107 という\SpecialChar LaTeX
20108 引数を第2列に指定します。
20109 \end_layout
20110
20111 \begin_layout Standard
20112
20113 \begin_inset CommandInset ref
20114 LatexCommand ref
20115 reference "tab:表セル揃え"
20116
20117 \end_inset
20118
20119 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20120 \begin_inset CommandInset ref
20121 LatexCommand ref
20122 reference "tab:演算子揃え表"
20123
20124 \end_inset
20125
20126 の冒頭には、小空白が加えられています。
20127 \end_layout
20128
20129 \begin_layout Standard
20130 \begin_inset Float table
20131 wide false
20132 sideways false
20133 status open
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Caption Standard
20137
20138 \begin_layout Plain Layout
20139 \begin_inset CommandInset label
20140 LatexCommand label
20141 name "tab:表セル揃え"
20142
20143 \end_inset
20144
20145 表セルの揃えの例
20146 \end_layout
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Plain Layout
20154 \align center
20155 \begin_inset Tabular
20156 <lyxtabular version="3" rows="4" columns="6">
20157 <features tabularvalignment="middle">
20158 <column alignment="right" valignment="top">
20159 <column alignment="left" valignment="top" special="@{}l">
20160 <column alignment="right" valignment="top">
20161 <column alignment="left" valignment="top" special="@{}l">
20162 <column alignment="right" valignment="top">
20163 <column alignment="left" valignment="top" special="@{}l">
20164 <row>
20165 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 単位
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187 冪数
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 関係子
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 12
20226 \begin_inset Formula $\times$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 24本の瓶
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $10\cdot$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $10^{\mbox{-}17}$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset Formula $\Gamma(t)\propto$
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\:\Upsilon(t)$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 1024
20298 \begin_inset Formula $\times$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 768ピクセル
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 \begin_inset Formula $5.78\cdot$
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $10^{7}$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 <cell alignment="center" valignment="top" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Plain Layout
20343 \begin_inset Formula $A\ne$
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $\:B_{\mathrm{red}}$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 32
20370 \begin_inset Formula $\times$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 6
20383 \begin_inset space \thinspace{}
20384 \end_inset
20385
20386 cm
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 -
20396 \begin_inset Formula $33.5\cdot$
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 \begin_inset Formula $10^{4}$
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\sin(\alpha)\ge$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432 \begin_inset Formula $\:\sin(\beta)$
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 </lyxtabular>
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \begin_layout Subsection
20454 自製のセル書式および列書式
20455 \begin_inset CommandInset label
20456 LatexCommand label
20457 name "subsec:自製書式"
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index idx
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475
20476 \begin_inset CommandInset ref
20477 LatexCommand ref
20478 reference "sec:表幅の計算"
20479
20480 \end_inset
20481
20482 節のようにして通常列の必要幅を計算したり、第
20483 \begin_inset CommandInset ref
20484 LatexCommand ref
20485 reference "subsec:連結列の計算"
20486
20487 \end_inset
20488
20489 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20490 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20491 \end_layout
20492
20493 \begin_layout Standard
20494
20495 \series bold
20496
20497 \backslash
20498 newcolumntype{書式名}[引数の数]{コマンド}
20499 \end_layout
20500
20501 \begin_layout Standard
20502 書式名は、一文字だけでも構いません。
20503 \emph on
20504 b
20505 \emph default
20506
20507 \emph on
20508 c
20509 \emph default
20510
20511 \emph on
20512 l
20513 \emph default
20514
20515 \emph on
20516 m
20517 \emph default
20518
20519 \emph on
20520 p
20521 \emph default
20522
20523 \emph on
20524 r
20525 \emph default
20526 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20527 \end_layout
20528
20529 \begin_layout Standard
20530 \begin_inset VSpace medskip
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \begin_layout Standard
20537 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20538 \end_layout
20539
20540 \begin_layout Standard
20541
20542 \series bold
20543
20544 \backslash
20545 newcolumntype{M}[1]{>{
20546 \backslash
20547 centering
20548 \backslash
20549 hspace{0pt}}m{#1}}
20550 \end_layout
20551
20552 \begin_layout Standard
20553 ここで
20554 \series bold
20555
20556 \backslash
20557 hspace{0pt}
20558 \series default
20559 は、第
20560 \begin_inset CommandInset ref
20561 LatexCommand ref
20562 reference "subsec:複数行"
20563
20564 \end_inset
20565
20566 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20567 \family sans
20568 \SpecialChar LaTeX
20569 の引数
20570 \family default
20571
20572 \end_layout
20573
20574 \begin_layout Standard
20575
20576 \series bold
20577 M{width}
20578 \end_layout
20579
20580 \begin_layout Standard
20581 と入力するだけですみます。
20582 \end_layout
20583
20584 \begin_layout Standard
20585 \begin_inset VSpace bigskip
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Standard
20592 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20593 \end_layout
20594
20595 \begin_layout Standard
20596
20597 \series bold
20598
20599 \backslash
20600 newcolumntype{S}[2]{>{
20601 \backslash
20602 centering
20603 \backslash
20604 hspace{0pt}}
20605 \begin_inset Newline newline
20606 \end_inset
20607
20608
20609 \begin_inset Phantom HPhantom
20610 status open
20611
20612 \begin_layout Plain Layout
20613
20614 \series bold
20615
20616 \backslash
20617 newcolumntype
20618 \end_layout
20619
20620 \end_inset
20621
20622 m{(#1+(2
20623 \backslash
20624 tabcolsep+
20625 \backslash
20626 arrayrulewidth)*(1-#2))/#2}}
20627 \end_layout
20628
20629 \begin_layout Standard
20630 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20631 \begin_inset CommandInset ref
20632 LatexCommand eqref
20633 reference "eq:Wgn"
20634
20635 \end_inset
20636
20637 式を使用しています。
20638 \end_layout
20639
20640 \begin_layout Standard
20641 こうしておけば、当該セルの\SpecialChar LaTeX
20642 引数に
20643 \end_layout
20644
20645 \begin_layout Standard
20646
20647 \series bold
20648 S{連結列セルの幅}{連結列セルがまたがる列の数}
20649 \end_layout
20650
20651 \begin_layout Standard
20652 と入力するだけですみます。
20653 \end_layout
20654
20655 \begin_layout Standard
20656 \begin_inset VSpace bigskip
20657 \end_inset
20658
20659
20660 \end_layout
20661
20662 \begin_layout Standard
20663 色付き列については、以下のように定義するとよいでしょう。
20664 \end_layout
20665
20666 \begin_layout Standard
20667
20668 \series bold
20669
20670 \backslash
20671 newcolumntype{K}[1]{>{
20672 \backslash
20673 columncolor{#1}
20674 \backslash
20675 hspace{0pt}}c}
20676 \end_layout
20677
20678 \begin_layout Standard
20679 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、\SpecialChar LaTeX
20680 引数に
20681 \end_layout
20682
20683 \begin_layout Standard
20684
20685 \series bold
20686 K{色名}
20687 \end_layout
20688
20689 \begin_layout Standard
20690 と入力します。
20691 \end_layout
20692
20693 \begin_layout Standard
20694 \begin_inset VSpace bigskip
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Standard
20701
20702 \begin_inset CommandInset ref
20703 LatexCommand ref
20704 reference "tab:ユーザー定義の表書式"
20705
20706 \end_inset
20707
20708 を生成するには、第1列と連結列に\SpecialChar LaTeX
20709 引数として
20710 \end_layout
20711
20712 \begin_layout Standard
20713
20714 \series bold
20715 M{2.5cm}
20716 \end_layout
20717
20718 \begin_layout Standard
20719 を指定し、最終列に
20720 \end_layout
20721
20722 \begin_layout Standard
20723
20724 \series bold
20725 K{red}
20726 \end_layout
20727
20728 \begin_layout Standard
20729 そして第2列の各セルに
20730 \end_layout
20731
20732 \begin_layout Standard
20733
20734 \series bold
20735 S{2.5cm}{2}
20736 \end_layout
20737
20738 \begin_layout Standard
20739 と指定します。
20740 \end_layout
20741
20742 \begin_layout Standard
20743 \begin_inset Float table
20744 placement h
20745 wide false
20746 sideways false
20747 status open
20748
20749 \begin_layout Plain Layout
20750 \begin_inset Caption Standard
20751
20752 \begin_layout Plain Layout
20753 \begin_inset CommandInset label
20754 LatexCommand label
20755 name "tab:ユーザー定義の表書式"
20756
20757 \end_inset
20758
20759 ユーザー定義の表書式を使用した表
20760 \end_layout
20761
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \begin_layout Plain Layout
20768 \align center
20769 \begin_inset Tabular
20770 <lyxtabular version="3" rows="3" columns="4">
20771 <features tabularvalignment="middle">
20772 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20773 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20774 <column alignment="center" valignment="middle">
20775 <column alignment="center" valignment="middle" special="K{red}">
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 とても長い表セル中の単語
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 複数行の連結列
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 </lyxtabular>
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Subsection
20903 罫線幅
20904 \begin_inset CommandInset label
20905 LatexCommand label
20906 name "subsec:罫線幅"
20907
20908 \end_inset
20909
20910
20911 \begin_inset Index idx
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \begin_layout Standard
20924 表中のすべての罫線の罫線幅を調整するには、長さ
20925 \series bold
20926
20927 \backslash
20928 arrayrulewidth
20929 \series default
20930 を使用します。たとえば、表
20931 \begin_inset CommandInset ref
20932 LatexCommand ref
20933 reference "tab:Table-with-1.5"
20934
20935 \end_inset
20936
20937 のように罫線幅を1.5
20938 \begin_inset space \thinspace{}
20939 \end_inset
20940
20941 ptにするには、表や表フロートの前に\SpecialChar TeX
20942 コードで
20943 \end_layout
20944
20945 \begin_layout Standard
20946
20947 \series bold
20948
20949 \backslash
20950 setlength{
20951 \backslash
20952 arrayrulewidth}{1.5pt}
20953 \end_layout
20954
20955 \begin_layout Standard
20956 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前に\SpecialChar TeX
20957 コードで
20958 \series bold
20959
20960 \backslash
20961 arrayrulewidth
20962 \series default
20963 を0.4
20964 \begin_inset space \thinspace{}
20965 \end_inset
20966
20967 ptに設定してください。
20968 \end_layout
20969
20970 \begin_layout Standard
20971 \begin_inset ERT
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975
20976
20977 \backslash
20978 setlength{
20979 \backslash
20980 arrayrulewidth}{1.5pt}
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \begin_inset Float table
20987 wide false
20988 sideways false
20989 status open
20990
20991 \begin_layout Plain Layout
20992 \begin_inset Caption Standard
20993
20994 \begin_layout Plain Layout
20995 \begin_inset CommandInset label
20996 LatexCommand label
20997 name "tab:Table-with-1.5"
20998
20999 \end_inset
21000
21001 1.5
21002 \begin_inset space \thinspace{}
21003 \end_inset
21004
21005 pt幅罫線の表
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Plain Layout
21014 \align center
21015 \begin_inset Tabular
21016 <lyxtabular version="3" rows="3" columns="3">
21017 <features tabularvalignment="middle">
21018 <column alignment="center" valignment="top">
21019 <column alignment="center" valignment="top">
21020 <column alignment="center" valignment="top">
21021 <row>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 sd
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 </row>
21050 <row>
21051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 sd
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 sd
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 </lyxtabular>
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122
21123
21124 \backslash
21125 setlength{
21126 \backslash
21127 arrayrulewidth}{0.4pt}
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \begin_layout Standard
21136 \begin_inset VSpace bigskip
21137 \end_inset
21138
21139
21140 \begin_inset CommandInset ref
21141 LatexCommand ref
21142 reference "tab:1.5pt幅横罫"
21143
21144 \end_inset
21145
21146 のように横罫だけを1.5
21147 \begin_inset space \thinspace{}
21148 \end_inset
21149
21150 pt幅にするには、表または表フロートの前に\SpecialChar TeX
21151 コードとして以下のコマンドを挿入してください。
21152 \end_layout
21153
21154 \begin_layout Standard
21155
21156 \series bold
21157
21158 \backslash
21159 let
21160 \backslash
21161 myHline
21162 \backslash
21163 hline
21164 \begin_inset Newline newline
21165 \end_inset
21166
21167
21168 \backslash
21169 renewcommand{
21170 \backslash
21171 hline}
21172 \begin_inset Newline newline
21173 \end_inset
21174
21175  {
21176 \backslash
21177 noalign{
21178 \backslash
21179 global
21180 \backslash
21181 arrayrulewidth 1.5pt}
21182 \begin_inset Newline newline
21183 \end_inset
21184
21185  
21186 \backslash
21187 myHline
21188 \backslash
21189 noalign{
21190 \backslash
21191 global
21192 \backslash
21193 arrayrulewidth 0.4pt}}
21194 \end_layout
21195
21196 \begin_layout Standard
21197 既定幅に戻すには、表または表フロートの後に\SpecialChar TeX
21198 コードとして以下のコマンドを挿入します。
21199 \end_layout
21200
21201 \begin_layout Standard
21202
21203 \series bold
21204
21205 \backslash
21206 renewcommand{
21207 \backslash
21208 hline}{
21209 \backslash
21210 myHline}
21211 \end_layout
21212
21213 \begin_layout Standard
21214 \begin_inset ERT
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218
21219
21220 \backslash
21221 let
21222 \backslash
21223 myHline
21224 \backslash
21225 hline
21226 \end_layout
21227
21228 \begin_layout Plain Layout
21229
21230
21231 \backslash
21232 renewcommand{
21233 \backslash
21234 hline}
21235 \end_layout
21236
21237 \begin_layout Plain Layout
21238
21239  {
21240 \backslash
21241 noalign{
21242 \backslash
21243 global
21244 \backslash
21245 arrayrulewidth 1.5pt}
21246 \end_layout
21247
21248 \begin_layout Plain Layout
21249
21250   
21251 \backslash
21252 myHline
21253 \backslash
21254 noalign{
21255 \backslash
21256 global
21257 \backslash
21258 arrayrulewidth 0.4pt}}
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \begin_inset Float table
21265 wide false
21266 sideways false
21267 status open
21268
21269 \begin_layout Plain Layout
21270 \begin_inset Caption Standard
21271
21272 \begin_layout Plain Layout
21273 \begin_inset CommandInset label
21274 LatexCommand label
21275 name "tab:1.5pt幅横罫"
21276
21277 \end_inset
21278
21279 1.5
21280 \begin_inset space \thinspace{}
21281 \end_inset
21282
21283 pt幅横罫の表
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="3" columns="3">
21295 <features tabularvalignment="middle">
21296 <column alignment="center" valignment="top">
21297 <column alignment="center" valignment="top">
21298 <column alignment="center" valignment="top">
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 sd
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 sd
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 sd
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 </row>
21386 </lyxtabular>
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \begin_inset ERT
21397 status collapsed
21398
21399 \begin_layout Plain Layout
21400
21401
21402 \backslash
21403 renewcommand{
21404 \backslash
21405 hline}{
21406 \backslash
21407 myHline}
21408 \end_layout
21409
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \begin_layout Standard
21416 \begin_inset VSpace bigskip
21417 \end_inset
21418
21419 縦罫だけを1.5
21420 \begin_inset space \thinspace{}
21421 \end_inset
21422
21423 pt幅にするには、第
21424 \begin_inset CommandInset ref
21425 LatexCommand ref
21426 reference "subsec:自製書式"
21427
21428 \end_inset
21429
21430 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21431 \end_layout
21432
21433 \begin_layout Standard
21434
21435 \series bold
21436
21437 \backslash
21438 newcolumntype{V}{!{
21439 \backslash
21440 vrule width 1.5pt}}
21441 \end_layout
21442
21443 \begin_layout Standard
21444
21445 \begin_inset CommandInset ref
21446 LatexCommand ref
21447 reference "tab:1.5pt幅縦罫"
21448
21449 \end_inset
21450
21451 を作るには、最右列に\SpecialChar LaTeX
21452 引数
21453 \end_layout
21454
21455 \begin_layout Standard
21456
21457 \series bold
21458 VcV
21459 \end_layout
21460
21461 \begin_layout Standard
21462 を指定し、他の列には
21463 \end_layout
21464
21465 \begin_layout Standard
21466
21467 \series bold
21468 Vc
21469 \end_layout
21470
21471 \begin_layout Standard
21472 を指定します。
21473 \end_layout
21474
21475 \begin_layout Standard
21476 \begin_inset Float table
21477 wide false
21478 sideways false
21479 status open
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Caption Standard
21483
21484 \begin_layout Plain Layout
21485 \begin_inset CommandInset label
21486 LatexCommand label
21487 name "tab:1.5pt幅縦罫"
21488
21489 \end_inset
21490
21491 1.5
21492 \begin_inset space \thinspace{}
21493 \end_inset
21494
21495 pt幅縦罫の表
21496 \end_layout
21497
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \begin_layout Plain Layout
21504 \align center
21505 \begin_inset Tabular
21506 <lyxtabular version="3" rows="3" columns="3">
21507 <features tabularvalignment="middle">
21508 <column alignment="center" valignment="top" special="Vc">
21509 <column alignment="center" valignment="top" special="Vc">
21510 <column alignment="center" valignment="top" special="VcV">
21511 <row>
21512 <cell alignment="center" valignment="top" topline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 sd
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" topline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" topline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 sd
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" topline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 </row>
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 sd
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 </lyxtabular>
21599
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \begin_layout Subsection
21611 点罫
21612 \begin_inset Index idx
21613 status collapsed
21614
21615 \begin_layout Plain Layout
21616 ひょうのちょうせい@表の調整 ! てんけい@点罫
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \begin_layout Standard
21625 \begin_inset ERT
21626 status collapsed
21627
21628 \begin_layout Plain Layout
21629
21630
21631 \backslash
21632 ifarydshln
21633 \end_layout
21634
21635 \end_inset
21636
21637
21638 \begin_inset Note Note
21639 status open
21640
21641 \begin_layout Plain Layout
21642 この節は、\SpecialChar LaTeX
21643 パッケージ
21644 \series bold
21645 arydshln
21646 \series default
21647 が導入済みの時のみ表示されます。
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \begin_layout Standard
21656 \begin_inset Float table
21657 placement H
21658 wide false
21659 sideways false
21660 status open
21661
21662 \begin_layout Plain Layout
21663 \begin_inset Caption Standard
21664
21665 \begin_layout Plain Layout
21666 \begin_inset CommandInset label
21667 LatexCommand label
21668 name "tab:点罫表"
21669
21670 \end_inset
21671
21672 点罫を使用した表
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Plain Layout
21681 \align center
21682 \begin_inset Tabular
21683 <lyxtabular version="3" rows="5" columns="5">
21684 <features tabularvalignment="middle">
21685 <column alignment="center" valignment="top">
21686 <column alignment="center" valignment="top">
21687 <column alignment="center" valignment="top" special=":c">
21688 <column alignment="center" valignment="top">
21689 <column alignment="center" valignment="top">
21690 <row>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 </row>
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 \begin_inset ERT
21790 status collapsed
21791
21792 \begin_layout Plain Layout
21793
21794
21795 \backslash
21796 hdashline 
21797 \end_layout
21798
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset ERT
21849 status collapsed
21850
21851 \begin_layout Plain Layout
21852
21853
21854 \backslash
21855 cdashline{4-5}
21856 \end_layout
21857
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 </lyxtabular>
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Standard
21962 \SpecialChar LyX
21963 は点罫を自前ではサポートしません。そこで\SpecialChar TeX
21964 コードを使用する必要があります。必須要件として、文書プリアンブル中に
21965 \end_layout
21966
21967 \begin_layout Standard
21968
21969 \series bold
21970
21971 \backslash
21972 usepackage{arydshln}
21973 \end_layout
21974
21975 \begin_layout Standard
21976 というコマンドを書き、\SpecialChar LaTeX
21977 パッケージの
21978 \series bold
21979 arydshln
21980 \series default
21981
21982 \begin_inset Index idx
21983 status collapsed
21984
21985 \begin_layout Plain Layout
21986 \SpecialChar LaTeX
21987 ぱっけーじ@\SpecialChar LaTeX
21988 パッケージ ! arydshln
21989 \end_layout
21990
21991 \end_inset
21992
21993 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログの\SpecialChar LaTeX
21994 変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21995 \end_layout
21996
21997 \begin_layout Standard
21998 横点罫を得るには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
21999 コードで
22000 \end_layout
22001
22002 \begin_layout Standard
22003
22004 \series bold
22005
22006 \backslash
22007 hdashline
22008 \end_layout
22009
22010 \begin_layout Standard
22011 というコマンドを加えてください。
22012 \end_layout
22013
22014 \begin_layout Standard
22015 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22016 コードで
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \series bold
22022
22023 \backslash
22024 cdashline{列番号
22025 \series default
22026 }
22027 \end_layout
22028
22029 \begin_layout Standard
22030 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22031 \end_layout
22032
22033 \begin_layout Standard
22034
22035 \series bold
22036
22037 \backslash
22038 cdashline{2-4}
22039 \end_layout
22040
22041 \begin_layout Standard
22042 なるコマンドを置いてください。
22043 \end_layout
22044
22045 \begin_layout Standard
22046 \begin_inset VSpace bigskip
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \begin_layout Standard
22053
22054 \begin_inset CommandInset ref
22055 LatexCommand ref
22056 reference "tab:点罫表"
22057
22058 \end_inset
22059
22060 は、第3列の\SpecialChar LaTeX
22061 変数に「:c」を指定して作られています。第3行の最初のセルには、\SpecialChar TeX
22062 コードのコマンド
22063 \series bold
22064
22065 \backslash
22066 hdashline
22067 \series default
22068 が挿れられており、第4行の最初のセルには、\SpecialChar TeX
22069 コードのコマンド
22070 \begin_inset Newline newline
22071 \end_inset
22072
22073  
22074 \series bold
22075
22076 \backslash
22077 cdashline{4-5}
22078 \series default
22079 が挿れられています。
22080 \end_layout
22081
22082 \begin_layout Standard
22083 \begin_inset VSpace bigskip
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \begin_layout Standard
22090 点罫を持つ表も、表
22091 \begin_inset CommandInset ref
22092 LatexCommand ref
22093 reference "tab:Colored-table-with"
22094
22095 \end_inset
22096
22097 のように色付けをすることができます。
22098 \end_layout
22099
22100 \begin_layout Standard
22101 \begin_inset ERT
22102 status collapsed
22103
22104 \begin_layout Plain Layout
22105
22106
22107 \backslash
22108 setlength{
22109 \backslash
22110 arrayrulewidth}{1pt}
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \begin_inset Note Note
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 罫線色が見易いように線を太く
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Standard
22129 \begin_inset ERT
22130 status collapsed
22131
22132 \begin_layout Plain Layout
22133
22134
22135 \backslash
22136 dashgapcolor{green}
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \begin_inset Note Note
22143 status collapsed
22144
22145 \begin_layout Plain Layout
22146 緑点罫の間の色付き余白
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Standard
22155 \begin_inset ERT
22156 status collapsed
22157
22158 \begin_layout Plain Layout
22159
22160
22161 \backslash
22162 let
22163 \backslash
22164 myHdashline
22165 \backslash
22166 hdashline
22167 \end_layout
22168
22169 \begin_layout Plain Layout
22170
22171
22172 \backslash
22173 renewcommand{
22174 \backslash
22175 hdashline}
22176 \end_layout
22177
22178 \begin_layout Plain Layout
22179
22180  {
22181 \backslash
22182 arrayrulecolor{red}
22183 \backslash
22184 myHdashline
22185 \backslash
22186 arrayrulecolor{black}}
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \begin_inset Note Note
22193 status collapsed
22194
22195 \begin_layout Plain Layout
22196 色付き水平線・点罫赤
22197 \end_layout
22198
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \begin_layout Standard
22205 \begin_inset ERT
22206 status collapsed
22207
22208 \begin_layout Plain Layout
22209
22210
22211 \backslash
22212 let
22213 \backslash
22214 myCdashline
22215 \backslash
22216 cdashline
22217 \end_layout
22218
22219 \begin_layout Plain Layout
22220
22221
22222 \backslash
22223 renewcommand{
22224 \backslash
22225 cdashline}[1]
22226 \end_layout
22227
22228 \begin_layout Plain Layout
22229
22230  {
22231 \backslash
22232 arrayrulecolor{yellow}
22233 \backslash
22234 myCdashline{#1}
22235 \backslash
22236 arrayrulecolor{black}}
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Note Note
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246 色付き部分水平線・点罫黄色
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Standard
22255 \begin_inset Float table
22256 placement h
22257 wide false
22258 sideways false
22259 status open
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Caption Standard
22263
22264 \begin_layout Plain Layout
22265 \begin_inset CommandInset label
22266 LatexCommand label
22267 name "tab:Colored-table-with"
22268
22269 \end_inset
22270
22271 点罫線の色付き表
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Plain Layout
22280 \align center
22281 \begin_inset Tabular
22282 <lyxtabular version="3" rows="5" columns="5">
22283 <features tabularvalignment="middle">
22284 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22285 <column alignment="center" valignment="top" width="0pt">
22286 <column alignment="center" valignment="top" width="0pt" special=":c">
22287 <column alignment="center" valignment="top">
22288 <column alignment="center" valignment="top">
22289 <row>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="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" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 </row>
22383 <row>
22384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset ERT
22389 status collapsed
22390
22391 \begin_layout Plain Layout
22392
22393
22394 \backslash
22395 hdashline 
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \begin_inset ERT
22402 status collapsed
22403
22404 \begin_layout Plain Layout
22405
22406
22407 \backslash
22408 rowcolor{Gray}
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 <row>
22456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460 \begin_inset ERT
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464
22465
22466 \backslash
22467 cdashline{4-5}
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559
22560
22561 \backslash
22562 cellcolor{Maroon}
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 </lyxtabular>
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset ERT
22587 status collapsed
22588
22589 \begin_layout Plain Layout
22590
22591
22592 \backslash
22593 renewcommand{
22594 \backslash
22595 hdashline}{
22596 \backslash
22597 myHdashline}
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \begin_inset Note Note
22604 status collapsed
22605
22606 \begin_layout Plain Layout
22607 既定値に戻す
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Standard
22616 \begin_inset ERT
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620
22621
22622 \backslash
22623 renewcommand{
22624 \backslash
22625 cdashline}{
22626 \backslash
22627 myCdashline}
22628 \end_layout
22629
22630 \end_inset
22631
22632
22633 \begin_inset Note Note
22634 status collapsed
22635
22636 \begin_layout Plain Layout
22637 既定値に戻す
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \begin_layout Standard
22646 \begin_inset ERT
22647 status collapsed
22648
22649 \begin_layout Plain Layout
22650
22651
22652 \backslash
22653 nodashgapcolor
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \begin_inset Note Note
22660 status collapsed
22661
22662 \begin_layout Plain Layout
22663 既定値に戻す
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \begin_layout Standard
22672 \begin_inset ERT
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676
22677
22678 \backslash
22679 setlength{
22680 \backslash
22681 arrayrulewidth}{0.4pt}
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \begin_inset Note Note
22688 status collapsed
22689
22690 \begin_layout Plain Layout
22691 既定値に戻す
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 行や列、罫線の着色は、第
22701 \begin_inset CommandInset ref
22702 LatexCommand ref
22703 reference "sec:色付きの表"
22704
22705 \end_inset
22706
22707 節に述べられているように動作します。水平線の着色も、
22708 \series bold
22709
22710 \backslash
22711 myHlineC
22712 \series default
22713 コマンドを
22714 \series bold
22715
22716 \backslash
22717 myHdashline
22718 \series default
22719 に置き換え、
22720 \series bold
22721
22722 \backslash
22723 hline
22724 \series default
22725
22726 \series bold
22727
22728 \backslash
22729 hdashline
22730 \series default
22731 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22732 \end_layout
22733
22734 \begin_layout Standard
22735
22736 \series bold
22737
22738 \backslash
22739 let
22740 \backslash
22741 myHdashline
22742 \backslash
22743 hdashline
22744 \begin_inset Newline newline
22745 \end_inset
22746
22747
22748 \backslash
22749 renewcommand{
22750 \backslash
22751 hdashline}
22752 \begin_inset Newline newline
22753 \end_inset
22754
22755
22756 \begin_inset Phantom HPhantom
22757 status open
22758
22759 \begin_layout Plain Layout
22760 \begin_inset space ~
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767
22768 {
22769 \backslash
22770 arrayrulecolor{red}
22771 \backslash
22772 myHdashline
22773 \backslash
22774 arrayrulecolor{black}}
22775 \end_layout
22776
22777 \begin_layout Standard
22778
22779 \series bold
22780
22781 \backslash
22782 cdashline
22783 \series default
22784 に色をつけるならば、コマンドは
22785 \end_layout
22786
22787 \begin_layout Standard
22788
22789 \series bold
22790
22791 \backslash
22792 let
22793 \backslash
22794 myCdashline
22795 \backslash
22796 cdashline
22797 \begin_inset Newline newline
22798 \end_inset
22799
22800
22801 \backslash
22802 renewcommand{
22803 \backslash
22804 cdashline}[1]
22805 \begin_inset Newline newline
22806 \end_inset
22807
22808
22809 \begin_inset Phantom HPhantom
22810 status open
22811
22812 \begin_layout Plain Layout
22813 \begin_inset space ~
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820
22821 {
22822 \backslash
22823 arrayrulecolor{red}
22824 \backslash
22825 myCdashline{#1}
22826 \backslash
22827 arrayrulecolor{black}}
22828 \end_layout
22829
22830 \begin_layout Standard
22831 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろに\SpecialChar TeX
22832 コードで挿入する必要があります。
22833 \end_layout
22834
22835 \begin_layout Standard
22836
22837 \series bold
22838
22839 \backslash
22840 hdashline
22841 \series default
22842 の場合は
22843 \end_layout
22844
22845 \begin_layout Standard
22846
22847 \series bold
22848
22849 \backslash
22850 renewcommand{
22851 \backslash
22852 hdashline}{
22853 \backslash
22854 myHdashline}
22855 \end_layout
22856
22857 \begin_layout Standard
22858 とし、
22859 \series bold
22860
22861 \backslash
22862 cdashline
22863 \series default
22864 の場合は
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 renewcommand{
22873 \backslash
22874 cdashline}{
22875 \backslash
22876 myCdashline}
22877 \end_layout
22878
22879 \begin_layout Standard
22880 としてください。点線の間の余白に色をつけるには、表の前に\SpecialChar TeX
22881 コードで
22882 \end_layout
22883
22884 \begin_layout Standard
22885
22886 \series bold
22887
22888 \backslash
22889 dashgapcolor{色}
22890 \end_layout
22891
22892 \begin_layout Standard
22893 とすれば良いです。ここで「色」は、定義済みの色名です。
22894 \end_layout
22895
22896 \begin_layout Standard
22897
22898 \series bold
22899
22900 \backslash
22901 nodashgapcolor
22902 \end_layout
22903
22904 \begin_layout Standard
22905 というコマンドは、
22906 \series bold
22907
22908 \backslash
22909 dashgapcolor
22910 \series default
22911 が行った変更を元に戻します。
22912 \end_layout
22913
22914 \begin_layout Standard
22915 \begin_inset Note Greyedout
22916 status open
22917
22918 \begin_layout Plain Layout
22919
22920 \series bold
22921 【註】
22922 \series default
22923 1つのセル中に複数のコマンドがある場合、
22924 \series bold
22925 arydshln
22926 \series default
22927 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22928 \begin_inset CommandInset ref
22929 LatexCommand ref
22930 reference "tab:Colored-table-with"
22931
22932 \end_inset
22933
22934 のセル
22935 \emph on
22936 k
22937 \emph default
22938 では、
22939 \series bold
22940
22941 \backslash
22942 hdashline
22943 \series default
22944 コマンドが
22945 \series bold
22946
22947 \backslash
22948 rowcolor
22949 \series default
22950 の前に来ています。
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \begin_layout Standard
22959 \begin_inset Note Greyedout
22960 status open
22961
22962 \begin_layout Plain Layout
22963
22964 \series bold
22965 【註】
22966 \series default
22967 \SpecialChar LaTeX
22968 パッケージ
22969 \series bold
22970 arydshln
22971 \series default
22972 は、文書プリアンブル中で\SpecialChar LaTeX
22973 パッケージ
22974 \series bold
22975 colortbl
22976 \series default
22977
22978 \begin_inset Index idx
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982 \SpecialChar LaTeX
22983 ぱっけーじ@\SpecialChar LaTeX
22984 パッケージ ! colortbl
22985 \end_layout
22986
22987 \end_inset
22988
22989 よりも前に読み込まれている必要があります。
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \begin_layout Standard
22998 \begin_inset ERT
22999 status collapsed
23000
23001 \begin_layout Plain Layout
23002
23003
23004 \backslash
23005 else
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \begin_inset Note Note
23012 status open
23013
23014 \begin_layout Plain Layout
23015 以下は、\SpecialChar LaTeX
23016 パッケージ
23017 \series bold
23018 arydshln
23019 \series default
23020 が導入済みでないときに表示されます。
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \begin_layout Standard
23029 本節の内容を出力に表示するためには、
23030 \series bold
23031 arydshln
23032 \series default
23033 パッケージを導入しなくてはなりません。
23034 \end_layout
23035
23036 \begin_layout Standard
23037 \begin_inset ERT
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041
23042
23043 \backslash
23044 fi
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout Standard
23053 点罫について詳しい情報は、
23054 \series bold
23055 arydshln
23056 \series default
23057 の取扱説明書
23058 \begin_inset CommandInset citation
23059 LatexCommand cite
23060 key "arydshln"
23061
23062 \end_inset
23063
23064 をご覧ください。
23065 \end_layout
23066
23067 \begin_layout Chapter
23068 フロート
23069 \begin_inset CommandInset label
23070 LatexCommand label
23071 name "chap:フロート"
23072
23073 \end_inset
23074
23075
23076 \begin_inset Index idx
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080 ふろーと@フロート
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \begin_layout Section
23089 はじめに
23090 \begin_inset CommandInset label
23091 LatexCommand label
23092 name "sec:フロートはじめに"
23093
23094 \end_inset
23095
23096
23097 \begin_inset Index idx
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 ふろーと@フロート ! はじめに
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23111 ート)ことができます。
23112 \family sans
23113 脚注
23114 \family default
23115
23116 \family sans
23117 傍注
23118 \family default
23119 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23120 \end_layout
23121
23122 \begin_layout Standard
23123 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23124 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23125 ートには連番が割り当てられます。参照については、第
23126 \begin_inset CommandInset ref
23127 LatexCommand ref
23128 reference "sec:フロートの参照"
23129
23130 \end_inset
23131
23132 節で述べられています。
23133 \end_layout
23134
23135 \begin_layout Standard
23136 フロートを挿入するには、
23137 \family sans
23138 挿入\SpecialChar menuseparator
23139 フロート
23140 \family default
23141 メニュー(
23142 \begin_inset Info
23143 type  "icon"
23144 arg   "float-insert figure"
23145 \end_inset
23146
23147 または
23148 \begin_inset Info
23149 type  "icon"
23150 arg   "float-insert table"
23151 \end_inset
23152
23153 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
23154 \family sans
23155 キャプション
23156 \family default
23157 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
23158 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
23159 \begin_inset CommandInset ref
23160 LatexCommand ref
23161 reference "sec:キャプションの配置"
23162
23163 \end_inset
23164
23165 節に述べられています。また、\SpecialChar LyX
23166 文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになっています。
23167 畳んだフロートボックスは、
23168 \begin_inset Graphics
23169         filename clipart/floatQt4.png
23170         scale 70
23171         scaleBeforeRotation
23172
23173 \end_inset
23174
23175 のように、灰色ボタンに赤字ラベルで表示されます。
23176 \end_layout
23177
23178 \begin_layout Standard
23179 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
23180 エラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23181 \end_layout
23182
23183 \begin_layout Standard
23184 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23185 \end_layout
23186
23187 \begin_layout Section
23188 フロート型
23189 \end_layout
23190
23191 \begin_layout Standard
23192 \SpecialChar LyX
23193 には、第
23194 \begin_inset CommandInset ref
23195 LatexCommand ref
23196 reference "sec:図フロート"
23197
23198 \end_inset
23199
23200 節および第
23201 \begin_inset CommandInset ref
23202 LatexCommand ref
23203 reference "sec:表フロート"
23204
23205 \end_inset
23206
23207 節で各々説明されている図フロートと表フロート以外に、
23208 \family sans
23209 アルゴリズム型
23210 \series bold
23211
23212 \series default
23213 折返し型
23214 \family default
23215 のフロート型があります。後者は、第
23216 \begin_inset CommandInset ref
23217 LatexCommand ref
23218 reference "sec:折返しフロート"
23219
23220 \end_inset
23221
23222 節に説明があります。
23223 \end_layout
23224
23225 \begin_layout Subsection
23226 アルゴリズムフロート
23227 \begin_inset Index idx
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231 ふろーと@フロート ! あるごりずむ@アルゴリズム
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \begin_layout Standard
23240 \begin_inset Float algorithm
23241 placement h
23242 wide false
23243 sideways false
23244 status open
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Caption Standard
23248
23249 \begin_layout Plain Layout
23250 \begin_inset CommandInset label
23251 LatexCommand label
23252 name "alg:アルゴリズムフロートの例"
23253
23254 \end_inset
23255
23256 アルゴリズムフロートの例
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout LyX-Code
23265 for I in 1..N loop
23266 \begin_inset Newline newline
23267 \end_inset
23268
23269  Sum:= Sum + A(I); /*comment*/
23270 \begin_inset Newline newline
23271 \end_inset
23272
23273 end loop
23274 \begin_inset VSpace -4mm
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 このフロート型は、
23287 \family sans
23288 挿入
23289 \shape up
23290 \SpecialChar menuseparator
23291 フロート\SpecialChar menuseparator
23292 アルゴリズム
23293 \family default
23294 \shape default
23295 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23296 \begin_inset CommandInset ref
23297 LatexCommand ref
23298 reference "cha:プログラムコードリスト"
23299
23300 \end_inset
23301
23302 章で説明されているプログラムコードリストの代わりとみなすことができます。
23303 \emph on
23304 \SpecialChar LyX
23305 ユーザーの手引き
23306 \emph default
23307 に述べられているように、アルゴリズム向けの環境としては、
23308 \family sans
23309 \SpecialChar LyX
23310 コード
23311 \family default
23312 があります。 アルゴリズム
23313 \begin_inset CommandInset ref
23314 LatexCommand ref
23315 reference "alg:アルゴリズムフロートの例"
23316
23317 \end_inset
23318
23319 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23320 \begin_inset space \thinspace{}
23321 \end_inset
23322
23323 mmの垂直空白が入れてあります。
23324 \end_layout
23325
23326 \begin_layout Standard
23327 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23328 \end_layout
23329
23330 \begin_layout Standard
23331
23332 \series bold
23333
23334 \backslash
23335 floatname{algorithm}{付けたい名称}
23336 \end_layout
23337
23338 \begin_layout Standard
23339 という行を手動で加える必要があります。ここで
23340 \family sans
23341 \series bold
23342 付けたい名称
23343 \family default
23344 \series default
23345 には、お使いの言語で「
23346 \emph on
23347 algorithm
23348 \emph default
23349 」に対応する単語を指定します。
23350 \end_layout
23351
23352 \begin_layout Standard
23353 アルゴリズム一覧を挿入するには、文書言語が\SpecialChar LyX
23354 のメニューに表示されている言語と同じであるならば、
23355 \family sans
23356 挿入\SpecialChar menuseparator
23357 一覧/目次\SpecialChar menuseparator
23358 アルゴリズム一覧
23359 \family default
23360 メニューを使用します。それ以外の場合には、代わりに
23361 \end_layout
23362
23363 \begin_layout Standard
23364
23365 \series bold
23366
23367 \backslash
23368 listof{algorithm}{付けたい名称}
23369 \end_layout
23370
23371 \begin_layout Standard
23372 というコマンドを\SpecialChar TeX
23373 コードとして用います。ここで
23374 \family sans
23375 付けたい名称
23376 \family default
23377 とは、「
23378 \emph on
23379 List of Algorithm
23380 \emph default
23381 s」という単語に相当する、ご使用になりたい言語での単語です。
23382 \end_layout
23383
23384 \begin_layout Standard
23385 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23386 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23387 \end_layout
23388
23389 \begin_layout Standard
23390
23391 \series bold
23392
23393 \backslash
23394 numberwithin{algorithm}{chapter}
23395 \end_layout
23396
23397 \begin_layout Standard
23398 というコマンドを追加してください。
23399 \series bold
23400
23401 \backslash
23402 numberwithin
23403 \series default
23404 というコマンドを使用するには、文書設定の
23405 \family sans
23406 数式オプション
23407 \family default
23408 タブで
23409 \family sans
23410 AMS mathパッケージを使用する
23411 \family default
23412 オプションを有効にしてください。
23413 \end_layout
23414
23415 \begin_layout Section
23416 フロートの連番
23417 \begin_inset Index idx
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421 ふろーと@フロート ! れんばん@連番
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23431 て変わります。
23432 \end_layout
23433
23434 \begin_layout Standard
23435 節から独立して付けられている連番を変更するには、文書プリアンブルで
23436 \end_layout
23437
23438 \begin_layout Standard
23439
23440 \series bold
23441
23442 \backslash
23443 renewcommand{
23444 \backslash
23445 thetable}{
23446 \backslash
23447 roman{table}}
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \series bold
23453 というコマンドを使うと良いでしょう。
23454 \backslash
23455 thetable
23456 \series default
23457 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23458 \series bold
23459
23460 \backslash
23461 thefigure
23462 \series default
23463 コマンドを使用します。上のコマンドで使用されている
23464 \series bold
23465
23466 \backslash
23467 roman
23468 \series default
23469 は、表番号を小文字のローマ数字で印字するコマンドです。
23470 \end_layout
23471
23472 \begin_layout Standard
23473 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23474 \end_layout
23475
23476 \begin_layout Standard
23477
23478 \series bold
23479
23480 \backslash
23481 numberwithin{table}{subsection}
23482 \end_layout
23483
23484 \begin_layout Standard
23485 というコマンドを使用してください。
23486 \series bold
23487
23488 \backslash
23489 numberwithin
23490 \series default
23491 コマンドを使用可能にするためには、文書設定の
23492 \family sans
23493 数式オプション
23494 \family default
23495 タブで、
23496 \family sans
23497 AMS
23498 \begin_inset space ~
23499 \end_inset
23500
23501 math数式パッケージを使用する
23502 \family default
23503 を使用します。
23504 \end_layout
23505
23506 \begin_layout Standard
23507 連番コマンドについての詳細と大切な注意点については、第
23508 \begin_inset CommandInset ref
23509 LatexCommand ref
23510 reference "subsec:脚注の付番"
23511
23512 \end_inset
23513
23514 節もご覧ください。
23515 \end_layout
23516
23517 \begin_layout Section
23518 フロートの参照
23519 \begin_inset CommandInset label
23520 LatexCommand label
23521 name "sec:フロートの参照"
23522
23523 \end_inset
23524
23525
23526 \begin_inset Index idx
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530 ふろーと@フロート ! さんしょう@参照
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \begin_inset Index idx
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \begin_layout Standard
23549 フロートを参照するには、
23550 \family sans
23551 挿入\SpecialChar menuseparator
23552 ラベル
23553 \family default
23554 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23555 \begin_inset Graphics
23556         filename clipart/labelQt4.png
23557         scaleBeforeRotation
23558
23559 \end_inset
23560
23561 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。\SpecialChar LyX
23562 は、キャプションの最初の数単語に前置句をつけたも
23563 のを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23564 \family sans
23565 fig:
23566 \family default
23567 」という前置句がつけられます。
23568 \end_layout
23569
23570 \begin_layout Standard
23571 ラベルは、参照のための名称兼位置標として用いられます。
23572 \family sans
23573 挿入\SpecialChar menuseparator
23574 相互参照
23575 \family default
23576 メニューかツールバーボタン
23577 \family sans
23578
23579 \begin_inset Info
23580 type  "icon"
23581 arg   "dialog-show-new-inset ref"
23582 \end_inset
23583
23584
23585 \family default
23586 を使えば、ラベルを参照することができます。
23587 \begin_inset Graphics
23588         filename clipart/referenceQt4.png
23589         scale 85
23590         scaleBeforeRotation
23591
23592 \end_inset
23593
23594 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数の\SpecialChar LyX
23595 文書が開かれている場合には、ダイアログの上方にある
23596 ドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示されます
23597
23598 \end_layout
23599
23600 \begin_layout Standard
23601 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23602 出力では、参照の代わりに二つの疑問符が表示されることになります。
23603 \end_layout
23604
23605 \begin_layout Standard
23606 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23607 で、リンクの更新に手間を割く必要はありません。
23608 \end_layout
23609
23610 \begin_layout Standard
23611 相互参照ウィンドウの
23612 \family sans
23613 ラベルへ移動
23614 \family default
23615 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23616 \family sans
23617 戻る
23618 \family default
23619 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23620 \end_layout
23621
23622 \begin_layout Subsection
23623 相互参照の書式
23624 \begin_inset CommandInset label
23625 LatexCommand label
23626 name "subsec:相互参照の書式"
23627
23628 \end_inset
23629
23630
23631 \begin_inset Index idx
23632 status collapsed
23633
23634 \begin_layout Plain Layout
23635 さんしょう@参照 ! しょしき@書式
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 相互参照には、以下の6種類があります。
23645 \end_layout
23646
23647 \begin_layout Description
23648 <参照>: これはフロート番号を表示します。これが既定値です。例:
23649 \begin_inset CommandInset ref
23650 LatexCommand ref
23651 reference "fig:歪められた二つの像"
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \begin_layout Description
23659 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23660 例:
23661 \begin_inset CommandInset ref
23662 LatexCommand eqref
23663 reference "eq:Wgn"
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \begin_layout Description
23671 <参照ページ>: これはページ番号を表示します。例:Page
23672 \begin_inset space ~
23673 \end_inset
23674
23675
23676 \begin_inset CommandInset ref
23677 LatexCommand pageref
23678 reference "fig:歪められた二つの像"
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Description
23686 on
23687 \begin_inset space ~
23688 \end_inset
23689
23690 page
23691 \begin_inset space ~
23692 \end_inset
23693
23694 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23695 \begin_inset CommandInset ref
23696 LatexCommand vpageref
23697 reference "fig:歪められた二つの像"
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Description
23705 <参照>
23706 \begin_inset space ~
23707 \end_inset
23708
23709 on
23710 \begin_inset space ~
23711 \end_inset
23712
23713 page
23714 \begin_inset space ~
23715 \end_inset
23716
23717 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23718 \begin_inset CommandInset ref
23719 LatexCommand vref
23720 reference "fig:歪められた二つの像"
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Description
23728 整形された参照: これは自製の相互参照書式で出力します。
23729 \begin_inset Newline newline
23730 \end_inset
23731
23732
23733 \begin_inset Note Greyedout
23734 status open
23735
23736 \begin_layout Plain Layout
23737
23738 \series bold
23739 【註】
23740 \series default
23741 この機能は、\SpecialChar LaTeX
23742 パッケージ
23743 \series bold
23744 prettyref
23745 \series default
23746 または
23747 \series bold
23748 refstyle
23749 \series default
23750 が導入されている場合のみ使用することができます。
23751 \begin_inset Index idx
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755 \SpecialChar LaTeX
23756 ぱっけーじ@\SpecialChar LaTeX
23757 パッケージ! prettyref
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \begin_inset Index idx
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767 \SpecialChar LaTeX
23768 ぱっけーじ@\SpecialChar LaTeX
23769 パッケージ ! refstyle
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778
23779
23780 \begin_inset Newline newline
23781 \end_inset
23782
23783 メニュー
23784 \family sans
23785 文書\SpecialChar menuseparator
23786 設定\SpecialChar menuseparator
23787 文書クラス
23788 \family default
23789 でオプション
23790 \family sans
23791 相互参照に(prettyrefではなく)refstyleを使用
23792 \family default
23793 を設定すると、この機能で使用する\SpecialChar LaTeX
23794 パッケージを選択することができます。書式は、文書プリアンブルに
23795 \series bold
23796
23797 \backslash
23798 newrefformat
23799 \series default
23800 コマンド(prettyrefの場合)あるいは
23801 \series bold
23802
23803 \backslash
23804 newref
23805 \series default
23806 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23807 \family sans
23808 fig
23809 \family default
23810 」を持ちます)をすべて定義し直すには、
23811 \begin_inset Newline newline
23812 \end_inset
23813
23814
23815 \series bold
23816
23817 \backslash
23818 newref{fig}{refcmd={Image on page 
23819 \backslash
23820 pageref{#1}}}
23821 \begin_inset Newline newline
23822 \end_inset
23823
23824
23825 \series default
23826 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23827 \begin_inset CommandInset citation
23828 LatexCommand cite
23829 key "prettyref,refstyle"
23830
23831 \end_inset
23832
23833 をご覧ください。
23834 \end_layout
23835
23836 \begin_layout Description
23837 名称参照: これは、下のような参照のキャプションを出力します。
23838 \begin_inset Newline newline
23839 \end_inset
23840
23841  
23842 \begin_inset CommandInset ref
23843 LatexCommand nameref
23844 reference "fig:歪められた二つの像"
23845
23846 \end_inset
23847
23848
23849 \end_layout
23850
23851 \begin_layout Standard
23852
23853 \family sans
23854 <参照ページ>
23855 \family default
23856 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23857 \family sans
23858 on this page
23859 \family default
23860 」のような文章が表示されます。様式
23861 \family sans
23862 <参照> on page <参照ページ>
23863 \family default
23864 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23865 \end_layout
23866
23867 \begin_layout Standard
23868 出力中で参照されている頁番号と文書中の位置は、\SpecialChar LaTeX
23869 が自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23870 \family sans
23871 書式
23872 \family default
23873 フィールドで選ぶことができます。
23874 \end_layout
23875
23876 \begin_layout Standard
23877 \begin_inset Note Greyedout
23878 status open
23879
23880 \begin_layout Plain Layout
23881
23882 \series bold
23883 【註】
23884 \series default
23885 \SpecialChar LaTeX
23886 パッケージ
23887 \series bold
23888 prettyref
23889 \series default
23890
23891 \begin_inset Index idx
23892 status collapsed
23893
23894 \begin_layout Plain Layout
23895 \SpecialChar LaTeX
23896 ぱっけーじ@\SpecialChar LaTeX
23897 パッケージ! prettyref
23898 \end_layout
23899
23900 \end_inset
23901
23902 は、\SpecialChar LyX
23903 の取り得るラベル
23904 \begin_inset Flex Ruby
23905 status collapsed
23906
23907 \begin_layout Plain Layout
23908 捷径
23909 \begin_inset Argument post:1
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913 ショートカット
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \begin_inset Foot
23925 status collapsed
23926
23927 \begin_layout Plain Layout
23928 例えば、
23929 \begin_inset Quotes eld
23930 \end_inset
23931
23932 fig:
23933 \begin_inset Quotes erd
23934 \end_inset
23935
23936 は図キャプションを表す\SpecialChar LyX
23937
23938 \begin_inset Flex Ruby
23939 status collapsed
23940
23941 \begin_layout Plain Layout
23942 捷径
23943 \begin_inset Argument post:1
23944 status collapsed
23945
23946 \begin_layout Plain Layout
23947 ショートカット
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956
23957 です。
23958 \end_layout
23959
23960 \end_inset
23961
23962 を全部は解釈できず、国際化もされていないので、
23963 \series bold
23964 refstyle
23965 \series default
23966
23967 \begin_inset Index idx
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971 \SpecialChar LaTeX
23972 ぱっけーじ@\SpecialChar LaTeX
23973 パッケージ ! refstyle
23974 \end_layout
23975
23976 \end_inset
23977
23978 を使用することを推奨します。
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \begin_layout Subsection
23987 参照名の自動命名
23988 \begin_inset Index idx
23989 status collapsed
23990
23991 \begin_layout Plain Layout
23992 さんしょう@参照 ! じどうめいめい@自動命名
23993 \end_layout
23994
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \begin_layout Standard
24001
24002 \family sans
24003 文書設定
24004 \family default
24005 ダイアログの
24006 \family sans
24007 PDF特性
24008 \family default
24009 で有効にされた
24010 \series bold
24011 hyperref
24012 \series default
24013
24014 \begin_inset Index idx
24015 status collapsed
24016
24017 \begin_layout Plain Layout
24018 \SpecialChar LaTeX
24019 ぱっけーじ@\SpecialChar LaTeX
24020 パッケージ ! hyperref
24021 \end_layout
24022
24023 \end_inset
24024
24025  \SpecialChar LaTeX
24026 パッケージは、相互参照が参照されたフロート(あるいは
24027 \emph on
24028
24029 \emph default
24030 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24031 の機能を使用するには、hyperrefを有効にして、
24032 \end_layout
24033
24034 \begin_layout Standard
24035
24036 \series bold
24037
24038 \backslash
24039 AtBeginDocument{
24040 \backslash
24041 renewcommand{
24042 \backslash
24043 ref}[1]{
24044 \backslash
24045 mbox{
24046 \backslash
24047 autoref{#1}}}}
24048 \end_layout
24049
24050 \begin_layout Standard
24051 という行を\SpecialChar LaTeX
24052 プリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24053 \begin_inset space \thinspace{}
24054 \end_inset
24055
24056 」としたいなど、既定の参照名以外のものが欲しい場合には、
24057 \end_layout
24058
24059 \begin_layout Standard
24060
24061 \series bold
24062
24063 \backslash
24064 addto
24065 \backslash
24066 extrasenglish{
24067 \backslash
24068 renewcommand{
24069 \backslash
24070 sectionautorefname}
24071 \begin_inset Newline newline
24072 \end_inset
24073
24074
24075 \begin_inset Phantom HPhantom
24076 status open
24077
24078 \begin_layout Plain Layout
24079
24080 \series bold
24081 \begin_inset space ~
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088
24089 {sec.
24090 \backslash
24091 negthinspace}}
24092 \end_layout
24093
24094 \begin_layout Standard
24095 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24096 \begin_inset Newline newline
24097 \end_inset
24098
24099
24100 \series bold
24101
24102 \backslash
24103 extrasenglishを
24104 \backslash
24105 extras***
24106 \series default
24107 に置き換えてください(***は使用中の言語名)。
24108 \end_layout
24109
24110 \begin_layout Standard
24111 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24112 \end_layout
24113
24114 \begin_layout Standard
24115
24116 \series bold
24117
24118 \backslash
24119 addto
24120 \backslash
24121 extrasenglish{
24122 \backslash
24123 renewcommand*{
24124 \backslash
24125 equationautorefname}[1]{}}
24126 \end_layout
24127
24128 \begin_layout Standard
24129 この話題に関する詳細は、hyperrefの説明書
24130 \begin_inset CommandInset citation
24131 LatexCommand cite
24132 key "hyperref"
24133
24134 \end_inset
24135
24136 をお読みください。
24137 \end_layout
24138
24139 \begin_layout Standard
24140 \begin_inset Note Greyedout
24141 status open
24142
24143 \begin_layout Plain Layout
24144
24145 \series bold
24146 【註】
24147 \series default
24148 参照の自動命名は、相互参照を
24149 \family sans
24150 整形参照
24151 \family default
24152 様式(第
24153 \begin_inset CommandInset ref
24154 LatexCommand ref
24155 reference "subsec:相互参照の書式"
24156
24157 \end_inset
24158
24159 節)で使用しているときには、使用することができません。
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \SpecialChar LyX
24169 の取扱説明書『
24170 \emph on
24171 数式篇
24172 \emph default
24173 』では、参照名の自動命名が使用されています。
24174 \end_layout
24175
24176 \begin_layout Subsection
24177 参照位置
24178 \begin_inset CommandInset label
24179 LatexCommand label
24180 name "subsec:参照位置"
24181
24182 \end_inset
24183
24184
24185 \begin_inset Index idx
24186 status collapsed
24187
24188 \begin_layout Plain Layout
24189 さんしょう@参照 ! さんしょういち@参照位置
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Standard
24198
24199 \family sans
24200 文書設定
24201 \family default
24202 ダイアログの
24203 \family sans
24204 PDF特性
24205 \family default
24206 で、
24207 \series bold
24208 hyperref
24209 \series default
24210
24211 \begin_inset Index idx
24212 status collapsed
24213
24214 \begin_layout Plain Layout
24215 \SpecialChar LaTeX
24216 ぱっけーじ@\SpecialChar LaTeX
24217 パッケージ ! hyperref
24218 \end_layout
24219
24220 \end_inset
24221
24222 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24223 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。\SpecialChar LaTeX
24224 パッケージの
24225 \series bold
24226 hyperref
24227 \series default
24228
24229 \begin_inset Index idx
24230 status collapsed
24231
24232 \begin_layout Plain Layout
24233 \SpecialChar LaTeX
24234 ぱっけーじ@\SpecialChar LaTeX
24235 パッケージ ! hyperref
24236 \end_layout
24237
24238 \end_inset
24239
24240 の一部である
24241 \series bold
24242 hyperref
24243 \series default
24244
24245 \begin_inset Index idx
24246 status collapsed
24247
24248 \begin_layout Plain Layout
24249 \SpecialChar LaTeX
24250 ぱっけーじ@\SpecialChar LaTeX
24251 パッケージ ! hyperref
24252 \end_layout
24253
24254 \end_inset
24255
24256 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24257 \end_layout
24258
24259 \begin_layout Standard
24260
24261 \series bold
24262
24263 \backslash
24264 usepackage[figure]{hypcap}
24265 \end_layout
24266
24267 \begin_layout Standard
24268 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24269 hypcapの説明書
24270 \begin_inset CommandInset citation
24271 LatexCommand cite
24272 key "hypcap"
24273
24274 \end_inset
24275
24276 をご覧ください。
24277 \end_layout
24278
24279 \begin_layout Standard
24280 \begin_inset Note Greyedout
24281 status open
24282
24283 \begin_layout Plain Layout
24284
24285 \series bold
24286 【註】hypcap
24287 \series default
24288 は内部図への参照には効力がありません。
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Section
24297 フロートの配置
24298 \begin_inset CommandInset label
24299 LatexCommand label
24300 name "sec:フロートの配置"
24301
24302 \end_inset
24303
24304
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 ふろーと@フロート ! はいち@配置
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318
24319 \family roman
24320 \series medium
24321 \shape up
24322 \size normal
24323 \emph off
24324 \bar no
24325 \noun off
24326 \color none
24327 フロートボックスを右クリックすると、ダイアログが開いて、ここで\SpecialChar LaTeX
24328 がフロートを配置するのに使う配置オプションを変更できるようになります。
24329 \begin_inset Newline newline
24330 \end_inset
24331
24332
24333 \family sans
24334 \series default
24335 \shape default
24336 \size default
24337 \emph default
24338 \bar default
24339 \noun default
24340 \color inherit
24341 段をまたぐ
24342 \family roman
24343 \series medium
24344 \shape up
24345 \size normal
24346 \emph off
24347 \bar no
24348 \noun off
24349 \color none
24350 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24351 \begin_inset Newline newline
24352 \end_inset
24353
24354
24355 \family sans
24356 \series default
24357 \shape default
24358 \size default
24359 \emph default
24360 \bar default
24361 \noun default
24362 \color inherit
24363 横倒しに回転
24364 \family roman
24365 \series medium
24366 \shape up
24367 \size normal
24368 \emph off
24369 \bar no
24370 \noun off
24371 \color none
24372 オプションは、フロートを回転するのに用います。第
24373 \family default
24374 \series default
24375 \shape default
24376 \size default
24377 \emph default
24378 \bar default
24379 \noun default
24380 \color inherit
24381
24382 \begin_inset CommandInset ref
24383 LatexCommand ref
24384 reference "sec:回転フロート"
24385
24386 \end_inset
24387
24388
24389 \family roman
24390 \series medium
24391 \shape up
24392 \size normal
24393 \emph off
24394 \bar no
24395 \noun off
24396 \color none
24397 節をご参照ください。
24398 \end_layout
24399
24400 \begin_layout Standard
24401
24402 \family roman
24403 \series medium
24404 \shape up
24405 \size normal
24406 \emph off
24407 \bar no
24408 \noun off
24409 \color none
24410 フロートダイアログでは、
24411 \family sans
24412 \series default
24413 \shape default
24414 \size default
24415 \emph default
24416 \bar default
24417 \noun default
24418 \color inherit
24419 既定の配置を使う
24420 \family roman
24421 \series medium
24422 \shape up
24423 \size normal
24424 \emph off
24425 \bar no
24426 \noun off
24427 \color none
24428 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24429 \end_layout
24430
24431 \begin_layout Description
24432 可能ならば現在位置に: 
24433 \family roman
24434 \series medium
24435 \shape up
24436 \size normal
24437 \emph off
24438 \bar no
24439 \noun off
24440 \color none
24441 フロートを挿入位置に配置することを試みます
24442 \end_layout
24443
24444 \begin_layout Description
24445 ページ上部: 
24446 \family roman
24447 \series medium
24448 \shape up
24449 \size normal
24450 \emph off
24451 \bar no
24452 \noun off
24453 \color none
24454 フロートを現在ページの上部に配置することを試みます
24455 \end_layout
24456
24457 \begin_layout Description
24458 ページ下部: 
24459 \family roman
24460 \series medium
24461 \shape up
24462 \size normal
24463 \emph off
24464 \bar no
24465 \noun off
24466 \color none
24467 フロートを現在ページの下部に配置することを試みます
24468 \end_layout
24469
24470 \begin_layout Description
24471 フロートを独立したページに: 
24472 \family roman
24473 \series medium
24474 \shape up
24475 \size normal
24476 \emph off
24477 \bar no
24478 \noun off
24479 \color none
24480 フロートを独立したページに配置することを試みます
24481 \end_layout
24482
24483 \begin_layout Standard
24484 \SpecialChar LaTeX
24485 は、
24486 \emph on
24487 つねに
24488 \emph default
24489 上記のオプション順を用います。すなわち、既定の配置を使用すると、\SpecialChar LaTeX
24490 はまず
24491 \family sans
24492 可能ならば現在位置に
24493 \family default
24494 を試み、次に
24495 \family sans
24496 ページの上部
24497 \family default
24498 、その後他のオプションを試みます。既定値を使わないときには、\SpecialChar LaTeX
24499 は有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの配置がいず
24500 れも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24501 \end_layout
24502
24503 \begin_layout Standard
24504 既定では、各オプションはそれぞれ以下の規則を持っています。
24505 \end_layout
24506
24507 \begin_layout Labeling
24508 \labelwidthstring 00.00.0000
24509
24510 \family sans
24511 ページ上部
24512 \family default
24513  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24514 \series bold
24515
24516 \backslash
24517 topfraction
24518 \series default
24519 )。
24520 \end_layout
24521
24522 \begin_layout Labeling
24523 \labelwidthstring 00.00.0000
24524
24525 \family sans
24526 ページ下部
24527 \family default
24528  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24529 \series bold
24530
24531 \backslash
24532 bottomfraction
24533 \series default
24534 )。
24535 \end_layout
24536
24537 \begin_layout Labeling
24538 \labelwidthstring 00.00.0000
24539
24540 \family sans
24541 フロートを独立したページ 
24542 \family default
24543 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24544 \series bold
24545
24546 \backslash
24547 floatpagefraction
24548 \series default
24549 )。
24550 \end_layout
24551
24552 \begin_layout Standard
24553 これらの規則に従いたくないときは、
24554 \family sans
24555 \SpecialChar LaTeX
24556 の規則を無視する
24557 \family default
24558 オプションを追加することによって、これらを無視することができます。
24559 \begin_inset Newline newline
24560 \end_inset
24561
24562 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
24563 コマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を、ページの
24564 5割に変えるには、文書プリアンブルに
24565 \end_layout
24566
24567 \begin_layout Standard
24568
24569 \series bold
24570
24571 \backslash
24572 renewcommand{
24573 \backslash
24574 bottomfraction}{0.5}
24575 \end_layout
24576
24577 \begin_layout Standard
24578 という行を加えてください。
24579 \end_layout
24580
24581 \begin_layout Standard
24582 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24583 \family sans
24584 何としても現在位置に置く
24585 \family default
24586 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24587 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24588 からです。
24589 \end_layout
24590
24591 \begin_layout Standard
24592 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \begin_inset VSpace bigskip
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24604 することがあります。この問題を避けるには、\SpecialChar LaTeX
24605 コマンドの
24606 \backslash
24607 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24608 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24609 \end_layout
24610
24611 \begin_layout Standard
24612
24613 \series bold
24614
24615 \backslash
24616 let
24617 \backslash
24618 mySection
24619 \backslash
24620 section
24621 \begin_inset Newline newline
24622 \end_inset
24623
24624
24625 \backslash
24626 renewcommand{
24627 \backslash
24628 section}{
24629 \backslash
24630 suppressfloats[t]
24631 \backslash
24632 mySection}
24633 \end_layout
24634
24635 \begin_layout Standard
24636 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、\SpecialChar LaTeX
24637 が適当な配置を見つけるのに失敗することが
24638 あるので、これらに対する定義はお勧めしません。
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset VSpace bigskip
24643 \end_inset
24644
24645 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、\SpecialChar LaTeX
24646 パッケージ
24647 \series bold
24648 endfloat
24649 \series default
24650
24651 \begin_inset Index idx
24652 status collapsed
24653
24654 \begin_layout Plain Layout
24655 \SpecialChar LaTeX
24656 ぱっけーじ@\SpecialChar LaTeX
24657 パッケージ ! endfloat
24658 \end_layout
24659
24660 \end_inset
24661
24662 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24663 \begin_inset Quotes eld
24664 \end_inset
24665
24666
24667 \family sans
24668 [Figure
24669 \begin_inset space ~
24670 \end_inset
24671
24672 3.2 about here.]
24673 \family default
24674
24675 \begin_inset Quotes erd
24676 \end_inset
24677
24678 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24679 \end_layout
24680
24681 \begin_layout Standard
24682
24683 \series bold
24684
24685 \backslash
24686 usepackage[options]{endfloat}
24687 \end_layout
24688
24689 \begin_layout Standard
24690 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24691 \series bold
24692 endfloat
24693 \series default
24694 取扱説明書
24695 \begin_inset CommandInset citation
24696 LatexCommand cite
24697 key "endfloat"
24698
24699 \end_inset
24700
24701 をご参照ください。
24702 \begin_inset Newline newline
24703 \end_inset
24704
24705
24706 \begin_inset Note Greyedout
24707 status open
24708
24709 \begin_layout Plain Layout
24710
24711 \series bold
24712 【註】endfloat
24713 \series default
24714 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24715 \begin_inset CommandInset citation
24716 LatexCommand cite
24717 key "endfloat"
24718
24719 \end_inset
24720
24721 の第4節をご参照ください。
24722 \end_layout
24723
24724 \end_inset
24725
24726
24727 \begin_inset Newline newline
24728 \end_inset
24729
24730
24731 \begin_inset Note Greyedout
24732 status open
24733
24734 \begin_layout Plain Layout
24735
24736 \series bold
24737 【註】
24738 \series default
24739 現在のところ、
24740 \series bold
24741 endfloat
24742 \series default
24743 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりに\SpecialChar TeX
24744 コードで「
24745 \series bold
24746
24747 \backslash
24748 ss
24749 \series default
24750 」コマンドを使用してください。
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Standard
24759 \begin_inset VSpace bigskip
24760 \end_inset
24761
24762 フロートの割付に関する詳細は、\SpecialChar LaTeX
24763 関連書
24764 \begin_inset CommandInset citation
24765 LatexCommand cite
24766 key "latexcompanion,latexguide,latexbook"
24767
24768 \end_inset
24769
24770 をご覧ください。
24771 \end_layout
24772
24773 \begin_layout Section
24774 回転フロート
24775 \begin_inset CommandInset label
24776 LatexCommand label
24777 name "sec:回転フロート"
24778
24779 \end_inset
24780
24781
24782 \begin_inset Index idx
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786 ふろーと@フロート ! かいてん@回転
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24796 \family sans
24797 横倒しに回転
24798 \family default
24799 オプションを有効にします。
24800 \end_layout
24801
24802 \begin_layout Standard
24803 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24804 \family sans
24805 段をまたぐ
24806 \family default
24807 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24808 たって回転方向を強制したい場合には、文書クラスオプションに
24809 \series bold
24810 figuresleft
24811 \series default
24812 オプションあるいは
24813 \series bold
24814 figuresright
24815 \series default
24816 オプションを加えることができます。
24817 \end_layout
24818
24819 \begin_layout Standard
24820 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24821 \begin_inset CommandInset ref
24822 LatexCommand ref
24823 reference "tab:回転した表"
24824
24825 \end_inset
24826
24827 が回転表フロートの例です。
24828 \end_layout
24829
24830 \begin_layout Standard
24831 \begin_inset Note Greyedout
24832 status open
24833
24834 \begin_layout Plain Layout
24835
24836 \series bold
24837 【註】
24838 \series default
24839 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24840 \end_layout
24841
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \begin_layout Standard
24848 \begin_inset Float table
24849 wide false
24850 sideways true
24851 status open
24852
24853 \begin_layout Plain Layout
24854 \begin_inset Caption Standard
24855
24856 \begin_layout Plain Layout
24857 \begin_inset CommandInset label
24858 LatexCommand label
24859 name "tab:回転した表"
24860
24861 \end_inset
24862
24863 回転した表
24864 \end_layout
24865
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \begin_layout Plain Layout
24872 \align center
24873 \begin_inset Tabular
24874 <lyxtabular version="3" rows="1" columns="5">
24875 <features tabularvalignment="middle">
24876 <column alignment="center" valignment="top">
24877 <column alignment="center" valignment="top">
24878 <column alignment="center" valignment="top">
24879 <column alignment="center" valignment="top">
24880 <column alignment="center" valignment="top">
24881 <row>
24882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 試験
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 </lyxtabular>
24929
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \begin_layout Section
24941 従属フロート
24942 \begin_inset Index idx
24943 status collapsed
24944
24945 \begin_layout Plain Layout
24946 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Standard
24955 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24956 \begin_inset CommandInset ref
24957 LatexCommand ref
24958 reference "tab:従属表を横に並べたもの"
24959
24960 \end_inset
24961
24962 と表
24963 \begin_inset CommandInset ref
24964 LatexCommand ref
24965 reference "tab:従属表を縦に並べたもの"
24966
24967 \end_inset
24968
24969 に示されているように段落と同様に指定することができます。
24970 \end_layout
24971
24972 \begin_layout Standard
24973 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24974 \begin_inset CommandInset ref
24975 LatexCommand ref
24976 reference "tab:これは従属表a"
24977
24978 \end_inset
24979
24980 と表
24981 \begin_inset CommandInset ref
24982 LatexCommand ref
24983 reference "tab:これは従属表b"
24984
24985 \end_inset
24986
24987 は表
24988 \begin_inset CommandInset ref
24989 LatexCommand ref
24990 reference "tab:従属表を横に並べたもの"
24991
24992 \end_inset
24993
24994 の従属フロートです。
24995 \begin_inset Float table
24996 wide false
24997 sideways false
24998 status open
24999
25000 \begin_layout Plain Layout
25001 \begin_inset Caption Standard
25002
25003 \begin_layout Plain Layout
25004 \begin_inset CommandInset label
25005 LatexCommand label
25006 name "tab:従属表を横に並べたもの"
25007
25008 \end_inset
25009
25010 従属表を横に並べたもの
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Plain Layout
25019 \begin_inset space \hfill{}
25020 \end_inset
25021
25022
25023 \begin_inset Float table
25024 wide false
25025 sideways false
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029 \begin_inset Caption Standard
25030
25031 \begin_layout Plain Layout
25032 \begin_inset CommandInset label
25033 LatexCommand label
25034 name "tab:これは従属表a"
25035
25036 \end_inset
25037
25038 これは従属表aです。
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Plain Layout
25047 \align center
25048 \begin_inset Tabular
25049 <lyxtabular version="3" rows="1" columns="5">
25050 <features tabularvalignment="middle">
25051 <column alignment="center" valignment="top">
25052 <column alignment="center" valignment="top">
25053 <column alignment="center" valignment="top">
25054 <column alignment="center" valignment="top">
25055 <column alignment="center" valignment="top">
25056 <row>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 試験
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 </lyxtabular>
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \begin_inset space \hfill{}
25114 \end_inset
25115
25116
25117 \begin_inset Float table
25118 wide false
25119 sideways false
25120 status collapsed
25121
25122 \begin_layout Plain Layout
25123 \begin_inset Caption Standard
25124
25125 \begin_layout Plain Layout
25126 \begin_inset CommandInset label
25127 LatexCommand label
25128 name "tab:これは従属表b"
25129
25130 \end_inset
25131
25132 これは従属表bです。
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Plain Layout
25141 \align center
25142 \begin_inset Tabular
25143 <lyxtabular version="3" rows="1" columns="5">
25144 <features tabularvalignment="middle">
25145 <column alignment="center" valignment="top">
25146 <column alignment="center" valignment="top">
25147 <column alignment="center" valignment="top">
25148 <column alignment="center" valignment="top">
25149 <column alignment="center" valignment="top">
25150 <row>
25151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191 試験
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 </row>
25197 </lyxtabular>
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \end_inset
25205
25206
25207 \begin_inset space \hfill{}
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \begin_inset Float table
25217 wide false
25218 sideways false
25219 status open
25220
25221 \begin_layout Plain Layout
25222 \begin_inset Caption Standard
25223
25224 \begin_layout Plain Layout
25225 \begin_inset CommandInset label
25226 LatexCommand label
25227 name "tab:従属表を縦に並べたもの"
25228
25229 \end_inset
25230
25231 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Plain Layout
25240 \noindent
25241 \align center
25242 \begin_inset Float table
25243 wide false
25244 sideways false
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248 \begin_inset Caption Standard
25249
25250 \begin_layout Plain Layout
25251
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \begin_layout Plain Layout
25260 \align center
25261 \begin_inset Tabular
25262 <lyxtabular version="3" rows="1" columns="4">
25263 <features tabularvalignment="middle">
25264 <column alignment="center" valignment="top">
25265 <column alignment="center" valignment="top">
25266 <column alignment="center" valignment="top">
25267 <column alignment="center" valignment="top">
25268 <row>
25269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273 試験
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 試験
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291 試験
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300 試験
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 </row>
25306 </lyxtabular>
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \begin_layout Plain Layout
25319 \noindent
25320 \align center
25321 \begin_inset Float table
25322 wide false
25323 sideways false
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327 \begin_inset Caption Standard
25328
25329 \begin_layout Plain Layout
25330
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Plain Layout
25339 \align center
25340 \begin_inset Tabular
25341 <lyxtabular version="3" rows="1" columns="5">
25342 <features tabularvalignment="middle">
25343 <column alignment="center" valignment="top">
25344 <column alignment="center" valignment="top">
25345 <column alignment="center" valignment="top">
25346 <column alignment="center" valignment="top">
25347 <column alignment="center" valignment="top">
25348 <row>
25349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 </row>
25395 </lyxtabular>
25396
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Section
25413 横並びのフロート
25414 \begin_inset Index idx
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418 ふろーと@フロート ! よこならび@横並び
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Standard
25427
25428 \begin_inset CommandInset ref
25429 LatexCommand ref
25430 reference "fig:左側のフロート"
25431
25432 \end_inset
25433
25434 や図
25435 \begin_inset CommandInset ref
25436 LatexCommand ref
25437 reference "fig:右側のフロート"
25438
25439 \end_inset
25440
25441 のようにフロートを横並びに配置するには、
25442 \emph on
25443 ひとつの
25444 \emph default
25445 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25446 \begin_inset Foot
25447 status collapsed
25448
25449 \begin_layout Plain Layout
25450 Minipageは第
25451 \begin_inset CommandInset ref
25452 LatexCommand ref
25453 reference "sec:ミニページ"
25454
25455 \end_inset
25456
25457 節に説明があります。
25458 \end_layout
25459
25460 \end_inset
25461
25462 。幅は45
25463 \begin_inset space \thinspace{}
25464 \end_inset
25465
25466 -50
25467 \begin_inset space \thinspace{}
25468 \end_inset
25469
25470 列幅%とし、各minipageのボックス配置を
25471 \family sans
25472
25473 \family default
25474 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25475 \family sans
25476 列幅%
25477 \family default
25478 がここではminipageボックスの幅によって計算されることです。
25479 \end_layout
25480
25481 \begin_layout Standard
25482 \begin_inset Float figure
25483 wide false
25484 sideways false
25485 status open
25486
25487 \begin_layout Plain Layout
25488 \begin_inset Box Frameless
25489 position "b"
25490 hor_pos "c"
25491 has_inner_box 1
25492 inner_pos "t"
25493 use_parbox 0
25494 use_makebox 0
25495 width "45col%"
25496 special "none"
25497 height "1in"
25498 height_special "totalheight"
25499 thickness "0.4pt"
25500 separation "3pt"
25501 shadowsize "4pt"
25502 framecolor "black"
25503 backgroundcolor "none"
25504 status open
25505
25506 \begin_layout Plain Layout
25507 \align center
25508 \begin_inset Graphics
25509         filename ../clipart/mobius.eps
25510         lyxscale 50
25511         width 100col%
25512         scaleBeforeRotation
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \begin_layout Plain Layout
25520 \begin_inset Caption Standard
25521
25522 \begin_layout Plain Layout
25523 \begin_inset CommandInset label
25524 LatexCommand label
25525 name "fig:左側のフロート"
25526
25527 \end_inset
25528
25529 左側のフロート
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \begin_inset space \hfill{}
25541 \end_inset
25542
25543
25544 \begin_inset Box Frameless
25545 position "b"
25546 hor_pos "c"
25547 has_inner_box 1
25548 inner_pos "t"
25549 use_parbox 0
25550 use_makebox 0
25551 width "45col%"
25552 special "none"
25553 height "1in"
25554 height_special "totalheight"
25555 thickness "0.4pt"
25556 separation "3pt"
25557 shadowsize "4pt"
25558 framecolor "black"
25559 backgroundcolor "none"
25560 status open
25561
25562 \begin_layout Plain Layout
25563 \align center
25564 \begin_inset Graphics
25565         filename ../clipart/platypus.eps
25566         lyxscale 50
25567         width 100col%
25568         scaleBeforeRotation
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \begin_layout Plain Layout
25576 \begin_inset Caption Standard
25577
25578 \begin_layout Plain Layout
25579 \begin_inset CommandInset label
25580 LatexCommand label
25581 name "fig:右側のフロート"
25582
25583 \end_inset
25584
25585 右側のフロート
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Plain Layout
25599
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Section
25608 キャプションの書式設定
25609 \begin_inset Index idx
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \begin_inset Index idx
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \begin_inset CommandInset label
25630 LatexCommand label
25631 name "sec:キャプションの書式設定"
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \begin_layout Standard
25639
25640 \family sans
25641 キャプション
25642 \family default
25643 環境は、
25644 \family sans
25645 フロート
25646 \family default
25647 の既定の段落環境です。キャプションは、\SpecialChar LyX
25648 画面上では、例えば「
25649 \family sans
25650 図 #:
25651 \family default
25652 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25653 \family sans
25654 #
25655 \family default
25656 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25657 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25658 \end_layout
25659
25660 \begin_layout Standard
25661 既定のキャプション書式を変更するには、文書プリアンブルに
25662 \end_layout
25663
25664 \begin_layout Standard
25665
25666 \series bold
25667
25668 \backslash
25669 usepackage[format definition]{caption}
25670 \end_layout
25671
25672 \begin_layout Standard
25673 という行を加えて、\SpecialChar LaTeX
25674 パッケージ
25675 \series bold
25676 caption
25677 \series default
25678
25679 \begin_inset Index idx
25680 status collapsed
25681
25682 \begin_layout Plain Layout
25683 \SpecialChar LaTeX
25684 ぱっけーじ@\SpecialChar LaTeX
25685 パッケージ ! caption
25686 \end_layout
25687
25688 \end_inset
25689
25690 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25691 \end_layout
25692
25693 \begin_layout Standard
25694
25695 \series bold
25696
25697 \backslash
25698 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25699 \end_layout
25700
25701 \begin_layout Standard
25702 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25703 \series bold
25704 caption
25705 \series default
25706 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25707 \end_layout
25708
25709 \begin_layout Standard
25710
25711 \series bold
25712
25713 \backslash
25714 captionsetup[フロート型]{書式定義}
25715 \end_layout
25716
25717 \begin_layout Standard
25718 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25719 \begin_inset CommandInset ref
25720 LatexCommand ref
25721 reference "fig:図キャプション"
25722
25723 \end_inset
25724
25725 と表
25726 \begin_inset CommandInset ref
25727 LatexCommand ref
25728 reference "tab:表キャプション"
25729
25730 \end_inset
25731
25732 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25733 \end_layout
25734
25735 \begin_layout Standard
25736
25737 \series bold
25738
25739 \backslash
25740 usepackage[tableposition=top]{caption}
25741 \series default
25742
25743 \begin_inset Newline newline
25744 \end_inset
25745
25746
25747 \series bold
25748
25749 \backslash
25750 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25751 \begin_inset Newline newline
25752 \end_inset
25753
25754
25755 \begin_inset Phantom HPhantom
25756 status open
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 captionsetup[figure]{
25762 \end_layout
25763
25764 \end_inset
25765
25766 labelsep=period}
25767 \begin_inset Newline newline
25768 \end_inset
25769
25770
25771 \backslash
25772 captionsetup[table]{labelfont={bf,sf}}
25773 \end_layout
25774
25775 \begin_layout Standard
25776 \begin_inset Note Greyedout
25777 status open
25778
25779 \begin_layout Plain Layout
25780
25781 \series bold
25782 【註】
25783 \series default
25784 オプションのうち、
25785 \series bold
25786 tableposition=top
25787 \series default
25788 は、文書クラスに
25789 \series bold
25790 KOMA-script
25791 \series default
25792
25793 \begin_inset Index idx
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 \SpecialChar LaTeX
25798 ぱっけーじ@\SpecialChar LaTeX
25799 パッケージ ! KOMA-script
25800 \end_layout
25801
25802 \end_inset
25803
25804 が使われているときには、無効になります。この場合には、文書クラスオプション
25805 \series bold
25806 captions=tableheading
25807 \series default
25808 を指定しなくてはなりません。
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \begin_layout Standard
25817
25818 \series bold
25819 caption
25820 \series default
25821 パッケージについての詳細は、その取扱説明書
25822 \begin_inset CommandInset citation
25823 LatexCommand cite
25824 key "caption"
25825
25826 \end_inset
25827
25828 をご覧ください。
25829 \end_layout
25830
25831 \begin_layout Standard
25832 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \series bold
25838
25839 \backslash
25840 renewcommand{
25841 \backslash
25842 fnum@figure}{画像~
25843 \backslash
25844 thefigure}
25845 \end_layout
25846
25847 \begin_layout Standard
25848 なお、
25849 \series bold
25850
25851 \backslash
25852 thefigure
25853 \series default
25854 は表番号を挿入し、「
25855 \series bold
25856 ~
25857 \series default
25858 」は保護された空白を入れます。
25859 \end_layout
25860
25861 \begin_layout Standard
25862 \begin_inset VSpace bigskip
25863 \end_inset
25864
25865
25866 \series bold
25867 KOMA-script
25868 \series default
25869
25870 \begin_inset Index idx
25871 status collapsed
25872
25873 \begin_layout Plain Layout
25874 \SpecialChar LaTeX
25875 ぱっけーじ@\SpecialChar LaTeX
25876 パッケージ ! KOMA-script
25877 \end_layout
25878
25879 \end_inset
25880
25881 文書クラス(
25882 \family sans
25883 article (KOMA-script)
25884 \family default
25885
25886 \family sans
25887 book (KOMA-script)
25888 \family default
25889
25890 \family sans
25891 letter (KOMA-script)
25892 \family default
25893
25894 \family sans
25895 report (KOMA-script)
25896 \family default
25897 )を使用している場合には、
25898 \series bold
25899 caption
25900 \series default
25901 パッケージの代わりに
25902 \series bold
25903 KOMA-script
25904 \series default
25905 のビルトインコマンド
25906 \series bold
25907 etkomafont
25908 \series default
25909 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25910 \end_layout
25911
25912 \begin_layout Standard
25913
25914 \series bold
25915
25916 \backslash
25917 setkomafont{captionlabel}{
25918 \backslash
25919 bfseries}
25920 \end_layout
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 setkomafont
25928 \series default
25929 についての詳細は、
25930 \series bold
25931 KOMA-script
25932 \series default
25933 の取扱説明書
25934 \begin_inset CommandInset citation
25935 LatexCommand cite
25936 key "koma-script"
25937
25938 \end_inset
25939
25940 をご覧ください。
25941 \end_layout
25942
25943 \begin_layout Standard
25944 \begin_inset ERT
25945 status collapsed
25946
25947 \begin_layout Plain Layout
25948
25949
25950 \backslash
25951 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25952 }
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \begin_inset Note Note
25959 status open
25960
25961 \begin_layout Plain Layout
25962 キャプション書式は、この例のみ変更してあります。
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \begin_layout Standard
25971 \begin_inset Float figure
25972 placement !p
25973 wide false
25974 sideways false
25975 status open
25976
25977 \begin_layout Plain Layout
25978 \align center
25979 \begin_inset Graphics
25980         filename ../clipart/mobius.eps
25981         lyxscale 50
25982         scale 50
25983         scaleBeforeRotation
25984
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \begin_layout Plain Layout
25991 \begin_inset Caption Standard
25992
25993 \begin_layout Plain Layout
25994 \begin_inset CommandInset label
25995 LatexCommand label
25996 name "fig:図キャプション"
25997
25998 \end_inset
25999
26000 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Standard
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26022 on}
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031 \begin_inset Float table
26032 placement !p
26033 wide false
26034 sideways false
26035 status open
26036
26037 \begin_layout Plain Layout
26038 \begin_inset Caption Standard
26039
26040 \begin_layout Plain Layout
26041 \begin_inset CommandInset label
26042 LatexCommand label
26043 name "tab:表キャプション"
26044
26045 \end_inset
26046
26047 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \begin_layout Plain Layout
26056 \align center
26057 \begin_inset Tabular
26058 <lyxtabular version="3" rows="1" columns="5">
26059 <features tabularvalignment="middle">
26060 <column alignment="center" valignment="top">
26061 <column alignment="center" valignment="top">
26062 <column alignment="center" valignment="top">
26063 <column alignment="center" valignment="top">
26064 <column alignment="center" valignment="top">
26065 <row>
26066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 </row>
26112 </lyxtabular>
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Section
26125 キャプションの配置
26126 \begin_inset Index idx
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 きゃぷしょん@キャプション ! はいち@配置
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \begin_inset Index idx
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \begin_inset CommandInset label
26147 LatexCommand label
26148 name "sec:キャプションの配置"
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 通常、キャプションの配置原則は、
26157 \end_layout
26158
26159 \begin_layout Description
26160 図の場合: キャプションを図の下に置く
26161 \end_layout
26162
26163 \begin_layout Description
26164 表の場合: キャプションを表の上に置く
26165 \end_layout
26166
26167 \begin_layout Standard
26168 という風になっています。\SpecialChar LaTeX
26169 の標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26170 \family sans
26171 article
26172 \family default
26173
26174 \family sans
26175 book
26176 \family default
26177
26178 \family sans
26179 letter
26180 \family default
26181
26182 \family sans
26183 report
26184 \family default
26185 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26186 eXパッケージ
26187 \series bold
26188 caption
26189 \series default
26190 を読み込むコマンドに
26191 \end_layout
26192
26193 \begin_layout Standard
26194
26195 \series bold
26196 tableposition=top
26197 \end_layout
26198
26199 \begin_layout Standard
26200 というオプションを追加してください
26201 \begin_inset Foot
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205
26206 \series bold
26207 caption
26208 \series default
26209 パッケージについての詳細な情報は、第
26210 \begin_inset CommandInset ref
26211 LatexCommand ref
26212 reference "sec:キャプションの書式設定"
26213
26214 \end_inset
26215
26216 節をご覧ください。
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \series bold
26223 KOMA-script
26224 \series default
26225
26226 \begin_inset Index idx
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230 \SpecialChar LaTeX
26231 ぱっけーじ@\SpecialChar LaTeX
26232 パッケージ ! KOMA-script
26233 \end_layout
26234
26235 \end_inset
26236
26237 文書クラス(
26238 \family sans
26239 article (KOMA-script)
26240 \family default
26241
26242 \family sans
26243 book (KOMA-script)
26244 \family default
26245
26246 \family sans
26247 letter (KOMA-script)
26248 \family default
26249
26250 \family sans
26251 report (KOMA-script)
26252 \family default
26253
26254 \begin_inset space \thinspace{}
26255 \end_inset
26256
26257 )をお使いの場合には、
26258 \series bold
26259 caption
26260 \series default
26261 パッケージにオプションを与える代わりに、文書クラスオプション
26262 \end_layout
26263
26264 \begin_layout Standard
26265
26266 \series bold
26267 captions=tableheading
26268 \end_layout
26269
26270 \begin_layout Standard
26271 を設定することもできます
26272 \begin_inset Foot
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 このオプションは本文書で使用されています。
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Standard
26285 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26286 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26287 \begin_inset CommandInset ref
26288 LatexCommand ref
26289 reference "tab:指定付きキャプション"
26290
26291 \end_inset
26292
26293 は、キャプションは、\SpecialChar LyX
26294 中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26295 \begin_inset CommandInset ref
26296 LatexCommand ref
26297 reference "tab:標準表"
26298
26299 \end_inset
26300
26301 のキャプションでは、指定が為されていません。
26302 \end_layout
26303
26304 \begin_layout Standard
26305 \begin_inset Float table
26306 wide false
26307 sideways false
26308 status open
26309
26310 \begin_layout Plain Layout
26311 \begin_inset Caption Below
26312
26313 \begin_layout Plain Layout
26314 \begin_inset CommandInset label
26315 LatexCommand label
26316 name "tab:指定付きキャプション"
26317
26318 \end_inset
26319
26320 表下に来るように指定されたキャプション
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \begin_layout Plain Layout
26329 \align center
26330 \begin_inset Tabular
26331 <lyxtabular version="3" rows="3" columns="3">
26332 <features tabularvalignment="middle">
26333 <column alignment="center" valignment="top" width="0pt">
26334 <column alignment="center" valignment="top" width="0pt">
26335 <column alignment="center" valignment="top" width="0pt">
26336 <row>
26337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341 1
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350 2
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359 3
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 </row>
26365 <row>
26366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 森嶋
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 宇沢
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388 二階堂
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 </row>
26394 <row>
26395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 \begin_inset Formula $\int x^{2}dx$
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 \begin_inset Formula $\left[\begin{array}{cc}
26412 a & b\\
26413 c & d
26414 \end{array}\right]$
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426 \begin_inset Formula $1+1=2$
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 </row>
26435 </lyxtabular>
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \begin_inset Float table
26449 wide false
26450 sideways false
26451 status open
26452
26453 \begin_layout Plain Layout
26454 \begin_inset Caption Standard
26455
26456 \begin_layout Plain Layout
26457 \begin_inset CommandInset label
26458 LatexCommand label
26459 name "tab:標準表"
26460
26461 \end_inset
26462
26463 標準の表キャプション
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Plain Layout
26472 \align center
26473 \begin_inset Tabular
26474 <lyxtabular version="3" rows="3" columns="3">
26475 <features tabularvalignment="middle">
26476 <column alignment="center" valignment="top" width="0pt">
26477 <column alignment="center" valignment="top" width="0pt">
26478 <column alignment="center" valignment="top" width="0pt">
26479 <row>
26480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484 1
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 2
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 3
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 <row>
26509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 森嶋
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522 宇沢
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531 二階堂
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 </row>
26537 <row>
26538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 \begin_inset Formula $\int x^{2}dx$
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Formula $\left[\begin{array}{cc}
26555 a & b\\
26556 c & d
26557 \end{array}\right]$
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 \begin_inset Formula $1+1=2$
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 </row>
26578 </lyxtabular>
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Standard
26591 \begin_inset VSpace bigskip
26592 \end_inset
26593
26594 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26595 \end_layout
26596
26597 \begin_layout Standard
26598
26599 \series bold
26600
26601 \backslash
26602 usepackage[option]{sidecap}
26603 \end_layout
26604
26605 \begin_layout Standard
26606 という行を入れて、\SpecialChar LaTeX
26607 パッケージ
26608 \series bold
26609 sidecap
26610 \series default
26611
26612 \begin_inset Index idx
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616 \SpecialChar LaTeX
26617 ぱっけーじ@\SpecialChar LaTeX
26618 パッケージ ! sidecap
26619 \end_layout
26620
26621 \end_inset
26622
26623 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に—偶数ページでは右側、奇数頁では左側に—キャプションが置かれます。
26624 \series bold
26625 innercaption
26626 \series default
26627 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26628 \series bold
26629 rightcaption
26630 \series default
26631 ないし
26632 \series bold
26633 leftcaption
26634 \series default
26635 オプションを用います。
26636 \end_layout
26637
26638 \begin_layout Standard
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 ifsidecap
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \begin_inset Note Note
26653 status open
26654
26655 \begin_layout Plain Layout
26656 以下の部分は、\SpecialChar LaTeX
26657 パッケージ
26658 \series bold
26659 sidecap
26660 \series default
26661 が導入されているときのみ表示されます。
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Standard
26670 \SpecialChar LyX
26671 でフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26672 \end_layout
26673
26674 \begin_layout Standard
26675 \noindent
26676 \begin_inset CommandInset line
26677 LatexCommand rule
26678 offset "0.5ex"
26679 width "100line%"
26680 height "1pt"
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \begin_layout Standard
26688
26689 \series bold
26690
26691 \backslash
26692 newcommand{
26693 \backslash
26694 TabBesBeg}[1][1.0]{%
26695 \begin_inset Newline newline
26696 \end_inset
26697
26698
26699 \begin_inset Phantom HPhantom
26700 status open
26701
26702 \begin_layout Plain Layout
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \backslash
26713 let
26714 \backslash
26715 MyTable
26716 \backslash
26717 table
26718 \begin_inset Newline newline
26719 \end_inset
26720
26721
26722 \begin_inset Phantom HPhantom
26723 status open
26724
26725 \begin_layout Plain Layout
26726
26727 \series medium
26728 \begin_inset space ~
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \backslash
26738 let
26739 \backslash
26740 MyEndtable
26741 \backslash
26742 endtable
26743 \begin_inset Newline newline
26744 \end_inset
26745
26746
26747 \begin_inset Phantom HPhantom
26748 status open
26749
26750 \begin_layout Plain Layout
26751
26752 \series medium
26753 \begin_inset space ~
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \backslash
26763 renewenvironment{table}[1]{
26764 \backslash
26765 begin{SCtable}[#1]##1}{
26766 \backslash
26767 end{SCtable}}}
26768 \end_layout
26769
26770 \begin_layout Standard
26771
26772 \series bold
26773
26774 \backslash
26775 newcommand{
26776 \backslash
26777 TabBesEnd}{%
26778 \begin_inset Newline newline
26779 \end_inset
26780
26781
26782 \begin_inset Phantom HPhantom
26783 status open
26784
26785 \begin_layout Plain Layout
26786 \begin_inset space ~
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \backslash
26796 let
26797 \backslash
26798 table
26799 \backslash
26800 MyTable
26801 \begin_inset Newline newline
26802 \end_inset
26803
26804
26805 \begin_inset Phantom HPhantom
26806 status open
26807
26808 \begin_layout Plain Layout
26809 \begin_inset space ~
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \end_inset
26816
26817
26818 \backslash
26819 let
26820 \backslash
26821 endtable
26822 \backslash
26823 MyEndtable
26824 \end_layout
26825
26826 \begin_layout Standard
26827
26828 \series bold
26829
26830 \backslash
26831 newcommand{
26832 \backslash
26833 FigBesBeg}[1][1.0]{%
26834 \begin_inset Newline newline
26835 \end_inset
26836
26837
26838 \begin_inset Phantom HPhantom
26839 status open
26840
26841 \begin_layout Plain Layout
26842 \begin_inset space ~
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849
26850
26851 \backslash
26852 let
26853 \backslash
26854 MyFigure
26855 \backslash
26856 figure
26857 \begin_inset Newline newline
26858 \end_inset
26859
26860
26861 \begin_inset Phantom HPhantom
26862 status open
26863
26864 \begin_layout Plain Layout
26865 \begin_inset space ~
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \backslash
26875 let
26876 \backslash
26877 MyEndfigure
26878 \backslash
26879 endfigure
26880 \begin_inset Newline newline
26881 \end_inset
26882
26883
26884 \begin_inset Phantom HPhantom
26885 status open
26886
26887 \begin_layout Plain Layout
26888 \begin_inset space ~
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \backslash
26898 renewenvironment{figure}[1]{
26899 \backslash
26900 begin{SCfigure}[#1]##1}{
26901 \backslash
26902 end{SCfigure}}}
26903 \end_layout
26904
26905 \begin_layout Standard
26906
26907 \series bold
26908
26909 \backslash
26910 newcommand{
26911 \backslash
26912 FigBesEnd}{%
26913 \begin_inset Newline newline
26914 \end_inset
26915
26916
26917 \begin_inset Phantom HPhantom
26918 status open
26919
26920 \begin_layout Plain Layout
26921 \begin_inset space ~
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \backslash
26931 let
26932 \backslash
26933 figure
26934 \backslash
26935 MyFigure
26936 \begin_inset Newline newline
26937 \end_inset
26938
26939
26940 \begin_inset Phantom HPhantom
26941 status open
26942
26943 \begin_layout Plain Layout
26944 \begin_inset space ~
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \backslash
26954 let
26955 \backslash
26956 endfigure
26957 \backslash
26958 MyEndfigure}
26959 \end_layout
26960
26961 \begin_layout Standard
26962 \noindent
26963 \begin_inset CommandInset line
26964 LatexCommand rule
26965 offset "0.5ex"
26966 width "100line%"
26967 height "1pt"
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \begin_layout Standard
26975 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26976 \end_layout
26977
26978 \begin_layout Standard
26979
26980 \series bold
26981
26982 \backslash
26983 FigBesBeg
26984 \end_layout
26985
26986 \begin_layout Standard
26987 というコマンドを、フロートの前に\SpecialChar TeX
26988 コードで入れてください。そして、元のフロート定義に戻したいところで、
26989 \end_layout
26990
26991 \begin_layout Standard
26992
26993 \series bold
26994
26995 \backslash
26996 FigBesEnd
26997 \end_layout
26998
26999 \begin_layout Standard
27000 という\SpecialChar TeX
27001 コードを入れてください。
27002 \end_layout
27003
27004 \begin_layout Standard
27005 表フロートに対しては、対応するコマンド
27006 \end_layout
27007
27008 \begin_layout Standard
27009
27010 \series bold
27011
27012 \backslash
27013 TabBesBeg
27014 \series default
27015 および
27016 \series bold
27017
27018 \backslash
27019 TabBesEnd
27020 \end_layout
27021
27022 \begin_layout Standard
27023 を使用してください。図
27024 \begin_inset CommandInset ref
27025 LatexCommand ref
27026 reference "fig:図横キャプション"
27027
27028 \end_inset
27029
27030 と表
27031 \begin_inset CommandInset ref
27032 LatexCommand ref
27033 reference "tab:表横キャプション"
27034
27035 \end_inset
27036
27037 がキャプションを脇に設定した例です。
27038 \end_layout
27039
27040 \begin_layout Standard
27041 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
27042 を変更するには、文書プリアンブルかフロート直前に、\SpecialChar TeX
27043 コードとして
27044 \end_layout
27045
27046 \begin_layout Standard
27047
27048 \series bold
27049
27050 \backslash
27051 sidecaptionvpos{フロート型}{配置}
27052 \end_layout
27053
27054 \begin_layout Standard
27055 というコマンドを使用します。ここで「フロート型」は
27056 \family sans
27057 figure
27058 \family default
27059
27060 \family sans
27061 table
27062 \family default
27063 であり、「配置」は、上揃えの場合はtopの
27064 \end_layout
27065
27066 \begin_layout Standard
27067
27068 \family sans
27069 t
27070 \family default
27071 」、中央揃えの場合はcenterの「
27072 \family sans
27073 c
27074 \family default
27075 」、下揃えの場合はbottomの「
27076 \family sans
27077 b
27078 \family default
27079 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
27080 \end_layout
27081
27082 \begin_layout Standard
27083
27084 \series bold
27085
27086 \backslash
27087 sidecaptionvpos{figure}{c}
27088 \end_layout
27089
27090 \begin_layout Standard
27091 というコマンドを使用します。これは、図
27092 \begin_inset CommandInset ref
27093 LatexCommand ref
27094 reference "fig:図横キャプション-2"
27095
27096 \end_inset
27097
27098 で使用されています。
27099 \end_layout
27100
27101 \begin_layout Standard
27102 \begin_inset VSpace medskip
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Standard
27109 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
27110 \begin_inset CommandInset ref
27111 LatexCommand ref
27112 reference "tab:表横キャプション"
27113
27114 \end_inset
27115
27116 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
27117 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
27118 \emph on
27119 因数
27120 \emph default
27121 は、
27122 \end_layout
27123
27124 \begin_layout Standard
27125
27126 \series bold
27127
27128 \backslash
27129 FigBesBeg[因数]
27130 \end_layout
27131
27132 \begin_layout Standard
27133 のように、
27134 \series bold
27135
27136 \backslash
27137 FigBesBeg
27138 \series default
27139 への非必須引数として与えることもできますし、
27140 \series bold
27141
27142 \backslash
27143 FigBesBeg
27144 \series default
27145 の定義中で
27146 \series bold
27147 1.0
27148 \series default
27149 を他の値に変更することもできます。表
27150 \begin_inset CommandInset ref
27151 LatexCommand ref
27152 reference "tab:図横幅広"
27153
27154 \end_inset
27155
27156 では、因子5が指定されています。
27157 \end_layout
27158
27159 \begin_layout Standard
27160 \begin_inset Note Greyedout
27161 status open
27162
27163 \begin_layout Plain Layout
27164
27165 \series bold
27166 【註】
27167 \series default
27168 キャプションを横につけたフロートでは、フロート配置オプションの
27169 \family sans
27170 何としても現在地に置く
27171 \family default
27172 は、
27173 \series bold
27174 sidecap
27175 \series default
27176 がサポートしていないので、使用することができません。.
27177 \end_layout
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \begin_layout Standard
27185 \begin_inset VSpace medskip
27186 \end_inset
27187
27188
27189 \series bold
27190 sidecap
27191 \series default
27192 パッケージについての詳細は、
27193 \begin_inset CommandInset citation
27194 LatexCommand cite
27195 key "sidecap"
27196
27197 \end_inset
27198
27199 の説明書をご参照ください。
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset Note Greyedout
27204 status open
27205
27206 \begin_layout Plain Layout
27207
27208 \series bold
27209 【註】
27210 \series default
27211
27212 \begin_inset CommandInset ref
27213 LatexCommand ref
27214 reference "subsec:参照位置"
27215
27216 \end_inset
27217
27218 節に説明がある\SpecialChar LaTeX
27219 パッケージ
27220 \series bold
27221 hypcap
27222 \series default
27223
27224 \begin_inset Index idx
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228 \SpecialChar LaTeX
27229 ぱっけーじ@\SpecialChar LaTeX
27230 パッケージ ! hypcap
27231 \end_layout
27232
27233 \end_inset
27234
27235 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Standard
27244 \begin_inset Note Greyedout
27245 status open
27246
27247 \begin_layout Plain Layout
27248
27249 \series bold
27250 【訳註】
27251 \series default
27252 \SpecialChar LaTeX
27253 パッケージ
27254 \series bold
27255 sidecap
27256 \series default
27257
27258 \begin_inset Index idx
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 \SpecialChar LaTeX
27263 ぱっけーじ@\SpecialChar LaTeX
27264 パッケージ ! sidecap
27265 \end_layout
27266
27267 \end_inset
27268
27269 は、p\SpecialChar LaTeX
27270 と互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例については、
27271 取扱説明書『
27272 \emph on
27273 埋め込み機能篇
27274 \emph default
27275 』(つまりこの文書)の\SpecialChar LyX
27276 文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \begin_inset Note Note
27283 status open
27284
27285 \begin_layout Plain Layout
27286 \begin_inset ERT
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290
27291
27292 \backslash
27293 FigBesBeg 
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Plain Layout
27302 \begin_inset Float figure
27303 wide false
27304 sideways false
27305 status open
27306
27307 \begin_layout Plain Layout
27308 \begin_inset Graphics
27309         filename ../clipart/escher-lsd.eps
27310         scale 75
27311         scaleBeforeRotation
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Plain Layout
27319 \begin_inset Caption Standard
27320
27321 \begin_layout Plain Layout
27322 \begin_inset CommandInset label
27323 LatexCommand label
27324 name "fig:図横キャプション"
27325
27326 \end_inset
27327
27328 これは図の横にあるキャプションです。
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Plain Layout
27342 \begin_inset ERT
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346
27347
27348 \backslash
27349 FigBesEnd
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \begin_layout Plain Layout
27358 \begin_inset ERT
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362
27363
27364 \backslash
27365 TabBesBeg 
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \begin_layout Plain Layout
27374 \begin_inset Float table
27375 wide false
27376 sideways false
27377 status open
27378
27379 \begin_layout Plain Layout
27380 \begin_inset Caption Standard
27381
27382 \begin_layout Plain Layout
27383 \begin_inset CommandInset label
27384 LatexCommand label
27385 name "tab:表横キャプション"
27386
27387 \end_inset
27388
27389 これは表の横にあるキャプションです。
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Plain Layout
27398 \begin_inset Tabular
27399 <lyxtabular version="3" rows="4" columns="5">
27400 <features tabularvalignment="middle">
27401 <column alignment="center" valignment="top">
27402 <column alignment="center" valignment="top">
27403 <column alignment="center" valignment="top">
27404 <column alignment="center" valignment="top">
27405 <column alignment="center" valignment="top">
27406 <row>
27407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27408 \begin_inset Text
27409
27410 \begin_layout Plain Layout
27411
27412 \end_layout
27413
27414 \end_inset
27415 </cell>
27416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420
27421 \end_layout
27422
27423 \end_inset
27424 </cell>
27425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27426 \begin_inset Text
27427
27428 \begin_layout Plain Layout
27429
27430 \end_layout
27431
27432 \end_inset
27433 </cell>
27434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 </row>
27453 <row>
27454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Plain Layout
27494
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 </row>
27500 <row>
27501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 </row>
27547 <row>
27548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 </row>
27594 </lyxtabular>
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \end_inset
27602
27603
27604 \end_layout
27605
27606 \begin_layout Plain Layout
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611
27612
27613 \backslash
27614 TabBesEnd
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Plain Layout
27623 \begin_inset ERT
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627
27628
27629 \backslash
27630 FigBesBeg 
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \begin_inset ERT
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640
27641
27642 \backslash
27643 sidecaptionvpos{figure}{c}
27644 \end_layout
27645
27646 \end_inset
27647
27648
27649 \begin_inset Float figure
27650 wide false
27651 sideways false
27652 status open
27653
27654 \begin_layout Plain Layout
27655 \begin_inset Graphics
27656         filename ../clipart/escher-lsd.eps
27657         scale 75
27658         scaleBeforeRotation
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Plain Layout
27666 \begin_inset Caption Standard
27667
27668 \begin_layout Plain Layout
27669 \begin_inset CommandInset label
27670 LatexCommand label
27671 name "fig:図横キャプション-2"
27672
27673 \end_inset
27674
27675 これは図の横にある縦方向中央揃えのキャプションです。
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \begin_layout Plain Layout
27689 \begin_inset ERT
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693
27694
27695 \backslash
27696 FigBesEnd
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Plain Layout
27705 \begin_inset ERT
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709
27710
27711 \backslash
27712 TabBesBeg[5]
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Plain Layout
27721 \begin_inset Float table
27722 wide false
27723 sideways false
27724 status open
27725
27726 \begin_layout Plain Layout
27727 \begin_inset Caption Standard
27728
27729 \begin_layout Plain Layout
27730 \begin_inset CommandInset label
27731 LatexCommand label
27732 name "tab:図横幅広"
27733
27734 \end_inset
27735
27736 これは表
27737 \begin_inset CommandInset ref
27738 LatexCommand ref
27739 reference "tab:表横キャプション"
27740
27741 \end_inset
27742
27743 よりも幅広のキャプションです
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Plain Layout
27752 \begin_inset Tabular
27753 <lyxtabular version="3" rows="4" columns="5">
27754 <features tabularvalignment="middle">
27755 <column alignment="center" valignment="top">
27756 <column alignment="center" valignment="top">
27757 <column alignment="center" valignment="top">
27758 <column alignment="center" valignment="top">
27759 <column alignment="center" valignment="top">
27760 <row>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 a
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 b
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792
27793 \end_layout
27794
27795 \end_inset
27796 </cell>
27797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 c
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 </row>
27807 <row>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 d
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 e
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27845 \begin_inset Text
27846
27847 \begin_layout Plain Layout
27848
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 </row>
27854 <row>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 f
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 g
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27892 \begin_inset Text
27893
27894 \begin_layout Plain Layout
27895 h
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 </row>
27901 <row>
27902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906
27907 \end_layout
27908
27909 \end_inset
27910 </cell>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 i
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 j
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 </row>
27948 </lyxtabular>
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Plain Layout
27961 \begin_inset ERT
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966
27967 \backslash
27968 TabBesEnd
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \begin_layout Standard
27982 \begin_inset ERT
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986
27987
27988 \backslash
27989 else
27990 \end_layout
27991
27992 \end_inset
27993
27994
27995 \begin_inset Note Note
27996 status open
27997
27998 \begin_layout Plain Layout
27999 以下の部分は、\SpecialChar LaTeX
28000 パッケージ
28001 \series bold
28002 sidecap
28003 \series default
28004 が導入されていないときのみ表示されます。
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Standard
28013 本節の残りの部分を出力で表示するには、\SpecialChar LaTeX
28014 パッケージ
28015 \series bold
28016 sidecap
28017 \series default
28018 を導入する必要があります。
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027
28028 \backslash
28029 fi
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \begin_layout Section
28038 フロート一覧
28039 \begin_inset Index idx
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 ふろーと@フロート ! ふろーといちらん@フロート一覧
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \begin_layout Standard
28052 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
28053 \family sans
28054 挿入\SpecialChar menuseparator
28055 一覧/目次
28056 \family default
28057 メニューで挿入することができます。
28058 \end_layout
28059
28060 \begin_layout Standard
28061 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
28062 \end_layout
28063
28064 \begin_layout Standard
28065 本文書の終わりに、図一覧と表一覧があります。
28066 \end_layout
28067
28068 \begin_layout Chapter
28069 注釈
28070 \end_layout
28071
28072 \begin_layout Section
28073 \SpecialChar LyX
28074 注釈
28075 \begin_inset Index idx
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 ちゅうしゃく@注釈 ! \SpecialChar LyX
28080 のーと@\SpecialChar LyX
28081 ノート
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Standard
28090 注釈は、ツールバーボタン
28091 \family sans
28092
28093 \begin_inset Info
28094 type  "icon"
28095 arg   "note-insert"
28096 \end_inset
28097
28098
28099 \family default
28100 か、
28101 \family sans
28102 挿入\SpecialChar menuseparator
28103 注釈
28104 \family default
28105 メニューで挿入することができます。注釈には、以下の三つの型があります。
28106 \end_layout
28107
28108 \begin_layout Description
28109 \SpecialChar LyX
28110 注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
28111 \begin_inset Newline newline
28112 \end_inset
28113
28114
28115 \begin_inset Newline newline
28116 \end_inset
28117
28118
28119 \begin_inset Graphics
28120         filename clipart/LyXNoteImageQt4.png
28121         display false
28122         scale 50
28123         scaleBeforeRotation
28124
28125 \end_inset
28126
28127
28128 \begin_inset Note Note
28129 status open
28130
28131 \begin_layout Plain Layout
28132 これは、出力には現れない注釈ボックスに書かれた文章です。
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Description
28141 コメント この注釈も出力には現れませんが、
28142 \family sans
28143 ファイル\SpecialChar menuseparator
28144 書き出し\SpecialChar menuseparator
28145 LaT
28146 \begin_inset ERT
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150
28151 {}
28152 \end_layout
28153
28154 \end_inset
28155
28156 eX (pdflatex) / (平文)
28157 \family default
28158  メニューを使って文書を\SpecialChar LaTeX
28159 にエクスポートする際には、\SpecialChar LaTeX
28160 コメントとして出力されます。注釈ボックスは、以下のように表示されます。
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168
28169 \begin_inset Graphics
28170         filename clipart/CommentNoteImageQt4.png
28171         display false
28172         scale 50
28173         scaleBeforeRotation
28174
28175 \end_inset
28176
28177  
28178 \begin_inset Note Comment
28179 status open
28180
28181 \begin_layout Plain Layout
28182 これは、\SpecialChar LaTeX
28183 ファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Description
28192 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28193 \begin_inset Newline newline
28194 \end_inset
28195
28196
28197 \begin_inset Newline newline
28198 \end_inset
28199
28200
28201 \begin_inset Graphics
28202         filename clipart/GreyedOutNoteImageQt4.png
28203         display false
28204         scale 50
28205         scaleBeforeRotation
28206
28207 \end_inset
28208
28209
28210 \begin_inset Newline newline
28211 \end_inset
28212
28213
28214 \begin_inset ERT
28215 status collapsed
28216
28217 \begin_layout Plain Layout
28218
28219
28220 \backslash
28221 renewenvironment{lyxgreyedout}
28222 \end_layout
28223
28224 \begin_layout Plain Layout
28225
28226 {
28227 \backslash
28228 textcolor[gray]{0.8}
28229 \backslash
28230 bgroup}{
28231 \backslash
28232 egroup}
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Note Greyedout
28239 status open
28240
28241 \begin_layout Plain Layout
28242 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28243 \begin_inset Foot
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 これは、淡色注釈内に脚注を用いた例です。
28248 \end_layout
28249
28250 \end_inset
28251
28252 です。
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 renewenvironment{lyxgreyedout}
28266 \end_layout
28267
28268 \begin_layout Plain Layout
28269
28270 {
28271 \backslash
28272 textcolor{blue}
28273 \backslash
28274 bgroup}{
28275 \backslash
28276 egroup}
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \begin_inset Note Note
28283 status open
28284
28285 \begin_layout Plain Layout
28286 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、\SpecialChar LyX
28287 本来の定義で表示されるように再定義さ
28288 れています。
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \begin_inset Newline newline
28295 \end_inset
28296
28297
28298 \begin_inset Newline newline
28299 \end_inset
28300
28301 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28302 \end_layout
28303
28304 \begin_layout Standard
28305 \begin_inset VSpace bigskip
28306 \end_inset
28307
28308 注釈を挿入するのにツールバーボタン
28309 \family sans
28310
28311 \begin_inset Info
28312 type  "icon"
28313 arg   "note-insert"
28314 \end_inset
28315
28316
28317 \family default
28318 を使用すると、
28319 \family sans
28320 \SpecialChar LyX
28321 注釈
28322 \family default
28323 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28324 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28325 さい。
28326 \end_layout
28327
28328 \begin_layout Standard
28329 \begin_inset VSpace bigskip
28330 \end_inset
28331
28332 淡色注釈の文字色は、
28333 \family sans
28334 文書\SpecialChar menuseparator
28335 設定\SpecialChar menuseparator
28336
28337 \family default
28338 メニューで変更することができます。
28339 \end_layout
28340
28341 \begin_layout Section
28342 脚注
28343 \begin_inset CommandInset label
28344 LatexCommand label
28345 name "sec:脚注"
28346
28347 \end_inset
28348
28349
28350 \begin_inset Index idx
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 きゃくちゅう@脚注
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Standard
28373 脚注は、ツールバーボタン
28374 \family sans
28375
28376 \begin_inset Info
28377 type  "icon"
28378 arg   "footnote-insert"
28379 \end_inset
28380
28381
28382 \family default
28383 か、
28384 \family sans
28385 挿入\SpecialChar menuseparator
28386 脚注
28387 \family default
28388 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28389 \begin_inset Graphics
28390         filename clipart/footnoteQt4.png
28391         scale 80
28392         scaleBeforeRotation
28393
28394 \end_inset
28395
28396 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28397 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28398 \end_layout
28399
28400 \begin_layout Standard
28401 これが脚注の例です
28402 \begin_inset Foot
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 \begin_inset CommandInset label
28407 LatexCommand label
28408 name "fn:これは脚注の一例"
28409
28410 \end_inset
28411
28412 これは脚注の一例です。
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \begin_inset ERT
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422
28423
28424 \backslash
28425 newcounter{MyRepeatFoot}
28426 \end_layout
28427
28428 \begin_layout Plain Layout
28429
28430
28431 \backslash
28432 setcounter{MyRepeatFoot}{
28433 \backslash
28434 thefootnote}
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号は\SpecialChar LaTeX
28444 が計算を行い、連番が付けられます。
28445 脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28446 \end_layout
28447
28448 \begin_layout Standard
28449 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28450 \begin_inset CommandInset ref
28451 LatexCommand ref
28452 reference "sec:フロートの参照"
28453
28454 \end_inset
28455
28456 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28457 \begin_inset Newline newline
28458 \end_inset
28459
28460 これは脚注
28461 \begin_inset CommandInset ref
28462 LatexCommand ref
28463 reference "fn:これは脚注の一例"
28464
28465 \end_inset
28466
28467 の相互参照です。
28468 \end_layout
28469
28470 \begin_layout Standard
28471 \begin_inset VSpace defskip
28472 \end_inset
28473
28474
28475 \lang english
28476 Footnotes in title environments are usually not numbered with symbols and
28477  they cannot contain several paragraphs.
28478  See for example the footnote in the titling of this document.
28479 \end_layout
28480
28481 \begin_layout Standard
28482 \begin_inset VSpace defskip
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \SpecialChar LaTeX
28490 では、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりに\SpecialChar TeX
28491 コードで
28492 \series bold
28493
28494 \backslash
28495 footnotemark{}
28496 \series default
28497 コマンドを入れてください。脚注の本文は、表の後で\SpecialChar TeX
28498 コード
28499 \series bold
28500
28501 \backslash
28502 footnotetext
28503 \series default
28504 コマンドの引数として入力します。
28505 \begin_inset Newline newline
28506 \end_inset
28507
28508 以下の表ではコマンド
28509 \begin_inset Newline newline
28510 \end_inset
28511
28512
28513 \series bold
28514
28515 \backslash
28516 footnotetext{
28517 \series default
28518 出力される脚注の表
28519 \series bold
28520 }
28521 \series default
28522
28523 \begin_inset Newline newline
28524 \end_inset
28525
28526 を用いています。
28527 \end_layout
28528
28529 \begin_layout Standard
28530 \begin_inset Tabular
28531 <lyxtabular version="3" rows="2" columns="1">
28532 <features tabularvalignment="middle">
28533 <column alignment="center" valignment="top">
28534 <row>
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Plain Layout
28539 これは例文です。
28540 \begin_inset Foot
28541 status open
28542
28543 \begin_layout Plain Layout
28544 この脚注は出力されません!
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \end_inset
28553 </cell>
28554 </row>
28555 <row>
28556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 これは例文です。
28561 \begin_inset ERT
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565
28566
28567 \backslash
28568 footnotemark{}
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 </row>
28579 </lyxtabular>
28580
28581 \end_inset
28582
28583
28584 \begin_inset ERT
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588
28589
28590 \backslash
28591 footnotetext{
28592 \end_layout
28593
28594 \end_inset
28595
28596 出力される脚注の表
28597 \begin_inset ERT
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601
28602 }
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 長尺表中の脚注は、第
28612 \begin_inset CommandInset ref
28613 LatexCommand ref
28614 reference "subsec:長尺表での脚注"
28615
28616 \end_inset
28617
28618 節で述べられています。
28619 \end_layout
28620
28621 \begin_layout Standard
28622 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28623 \begin_inset CommandInset ref
28624 LatexCommand ref
28625 reference "sec:ミニページ"
28626
28627 \end_inset
28628
28629 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28630 \series bold
28631
28632 \backslash
28633 footnotemark{}
28634 \series default
28635
28636 \series bold
28637
28638 \backslash
28639 footntoetext
28640 \series default
28641 による方法を用いてください。
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset Box Frameless
28646 position "t"
28647 hor_pos "c"
28648 has_inner_box 1
28649 inner_pos "t"
28650 use_parbox 0
28651 use_makebox 0
28652 width "100col%"
28653 special "none"
28654 height "1in"
28655 height_special "totalheight"
28656 thickness "0.4pt"
28657 separation "3pt"
28658 shadowsize "4pt"
28659 framecolor "black"
28660 backgroundcolor "none"
28661 status open
28662
28663 \begin_layout Plain Layout
28664 これはミニページ中の例文です。
28665 \begin_inset Foot
28666 status open
28667
28668 \begin_layout Plain Layout
28669 ミニページ中の脚注です。
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Plain Layout
28678 これはミニページ中の例文です。
28679 \begin_inset ERT
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683
28684
28685 \backslash
28686 footnotemark{}
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 \begin_inset ERT
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704
28705
28706 \backslash
28707 footnotetext{
28708 \end_layout
28709
28710 \end_inset
28711
28712 ミニページ外の脚注です。
28713 \begin_inset ERT
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717
28718 }
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \begin_inset VSpace defskip
28725 \end_inset
28726
28727
28728 \end_layout
28729
28730 \begin_layout Standard
28731 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、\SpecialChar TeX
28732 コードでコマンド
28733 \series bold
28734
28735 \backslash
28736 footnotemark[番号]
28737 \series default
28738 を使用してください。
28739 \begin_inset Newline newline
28740 \end_inset
28741
28742 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28743 \begin_inset CommandInset ref
28744 LatexCommand ref
28745 reference "fn:これは脚注の一例"
28746
28747 \end_inset
28748
28749 の後に、\SpecialChar TeX
28750 コードで
28751 \end_layout
28752
28753 \begin_layout Standard
28754
28755 \series bold
28756
28757 \backslash
28758 newcounter{MyRepeatFoot}
28759 \begin_inset Newline newline
28760 \end_inset
28761
28762
28763 \backslash
28764 setcounter{MyRepeatFoot}{
28765 \backslash
28766 thefootnote}
28767 \end_layout
28768
28769 \begin_layout Standard
28770 というコマンドを挿入しています。そして脚注マークは、
28771 \end_layout
28772
28773 \begin_layout Standard
28774
28775 \series bold
28776
28777 \backslash
28778 footnotemark[
28779 \backslash
28780 theMyRepeatFoot]
28781 \end_layout
28782
28783 \begin_layout Standard
28784 で作成します。
28785 \end_layout
28786
28787 \begin_layout Standard
28788 これは繰り返し脚注の例です。
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 footnotemark[
28797 \backslash
28798 theMyRepeatFoot]
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28808 \end_layout
28809
28810 \begin_layout Standard
28811
28812 \series bold
28813
28814 \backslash
28815 footnotemark[
28816 \backslash
28817 thefootnote]
28818 \end_layout
28819
28820 \begin_layout Standard
28821 を使用してください。
28822 \end_layout
28823
28824 \begin_layout Standard
28825 これは繰り返し脚注の例です。
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 footnotemark[
28834 \backslash
28835 thefootnote]
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Subsection
28844 脚注の付番
28845 \begin_inset CommandInset label
28846 LatexCommand label
28847 name "subsec:脚注の付番"
28848
28849 \end_inset
28850
28851
28852 \begin_inset Index idx
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 きゃくちゅう@脚注 ! ふばん@付番
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \begin_layout Standard
28865 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 @addtoreset{footnote}{section}
28874 \end_layout
28875
28876 \begin_layout Standard
28877 というコマンドを加えてください。
28878 \end_layout
28879
28880 \begin_layout Standard
28881 \begin_inset VSpace bigskip
28882 \end_inset
28883
28884 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28885 \end_layout
28886
28887 \begin_layout Standard
28888
28889 \series bold
28890
28891 \backslash
28892 renewcommand{
28893 \backslash
28894 thefootnote}{
28895 \backslash
28896 roman{footnote}}
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset ERT
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904
28905
28906 \backslash
28907 renewcommand{
28908 \backslash
28909 thefootnote}{
28910 \backslash
28911 roman{footnote}}
28912 \end_layout
28913
28914 \end_inset
28915
28916 これは、ローマ数字を使った脚注です
28917 \begin_inset Foot
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 これは、ローマ数字を使った脚注の例です。
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Standard
28930 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28931 \series bold
28932
28933 \backslash
28934 roman
28935 \series default
28936
28937 \series bold
28938
28939 \backslash
28940 Roman
28941 \series default
28942 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28943 \series bold
28944
28945 \backslash
28946 Alph
28947 \series default
28948 または
28949 \series bold
28950
28951 \backslash
28952 alph
28953 \series default
28954 を使用してください。記号を使って付「番」するには、
28955 \series bold
28956
28957 \backslash
28958 fnsymbol
28959 \series default
28960 を使ってください。
28961 \end_layout
28962
28963 \begin_layout Standard
28964 \begin_inset Note Greyedout
28965 status open
28966
28967 \begin_layout Plain Layout
28968
28969 \series bold
28970 【註】
28971 \series default
28972 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \begin_inset Newline newline
28979 \end_inset
28980
28981
28982 \begin_inset Note Greyedout
28983 status open
28984
28985 \begin_layout Plain Layout
28986
28987 \series bold
28988 【註】
28989 \series default
28990 記号を使うと9個の脚注しか番号を振ることができません。
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 付番様式を変更した後、既定様式に戻すには、上記コマンドの
29000 \series bold
29001
29002 \backslash
29003 roman
29004 \series default
29005
29006 \series bold
29007
29008 \backslash
29009 arabic
29010 \series default
29011 に置き換えて使用してください。
29012 \begin_inset ERT
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016
29017
29018 \backslash
29019 renewcommand{
29020 \backslash
29021 thefootnote}{
29022 \backslash
29023 arabic{footnote}}
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 \begin_inset VSpace bigskip
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Standard
29039 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
29040 \end_layout
29041
29042 \begin_layout Standard
29043
29044 \series bold
29045
29046 \backslash
29047 numberwithin{footnote}{chapter}
29048 \end_layout
29049
29050 \begin_layout Standard
29051 というコマンドを加えてください。
29052 \series bold
29053
29054 \backslash
29055 numberwithin
29056 \series default
29057 コマンドを使用できるようにするためには、文書設定の
29058 \family sans
29059 数式オプション
29060 \family default
29061 タブで
29062 \family sans
29063 AMS
29064 \begin_inset space ~
29065 \end_inset
29066
29067 mathパッケージを使う
29068 \family default
29069 オプションを有効にしてください。
29070 \end_layout
29071
29072 \begin_layout Standard
29073 \begin_inset ERT
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077
29078
29079 \backslash
29080 numberwithin{footnote}{chapter}
29081 \end_layout
29082
29083 \end_inset
29084
29085 これは、脚注のもう一つの例です
29086 \series bold
29087
29088 \begin_inset Foot
29089 status open
29090
29091 \begin_layout Plain Layout
29092
29093 \series bold
29094 これは、
29095 \series default
29096 「章番号.脚注番号」スキームで番号を振られた脚注です。
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \series default
29103
29104 \begin_inset ERT
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108
29109
29110 \backslash
29111 renewcommand{
29112 \backslash
29113 thefootnote}{
29114 \backslash
29115 arabic{footnote}}
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \end_layout
29122
29123 \begin_layout Standard
29124 \begin_inset Note Greyedout
29125 status open
29126
29127 \begin_layout Plain Layout
29128
29129 \series bold
29130 【註】
29131 \backslash
29132 numberwithin
29133 \series default
29134 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Standard
29143 また、例えば「章番号.
29144 \backslash
29145 Roman{footnote}」スキームを得るには、
29146 \series bold
29147
29148 \backslash
29149 numberwithin
29150 \series default
29151 の代わりに以下のコマンドを使用してください。
29152 \end_layout
29153
29154 \begin_layout Standard
29155
29156 \series bold
29157
29158 \backslash
29159 renewcommand{
29160 \backslash
29161 thefootnote}{
29162 \backslash
29163 thechapter.
29164 \backslash
29165 Roman{footnote}}
29166 \end_layout
29167
29168 \begin_layout Subsection
29169 脚注の配置
29170 \begin_inset Index idx
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174 きゃくちゅう@脚注 ! はいち@配置
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Standard
29183 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29184 ブルに足して、1.5
29185 \begin_inset space \thinspace{}
29186 \end_inset
29187
29188 mmの余白を追加することもできます。
29189 \end_layout
29190
29191 \begin_layout Standard
29192
29193 \series bold
29194
29195 \backslash
29196 let
29197 \backslash
29198 myFoot
29199 \backslash
29200 footnote
29201 \begin_inset Newline newline
29202 \end_inset
29203
29204
29205 \backslash
29206 renewcommand{
29207 \backslash
29208 footnote}[1]{
29209 \backslash
29210 myFoot{#1
29211 \backslash
29212 vspace{1.5mm}}}
29213 \end_layout
29214
29215 \begin_layout Standard
29216 \begin_inset VSpace bigskip
29217 \end_inset
29218
29219 二段組文書では、脚注は各段底部に表示されます(図
29220 \begin_inset CommandInset ref
29221 LatexCommand ref
29222 reference "fig:標準的脚注配置"
29223
29224 \end_inset
29225
29226 )。図
29227 \begin_inset CommandInset ref
29228 LatexCommand ref
29229 reference "fig:ftnright脚注配置"
29230
29231 \end_inset
29232
29233 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29234 \end_layout
29235
29236 \begin_layout Standard
29237
29238 \series bold
29239
29240 \backslash
29241 usepackage{ftnright}
29242 \end_layout
29243
29244 \begin_layout Standard
29245 というコマンドを書いて、\SpecialChar LaTeX
29246 パッケージ
29247 \series bold
29248 ftnright
29249 \series default
29250
29251 \begin_inset Index idx
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255 \SpecialChar LaTeX
29256 ぱっけーじ@\SpecialChar LaTeX
29257 パッケージ ! ftnright
29258 \end_layout
29259
29260 \end_inset
29261
29262 を読み込みます。
29263 \begin_inset Float figure
29264 placement !h
29265 wide false
29266 sideways false
29267 status open
29268
29269 \begin_layout Plain Layout
29270 \begin_inset ERT
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274
29275
29276 \backslash
29277 framebox{
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \begin_inset Graphics
29284         filename ../clipart/without_fntright.pdf
29285         width 100col%
29286         scaleBeforeRotation
29287
29288 \end_inset
29289
29290
29291 \begin_inset ERT
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295
29296 }
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Plain Layout
29305 \begin_inset Caption Standard
29306
29307 \begin_layout Plain Layout
29308 \begin_inset CommandInset label
29309 LatexCommand label
29310 name "fig:標準的脚注配置"
29311
29312 \end_inset
29313
29314 二段組文書の標準的な脚注配置
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 \begin_inset Float figure
29329 placement !h
29330 wide false
29331 sideways false
29332 status open
29333
29334 \begin_layout Plain Layout
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 framebox{
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \begin_inset Graphics
29349         filename ../clipart/with_fntright.pdf
29350         width 100col%
29351         scaleBeforeRotation
29352
29353 \end_inset
29354
29355
29356 \begin_inset ERT
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360
29361 }
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Plain Layout
29370 \begin_inset Caption Standard
29371
29372 \begin_layout Plain Layout
29373 \begin_inset CommandInset label
29374 LatexCommand label
29375 name "fig:ftnright脚注配置"
29376
29377 \end_inset
29378
29379 \SpecialChar LaTeX
29380 パッケージ
29381 \series bold
29382 ftnright
29383 \series default
29384 を使用したときの二段組文書の脚注配置
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 \begin_inset VSpace bigskip
29399 \end_inset
29400
29401 科学的文献に於いては、図
29402 \begin_inset CommandInset ref
29403 LatexCommand ref
29404 reference "fig:後注"
29405
29406 \end_inset
29407
29408 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29409 \begin_inset Index idx
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413 こちゅう@後注
29414 \end_layout
29415
29416 \end_inset
29417
29418 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29419 \family sans
29420 文書\SpecialChar menuseparator
29421 設定\SpecialChar menuseparator
29422 モジュール
29423 \family default
29424 メニューで
29425 \family sans
29426 脚注から後注へ
29427 \family default
29428 を読み込んでください。まとめた注を出力するには、節ないし章末に\SpecialChar TeX
29429 コードで
29430 \end_layout
29431
29432 \begin_layout Standard
29433
29434 \series bold
29435
29436 \backslash
29437 theendnotes
29438 \end_layout
29439
29440 \begin_layout Standard
29441 というコマンドを挿入してください。
29442 \end_layout
29443
29444 \begin_layout Standard
29445 \begin_inset Float figure
29446 wide false
29447 sideways false
29448 status open
29449
29450 \begin_layout Plain Layout
29451 \align center
29452 \begin_inset ERT
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456
29457
29458 \backslash
29459 framebox{
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \begin_inset Graphics
29466         filename ../clipart/endnotes.pdf
29467         scaleBeforeRotation
29468
29469 \end_inset
29470
29471
29472 \begin_inset ERT
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476
29477 }
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Plain Layout
29486 \begin_inset Caption Standard
29487
29488 \begin_layout Plain Layout
29489 \begin_inset CommandInset label
29490 LatexCommand label
29491 name "fig:後注"
29492
29493 \end_inset
29494
29495 後注 – 注を節ないし章末に別段落として印字します。
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset VSpace medskip
29510 \end_inset
29511
29512 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29513 \end_layout
29514
29515 \begin_layout Standard
29516
29517 \series bold
29518
29519 \backslash
29520 renewcommand{
29521 \backslash
29522 notesname}{Anmerkungen}
29523 \end_layout
29524
29525 \begin_layout Standard
29526 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29527 \end_layout
29528
29529 \begin_layout Standard
29530 \begin_inset VSpace medskip
29531 \end_inset
29532
29533
29534 \begin_inset CommandInset ref
29535 LatexCommand ref
29536 reference "subsec:脚注の付番"
29537
29538 \end_inset
29539
29540 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29541 \series bold
29542
29543 \backslash
29544 thefootnote
29545 \series default
29546 コマンドの代わりに
29547 \series bold
29548
29549 \backslash
29550 theendnote
29551 \series default
29552 を用いてください。後注番号をリセットするには、第
29553 \begin_inset CommandInset ref
29554 LatexCommand ref
29555 reference "subsec:脚注の付番"
29556
29557 \end_inset
29558
29559 節で述べたコマンド
29560 \series bold
29561
29562 \backslash
29563 @addtoreset
29564 \series default
29565 の、パラメータ
29566 \series bold
29567 footnote
29568 \series default
29569
29570 \series bold
29571 endnote
29572 \series default
29573 に変えて、使用してください。
29574 \end_layout
29575
29576 \begin_layout Standard
29577 後注の印だけを作成するには、第
29578 \begin_inset CommandInset ref
29579 LatexCommand ref
29580 reference "sec:脚注"
29581
29582 \end_inset
29583
29584 節で説明した
29585 \series bold
29586
29587 \backslash
29588 footnotemark
29589 \series default
29590 コマンドの代わりに、
29591 \series bold
29592
29593 \backslash
29594 endnotemark[番号]
29595 \series default
29596 コマンドを使用してください。
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset VSpace bigskip
29601 \end_inset
29602
29603 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、\SpecialChar LaTeX
29604 パッケージ
29605 \series bold
29606 footmisc
29607 \series default
29608
29609 \begin_inset Index idx
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 \SpecialChar LaTeX
29614 ぱっけーじ@\SpecialChar LaTeX
29615 パッケージ ! footmisc
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset CommandInset citation
29622 LatexCommand cite
29623 key "footmisc"
29624
29625 \end_inset
29626
29627 を参照してください。
29628 \end_layout
29629
29630 \begin_layout Standard
29631 脚注の整形にまつわるその他多くの話題が、\SpecialChar LaTeX
29632 関連書籍
29633 \begin_inset CommandInset citation
29634 LatexCommand cite
29635 key "latexcompanion,latexguide,latexbook"
29636
29637 \end_inset
29638
29639 に載っています。
29640 \series bold
29641 KOMA-Script
29642 \series default
29643
29644 \begin_inset Index idx
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648 \SpecialChar LaTeX
29649 ぱっけーじ@\SpecialChar LaTeX
29650 パッケージ ! KOMA-Script
29651 \end_layout
29652
29653 \end_inset
29654
29655 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29656 \begin_inset CommandInset citation
29657 LatexCommand cite
29658 key "KOMA-Script"
29659
29660 \end_inset
29661
29662 参照)。
29663 \end_layout
29664
29665 \begin_layout Section
29666 傍注
29667 \begin_inset Index idx
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 \SpecialChar LyX
29681 内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29682 \family sans
29683 挿入\SpecialChar menuseparator
29684 傍注
29685 \family default
29686 メニューかツールバーボタン
29687 \family sans
29688
29689 \begin_inset Info
29690 type  "icon"
29691 arg   "marginalnote-insert"
29692 \end_inset
29693
29694
29695 \family default
29696 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29697 \end_layout
29698
29699 \begin_layout Standard
29700 横にあるのが傍注です
29701 \begin_inset Marginal
29702 status open
29703
29704 \begin_layout Plain Layout
29705 これは傍注文です。
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \end_layout
29712
29713 \begin_layout Standard
29714 片面文書においては、傍注は右側に表示され、両面文書においては外側余白—偶数ページでは左側、奇数ページでは右側—に表示されます。傍注文は、外側余白の反対側に—注が
29715 左余白に現れるときには右揃えに—寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29716 \end_layout
29717
29718 \begin_layout Standard
29719 \begin_inset VSpace bigskip
29720 \end_inset
29721
29722 傍注を内側余白に置くには、傍注の前に\SpecialChar TeX
29723 コードで
29724 \end_layout
29725
29726 \begin_layout Standard
29727
29728 \series bold
29729
29730 \backslash
29731 reversemarginpar
29732 \end_layout
29733
29734 \begin_layout Standard
29735 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741
29742 \backslash
29743 reversemarginpar 
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset Marginal
29750 status open
29751
29752 \begin_layout Plain Layout
29753 これは内側余白の傍注です。
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \series bold
29760
29761 \begin_inset Newline newline
29762 \end_inset
29763
29764
29765 \series default
29766
29767 \begin_inset Note Greyedout
29768 status open
29769
29770 \begin_layout Plain Layout
29771
29772 \series bold
29773 【註】
29774 \series default
29775 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \end_layout
29782
29783 \begin_layout Standard
29784 既定の配置に戻すには、\SpecialChar TeX
29785 コードで
29786 \end_layout
29787
29788 \begin_layout Standard
29789
29790 \series bold
29791
29792 \backslash
29793 normalmarginpar
29794 \end_layout
29795
29796 \begin_layout Standard
29797 というコマンドを書き加えてください。
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803
29804 \backslash
29805 normalmarginpar 
29806 \end_layout
29807
29808 \end_inset
29809
29810  
29811 \begin_inset Note Greyedout
29812 status open
29813
29814 \begin_layout Plain Layout
29815
29816 \series bold
29817 【註】
29818 \backslash
29819 reversemarginpar
29820 \series default
29821 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29822 \end_layout
29823
29824 \end_inset
29825
29826
29827 \end_layout
29828
29829 \begin_layout Standard
29830 \begin_inset VSpace bigskip
29831 \end_inset
29832
29833
29834 \begin_inset Marginal
29835 status open
29836
29837 \begin_layout Plain Layout
29838 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \begin_inset CommandInset ref
29845 LatexCommand ref
29846 reference "subsec:複数行"
29847
29848 \end_inset
29849
29850 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29851 \begin_inset space \thinspace{}
29852 \end_inset
29853
29854 pt水平空白を挿入してください 
29855 \begin_inset Marginal
29856 status open
29857
29858 \begin_layout Plain Layout
29859 \begin_inset space \hspace*{}
29860 \length 0pt
29861 \end_inset
29862
29863 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 \begin_inset VSpace bigskip
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Standard
29879 \begin_inset Note Greyedout
29880 status open
29881
29882 \begin_layout Plain Layout
29883
29884 \series bold
29885 【註】
29886 \series default
29887 通常、傍注は表やフロート、脚注の中では使用することができません。
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \end_layout
29894
29895 \begin_layout Standard
29896 \begin_inset VSpace bigskip
29897 \end_inset
29898
29899
29900 \end_layout
29901
29902 \begin_layout Standard
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 ifmarginnote
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset Note Note
29917 status open
29918
29919 \begin_layout Plain Layout
29920 以下の部分は、\SpecialChar LaTeX
29921 パッケージ
29922 \series bold
29923 marginnote
29924 \series default
29925 が導入されているときのみ表示されます。
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Standard
29934 この制約は、\SpecialChar LaTeX
29935 パッケージ
29936 \series bold
29937 marginnote
29938 \series default
29939
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 \SpecialChar LaTeX
29945 ぱっけーじ@\SpecialChar LaTeX
29946 パッケージ ! marginnote
29947 \end_layout
29948
29949 \end_inset
29950
29951 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、\SpecialChar LyX
29952 が傍注に使うコマンドが再定義されて、
29953 \series bold
29954 marginnote
29955 \series default
29956 パッケージが提供するコマンドを使うようになります。
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962
29963 \backslash
29964 usepackage{marginnote}
29965 \begin_inset Newline newline
29966 \end_inset
29967
29968
29969 \backslash
29970 let
29971 \backslash
29972 marginpar
29973 \backslash
29974 marginnote
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \series bold
29980 marginnote
29981 \series default
29982 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29983 \series bold
29984 marginnote
29985 \series default
29986 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29987 望まれるときなどに、よく必要とされます。オフセットは、\SpecialChar LyX
29988 中の傍注の後ろに\SpecialChar TeX
29989 コードで直接
29990 \end_layout
29991
29992 \begin_layout Standard
29993
29994 \series bold
29995 [オフセット]
29996 \end_layout
29997
29998 \begin_layout Standard
29999 という形で書くことで設定することができます。ここで「オフセット」には、表
30000 \begin_inset CommandInset ref
30001 LatexCommand ref
30002 reference "tab:単位"
30003
30004 \end_inset
30005
30006 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、\SpecialChar TeX
30007 コードコマンド「
30008 \series bold
30009 [-1.5cm]
30010 \series default
30011 」を使用して、1.5
30012 \begin_inset space \thinspace{}
30013 \end_inset
30014
30015 cm上にずらしてあります
30016 \begin_inset Marginal
30017 status open
30018
30019 \begin_layout Plain Layout
30020 この傍注は、本来の位置よりも1.5
30021 \begin_inset space \thinspace{}
30022 \end_inset
30023
30024 cm上にずらしてあります。
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \begin_inset ERT
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034
30035 [-1.5cm]
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \end_layout
30042
30043 \begin_layout Standard
30044 \begin_inset VSpace medskip
30045 \end_inset
30046
30047
30048 \series bold
30049 marginnote
30050 \series default
30051 を使うと、傍注の揃えを変更することもできます。たとえば、
30052 \end_layout
30053
30054 \begin_layout Standard
30055
30056 \series bold
30057
30058 \backslash
30059 renewcommand*{
30060 \backslash
30061 raggedleftmarginnote}{
30062 \backslash
30063 centering}
30064 \begin_inset Newline newline
30065 \end_inset
30066
30067
30068 \backslash
30069 renewcommand*{
30070 \backslash
30071 raggedrightmarginnote}{
30072 \backslash
30073 centering}
30074 \end_layout
30075
30076 \begin_layout Standard
30077 というコマンドを使うと、中央揃えになります。
30078 \series bold
30079
30080 \backslash
30081 raggedleftmarginnote
30082 \series default
30083 とは、左側に表示されている傍注のことを指します
30084 \begin_inset ERT
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088
30089
30090 \backslash
30091 renewcommand*{
30092 \backslash
30093 raggedleftmarginnote}{
30094 \backslash
30095 centering}
30096 \end_layout
30097
30098 \begin_layout Plain Layout
30099
30100
30101 \backslash
30102 renewcommand*{
30103 \backslash
30104 raggedrightmarginnote}{
30105 \backslash
30106 centering}
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset Marginal
30113 status open
30114
30115 \begin_layout Plain Layout
30116 この傍注の文章は中央揃えになっています。
30117 \end_layout
30118
30119 \end_inset
30120
30121 。既定の設定は、
30122 \end_layout
30123
30124 \begin_layout Standard
30125
30126 \series bold
30127
30128 \backslash
30129 renewcommand*{
30130 \backslash
30131 raggedleftmarginnote}{
30132 \backslash
30133 raggedleft}
30134 \begin_inset Newline newline
30135 \end_inset
30136
30137
30138 \backslash
30139 renewcommand*{
30140 \backslash
30141 raggedrightmarginnote}{
30142 \backslash
30143 raggedright}
30144 \series default
30145
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151
30152 \backslash
30153 renewcommand*{
30154 \backslash
30155 raggedleftmarginnote}{
30156 \backslash
30157 raggedleft}
30158 \end_layout
30159
30160 \begin_layout Plain Layout
30161
30162
30163 \backslash
30164 renewcommand*{
30165 \backslash
30166 raggedrightmarginnote}{
30167 \backslash
30168 raggedright}
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 です。
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset VSpace medskip
30182 \end_inset
30183
30184
30185 \series bold
30186 marginnote
30187 \series default
30188 の他の機能については、
30189 \begin_inset CommandInset citation
30190 LatexCommand cite
30191 key "marginnote"
30192
30193 \end_inset
30194
30195 の取扱説明書をご参照ください。
30196 \end_layout
30197
30198 \begin_layout Standard
30199 \begin_inset VSpace bigskip
30200 \end_inset
30201
30202 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30203 \family sans
30204 \series bold
30205 \bar under
30206 注意!
30207 \family default
30208 \series default
30209 \bar default
30210 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30211 \end_layout
30212
30213 \begin_layout Standard
30214
30215 \series bold
30216
30217 \backslash
30218 let
30219 \backslash
30220 myMarginpar
30221 \backslash
30222 marginpar
30223 \begin_inset Newline newline
30224 \end_inset
30225
30226
30227 \backslash
30228 renewcommand{
30229 \backslash
30230 marginpar}[1]{
30231 \backslash
30232 myMarginpar{%
30233 \begin_inset Newline newline
30234 \end_inset
30235
30236
30237 \begin_inset Phantom HPhantom
30238 status open
30239
30240 \begin_layout Plain Layout
30241
30242 \series bold
30243 \begin_inset space ~
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \backslash
30253 hspace{0pt}
30254 \backslash
30255 textsf{
30256 \backslash
30257 textbf{
30258 \backslash
30259 underbar{注意!}}}%
30260 \begin_inset Newline newline
30261 \end_inset
30262
30263
30264 \begin_inset Phantom HPhantom
30265 status open
30266
30267 \begin_layout Plain Layout
30268
30269 \series bold
30270 \begin_inset space ~
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \backslash
30280 vspace{1.5mm}
30281 \backslash
30282
30283 \backslash
30284 #1}}
30285 \end_layout
30286
30287 \begin_layout Standard
30288 \begin_inset ERT
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293
30294 \backslash
30295 let
30296 \backslash
30297 myMarginpar
30298 \backslash
30299 marginpar
30300 \end_layout
30301
30302 \begin_layout Plain Layout
30303
30304
30305 \backslash
30306 renewcommand{
30307 \backslash
30308 marginpar}[1]{
30309 \backslash
30310 myMarginpar{%
30311 \end_layout
30312
30313 \begin_layout Plain Layout
30314
30315    
30316 \backslash
30317 textsf{
30318 \backslash
30319 textbf{
30320 \backslash
30321 underbar{注意!}}}%
30322 \end_layout
30323
30324 \begin_layout Plain Layout
30325
30326    
30327 \backslash
30328 vspace{1.5mm}
30329 \backslash
30330
30331 \backslash
30332 #1}}
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \begin_inset Marginal
30339 status open
30340
30341 \begin_layout Plain Layout
30342 これは、定義したヘッダをつけた傍注です。
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353 [-1.5cm]
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364
30365 \backslash
30366 renewcommand{
30367 \backslash
30368 marginpar}[1]{
30369 \backslash
30370 myMarginpar{#1}}
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \begin_inset Note Note
30377 status open
30378
30379 \begin_layout Plain Layout
30380 傍注書式は、この例の分だけ変更してあります。
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \begin_layout Standard
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 else
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \begin_inset Note Note
30403 status open
30404
30405 \begin_layout Plain Layout
30406 以下の部分は、\SpecialChar LaTeX
30407 パッケージ
30408 \series bold
30409 marginnote
30410 \series default
30411 が導入されていないときのみ表示されます。
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
30421 パッケージ
30422 \series bold
30423 marginnote
30424 \series default
30425 を導入する必要があります。
30426 \end_layout
30427
30428 \begin_layout Standard
30429 \begin_inset ERT
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434
30435 \backslash
30436 fi
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Chapter
30445 ボックス
30446 \end_layout
30447
30448 \begin_layout Section
30449 はじめに
30450 \begin_inset Index idx
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454 ぼっくす@ボックス ! はじめに
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30464 \begin_inset CommandInset ref
30465 LatexCommand ref
30466 reference "sec:ミニページ"
30467
30468 \end_inset
30469
30470 節参照)、文章を囲ったり(第
30471 \begin_inset CommandInset ref
30472 LatexCommand ref
30473 reference "sec:装飾"
30474
30475 \end_inset
30476
30477 節参照)、単語がハイフネートされるのを予防したり(第
30478 \begin_inset CommandInset ref
30479 LatexCommand ref
30480 reference "sec:ハイフネーションの回避"
30481
30482 \end_inset
30483
30484 節参照)、文章を揃えたり(第
30485 \begin_inset CommandInset ref
30486 LatexCommand ref
30487 reference "subsec:垂直揃え"
30488
30489 \end_inset
30490
30491 節参照)、あるいは文章の背景色を設定したり(第
30492 \begin_inset CommandInset ref
30493 LatexCommand ref
30494 reference "sec:色付きボックス"
30495
30496 \end_inset
30497
30498 節参照)するのに使用します。
30499 \end_layout
30500
30501 \begin_layout Standard
30502 ボックスは、
30503 \family sans
30504 挿入\SpecialChar menuseparator
30505 ボックス
30506 \family default
30507 メニューかツールバーボタン
30508 \family sans
30509
30510 \begin_inset Info
30511 type  "icon"
30512 arg   "box-insert Frameless"
30513 \end_inset
30514
30515
30516 \family default
30517 を使って挿入することができます。すると、
30518 \begin_inset Graphics
30519         filename clipart/BoxInsetDefaultQt4.png
30520         scale 85
30521         scaleBeforeRotation
30522
30523 \end_inset
30524
30525 のように
30526 \family sans
30527 ボックス(minipage環境)
30528 \family default
30529 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30530 \family sans
30531 設定
30532 \family default
30533 メニューを選択すると現れるボックスダイアログでは、
30534 \family sans
30535 parboxコマンド
30536 \family default
30537
30538 \family sans
30539 minipage環境
30540 \family default
30541 の二つの
30542 \family sans
30543 内部ボックス
30544 \family default
30545 型を選択することができます。
30546 \family sans
30547 minipage
30548 \family default
30549 型は、新規ボックスの既定値となっており、第
30550 \begin_inset CommandInset ref
30551 LatexCommand ref
30552 reference "sec:ミニページ"
30553
30554 \end_inset
30555
30556 節で説明します。
30557 \family sans
30558 parbox
30559 \family default
30560 型については第
30561 \begin_inset CommandInset ref
30562 LatexCommand ref
30563 reference "sec:Parboxes"
30564
30565 \end_inset
30566
30567 節、
30568 \family sans
30569 makebox
30570 \family default
30571 型については第
30572 \begin_inset CommandInset ref
30573 LatexCommand ref
30574 reference "sec:ハイフネーションの回避"
30575
30576 \end_inset
30577
30578 節で述べます。
30579 \end_layout
30580
30581 \begin_layout Standard
30582 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30583 \end_layout
30584
30585 \begin_layout Standard
30586 \begin_inset Note Greyedout
30587 status open
30588
30589 \begin_layout Plain Layout
30590
30591 \series bold
30592 【註】
30593 \series default
30594 ボックスは、
30595 \family sans
30596 箇条書き(記号)
30597 \family default
30598 環境や
30599 \family sans
30600 箇条書き(記述)
30601 \family default
30602 環境の単独要素とすべきではありません。
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Standard
30611 \begin_inset Note Greyedout
30612 status open
30613
30614 \begin_layout Plain Layout
30615
30616 \series bold
30617 【註】
30618 \series default
30619 理由は不明ですが、枠付きボックスを使用している場合には、
30620 \family sans
30621 内部ボックス
30622 \family default
30623 型は
30624 \family sans
30625 なし
30626 \family default
30627 にしか設定することができません。
30628 \family sans
30629 内部ボックス
30630 \family default
30631 型や枠のないボックスについては、第
30632 \begin_inset CommandInset ref
30633 LatexCommand ref
30634 reference "sec:ハイフネーションの回避"
30635
30636 \end_inset
30637
30638 節で説明します。
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Section
30647 ボックスダイアログ
30648 \begin_inset CommandInset label
30649 LatexCommand label
30650 name "sec:ボックスダイアログ"
30651
30652 \end_inset
30653
30654
30655 \begin_inset Index idx
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30660 \end_layout
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Subsection
30668 寸法
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 ぼっくす@ボックス ! すんぽう@寸法
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \begin_layout Standard
30682 ボックスダイアログでは、
30683 \family sans
30684
30685 \family default
30686
30687 \family sans
30688 高さ
30689 \family default
30690 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30691 \begin_inset CommandInset ref
30692 LatexCommand ref
30693 reference "tab:単位"
30694
30695 \end_inset
30696
30697 に説明されています。
30698 \family sans
30699 高さ
30700 \family default
30701 フィールドには、加えて以下の寸法を使用することができます。
30702 \end_layout
30703
30704 \begin_layout Description
30705 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30706 \begin_inset Newline newline
30707 \end_inset
30708
30709
30710 \begin_inset Newline newline
30711 \end_inset
30712
30713
30714 \begin_inset Newline newline
30715 \end_inset
30716
30717
30718 \begin_inset Box Boxed
30719 position "c"
30720 hor_pos "c"
30721 has_inner_box 1
30722 inner_pos "c"
30723 use_parbox 0
30724 use_makebox 0
30725 width "12col%"
30726 special "none"
30727 height "1in"
30728 height_special "depth"
30729 thickness "0.4pt"
30730 separation "3pt"
30731 shadowsize "4pt"
30732 framecolor "black"
30733 backgroundcolor "none"
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737 \align center
30738 高さを1階層に設定したボックス
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \begin_inset Newline newline
30745 \end_inset
30746
30747
30748 \begin_inset Newline newline
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \begin_layout Description
30755 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30756 \begin_inset Box Boxed
30757 position "c"
30758 hor_pos "c"
30759 has_inner_box 1
30760 inner_pos "c"
30761 use_parbox 0
30762 use_makebox 0
30763 width "20col%"
30764 special "none"
30765 height "2in"
30766 height_special "height"
30767 thickness "0.4pt"
30768 separation "3pt"
30769 shadowsize "4pt"
30770 framecolor "black"
30771 backgroundcolor "none"
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775 \align center
30776 高さを2高さに設定したボックス
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Description
30785 全高 これは「高さ」+「階層」です。
30786 \begin_inset Box Boxed
30787 position "c"
30788 hor_pos "c"
30789 has_inner_box 1
30790 inner_pos "c"
30791 use_parbox 0
30792 use_makebox 0
30793 width "20col%"
30794 special "none"
30795 height "1in"
30796 height_special "totalheight"
30797 thickness "0.4pt"
30798 separation "3pt"
30799 shadowsize "4pt"
30800 framecolor "black"
30801 backgroundcolor "none"
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 \align center
30806 高さを1全高に設定したボックス
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \begin_layout Description
30815 幅 これはボックスの幅を高さに設定します。
30816 \begin_inset Box Boxed
30817 position "c"
30818 hor_pos "c"
30819 has_inner_box 1
30820 inner_pos "c"
30821 use_parbox 0
30822 use_makebox 0
30823 width "12col%"
30824 special "none"
30825 height "1in"
30826 height_special "width"
30827 thickness "0.4pt"
30828 separation "3pt"
30829 shadowsize "4pt"
30830 framecolor "black"
30831 backgroundcolor "none"
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835 \align center
30836 高さを1幅に設定したボックス
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \begin_layout Subsection
30845 文字揃え
30846 \begin_inset Index idx
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850 ぼっくす@ボックス ! もじそろえ@文字揃え
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859
30860 \family sans
30861 内部ボックス
30862 \family default
30863 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30864 \end_layout
30865
30866 \begin_layout Description
30867 上 これは例示のための本文行です。
30868 \begin_inset Box Boxed
30869 position "t"
30870 hor_pos "c"
30871 has_inner_box 1
30872 inner_pos "c"
30873 use_parbox 0
30874 use_makebox 0
30875 width "12col%"
30876 special "none"
30877 height "1in"
30878 height_special "totalheight"
30879 thickness "0.4pt"
30880 separation "3pt"
30881 shadowsize "4pt"
30882 framecolor "black"
30883 backgroundcolor "none"
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887 \align center
30888 このボックスは上揃えです。
30889 \end_layout
30890
30891 \end_inset
30892
30893 これは例示のための本文行です。
30894 \end_layout
30895
30896 \begin_layout Description
30897 中央 これは例示のための本文行です。
30898 \begin_inset Box Boxed
30899 position "c"
30900 hor_pos "c"
30901 has_inner_box 1
30902 inner_pos "c"
30903 use_parbox 0
30904 use_makebox 0
30905 width "12col%"
30906 special "none"
30907 height "1in"
30908 height_special "totalheight"
30909 thickness "0.4pt"
30910 separation "3pt"
30911 shadowsize "4pt"
30912 framecolor "black"
30913 backgroundcolor "none"
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917 \align center
30918 このボックスは中央揃えです。
30919 \end_layout
30920
30921 \end_inset
30922
30923 これは例示のための本文行です。
30924 \end_layout
30925
30926 \begin_layout Description
30927 下 これは例示のための本文行です。
30928 \begin_inset Box Boxed
30929 position "b"
30930 hor_pos "c"
30931 has_inner_box 1
30932 inner_pos "c"
30933 use_parbox 0
30934 use_makebox 0
30935 width "12col%"
30936 special "none"
30937 height "1in"
30938 height_special "totalheight"
30939 thickness "0.4pt"
30940 separation "3pt"
30941 shadowsize "4pt"
30942 framecolor "black"
30943 backgroundcolor "none"
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 \align center
30948 このボックスは下揃えです。
30949 \end_layout
30950
30951 \end_inset
30952
30953 これは例示のための本文行です。
30954 \end_layout
30955
30956 \begin_layout Standard
30957 \begin_inset Note Greyedout
30958 status open
30959
30960 \begin_layout Plain Layout
30961
30962 \series bold
30963 【註】
30964 \series default
30965 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、\SpecialChar LyX
30975 の段落ダイアログから設定できます。
30976 \end_layout
30977
30978 \begin_layout Standard
30979 \begin_inset VSpace bigskip
30980 \end_inset
30981
30982
30983 \family sans
30984 内部ボックス
30985 \family default
30986 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30987 \end_layout
30988
30989 \begin_layout Description
30990 上 これは例示のための本文行です。
30991 \begin_inset Box Boxed
30992 position "c"
30993 hor_pos "c"
30994 has_inner_box 1
30995 inner_pos "t"
30996 use_parbox 0
30997 use_makebox 0
30998 width "12col%"
30999 special "none"
31000 height "1.5in"
31001 height_special "totalheight"
31002 thickness "0.4pt"
31003 separation "3pt"
31004 shadowsize "4pt"
31005 framecolor "black"
31006 backgroundcolor "none"
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010 \align center
31011 このボックスの文章は上揃えです。
31012 \end_layout
31013
31014 \end_inset
31015
31016 これは例示のための本文行です。
31017 \end_layout
31018
31019 \begin_layout Description
31020 中央 これは例示のための本文行です。
31021 \begin_inset Box Boxed
31022 position "c"
31023 hor_pos "c"
31024 has_inner_box 1
31025 inner_pos "c"
31026 use_parbox 0
31027 use_makebox 0
31028 width "12col%"
31029 special "none"
31030 height "1.5in"
31031 height_special "totalheight"
31032 thickness "0.4pt"
31033 separation "3pt"
31034 shadowsize "4pt"
31035 framecolor "black"
31036 backgroundcolor "none"
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040 \align center
31041 このボックスの文章は中央揃えです。
31042 \end_layout
31043
31044 \end_inset
31045
31046 これは例示のための本文行です。
31047 \end_layout
31048
31049 \begin_layout Description
31050 下 これは例示のための本文行です。
31051 \begin_inset Box Boxed
31052 position "c"
31053 hor_pos "c"
31054 has_inner_box 1
31055 inner_pos "b"
31056 use_parbox 0
31057 use_makebox 0
31058 width "12col%"
31059 special "none"
31060 height "1.5in"
31061 height_special "totalheight"
31062 thickness "0.4pt"
31063 separation "3pt"
31064 shadowsize "4pt"
31065 framecolor "black"
31066 backgroundcolor "none"
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 \align center
31071 このボックスの文章は下揃えです。
31072 \end_layout
31073
31074 \end_inset
31075
31076 これは例示のための本文行です。
31077 \end_layout
31078
31079 \begin_layout Description
31080 広げる これは例示のための本文行です。
31081 \begin_inset Box Boxed
31082 position "c"
31083 hor_pos "c"
31084 has_inner_box 1
31085 inner_pos "s"
31086 use_parbox 0
31087 use_makebox 0
31088 width "17col%"
31089 special "none"
31090 height "1.5in"
31091 height_special "totalheight"
31092 thickness "0.4pt"
31093 separation "3pt"
31094 shadowsize "4pt"
31095 framecolor "black"
31096 backgroundcolor "none"
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100 \align center
31101 このボックスの
31102 \end_layout
31103
31104 \begin_layout Plain Layout
31105 \align center
31106 文章は広げて
31107 \end_layout
31108
31109 \begin_layout Plain Layout
31110 \align center
31111 あります。
31112 \end_layout
31113
31114 \end_inset
31115
31116 これは例示のための本文行です。
31117 \end_layout
31118
31119 \begin_layout Standard
31120 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
31121 \end_layout
31122
31123 \begin_layout Standard
31124 \begin_inset VSpace bigskip
31125 \end_inset
31126
31127
31128 \family sans
31129 内部ボックス
31130 \family default
31131 を設定しているときに、ボックスの内容を水平方向に揃えるには、\SpecialChar LyX
31132 の段落ダイアログを用います。
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \align center
31137 \begin_inset Box Boxed
31138 position "c"
31139 hor_pos "c"
31140 has_inner_box 1
31141 inner_pos "s"
31142 use_parbox 0
31143 use_makebox 0
31144 width "25col%"
31145 special "none"
31146 height "1.25in"
31147 height_special "totalheight"
31148 thickness "0.4pt"
31149 separation "3pt"
31150 shadowsize "4pt"
31151 framecolor "black"
31152 backgroundcolor "none"
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156 \align left
31157 このボックスの
31158 \end_layout
31159
31160 \begin_layout Plain Layout
31161 \align center
31162 文章は広げて
31163 \end_layout
31164
31165 \begin_layout Plain Layout
31166 \align right
31167 あります。
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176
31177 \family sans
31178 内部ボックス
31179 \family default
31180 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
31181 \begin_inset Separator parbreak
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Standard
31188 \align center
31189 \begin_inset Box Boxed
31190 position "c"
31191 hor_pos "s"
31192 has_inner_box 0
31193 inner_pos "s"
31194 use_parbox 0
31195 use_makebox 0
31196 width "90col%"
31197 special "none"
31198 height "1.25in"
31199 height_special "totalheight"
31200 thickness "0.4pt"
31201 separation "3pt"
31202 shadowsize "4pt"
31203 framecolor "black"
31204 backgroundcolor "none"
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208 このボックスの文章は水平方向に広げてあります。
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \end_layout
31215
31216 \begin_layout Subsection
31217 装飾
31218 \begin_inset CommandInset label
31219 LatexCommand label
31220 name "sec:装飾"
31221
31222 \end_inset
31223
31224
31225 \begin_inset Index idx
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229 ぼっくす@ボックス ! そうしょく@装飾
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 ボックス型は、ボックスダイアログ中の
31239 \family sans
31240 装飾
31241 \family default
31242 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
31243 \end_layout
31244
31245 \begin_layout Description
31246 縁なし 枠を描きません。
31247 \end_layout
31248
31249 \begin_layout Description
31250 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。
31251 \lang english
31252 The frame line thickness can be specified
31253 \lang japanese
31254 。 
31255 \begin_inset Box Boxed
31256 position "c"
31257 hor_pos "c"
31258 has_inner_box 1
31259 inner_pos "c"
31260 use_parbox 0
31261 use_makebox 0
31262 width "20col%"
31263 special "none"
31264 height "1in"
31265 height_special "totalheight"
31266 thickness "0.4pt"
31267 separation "3pt"
31268 shadowsize "4pt"
31269 framecolor "black"
31270 backgroundcolor "none"
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274 \align center
31275 長方形の箱型
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \end_layout
31282
31283 \begin_layout Description
31284 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31285 \begin_inset space \thinspace{}
31286 \end_inset
31287
31288 ptです。 
31289 \begin_inset Box ovalbox
31290 position "c"
31291 hor_pos "c"
31292 has_inner_box 1
31293 inner_pos "c"
31294 use_parbox 0
31295 use_makebox 0
31296 width "20col%"
31297 special "none"
31298 height "1in"
31299 height_special "totalheight"
31300 thickness "0.4pt"
31301 separation "3pt"
31302 shadowsize "4pt"
31303 framecolor "black"
31304 backgroundcolor "none"
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 \align center
31309 楕円形の箱型(細線)
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Description
31318 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31319 \begin_inset space \thinspace{}
31320 \end_inset
31321
31322 ptです。 
31323 \begin_inset Box Ovalbox
31324 position "c"
31325 hor_pos "c"
31326 has_inner_box 1
31327 inner_pos "c"
31328 use_parbox 0
31329 use_makebox 0
31330 width "20col%"
31331 special "none"
31332 height "1in"
31333 height_special "totalheight"
31334 thickness "0.4pt"
31335 separation "3pt"
31336 shadowsize "4pt"
31337 framecolor "black"
31338 backgroundcolor "none"
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342 \align center
31343 楕円形の箱型(太線)
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Description
31352 影付き これはボックスの周りに影付きの長方形の枠を描きます。
31353 \lang english
31354 The frame line thickness and the shadow can be specified
31355 \lang japanese
31356
31357 \begin_inset Box Shadowbox
31358 position "c"
31359 hor_pos "c"
31360 has_inner_box 1
31361 inner_pos "c"
31362 use_parbox 0
31363 use_makebox 0
31364 width "20col%"
31365 special "none"
31366 height "1in"
31367 height_special "totalheight"
31368 thickness "0.4pt"
31369 separation "3pt"
31370 shadowsize "4pt"
31371 framecolor "black"
31372 backgroundcolor "none"
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 \align center
31377 影付きの箱型
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Description
31386 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31387 \begin_inset Foot
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391
31392 \begin_inset CommandInset ref
31393 LatexCommand ref
31394 reference "sec:色付きボックス"
31395
31396 \end_inset
31397
31398 節を参照のこと。
31399 \end_layout
31400
31401 \end_inset
31402
31403 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31404 \begin_inset Box Shaded
31405 position "t"
31406 hor_pos "c"
31407 has_inner_box 0
31408 inner_pos "t"
31409 use_parbox 0
31410 use_makebox 0
31411 width "50col%"
31412 special "none"
31413 height "1in"
31414 height_special "totalheight"
31415 thickness "0.4pt"
31416 separation "3pt"
31417 shadowsize "4pt"
31418 framecolor "black"
31419 backgroundcolor "none"
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423 影付き背景の箱型
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Description
31432 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。
31433 \lang english
31434 The line thickness of the inner frame is 0.75
31435 \begin_inset space \thinspace{}
31436 \end_inset
31437
31438 line
31439 \begin_inset space ~
31440 \end_inset
31441
31442 thickness, the thickness of the outer frame is 1.5
31443 \begin_inset space \thinspace{}
31444 \end_inset
31445
31446 line
31447 \begin_inset space ~
31448 \end_inset
31449
31450 thickness.
31451  The distance between the lines is 1.5
31452 \begin_inset space \thinspace{}
31453 \end_inset
31454
31455 line
31456 \begin_inset space ~
31457 \end_inset
31458
31459 thickness
31460 \begin_inset space \thinspace{}
31461 \end_inset
31462
31463 +
31464 \begin_inset space \thinspace{}
31465 \end_inset
31466
31467 0.5
31468 \begin_inset space \thinspace{}
31469 \end_inset
31470
31471 pt
31472 \lang japanese
31473 。 
31474 \begin_inset Box Doublebox
31475 position "c"
31476 hor_pos "c"
31477 has_inner_box 1
31478 inner_pos "c"
31479 use_parbox 0
31480 use_makebox 0
31481 width "20col%"
31482 special "none"
31483 height "1in"
31484 height_special "totalheight"
31485 thickness "0.4pt"
31486 separation "3pt"
31487 shadowsize "4pt"
31488 framecolor "black"
31489 backgroundcolor "none"
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493 \align center
31494 二重の長方形の箱型
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset VSpace bigskip
31504 \end_inset
31505
31506 \SpecialChar LyX
31507 のボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、\SpecialChar LaTeX
31508 パッケージ
31509 \series bold
31510 fancybox
31511 \series default
31512
31513 \begin_inset Index idx
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517 \SpecialChar LaTeX
31518 ぱっけーじ@\SpecialChar LaTeX
31519 パッケージ ! fancybox
31520 \end_layout
31521
31522 \end_inset
31523
31524 が導入済みでなくてはなりません。
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset VSpace bigskip
31529 \end_inset
31530
31531
31532 \lang english
31533 When you use the decoration 
31534 \family sans
31535 simple rectangular frame
31536 \family default
31537  and no inner box, you can allow page breaks within a box.
31538  Note that then, unlike other framed boxes, the frame always uses the whole
31539  column width and the box is set as its own paragraph:
31540 \lang japanese
31541  
31542 \begin_inset Box Framed
31543 position "t"
31544 hor_pos "c"
31545 has_inner_box 0
31546 inner_pos "t"
31547 use_parbox 0
31548 use_makebox 0
31549 width "100col%"
31550 special "none"
31551 height "1in"
31552 height_special "totalheight"
31553 thickness "0.4pt"
31554 separation "3pt"
31555 shadowsize "4pt"
31556 framecolor "black"
31557 backgroundcolor "none"
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561 改行可能な箱型
31562 \end_layout
31563
31564 \end_inset
31565
31566
31567 \end_layout
31568
31569 \begin_layout Section
31570 ボックスの詳細な設定
31571 \begin_inset Index idx
31572 status collapsed
31573
31574 \begin_layout Plain Layout
31575 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Standard
31584 楕円形ボックスの丸い角の直径は、コマンド
31585 \series bold
31586
31587 \backslash
31588 cornersize
31589 \series default
31590 で設定することができます。
31591 \end_layout
31592
31593 \begin_layout Standard
31594
31595 \series bold
31596
31597 \backslash
31598 cornersize*{1cm}
31599 \end_layout
31600
31601 \begin_layout Standard
31602 というコマンドは、直径を1
31603 \begin_inset space \thinspace{}
31604 \end_inset
31605
31606 cmに設定します。
31607 \end_layout
31608
31609 \begin_layout Standard
31610
31611 \series bold
31612
31613 \backslash
31614 cornersize{数値}
31615 \end_layout
31616
31617 \begin_layout Standard
31618 というコマンドは、直径を
31619 \family sans
31620 数値
31621 \begin_inset space \thinspace{}
31622 \end_inset
31623
31624
31625 \family default
31626
31627 \begin_inset Formula $\times$
31628 \end_inset
31629
31630
31631 \family sans
31632
31633 \begin_inset space \thinspace{}
31634 \end_inset
31635
31636 (ボックスの幅と高さの小さい方)
31637 \family default
31638 に設定します。既定値は
31639 \series bold
31640
31641 \backslash
31642 cornersize{0.5}
31643 \series default
31644 です。
31645 \end_layout
31646
31647 \begin_layout Standard
31648 \begin_inset ERT
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653
31654 \backslash
31655 cornersize*{1.5cm}
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \begin_inset Box Ovalbox
31662 position "c"
31663 hor_pos "c"
31664 has_inner_box 1
31665 inner_pos "c"
31666 use_parbox 0
31667 use_makebox 0
31668 width "25col%"
31669 special "none"
31670 height "1in"
31671 height_special "totalheight"
31672 thickness "0.4pt"
31673 separation "3pt"
31674 shadowsize "4pt"
31675 framecolor "black"
31676 backgroundcolor "none"
31677 status open
31678
31679 \begin_layout Plain Layout
31680 \align center
31681
31682 \series bold
31683
31684 \backslash
31685 cornersize
31686 \series default
31687
31688 \begin_inset space \thinspace{}
31689 \end_inset
31690
31691 =
31692 \begin_inset space \thinspace{}
31693 \end_inset
31694
31695 1.5
31696 \begin_inset space \thinspace{}
31697 \end_inset
31698
31699 cmの楕円形の箱型
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \begin_inset ERT
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709
31710
31711 \backslash
31712 cornersize{0.5}
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Standard
31721 \begin_inset VSpace bigskip
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \begin_layout Standard
31728
31729 \lang english
31730 The default background color red of 
31731 \family sans
31732 shaded background
31733 \family default
31734  boxes can either be changed locally with the command
31735 \series bold
31736 \lang japanese
31737
31738 \backslash
31739 definecolor{shadebox}
31740 \series default
31741 コマンドで局所的に変更することもできますし、
31742 \family sans
31743 ツール\SpecialChar menuseparator
31744 設定\SpecialChar menuseparator
31745 色\SpecialChar menuseparator
31746 影付きボックス
31747 \family default
31748 メニューからグローバルに変更することもできます。
31749 \series bold
31750
31751 \backslash
31752 definecolor
31753 \series default
31754 コマンドの用法は第
31755 \begin_inset CommandInset ref
31756 LatexCommand ref
31757 reference "sec:色付きの表"
31758
31759 \end_inset
31760
31761
31762 \begin_inset Foot
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 N
31767 \series bold
31768
31769 \backslash
31770 definecolor
31771 \series default
31772 は、\SpecialChar LaTeX
31773 パッケージの
31774 \series bold
31775 color
31776 \series default
31777 をプリアンブルに読み込む必要があります。第
31778 \begin_inset CommandInset ref
31779 LatexCommand ref
31780 reference "sec:色付きボックス"
31781
31782 \end_inset
31783
31784 節をご参照ください。.
31785 \end_layout
31786
31787 \end_inset
31788
31789 で説明されています。
31790 \end_layout
31791
31792 \begin_layout Standard
31793 たとえば、下記の影付き背景ボックスの外見は
31794 \end_layout
31795
31796 \begin_layout Standard
31797
31798 \series bold
31799
31800 \backslash
31801 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31802 \end_layout
31803
31804 \begin_layout Standard
31805 という\SpecialChar TeX
31806 コードコマンドを使って設定してあります。
31807 \end_layout
31808
31809 \begin_layout Standard
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \begin_inset Box Shaded
31824 position "t"
31825 hor_pos "c"
31826 has_inner_box 0
31827 inner_pos "t"
31828 use_parbox 0
31829 use_makebox 0
31830 width "100col%"
31831 special "none"
31832 height "1in"
31833 height_special "totalheight"
31834 thickness "0.4pt"
31835 separation "3pt"
31836 shadowsize "4pt"
31837 framecolor "black"
31838 backgroundcolor "none"
31839 status open
31840
31841 \begin_layout Plain Layout
31842
31843 \color yellow
31844 これは、濃緑色の背景の
31845 \family sans
31846 影付き背景
31847 \family default
31848 ボックスに入れた黄色の文章です。
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \begin_inset ERT
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858
31859
31860 \backslash
31861 definecolor{shadecolor}{rgb}{1,0,0}
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \end_layout
31868
31869 \begin_layout Standard
31870 \begin_inset VSpace bigskip
31871 \end_inset
31872
31873
31874 \lang english
31875 Manually changed sizes and colors are valid for all boxes following the
31876  commands that change them.
31877 \end_layout
31878
31879 \begin_layout Section
31880 ミニページ
31881 \begin_inset CommandInset label
31882 LatexCommand label
31883 name "sec:ミニページ"
31884
31885 \end_inset
31886
31887
31888 \begin_inset Index idx
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892 ぼっくす@ボックス ! みにぺーじ@ミニページ
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 ミニページは、\SpecialChar LaTeX
31902 によってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31903 \end_layout
31904
31905 \begin_layout Standard
31906 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31907 \end_layout
31908
31909 \begin_layout Standard
31910 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31911 \family sans
31912 挿入
31913 \family default
31914 \SpecialChar menuseparator
31915
31916 \family sans
31917 整形
31918 \family default
31919 \SpecialChar menuseparator
31920
31921 \family sans
31922 水平方向の空白
31923 \family default
31924 メニューで挿入した水平フィルで隔てられています。
31925 \begin_inset Newpage newpage
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932 \begin_inset Box Frameless
31933 position "t"
31934 hor_pos "c"
31935 has_inner_box 1
31936 inner_pos "c"
31937 use_parbox 0
31938 use_makebox 0
31939 width "45col%"
31940 special "none"
31941 height "1in"
31942 height_special "totalheight"
31943 thickness "0.4pt"
31944 separation "3pt"
31945 shadowsize "4pt"
31946 framecolor "black"
31947 backgroundcolor "none"
31948 status open
31949
31950 \begin_layout Plain Layout
31951 Dies ist ein deutscher Text.
31952  Dies ist ein deutscher Text.
31953  Dies ist ein deutscher Text.
31954  Dies ist ein deutscher Text.
31955  Dies ist ein deutscher Text.
31956  Dies ist ein deutscher Text.
31957  Dies ist ein deutscher Text.
31958  Dies ist ein deutscher Text.
31959  Dies ist ein deutscher Text.
31960  Dies ist ein deutscher Text.
31961  Dies ist ein deutscher Text.
31962  Dies ist ein deutscher Text.
31963  Dies ist ein deutscher Text
31964 \begin_inset Foot
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968 Dies ist eine deutsche Fußnote.
31969 \end_layout
31970
31971 \end_inset
31972
31973 .
31974  Dies ist ein deutscher Text.
31975  Dies ist ein deutscher Text.
31976 \end_layout
31977
31978 \end_inset
31979
31980
31981 \begin_inset space \hfill{}
31982 \end_inset
31983
31984
31985 \begin_inset Box Frameless
31986 position "t"
31987 hor_pos "c"
31988 has_inner_box 1
31989 inner_pos "c"
31990 use_parbox 0
31991 use_makebox 0
31992 width "45col%"
31993 special "none"
31994 height "1in"
31995 height_special "totalheight"
31996 thickness "0.4pt"
31997 separation "3pt"
31998 shadowsize "4pt"
31999 framecolor "black"
32000 backgroundcolor "none"
32001 status open
32002
32003 \begin_layout Plain Layout
32004 This is an English Text.
32005  This is an English Text.
32006  This is an English Text.
32007  This is an English Text.
32008  This is an English Text.
32009  This is an English Text.
32010  This is an English Text.
32011  This is an English Text.
32012  This is an English Text.
32013  This is an English Text.
32014  This is an English Text.
32015  This is an English Text.
32016  This is an English Text.
32017  This is an English Text.
32018  This is an English Text.
32019  This is an English Text.
32020 \begin_inset Foot
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 This is an English footnote.
32025 \end_layout
32026
32027 \end_inset
32028
32029  This is an English Text.
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \begin_layout Standard
32038 \begin_inset VSpace bigskip
32039 \end_inset
32040
32041 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32042 \family sans
32043 中スキップ
32044 \family default
32045 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32046 \end_layout
32047
32048 \begin_layout Standard
32049 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32050 \begin_inset CommandInset ref
32051 LatexCommand ref
32052 reference "sec:色付きボックス"
32053
32054 \end_inset
32055
32056 節をご参照ください。
32057 \end_layout
32058
32059 \begin_layout Standard
32060 \begin_inset Note Greyedout
32061 status open
32062
32063 \begin_layout Plain Layout
32064
32065 \series bold
32066 【註】
32067 \series default
32068 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Section
32077 Parbox
32078 \begin_inset CommandInset label
32079 LatexCommand label
32080 name "sec:Parboxes"
32081
32082 \end_inset
32083
32084
32085 \begin_inset Index idx
32086 status collapsed
32087
32088 \begin_layout Plain Layout
32089 ぼっくす@ボックス ! Parboxes
32090 \end_layout
32091
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \begin_layout Standard
32098 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32099 \begin_inset Separator parbreak
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \begin_layout Standard
32106 \align center
32107 \begin_inset Box Frameless
32108 position "t"
32109 hor_pos "c"
32110 has_inner_box 1
32111 inner_pos "t"
32112 use_parbox 1
32113 use_makebox 0
32114 width "33col%"
32115 special "none"
32116 height "1in"
32117 height_special "totalheight"
32118 thickness "0.4pt"
32119 separation "3pt"
32120 shadowsize "4pt"
32121 framecolor "black"
32122 backgroundcolor "none"
32123 status open
32124
32125 \begin_layout Plain Layout
32126 これはparbox内の文章です。これはparbox内の文章です。
32127 \end_layout
32128
32129 \begin_layout Plain Layout
32130 右の脚注は表示されません。
32131 \begin_inset Foot
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135 これはparbox内の脚注であり、したがって表示はされません。
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Section
32149 単語や文字のボックス
32150 \begin_inset Index idx
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 ぼっくす@ボックス ! もじよう@文字用
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Subsection
32163 ハイフネーションの回避
32164 \begin_inset CommandInset label
32165 LatexCommand label
32166 name "sec:ハイフネーションの回避"
32167
32168 \end_inset
32169
32170
32171 \begin_inset Index idx
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 単語や文章がハイフネートされるのを防ぐには、
32185 \family sans
32186 makebox
32187 \family default
32188 型ボックスを使うことができます。
32189 \begin_inset Newline newline
32190 \end_inset
32191
32192 以下が例示用の文章です。
32193 \end_layout
32194
32195 \begin_layout Standard
32196 This line is an example to show how you can prevent the hyphenation of 
32197 \begin_inset Quotes eld
32198 \end_inset
32199
32200 veryverylongword
32201 \begin_inset Quotes erd
32202 \end_inset
32203
32204 .
32205 \end_layout
32206
32207 \begin_layout Standard
32208 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32209 \family sans
32210 内部ボックス
32211 \family default
32212
32213 \family sans
32214 makebox
32215 \family default
32216 コマンドに設定し、幅は指定しません。
32217 \end_layout
32218
32219 \begin_layout Standard
32220 以下がその結果です。
32221 \end_layout
32222
32223 \begin_layout Standard
32224 This line is an example to show how you can prevent the hyphenation of 
32225 \begin_inset Box Frameless
32226 position "t"
32227 hor_pos "c"
32228 has_inner_box 1
32229 inner_pos "t"
32230 use_parbox 0
32231 use_makebox 1
32232 width ""
32233 special "none"
32234 height "1in"
32235 height_special "totalheight"
32236 thickness "0.4pt"
32237 separation "3pt"
32238 shadowsize "4pt"
32239 framecolor "black"
32240 backgroundcolor "none"
32241 status open
32242
32243 \begin_layout Plain Layout
32244 \begin_inset Quotes eld
32245 \end_inset
32246
32247 veryverylongword
32248 \begin_inset Quotes erd
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \end_inset
32255
32256 .
32257 \end_layout
32258
32259 \begin_layout Standard
32260 別の方法としては、以下のように、単語の前に直接\SpecialChar TeX
32261 コードで「
32262 \series bold
32263
32264 \backslash
32265 -
32266 \series default
32267 」コマンドを設定する方法もあります。
32268 \end_layout
32269
32270 \begin_layout Standard
32271 This line is an example to show how you can prevent the hyphenation of 
32272 \begin_inset Quotes eld
32273 \end_inset
32274
32275
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 -
32284 \end_layout
32285
32286 \end_inset
32287
32288 veryverylongword
32289 \begin_inset Quotes erd
32290 \end_inset
32291
32292 .
32293 \end_layout
32294
32295 \begin_layout Standard
32296 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32297 \family sans
32298 挿入
32299 \family default
32300 \SpecialChar menuseparator
32301
32302 \family sans
32303 整形
32304 \family default
32305 \SpecialChar menuseparator
32306
32307 \family sans
32308 整形なし改行
32309 \family default
32310 メニュー(
32311 \begin_inset Flex Ruby
32312 status collapsed
32313
32314 \begin_layout Plain Layout
32315 捷径
32316 \begin_inset Argument post:1
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320 ショートカット
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \begin_inset Info
32332 type  "shortcut"
32333 arg   "newline-insert newline"
32334 \end_inset
32335
32336 )から改行を単語の前に入れてください。
32337 \end_layout
32338
32339 \begin_layout Standard
32340 This line is an example to show how you can prevent the hyphenation of 
32341 \begin_inset Newline newline
32342 \end_inset
32343
32344
32345 \begin_inset Box Frameless
32346 position "t"
32347 hor_pos "c"
32348 has_inner_box 1
32349 inner_pos "t"
32350 use_parbox 0
32351 use_makebox 1
32352 width ""
32353 special "none"
32354 height "1in"
32355 height_special "totalheight"
32356 thickness "0.4pt"
32357 separation "3pt"
32358 shadowsize "4pt"
32359 framecolor "black"
32360 backgroundcolor "none"
32361 status open
32362
32363 \begin_layout Plain Layout
32364 \begin_inset Quotes eld
32365 \end_inset
32366
32367 veryverylongword
32368 \begin_inset Quotes erd
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375
32376 .
32377 \end_layout
32378
32379 \begin_layout Subsection
32380 垂直揃え
32381 \begin_inset CommandInset label
32382 LatexCommand label
32383 name "subsec:垂直揃え"
32384
32385 \end_inset
32386
32387
32388 \begin_inset Index idx
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \begin_inset Index idx
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 ぼっくす@ボックス ! Raiseboxes
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \end_layout
32409
32410 \begin_layout Standard
32411
32412 \series bold
32413
32414 \backslash
32415 raisebox
32416 \series default
32417 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32418 \series bold
32419
32420 \backslash
32421 raisebox
32422 \series default
32423 は以下の書式で使用します。
32424 \end_layout
32425
32426 \begin_layout Standard
32427
32428 \series bold
32429
32430 \backslash
32431 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32432 \end_layout
32433
32434 \begin_layout Standard
32435 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32436 \end_layout
32437
32438 \begin_layout Standard
32439 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前に\SpecialChar TeX
32440 コードで
32441 \end_layout
32442
32443 \begin_layout Standard
32444
32445 \series bold
32446
32447 \backslash
32448 raisebox{
32449 \backslash
32450 depth}{
32451 \end_layout
32452
32453 \begin_layout Standard
32454 というコマンドを挿入してください。単語の後には、閉じ括弧「
32455 \series bold
32456 }
32457 \series default
32458 」を\SpecialChar TeX
32459 コードで挿入してください。
32460 \begin_inset Newline newline
32461 \end_inset
32462
32463 以下がその出力です。
32464 \end_layout
32465
32466 \begin_layout Standard
32467 This is a text line with the word 
32468 \begin_inset ERT
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472
32473
32474 \backslash
32475 raisebox{
32476 \backslash
32477 depth}{
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \begin_inset Quotes eld
32484 \end_inset
32485
32486 preventing
32487 \begin_inset Quotes erd
32488 \end_inset
32489
32490
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495
32496 }
32497 \end_layout
32498
32499 \end_inset
32500
32501  as raised word.
32502 \end_layout
32503
32504 \begin_layout Standard
32505 \begin_inset VSpace bigskip
32506 \end_inset
32507
32508 行中の文字を上げ下げすると、以下のように行間が広がります。
32509 \end_layout
32510
32511 \begin_layout Standard
32512 This is a text line with the word 
32513 \begin_inset ERT
32514 status collapsed
32515
32516 \begin_layout Plain Layout
32517
32518
32519 \backslash
32520 raisebox{-
32521 \backslash
32522 depth}{
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \begin_inset Quotes eld
32529 \end_inset
32530
32531 preventing
32532 \begin_inset Quotes erd
32533 \end_inset
32534
32535
32536 \begin_inset ERT
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540
32541 }
32542 \end_layout
32543
32544 \end_inset
32545
32546  as lowered word.
32547 \begin_inset Newline newline
32548 \end_inset
32549
32550 This is a text line with the word 
32551 \begin_inset ERT
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555
32556
32557 \backslash
32558 raisebox{0.5cm}{
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \begin_inset Quotes eld
32565 \end_inset
32566
32567 testing
32568 \begin_inset Quotes erd
32569 \end_inset
32570
32571
32572 \begin_inset ERT
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576
32577 }
32578 \end_layout
32579
32580 \end_inset
32581
32582  as raised word.
32583 \end_layout
32584
32585 \begin_layout Standard
32586 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32587 \end_layout
32588
32589 \begin_layout Standard
32590
32591 \series bold
32592
32593 \backslash
32594 raisebox{-
32595 \backslash
32596 depth}[0pt]{
32597 \end_layout
32598
32599 \begin_layout Standard
32600 とすると、
32601 \end_layout
32602
32603 \begin_layout Standard
32604 This is a text line with the word 
32605 \begin_inset ERT
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609
32610
32611 \backslash
32612 raisebox{-
32613 \backslash
32614 depth}[0pt]{
32615 \end_layout
32616
32617 \end_inset
32618
32619
32620 \begin_inset Quotes eld
32621 \end_inset
32622
32623 preventing
32624 \begin_inset Quotes erd
32625 \end_inset
32626
32627
32628 \begin_inset ERT
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632
32633 }
32634 \end_layout
32635
32636 \end_inset
32637
32638  as lowered word.
32639 \begin_inset Newline newline
32640 \end_inset
32641
32642
32643 \begin_inset Newline newline
32644 \end_inset
32645
32646 This is a text line with the word 
32647 \begin_inset ERT
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651
32652
32653 \backslash
32654 raisebox{0.5cm}[0pt]{
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \begin_inset Quotes eld
32661 \end_inset
32662
32663 testing
32664 \begin_inset Quotes erd
32665 \end_inset
32666
32667
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672
32673 }
32674 \end_layout
32675
32676 \end_inset
32677
32678  as raised word.
32679 \end_layout
32680
32681 \begin_layout Section
32682 色付きボックス
32683 \begin_inset CommandInset label
32684 LatexCommand label
32685 name "sec:色付きボックス"
32686
32687 \end_inset
32688
32689
32690 \begin_inset Index idx
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694 ぼっくす@ボックス ! いろつき@色付き
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Standard
32703
32704 \lang english
32705 To color the background of a box just select the color you like in the box
32706  dialog.
32707  This is for example a box with orange background: 
32708 \begin_inset Box Frameless
32709 position "t"
32710 hor_pos "c"
32711 has_inner_box 1
32712 inner_pos "t"
32713 use_parbox 0
32714 use_makebox 1
32715 width ""
32716 special "none"
32717 height "1in"
32718 height_special "totalheight"
32719 thickness "0.4pt"
32720 separation "3pt"
32721 shadowsize "4pt"
32722 framecolor "black"
32723 backgroundcolor "orange"
32724 status open
32725
32726 \begin_layout Plain Layout
32727
32728 \lang english
32729 Box with orange background
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738
32739 \lang english
32740 If you use the decoration
32741 \family sans
32742 \lang japanese
32743 簡素な長方形の枠
32744 \family default
32745 \lang english
32746 you can set a frame color.
32747  In this case you must also specify a background color (LyX sets white as
32748  default).
32749  Here is an example: 
32750 \begin_inset Box Boxed
32751 position "t"
32752 hor_pos "c"
32753 has_inner_box 0
32754 inner_pos "t"
32755 use_parbox 0
32756 use_makebox 0
32757 width ""
32758 special "none"
32759 height "1in"
32760 height_special "totalheight"
32761 thickness "0.4pt"
32762 separation "3pt"
32763 shadowsize "4pt"
32764 framecolor "teal"
32765 backgroundcolor "yellow"
32766 status open
32767
32768 \begin_layout Plain Layout
32769
32770 \lang english
32771 Box with teal frame color and yellow background color
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Standard
32780 \begin_inset VSpace bigskip
32781 \end_inset
32782
32783
32784 \lang english
32785 Of course you can also have colored text inside a colored box:
32786 \lang japanese
32787
32788 \begin_inset Newline newline
32789 \end_inset
32790
32791
32792 \begin_inset Box Boxed
32793 position "t"
32794 hor_pos "c"
32795 has_inner_box 0
32796 inner_pos "t"
32797 use_parbox 0
32798 use_makebox 0
32799 width ""
32800 special "none"
32801 height "1in"
32802 height_special "totalheight"
32803 thickness "0.4pt"
32804 separation "3pt"
32805 shadowsize "4pt"
32806 framecolor "cyan"
32807 backgroundcolor "magenta"
32808 status open
32809
32810 \begin_layout Plain Layout
32811
32812 \color yellow
32813 これは着色した色付きボックス中の色付き文章です。
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Standard
32822 \begin_inset VSpace bigskip
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Standard
32829
32830 \lang english
32831 If you need another color than the predefined ones, you can define your
32832  own color as described in section
32833 \begin_inset space ~
32834 \end_inset
32835
32836
32837 \lang japanese
32838
32839 \begin_inset CommandInset ref
32840 LatexCommand ref
32841 reference "sec:色付きの表"
32842
32843 \end_inset
32844
32845
32846 \lang english
32847 .
32848  To use your own color you must typeset the box by using TeX code:
32849 \end_layout
32850
32851 \begin_layout Standard
32852
32853 \lang english
32854 Colored boxes without frame are created with the command
32855 \series bold
32856 \lang japanese
32857
32858 \backslash
32859 colorbox
32860 \series default
32861 コマンドを使って作ります。これは、以下のような書式で使われます。
32862 \end_layout
32863
32864 \begin_layout Standard
32865
32866 \series bold
32867
32868 \backslash
32869 colorbox{color}{ボックスの内容}
32870 \end_layout
32871
32872 \begin_layout Standard
32873 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。たとえば、単語の背景を赤にするには、単語の前に\SpecialChar TeX
32874 コードで
32875 \begin_inset Note Note
32876 status open
32877
32878 \begin_layout Plain Layout
32879 @Koji: replace here red by darkgreen
32880 \end_layout
32881
32882 \end_inset
32883
32884
32885 \end_layout
32886
32887 \begin_layout Standard
32888
32889 \series bold
32890
32891 \backslash
32892 colorbox{darkgreen}{
32893 \end_layout
32894
32895 \begin_layout Standard
32896 というコマンドを入れてください。単語の後には、\SpecialChar TeX
32897 コードで閉じ括弧「
32898 \series bold
32899 }
32900 \series default
32901 」を入れてください。
32902 \begin_inset Newline newline
32903 \end_inset
32904
32905 以下がその結果です。
32906 \end_layout
32907
32908 \begin_layout Standard
32909 この行では、
32910 \begin_inset ERT
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914
32915
32916 \backslash
32917 colorbox{darkgreen}{
32918 \end_layout
32919
32920 \end_inset
32921
32922 「注意!」
32923 \begin_inset ERT
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928 }
32929 \end_layout
32930
32931 \end_inset
32932
32933 という単語が赤い背景になっています。
32934 \begin_inset Note Note
32935 status open
32936
32937 \begin_layout Plain Layout
32938 @Koji: replace here red by darkgreen
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \begin_layout Standard
32947
32948 \lang english
32949 Framed, colored boxes are created with the command
32950 \series bold
32951 \lang japanese
32952
32953 \backslash
32954 fcolorbox
32955 \series default
32956 コマンドを使います。
32957 \end_layout
32958
32959 \begin_layout Standard
32960
32961 \series bold
32962
32963 \backslash
32964 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32965 \end_layout
32966
32967 \begin_layout Section
32968 ボックスの伸縮回転
32969 \end_layout
32970
32971 \begin_layout Standard
32972
32973 \lang english
32974 To use the boxes described in this section, the module 
32975 \family sans
32976 GraphicBoxes
32977 \family default
32978  must be loaded in the document settings.
32979 \end_layout
32980
32981 \begin_layout Standard
32982 \begin_inset Note Greyedout
32983 status open
32984
32985 \begin_layout Plain Layout
32986
32987 \series bold
32988 【註】
32989 \series default
32990 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 \begin_inset Note Greyedout
33000 status open
33001
33002 \begin_layout Plain Layout
33003
33004 \series bold
33005 【註】
33006 \series default
33007 フロートは回転伸縮したボックスの中に入れることはできません。
33008 \end_layout
33009
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Subsection
33016 ボックスの回転
33017 \begin_inset Index idx
33018 status collapsed
33019
33020 \begin_layout Plain Layout
33021 ぼっくす@ボックス ! かいてんした@回転した
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \begin_inset Index idx
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 かいてん@回転 ! そざいの@素材の—
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 ず@図 ! のかいてん@—の回転
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \begin_inset Index idx
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 ひょうのちょうせい@表の調整 ! かいてん@回転
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060
33061 \lang english
33062 To rotate material, you can put it into a 
33063 \family sans
33064 Rotatebox
33065 \family default
33066 .
33067  Such a box is inserted via the menu 
33068 \family sans
33069 Insert\SpecialChar menuseparator
33070 Custom Insets\SpecialChar menuseparator
33071 Rotatebox
33072 \family default
33073 .
33074 \end_layout
33075
33076 \begin_layout Standard
33077
33078 \lang english
33079 The rotation origin can be specified via the inset 
33080 \family sans
33081 Origin
33082 \family default
33083  (menu 
33084 \family sans
33085 Insert\SpecialChar menuseparator
33086 Origin
33087 \family default
33088 ) in the form 
33089 \series bold
33090 \lang japanese
33091 origin=位置
33092 \series default
33093 。位置として指定可能なのは、
33094 \emph on
33095 c
33096 \emph default
33097 (中央揃え)・
33098 \emph on
33099 l
33100 \emph default
33101 (左揃え)・
33102 \emph on
33103 r
33104 \emph default
33105 (右揃え)・
33106 \emph on
33107 b
33108 \emph default
33109 (下揃え)・
33110 \emph on
33111 t
33112 \emph default
33113 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33114 \emph on
33115 lt
33116 \emph default
33117 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33118 \emph on
33119 l
33120 \emph default
33121 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33122 \end_layout
33123
33124 \begin_layout Standard
33125
33126 \lang english
33127 In the following example 
33128 \series bold
33129 origin=c
33130 \series default
33131  was inserted to the 
33132 \family sans
33133 Option
33134 \family default
33135  inset and 
33136 \series bold
33137 60
33138 \series default
33139  was inserted to the 
33140 \family sans
33141 Angle
33142 \family default
33143  inset.
33144 \end_layout
33145
33146 \begin_layout Standard
33147 これは、
33148 \begin_inset Flex Rotatebox
33149 status open
33150
33151 \begin_layout Plain Layout
33152 \begin_inset Argument 1
33153 status open
33154
33155 \begin_layout Plain Layout
33156 origin=c
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \begin_inset Argument 2
33163 status open
33164
33165 \begin_layout Plain Layout
33166 60
33167 \end_layout
33168
33169 \end_inset
33170
33171 回転した
33172 \end_layout
33173
33174 \end_inset
33175
33176 文章を含む行です。
33177 \end_layout
33178
33179 \begin_layout Standard
33180 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33181 \end_layout
33182
33183 \begin_layout Standard
33184 これは、
33185 \begin_inset Flex Rotatebox
33186 status open
33187
33188 \begin_layout Plain Layout
33189 \begin_inset Argument 1
33190 status open
33191
33192 \begin_layout Plain Layout
33193 origin=r
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset Argument 2
33200 status open
33201
33202 \begin_layout Plain Layout
33203 60
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \begin_inset Box Doublebox
33210 position "c"
33211 hor_pos "c"
33212 has_inner_box 0
33213 inner_pos "c"
33214 use_parbox 0
33215 use_makebox 0
33216 width "1in"
33217 special "width"
33218 height "1in"
33219 height_special "totalheight"
33220 thickness "0.4pt"
33221 separation "3pt"
33222 shadowsize "4pt"
33223 framecolor "black"
33224 backgroundcolor "none"
33225 status open
33226
33227 \begin_layout Plain Layout
33228 回転した
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \end_inset
33237
33238 枠付き文章と
33239 \begin_inset Flex Rotatebox
33240 status open
33241
33242 \begin_layout Plain Layout
33243 \begin_inset Argument 1
33244 status open
33245
33246 \begin_layout Plain Layout
33247 origin=lb
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \begin_inset Argument 2
33254 status open
33255
33256 \begin_layout Plain Layout
33257 60
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \end_inset
33270
33271 数式を含む行です。
33272 \end_layout
33273
33274 \begin_layout Standard
33275 あるいは、以下のように図や表を入れることもできます。
33276 \end_layout
33277
33278 \begin_layout Standard
33279 これは、
33280 \begin_inset Flex Rotatebox
33281 status open
33282
33283 \begin_layout Plain Layout
33284 \begin_inset Argument 1
33285 status open
33286
33287 \begin_layout Plain Layout
33288 origin=lb
33289 \end_layout
33290
33291 \end_inset
33292
33293
33294 \begin_inset Argument 2
33295 status open
33296
33297 \begin_layout Plain Layout
33298 90
33299 \end_layout
33300
33301 \end_inset
33302
33303
33304 \begin_inset Graphics
33305         filename ../clipart/platypus.eps
33306         lyxscale 50
33307         width 25col%
33308
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \end_inset
33315
33316 回転した画像と
33317 \begin_inset Flex Rotatebox
33318 status open
33319
33320 \begin_layout Plain Layout
33321 \begin_inset Argument 2
33322 status open
33323
33324 \begin_layout Plain Layout
33325 -90
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \begin_inset Tabular
33332 <lyxtabular version="3" rows="2" columns="2">
33333 <features tabularvalignment="middle">
33334 <column alignment="center" valignment="top">
33335 <column alignment="center" valignment="top">
33336 <row>
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341 q
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350 w
33351 \end_layout
33352
33353 \end_inset
33354 </cell>
33355 </row>
33356 <row>
33357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Plain Layout
33361 e
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Plain Layout
33370 r
33371 \end_layout
33372
33373 \end_inset
33374 </cell>
33375 </row>
33376 </lyxtabular>
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \end_inset
33384
33385 表を含む行です。
33386 \end_layout
33387
33388 \begin_layout Standard
33389
33390 \lang english
33391 \begin_inset Note Greyedout
33392 status open
33393
33394 \begin_layout Plain Layout
33395
33396 \series bold
33397 \lang english
33398 Note:
33399 \series default
33400  If the 
33401 \family sans
33402 Angle
33403 \family default
33404  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
33405
33406  errors when viewing/exporting the document.
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Subsection
33415 ボックスの伸縮
33416 \begin_inset Index idx
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \begin_inset Index idx
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 しんしゅく@伸縮 ! そざいの@素材の—
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \begin_inset Index idx
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 ず@図 ! のしんしゅく@—の伸縮
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \begin_inset Index idx
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Standard
33459
33460 \lang english
33461 To scale material put it into a 
33462 \family sans
33463 Scalebox
33464 \family default
33465 .
33466  Such a box is inserted via the menu 
33467 \family sans
33468 Insert\SpecialChar menuseparator
33469 Custom Insets\SpecialChar menuseparator
33470 Scalebox
33471 \family default
33472 .
33473 \end_layout
33474
33475 \begin_layout Standard
33476
33477 \lang english
33478 The 
33479 \family sans
33480 Scalebox
33481 \family default
33482  inset has the mandatory inset 
33483 \family sans
33484 H-Factor
33485 \family default
33486  and the optional inset 
33487 \family sans
33488 V-Factor
33489 \family default
33490  (inserted via the menu 
33491 \family sans
33492 Insert\SpecialChar menuseparator
33493 V-Factor)
33494 \family default
33495 .
33496  Input there there horizontal and vertical scale factor, respectively.
33497  If no 
33498 \family sans
33499 V-Factor
33500 \family default
33501  inset is used, the horizontal factor will also be used as the vertical
33502  one.
33503 \end_layout
33504
33505 \begin_layout Standard
33506
33507 \lang english
33508 To get for example the double text size, compared to the document text size,
33509  insert 
33510 \series bold
33511 2
33512 \series default
33513  into the 
33514 \family sans
33515 H-Factor
33516 \family default
33517  inset.
33518  An example
33519 \lang japanese
33520
33521 \begin_inset Flex Scalebox
33522 status open
33523
33524 \begin_layout Plain Layout
33525 \begin_inset Argument 1
33526 status open
33527
33528 \begin_layout Plain Layout
33529 2
33530 \end_layout
33531
33532 \end_inset
33533
33534 こんにちは
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Standard
33543
33544 \series bold
33545 \lang english
33546 2
33547 \series default
33548  as 
33549 \family sans
33550 H-Factor
33551 \family default
33552  and 
33553 \series bold
33554 1
33555 \series default
33556  as 
33557 \family sans
33558 V-Factor
33559 \family default
33560  distorts the
33561 \lang japanese
33562  
33563 \begin_inset Flex Scalebox
33564 status open
33565
33566 \begin_layout Plain Layout
33567 \begin_inset Argument 1
33568 status open
33569
33570 \begin_layout Plain Layout
33571 2
33572 \end_layout
33573
33574 \end_inset
33575
33576
33577 \begin_inset Argument 2
33578 status open
33579
33580 \begin_layout Plain Layout
33581 1
33582 \end_layout
33583
33584 \end_inset
33585
33586 こんにちは
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \begin_layout Standard
33595
33596 \lang english
33597 If the scaling factor is negative, the box content will be mirrored.
33598  Therefore 
33599 \series bold
33600 -1
33601 \series default
33602  as 
33603 \family sans
33604 H-Factor
33605 \family default
33606  and 
33607 \series bold
33608 1
33609 \series default
33610  as 
33611 \family sans
33612 V-Factor
33613 \family default
33614  can be used to create mirror writing
33615 \lang japanese
33616
33617 \begin_inset Flex Scalebox
33618 status open
33619
33620 \begin_layout Plain Layout
33621 \begin_inset Argument 1
33622 status open
33623
33624 \begin_layout Plain Layout
33625 -1
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \begin_inset Argument 2
33632 status open
33633
33634 \begin_layout Plain Layout
33635 1
33636 \end_layout
33637
33638 \end_inset
33639
33640 こんにちは
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Standard
33649
33650 \series bold
33651 \lang english
33652 -1
33653 \series default
33654  as 
33655 \family sans
33656 H-Factor
33657 \family default
33658  and 
33659 \series bold
33660 1
33661 \series default
33662  as 
33663 \family sans
33664 V-Factor
33665 \family default
33666  reflects the
33667 \lang japanese
33668  
33669 \begin_inset Flex Scalebox
33670 status open
33671
33672 \begin_layout Plain Layout
33673 \begin_inset Argument 1
33674 status open
33675
33676 \begin_layout Plain Layout
33677 1
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \begin_inset Argument 2
33684 status open
33685
33686 \begin_layout Plain Layout
33687 -1
33688 \end_layout
33689
33690 \end_inset
33691
33692 こんにちは
33693 \end_layout
33694
33695 \end_inset
33696
33697  
33698 \lang english
33699 at the base line.
33700 \end_layout
33701
33702 \begin_layout Standard
33703
33704 \lang english
33705 The 
33706 \family sans
33707 Reflectbox
33708 \family default
33709  (menu 
33710 \family sans
33711 Insert\SpecialChar menuseparator
33712 Custom Insets\SpecialChar menuseparator
33713 Reflectbox
33714 \family default
33715 ) is equivalent to 
33716 \series bold
33717 -1
33718 \series default
33719  as 
33720 \family sans
33721 H-Factor
33722 \family default
33723  and 
33724 \series bold
33725 1
33726 \series default
33727  as 
33728 \family sans
33729 V-Factor 
33730 \family default
33731 for a 
33732 \family sans
33733 Scalebox
33734 \family default
33735 .
33736 \end_layout
33737
33738 \begin_layout Standard
33739
33740 \lang english
33741 \begin_inset Note Greyedout
33742 status open
33743
33744 \begin_layout Plain Layout
33745
33746 \series bold
33747 \lang english
33748 Note:
33749 \series default
33750  If the 
33751 \family sans
33752 H-Factor
33753 \family default
33754  inset is empty or contains other characters than numbers you will get LaTeX
33755  errors when viewing/exporting the document.
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Standard
33764 \begin_inset VSpace bigskip
33765 \end_inset
33766
33767
33768 \lang english
33769 The 
33770 \family sans
33771 Resizebox
33772 \family default
33773  (menu 
33774 \family sans
33775 Insert\SpecialChar menuseparator
33776 Custom Insets\SpecialChar menuseparator
33777 Resizebox
33778 \family default
33779 ) is used to scale the content to a defined width and height.
33780  The 
33781 \family sans
33782 Resizebox
33783 \family default
33784  inset has the mandatory inset 
33785 \family sans
33786 Width
33787 \family default
33788  and the optional inset 
33789 \family sans
33790 Height
33791 \family default
33792  (inserted via the menu 
33793 \family sans
33794 Insert\SpecialChar menuseparator
33795 Height)
33796 \family default
33797 .
33798  Input there there width and height, respectively, as value with a unit.
33799  
33800 \lang japanese
33801
33802 \begin_inset CommandInset ref
33803 LatexCommand ref
33804 reference "tab:単位"
33805
33806 \end_inset
33807
33808
33809 \lang english
33810  lists the possible units.
33811  If there is an exclamation mark 
33812 \series bold
33813 !
33814 \series default
33815  in of of the two insets, the size is set so that the aspect ratio of the
33816  box content is kept.
33817  If no 
33818 \family sans
33819 Height
33820 \family default
33821  inset is used an exclamation mark will internally be used for the height.
33822 \end_layout
33823
33824 \begin_layout Standard
33825
33826 \series bold
33827 \lang english
33828 2cm
33829 \series default
33830  as 
33831 \family sans
33832 Width
33833 \family default
33834  and 
33835 \series bold
33836 1cm
33837 \series default
33838  as 
33839 \family sans
33840 Height
33841 \family default
33842  produces
33843 \lang japanese
33844
33845 \begin_inset Flex Resizebox
33846 status open
33847
33848 \begin_layout Plain Layout
33849 \begin_inset Argument 1
33850 status open
33851
33852 \begin_layout Plain Layout
33853 2cm
33854 \end_layout
33855
33856 \end_inset
33857
33858
33859 \begin_inset Argument 2
33860 status open
33861
33862 \begin_layout Plain Layout
33863 1cm
33864 \end_layout
33865
33866 \end_inset
33867
33868 こんにちは
33869 \end_layout
33870
33871 \end_inset
33872
33873
33874 \begin_inset Newline newline
33875 \end_inset
33876
33877
33878 \series bold
33879 \lang english
33880 2cm
33881 \series default
33882  as 
33883 \family sans
33884 Width
33885 \family default
33886  and 
33887 \series bold
33888 !
33889 \series default
33890  as 
33891 \family sans
33892 Height
33893 \family default
33894  (or no 
33895 \family sans
33896 Height
33897 \family default
33898 ) produces
33899 \lang japanese
33900
33901 \begin_inset Flex Resizebox
33902 status open
33903
33904 \begin_layout Plain Layout
33905 \begin_inset Argument 1
33906 status open
33907
33908 \begin_layout Plain Layout
33909 2cm
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \begin_inset Argument 2
33916 status open
33917
33918 \begin_layout Plain Layout
33919 !
33920 \end_layout
33921
33922 \end_inset
33923
33924 こんにちは
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \begin_layout Standard
33933
33934 \lang english
33935 \begin_inset Note Greyedout
33936 status open
33937
33938 \begin_layout Plain Layout
33939
33940 \series bold
33941 \lang english
33942 Note:
33943 \series default
33944  If the 
33945 \family sans
33946 Width
33947 \family default
33948  inset is empty or contains an invalid unit you will get LaTeX errors when
33949  viewing/exporting the document.
33950 \end_layout
33951
33952 \end_inset
33953
33954
33955 \end_layout
33956
33957 \begin_layout Standard
33958 \begin_inset VSpace bigskip
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 ボックスは好きな順序で組み合わせることができます。
33966 \lang english
33967 As example a 
33968 \family sans
33969 Reflectbox
33970 \family default
33971  inside a 
33972 \family sans
33973 Resizebox
33974 \family default
33975  which is in turn inside a 
33976 \family sans
33977 Rotatebox
33978 \family default
33979 :
33980 \end_layout
33981
33982 \begin_layout Standard
33983 \noindent
33984 \align center
33985 \begin_inset Flex Rotatebox
33986 status open
33987
33988 \begin_layout Plain Layout
33989 \begin_inset Argument 1
33990 status open
33991
33992 \begin_layout Plain Layout
33993 origin=c
33994 \end_layout
33995
33996 \end_inset
33997
33998
33999 \begin_inset Argument 2
34000 status open
34001
34002 \begin_layout Plain Layout
34003 -45
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \begin_inset Flex Resizebox
34010 status open
34011
34012 \begin_layout Plain Layout
34013 \begin_inset Argument 1
34014 status open
34015
34016 \begin_layout Plain Layout
34017 2cm
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \begin_inset Flex Reflectbox
34024 status open
34025
34026 \begin_layout Plain Layout
34027 こんにちは
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \noindent
34047 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \noindent
34052 \align center
34053 \begin_inset Flex Resizebox
34054 status open
34055
34056 \begin_layout Plain Layout
34057 \begin_inset Argument 1
34058 status open
34059
34060 \begin_layout Plain Layout
34061 2cm
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \begin_inset Flex Reflectbox
34068 status open
34069
34070 \begin_layout Plain Layout
34071 \begin_inset Graphics
34072         filename ../clipart/platypus.eps
34073         lyxscale 50
34074         width 25col%
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \end_inset
34087
34088  
34089 \begin_inset Flex Resizebox
34090 status open
34091
34092 \begin_layout Plain Layout
34093 \begin_inset Argument 1
34094 status open
34095
34096 \begin_layout Plain Layout
34097 2cm
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \begin_inset Flex Reflectbox
34104 status open
34105
34106 \begin_layout Plain Layout
34107 \begin_inset Tabular
34108 <lyxtabular version="3" rows="2" columns="2">
34109 <features tabularvalignment="middle">
34110 <column alignment="center" valignment="top">
34111 <column alignment="center" valignment="top">
34112 <row>
34113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117 q
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126 w
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 </row>
34132 <row>
34133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34134 \begin_inset Text
34135
34136 \begin_layout Plain Layout
34137 e
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34143 \begin_inset Text
34144
34145 \begin_layout Plain Layout
34146 r
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 </row>
34152 </lyxtabular>
34153
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \end_inset
34165
34166  
34167 \begin_inset Flex Resizebox
34168 status open
34169
34170 \begin_layout Plain Layout
34171 \begin_inset Argument 1
34172 status open
34173
34174 \begin_layout Plain Layout
34175 3cm
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \begin_inset Flex Reflectbox
34182 status open
34183
34184 \begin_layout Plain Layout
34185 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 文書で大域的に数式様式
34203 \series bold
34204 fleqn
34205 \series default
34206 を使用している場合
34207 \begin_inset Foot
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34212 \end_layout
34213
34214 \end_inset
34215
34216 には、別行建て数式も伸縮させることができます。
34217 \end_layout
34218
34219 \begin_layout Chapter
34220 本文回り込みオブジェクト
34221 \begin_inset Index idx
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225 ほんぶんまわりこみ@本文回り込み
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Section
34234 折返しフロート
34235 \begin_inset CommandInset label
34236 LatexCommand label
34237 name "sec:折返しフロート"
34238
34239 \end_inset
34240
34241
34242 \begin_inset Index idx
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34247 \end_layout
34248
34249 \end_inset
34250
34251
34252 \begin_inset Index idx
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Standard
34265 \begin_inset Wrap figure
34266 lines 0
34267 placement l
34268 overhang 1cm
34269 width "40col%"
34270 status open
34271
34272 \begin_layout Plain Layout
34273 \begin_inset Graphics
34274         filename ../clipart/mobius.eps
34275         width 40col%
34276         scaleBeforeRotation
34277         rotateOrigin center
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Plain Layout
34285 \begin_inset Caption Standard
34286
34287 \begin_layout Plain Layout
34288 \begin_inset CommandInset label
34289 LatexCommand label
34290 name "fig:折返し図フロート"
34291
34292 \end_inset
34293
34294 これは折返し図フロートです。
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \end_inset
34303
34304 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、\SpecialChar LaTeX
34305 パッケージの
34306 \series bold
34307 wrapfig
34308 \series default
34309
34310 \begin_inset Index idx
34311 status collapsed
34312
34313 \begin_layout Plain Layout
34314 \SpecialChar LaTeX
34315 ぱっけーじ@\SpecialChar LaTeX
34316 パッケージ ! wrapfig
34317 \end_layout
34318
34319 \end_inset
34320
34321 を導入済みであれば、
34322 \family sans
34323 挿入\SpecialChar menuseparator
34324 フロート\SpecialChar menuseparator
34325 折返し図フロート
34326 \family default
34327
34328 \family sans
34329 折返し表フロート
34330 \family default
34331 メニューで挿入することができます
34332 \begin_inset Foot
34333 status collapsed
34334
34335 \begin_layout Plain Layout
34336 \SpecialChar LaTeX
34337 パッケージの導入方法は、取扱説明書の『\SpecialChar LaTeX
34338 の設定』に説明されています。
34339 \end_layout
34340
34341 \end_inset
34342
34343 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34344 \family sans
34345 配置
34346 \family default
34347
34348 \family sans
34349
34350 \family default
34351 です。非必須項目として、
34352 \family sans
34353 ぶら下げ
34354 \family default
34355
34356 \family sans
34357 行幅
34358 \family default
34359 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34360 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34361 にするか、周囲の段落までフロートすることを\SpecialChar LaTeX
34362 に許可するかを指定することができます。第
34363 \begin_inset CommandInset ref
34364 LatexCommand ref
34365 reference "fig:折返し図フロート"
34366
34367 \end_inset
34368
34369 図は、40
34370 \begin_inset space \thinspace{}
34371 \end_inset
34372
34373 列幅%の幅と1
34374 \begin_inset space \thinspace{}
34375 \end_inset
34376
34377 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34378 \end_layout
34379
34380 \begin_layout Standard
34381 \begin_inset Note Greyedout
34382 status open
34383
34384 \begin_layout Plain Layout
34385
34386 \series bold
34387 【註】
34388 \series default
34389 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34390 上書きされて出力されたりします。
34391 \end_layout
34392
34393 \end_inset
34394
34395
34396 \end_layout
34397
34398 \begin_layout Standard
34399 原則として、
34400 \end_layout
34401
34402 \begin_layout Itemize
34403 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34404 うになってから、正確な位置に挿入しなくてはなりません。
34405 \end_layout
34406
34407 \begin_layout Itemize
34408 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34409 \end_layout
34410
34411 \begin_layout Itemize
34412 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34413 \end_layout
34414
34415 \begin_layout Itemize
34416 折返しフロートは、節見出しや表中に入れることは認められていません。
34417 \end_layout
34418
34419 \begin_layout Itemize
34420 連番や参照は、第
34421 \begin_inset CommandInset ref
34422 LatexCommand ref
34423 reference "chap:フロート"
34424
34425 \end_inset
34426
34427 章で述べられているように動作します。
34428 \end_layout
34429
34430 \begin_layout Section
34431 固定回り込みオブジェクト
34432 \begin_inset Index idx
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34437 \end_layout
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Standard
34445
34446 \begin_inset CommandInset ref
34447 LatexCommand ref
34448 reference "sec:折返しフロート"
34449
34450 \end_inset
34451
34452 節の折返しフロートは、段落中で、以下のような配置がされます。
34453 \begin_inset Separator parbreak
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Standard
34460 \noindent
34461 \align center
34462 \begin_inset Tabular
34463 <lyxtabular version="3" rows="2" columns="2">
34464 <features tabularvalignment="middle">
34465 <column alignment="center" valignment="top">
34466 <column alignment="center" valignment="top">
34467 <row>
34468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34469 \begin_inset Text
34470
34471 \begin_layout Plain Layout
34472 \begin_inset Graphics
34473         filename ../../images/dialog-show-new-inset_graphics.png
34474         scale 70
34475         scaleBeforeRotation
34476
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \end_inset
34483 </cell>
34484 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 文章
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 </row>
34494 <row>
34495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34496 \begin_inset Text
34497
34498 \begin_layout Plain Layout
34499 文章
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 文章
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 </lyxtabular>
34515
34516 \end_inset
34517
34518  or 
34519 \begin_inset Tabular
34520 <lyxtabular version="3" rows="2" columns="2">
34521 <features tabularvalignment="middle">
34522 <column alignment="center" valignment="top">
34523 <column alignment="center" valignment="top">
34524 <row>
34525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529 文章
34530 \end_layout
34531
34532 \end_inset
34533 </cell>
34534 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34535 \begin_inset Text
34536
34537 \begin_layout Plain Layout
34538 \begin_inset Graphics
34539         filename ../../images/dialog-show-new-inset_graphics.png
34540         scale 70
34541         scaleBeforeRotation
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 </row>
34551 <row>
34552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34553 \begin_inset Text
34554
34555 \begin_layout Plain Layout
34556 文章
34557 \end_layout
34558
34559 \end_inset
34560 </cell>
34561 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565 文章
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 </row>
34571 </lyxtabular>
34572
34573 \end_inset
34574
34575
34576 \end_layout
34577
34578 \begin_layout Standard
34579 以下に示すいずれかのように、
34580 \begin_inset VSpace defskip
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Standard
34587 \noindent
34588 \align center
34589 \begin_inset Tabular
34590 <lyxtabular version="3" rows="2" columns="2">
34591 <features tabularvalignment="middle">
34592 <column alignment="center" valignment="top">
34593 <column alignment="center" valignment="top">
34594 <row>
34595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 文章
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 文章
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 </row>
34614 <row>
34615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619 \begin_inset Graphics
34620         filename ../../images/dialog-show-new-inset_graphics.png
34621         scale 70
34622         scaleBeforeRotation
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \end_inset
34630 </cell>
34631 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34632 \begin_inset Text
34633
34634 \begin_layout Plain Layout
34635 文章
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 </row>
34641 </lyxtabular>
34642
34643 \end_inset
34644
34645  
34646 \begin_inset Tabular
34647 <lyxtabular version="3" rows="2" columns="2">
34648 <features tabularvalignment="middle">
34649 <column alignment="center" valignment="top">
34650 <column alignment="center" valignment="top">
34651 <row>
34652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34653 \begin_inset Text
34654
34655 \begin_layout Plain Layout
34656 文章
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665 文章
34666 \end_layout
34667
34668 \end_inset
34669 </cell>
34670 </row>
34671 <row>
34672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Plain Layout
34676 文章
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685 \begin_inset Graphics
34686         filename ../../images/dialog-show-new-inset_graphics.png
34687         scale 70
34688         scaleBeforeRotation
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 </row>
34698 </lyxtabular>
34699
34700 \end_inset
34701
34702  
34703 \begin_inset Tabular
34704 <lyxtabular version="3" rows="2" columns="3">
34705 <features tabularvalignment="middle">
34706 <column alignment="center" valignment="top">
34707 <column alignment="center" valignment="top">
34708 <column alignment="center" valignment="top">
34709 <row>
34710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714 文章
34715 \end_layout
34716
34717 \end_inset
34718 </cell>
34719 <cell alignment="center" valignment="top" topline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723 \begin_inset Graphics
34724         filename ../../images/dialog-show-new-inset_graphics.png
34725         scale 70
34726         scaleBeforeRotation
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739 文章
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 </row>
34745 <row>
34746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34747 \begin_inset Text
34748
34749 \begin_layout Plain Layout
34750 文章
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 文章
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768 文章
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 </row>
34774 </lyxtabular>
34775
34776 \end_inset
34777
34778  
34779 \begin_inset Tabular
34780 <lyxtabular version="3" rows="2" columns="3">
34781 <features tabularvalignment="middle">
34782 <column alignment="center" valignment="top">
34783 <column alignment="center" valignment="top">
34784 <column alignment="center" valignment="top">
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790 文章
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" topline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799 文章
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808 文章
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 </row>
34814 <row>
34815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819 文章
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828 \begin_inset Graphics
34829         filename ../../images/dialog-show-new-inset_graphics.png
34830         scale 70
34831         scaleBeforeRotation
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \end_inset
34839 </cell>
34840 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34841 \begin_inset Text
34842
34843 \begin_layout Plain Layout
34844 文章
34845 \end_layout
34846
34847 \end_inset
34848 </cell>
34849 </row>
34850 </lyxtabular>
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Standard
34858 \noindent
34859 \align center
34860 \begin_inset Tabular
34861 <lyxtabular version="3" rows="3" columns="2">
34862 <features tabularvalignment="middle">
34863 <column alignment="center" valignment="top">
34864 <column alignment="center" valignment="top">
34865 <row>
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 文章
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 文章
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 </row>
34885 <row>
34886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 \begin_inset Graphics
34891         filename ../../images/dialog-show-new-inset_graphics.png
34892         scale 70
34893         scaleBeforeRotation
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 文章
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 </row>
34912 <row>
34913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917 文章
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926 文章
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 </lyxtabular>
34933
34934 \end_inset
34935
34936  
34937 \begin_inset Tabular
34938 <lyxtabular version="3" rows="3" columns="3">
34939 <features tabularvalignment="middle">
34940 <column alignment="center" valignment="top">
34941 <column alignment="center" valignment="top">
34942 <column alignment="center" valignment="top">
34943 <row>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 文章
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 <cell alignment="center" valignment="top" topline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 文章
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966 文章
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 </row>
34972 <row>
34973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 文章
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 <cell alignment="center" valignment="top" usebox="none">
34983 \begin_inset Text
34984
34985 \begin_layout Plain Layout
34986 \begin_inset Graphics
34987         filename ../../images/dialog-show-new-inset_graphics.png
34988         scale 70
34989         scaleBeforeRotation
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 文章
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 <row>
35009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013 文章
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35019 \begin_inset Text
35020
35021 \begin_layout Plain Layout
35022 文章
35023 \end_layout
35024
35025 \end_inset
35026 </cell>
35027 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031 文章
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 </row>
35037 </lyxtabular>
35038
35039 \end_inset
35040
35041  
35042 \begin_inset Tabular
35043 <lyxtabular version="3" rows="3" columns="2">
35044 <features tabularvalignment="middle">
35045 <column alignment="center" valignment="top">
35046 <column alignment="center" valignment="top">
35047 <row>
35048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35049 \begin_inset Text
35050
35051 \begin_layout Plain Layout
35052 文章
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061 文章
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 </row>
35067 <row>
35068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072 文章
35073 \end_layout
35074
35075 \end_inset
35076 </cell>
35077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081 \begin_inset Graphics
35082         filename ../../images/dialog-show-new-inset_graphics.png
35083         scale 70
35084         scaleBeforeRotation
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 </row>
35094 <row>
35095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099 文章
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35105 \begin_inset Text
35106
35107 \begin_layout Plain Layout
35108 文章
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 </lyxtabular>
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Standard
35122 \noindent
35123 オブジェクトを挿入した場所に正確に配置したい時には、
35124 \series bold
35125 picinpar
35126 \series default
35127
35128 \begin_inset Index idx
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 \SpecialChar LaTeX
35133 ぱっけーじ@\SpecialChar LaTeX
35134 パッケージ ! picinpar
35135 \end_layout
35136
35137 \end_inset
35138
35139 \SpecialChar LaTeX
35140 パッケージを使うことができます。下記はその用例です。
35141 \end_layout
35142
35143 \begin_layout Standard
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149
35150 \backslash
35151 ifpicinpar
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \begin_inset Note Note
35158 status open
35159
35160 \begin_layout Plain Layout
35161 以下の部分は、\SpecialChar LaTeX
35162 パッケージ
35163 \series bold
35164 picinpar
35165 \series default
35166 が導入されているときのみ表示されます。
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \begin_layout Standard
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180
35181 \backslash
35182 begin{window}[2,c,{
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \begin_inset Graphics
35189         filename ../clipart/mobius.eps
35190         lyxscale 60
35191         width 40col%
35192         scaleBeforeRotation
35193         rotateOrigin center
35194
35195 \end_inset
35196
35197
35198 \begin_inset ERT
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202
35203 },]
35204 \end_layout
35205
35206 \begin_layout Plain Layout
35207
35208 {}
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \size small
35215 It was in the spring of the year 1894 that all London was interested, and
35216  the fashionable world dismayed, by the murder of the Honourable Ronald
35217  Adair under most unusual and inexplicable circumstances.
35218  The public has already learned those particulars of the crime which
35219 \size default
35220
35221 \begin_inset ERT
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225
35226
35227 \backslash
35228 footnotemark{}
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \size small
35235  came out in the police investigation, but a good deal was suppressed upon
35236  that occasion, since the case for the prosecution was so overwhelmingly
35237  strong that it was not necessary to bring forward all the facts.
35238  Only now, at the end of nearly ten years, am I allowed to supply those
35239  missing links which make up the whole of that remarkable chain.
35240 \size default
35241
35242 \begin_inset ERT
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246
35247
35248 \backslash
35249 end{window}
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \begin_layout Standard
35258 \begin_inset ERT
35259 status collapsed
35260
35261 \begin_layout Plain Layout
35262
35263
35264 \backslash
35265 footnotetext{
35266 \end_layout
35267
35268 \end_inset
35269
35270 固定オブジェクトのある段落の脚注
35271 \begin_inset ERT
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275
35276 }
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Standard
35285 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35286 ートとは違って、連番のキャプションをつけることはできません。
35287 \end_layout
35288
35289 \begin_layout Standard
35290 固定オブジェクトは、段落冒頭に\SpecialChar TeX
35291 コードで
35292 \end_layout
35293
35294 \begin_layout Standard
35295
35296 \series bold
35297
35298 \backslash
35299 begin{window}[2,c,{
35300 \end_layout
35301
35302 \begin_layout Standard
35303 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35304 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35305 段幅の40
35306 \begin_inset space \thinspace{}
35307 \end_inset
35308
35309 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35310 \end_layout
35311
35312 \begin_layout Standard
35313
35314 \series bold
35315 },説明文]
35316 \begin_inset Newline newline
35317 \end_inset
35318
35319 {}
35320 \end_layout
35321
35322 \begin_layout Standard
35323 というコマンドが挿入されています。2行目に「
35324 \series bold
35325 {}
35326 \series default
35327 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35328 \series bold
35329 {}
35330 \series default
35331 の直後から書き始めてください。段落末には、
35332 \end_layout
35333
35334 \begin_layout Standard
35335
35336 \series bold
35337
35338 \backslash
35339 end{window}
35340 \end_layout
35341
35342 \begin_layout Standard
35343 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35344 \begin_inset CommandInset ref
35345 LatexCommand ref
35346 reference "sec:脚注"
35347
35348 \end_inset
35349
35350 節にあるように、代わりに、段落内で
35351 \series bold
35352
35353 \backslash
35354 footnotemark
35355 \series default
35356 コマンドを使用し、段落外に
35357 \series bold
35358
35359 \backslash
35360 footnotetext
35361 \series default
35362 コマンドを用いてください。
35363 \end_layout
35364
35365 \begin_layout Standard
35366 \begin_inset ERT
35367 status collapsed
35368
35369 \begin_layout Plain Layout
35370
35371
35372 \backslash
35373 else
35374 \end_layout
35375
35376 \end_inset
35377
35378
35379 \begin_inset Note Note
35380 status open
35381
35382 \begin_layout Plain Layout
35383 以下の部分は、\SpecialChar LaTeX
35384 パッケージ
35385 \series bold
35386 picinpar
35387 \series default
35388 が導入されていないときのみ表示されます。
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \begin_layout Standard
35397 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35398 パッケージ
35399 \series bold
35400 picinpar
35401 \series default
35402 を導入する必要があります。
35403 \end_layout
35404
35405 \begin_layout Standard
35406 \begin_inset ERT
35407 status collapsed
35408
35409 \begin_layout Plain Layout
35410
35411
35412 \backslash
35413 fi
35414 \end_layout
35415
35416 \end_inset
35417
35418
35419 \end_layout
35420
35421 \begin_layout Section
35422 頭文字
35423 \begin_inset Index idx
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427 かしらもじ@頭文字
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \begin_inset Index idx
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 頭文字を用いるには、\SpecialChar LaTeX
35447 パッケージ
35448 \begin_inset Index idx
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452 \SpecialChar LaTeX
35453 ぱっけーじ@\SpecialChar LaTeX
35454 パッケージ ! lettrine
35455 \end_layout
35456
35457 \end_inset
35458
35459 が導入済みでなくてはならず、文書中で
35460 \family sans
35461 頭文字
35462 \family default
35463 モジュールを使用する必要があります(
35464 \family sans
35465 文書\SpecialChar menuseparator
35466 設定\SpecialChar menuseparator
35467 モジュール
35468 \family default
35469 メニュー)。頭文字を挿入するには、
35470 \family sans
35471 頭文字
35472 \family default
35473 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35474 \family sans
35475 挿入
35476 \family default
35477 メニューから挿入できます。必須引数
35478 \family sans
35479 頭文字
35480 \family default
35481 には、頭文字にする文字を入れ、引数
35482 \family sans
35483 頭文字の残り
35484 \family default
35485 には、頭文字の単語若しくは文字列の残りが入ります。引数
35486 \family sans
35487 オプション
35488 \family default
35489 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35490 \series bold
35491 lettrine
35492 \series default
35493 の取扱説明書
35494 \begin_inset CommandInset citation
35495 LatexCommand cite
35496 key "lettrine"
35497
35498 \end_inset
35499
35500 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35501 \shape smallcaps
35502 スモールキャップ体(small caps
35503 \shape default
35504 )で印字されます。
35505 \end_layout
35506
35507 \begin_layout Standard
35508 下記がその例です。
35509 \end_layout
35510
35511 \begin_layout Standard
35512 \begin_inset ERT
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516
35517
35518 \backslash
35519 iflettrine
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \begin_inset Note Note
35526 status open
35527
35528 \begin_layout Plain Layout
35529 以下の部分は、\SpecialChar LaTeX
35530 パッケージ
35531 \series bold
35532 lettrine
35533 \series default
35534 が導入されているときのみ表示されます。
35535 \end_layout
35536
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \begin_layout Enumerate
35543 非必須引数なし。頭文字は、数式フォント
35544 \begin_inset Formula $\mathfrak{Fraktur}$
35545 \end_inset
35546
35547 の「I」。
35548 \begin_inset Separator parbreak
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \begin_deeper
35555 \begin_layout Initial
35556 \begin_inset Argument 2
35557 status open
35558
35559 \begin_layout Plain Layout
35560 \begin_inset Formula $\mathfrak{I}$
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \begin_inset Argument 3
35570 status open
35571
35572 \begin_layout Plain Layout
35573 t
35574 \end_layout
35575
35576 \end_inset
35577
35578  was in the spring of the year 1894 that all London was interested, and
35579  the fashionable world dismayed, by the murder of the Honourable Ronald
35580  Adair under most unusual and inexplicable circumstances.
35581  The public has already learned those particulars of the crime which came
35582  out in the police investigation, but a good deal was suppressed upon that
35583  occasion, since the case for the prosecution was so overwhelmingly strong
35584  that it was not necessary to bring forward all the facts.
35585 \begin_inset Newpage newpage
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \end_deeper
35592 \begin_layout Enumerate
35593 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35594 \begin_inset Separator parbreak
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_deeper
35601 \begin_layout Initial
35602 \begin_inset Argument 1
35603 status open
35604
35605 \begin_layout Plain Layout
35606 lines=1
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \begin_inset Argument 2
35613 status open
35614
35615 \begin_layout Plain Layout
35616 It
35617 \end_layout
35618
35619 \end_inset
35620
35621  was in the spring of the year 1894 that all London was interested, and
35622  the fashionable world dismayed, by the murder of the Honourable Ronald
35623  Adair under most unusual and inexplicable circumstances.
35624  The public has already learned those particulars of the crime which came
35625  out in the police investigation, but a good deal was suppressed upon that
35626  occasion, since the case for the prosecution was so overwhelmingly strong
35627  that it was not necessary to bring forward all the facts.
35628 \end_layout
35629
35630 \end_deeper
35631 \begin_layout Enumerate
35632 ぶら下がり頭文字は、数式フォント
35633 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35634 \end_inset
35635
35636 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35637 \shape smallcaps
35638 スモールキャップ体
35639 \shape default
35640 。頭文字に色をつけるには、頭文字の前に
35641 \begin_inset Newline newline
35642 \end_inset
35643
35644
35645 \series bold
35646
35647 \backslash
35648 renewcommand{
35649 \backslash
35650 LettrineFontHook}{
35651 \backslash
35652 color{色}}
35653 \series default
35654
35655 \begin_inset Newline newline
35656 \end_inset
35657
35658 というコマンドを挿入しなくてはなりません。ここで、
35659 \emph on
35660
35661 \emph default
35662 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35663 ブルに
35664 \begin_inset Newline newline
35665 \end_inset
35666
35667
35668 \series bold
35669
35670 \backslash
35671 @ifundefined{textcolor}
35672 \begin_inset Newline newline
35673 \end_inset
35674
35675
35676 \begin_inset space ~
35677 \end_inset
35678
35679 {
35680 \backslash
35681 usepackage{color}}{}
35682 \begin_inset Newline newline
35683 \end_inset
35684
35685
35686 \series default
35687 というコマンドを書きこんでおかなくてはなりません。
35688 \begin_inset Separator parbreak
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_deeper
35695 \begin_layout Standard
35696 \begin_inset ERT
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700
35701
35702 \backslash
35703 renewcommand{
35704 \backslash
35705 LettrineFontHook}{
35706 \backslash
35707 color{magenta}}
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \begin_inset Note Note
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717
35718 \lang english
35719 makes the initial magenta
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Initial
35728 \begin_inset Argument 1
35729 status open
35730
35731 \begin_layout Plain Layout
35732 lines=3, lhang=0.33, loversize=0.25
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \begin_inset Argument 2
35739 status open
35740
35741 \begin_layout Plain Layout
35742 \begin_inset Formula $\mathcal{I}$
35743 \end_inset
35744
35745
35746 \end_layout
35747
35748 \end_inset
35749
35750
35751 \begin_inset Argument 3
35752 status open
35753
35754 \begin_layout Plain Layout
35755 t was in the spring
35756 \end_layout
35757
35758 \end_inset
35759
35760  of the year 1894 that all London was interested, and the fashionable world
35761  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35762  and inexplicable circumstances.
35763  The public has already learned those particulars of the crime which came
35764  out in the police investigation, but a good deal was suppressed upon that
35765  occasion, since the case for the prosecution was so overwhelmingly strong
35766  that it was not necessary to bring forward all the facts.
35767 \end_layout
35768
35769 \end_deeper
35770 \begin_layout Standard
35771 \begin_inset ERT
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775
35776
35777 \backslash
35778 else
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \begin_inset Note Note
35785 status open
35786
35787 \begin_layout Plain Layout
35788 以下の部分は、\SpecialChar LaTeX
35789 パッケージ
35790 \series bold
35791 lettrine
35792 \series default
35793 が導入されていないときのみ表示されます。
35794 \end_layout
35795
35796 \end_inset
35797
35798
35799 \end_layout
35800
35801 \begin_layout Standard
35802 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35803 パッケージ
35804 \series bold
35805 lettrine
35806 \series default
35807 を導入する必要があります。
35808 \end_layout
35809
35810 \begin_layout Standard
35811 \begin_inset ERT
35812 status collapsed
35813
35814 \begin_layout Plain Layout
35815
35816
35817 \backslash
35818 fi
35819 \end_layout
35820
35821 \end_inset
35822
35823
35824 \end_layout
35825
35826 \begin_layout Chapter
35827 外部文書構成要素
35828 \begin_inset Index idx
35829 status collapsed
35830
35831 \begin_layout Plain Layout
35832 がいぶぶんしょこうせいようそ@外部文書構成要素
35833 \end_layout
35834
35835 \end_inset
35836
35837
35838 \end_layout
35839
35840 \begin_layout Standard
35841
35842 \family sans
35843 挿入\SpecialChar menuseparator
35844 ファイル
35845 \family default
35846 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35847 \end_layout
35848
35849 \begin_layout Description
35850 \SpecialChar LyX
35851 文書 別の\SpecialChar LyX
35852 文書。その内容は直接使用中の文書に挿入されます。
35853 \end_layout
35854
35855 \begin_layout Description
35856 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35857 \end_layout
35858
35859 \begin_layout Description
35860 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35861 \end_layout
35862
35863 \begin_layout Description
35864 外部素材 様々な書式のファイル。
35865 \end_layout
35866
35867 \begin_layout Description
35868 子文書 \SpecialChar LyX
35869 あるいは\SpecialChar LaTeX
35870 文書。
35871 \end_layout
35872
35873 \begin_layout Section
35874 外部素材
35875 \begin_inset Index idx
35876 status collapsed
35877
35878 \begin_layout Plain Layout
35879 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35880 \end_layout
35881
35882 \end_inset
35883
35884
35885 \end_layout
35886
35887 \begin_layout Standard
35888 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、\SpecialChar LyX
35889 が必要な変換を行うことで、使用中の文書にファイルを挿入することができるようにするも
35890 のです。これは、画像が様々な画像形式のままで\SpecialChar LyX
35891 文書に挿入することができるのと同様の働きをします。\SpecialChar LyX
35892 設定の
35893 \family sans
35894 操作性\SpecialChar menuseparator
35895 表示
35896 \family default
35897 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接\SpecialChar LyX
35898 中に表示されるようになります。
35899 \end_layout
35900
35901 \begin_layout Standard
35902 外部素材は、
35903 \family sans
35904 挿入
35905 \family default
35906 \SpecialChar menuseparator
35907
35908 \family sans
35909 ファイル
35910 \family default
35911 \SpecialChar menuseparator
35912
35913 \family sans
35914 外部素材
35915 \family default
35916 メニューで開くことのできる
35917 \family sans
35918 外部素材
35919 \family default
35920 ダイアログから挿入することができます。目下、以下のファイル形式(
35921 \family sans
35922 ひな型
35923 \family default
35924 )が使用できます。
35925 \end_layout
35926
35927 \begin_layout Description
35928 チェス棋譜 このひな型は、
35929 \series bold
35930
35931 \begin_inset CommandInset href
35932 LatexCommand href
35933 name "XBoard"
35934 target "http://en.wikipedia.org/wiki/XBoard"
35935
35936 \end_inset
35937
35938
35939 \series default
35940 プログラムで作成されたチェス棋譜をサポートします。
35941 \end_layout
35942
35943 \begin_layout Description
35944 日付 これは、
35945 \emph on
35946 日-月-年
35947 \emph default
35948 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35949 \begin_inset External
35950         template Date
35951         filename ../../trunk/lib/trunk/lib/doc/ja
35952
35953 \end_inset
35954
35955
35956 \begin_inset space ~
35957 \end_inset
35958
35959
35960 \begin_inset Note Note
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964 バグ4398が修正されたら、この保護空白は削除してください!
35965 \end_layout
35966
35967 \end_inset
35968
35969
35970 \begin_inset Newline newline
35971 \end_inset
35972
35973 日付は\SpecialChar LyX
35974 内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35975 \family sans
35976 挿入
35977 \family default
35978 \SpecialChar menuseparator
35979 日付メニューを使用する方法で、他は\SpecialChar LaTeX
35980 コマンドの
35981 \series bold
35982
35983 \backslash
35984 today
35985 \series default
35986 を\SpecialChar TeX
35987 コードで使用する方法です。これらの各方法は、表
35988 \begin_inset CommandInset ref
35989 LatexCommand ref
35990 reference "tab:日付挿入方法"
35991
35992 \end_inset
35993
35994 に比較を掲載しておきます。
35995 \end_layout
35996
35997 \begin_layout Description
35998 Dia このひな型は、
35999 \series bold
36000
36001 \begin_inset CommandInset href
36002 LatexCommand href
36003 name "Dia"
36004 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"
36005
36006 \end_inset
36007
36008
36009 \series default
36010 プログラムで作成したダイアグラムをサポートします。
36011 \end_layout
36012
36013 \begin_layout Description
36014 Gnumeric表計算表 このひな形では、
36015 \series bold
36016
36017 \begin_inset CommandInset href
36018 LatexCommand href
36019 name "Gnumeric"
36020 target "http://ja.wikipedia.org/wiki/Gnumeric"
36021
36022 \end_inset
36023
36024
36025 \series default
36026
36027 \begin_inset CommandInset href
36028 LatexCommand href
36029 name "OpenDocument"
36030 target "http://ja.wikipedia.org/wiki/OpenDocument"
36031
36032 \end_inset
36033
36034
36035 \begin_inset CommandInset href
36036 LatexCommand href
36037 name "Microsoft Office XML"
36038 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36039
36040 \end_inset
36041
36042
36043 \begin_inset CommandInset href
36044 LatexCommand href
36045 name "Office Open XML"
36046 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36047
36048 \end_inset
36049
36050 形式の表計算表を挿入することができます。この機能を使用するには、\SpecialChar LyX
36051 の初期設定中に
36052 \family typewriter
36053 ssconvert
36054 \family default
36055 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
36056 みである必要があります。用例と制約については、\SpecialChar LyX
36057 用例ファイル
36058 \emph on
36059 spreadsheet.lyx
36060 \emph default
36061 をご覧ください。
36062 \end_layout
36063
36064 \begin_layout Description
36065 Lilypond組版楽譜 このひな型は、
36066 \series bold
36067
36068 \begin_inset CommandInset href
36069 LatexCommand href
36070 name "LilyPond"
36071 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36072
36073 \end_inset
36074
36075
36076 \series default
36077 プログラムで作成した楽譜の組版に使用されます。\SpecialChar LyX
36078 におけるLilyPond拡張サポートについては、\SpecialChar LyX
36079 用例ファイル
36080 \emph on
36081 lilypond.lyx
36082 \emph default
36083 をご覧ください。
36084 \end_layout
36085
36086 \begin_layout Description
36087 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36088 \family sans
36089 \SpecialChar LaTeX
36090 と\SpecialChar LyX
36091 オプション
36092 \family default
36093 タブ中の
36094 \family sans
36095 オプション
36096 \family default
36097 フィールドに
36098 \emph on
36099 pages
36100 \emph default
36101 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
36102 \series bold
36103 pages={3,5,6,8}
36104 \series default
36105 の形で入れる)やページ範囲(
36106 \series bold
36107 pages={4-9}
36108 \series default
36109 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
36110 \series bold
36111 pages={3,{},8-11,15}
36112 \series default
36113 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
36114 \emph on
36115 開始頁-終了頁
36116 \emph default
36117 の文法で指定します。これは、
36118 \emph on
36119 開始頁
36120 \emph default
36121
36122 \emph on
36123 終了頁
36124 \emph default
36125 の間のすべてのページを選択します。
36126 \emph on
36127 開始頁
36128 \emph default
36129 を省略すると、1ページ目を指定したのと同じ事になり、
36130 \emph on
36131 終了頁
36132 \emph default
36133 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
36134 \series bold
36135 last
36136 \series default
36137 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
36138 \series bold
36139 pages=-
36140 \series default
36141 は文書の全ページを挿入することになり、
36142 \series bold
36143 pages=last-1
36144 \series default
36145 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
36146 \begin_inset Newline newline
36147 \end_inset
36148
36149
36150 \series bold
36151 noautoscale
36152 \series default
36153 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
36154 \family sans
36155 寸法と回転
36156 \family default
36157 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
36158 \series bold
36159 noautoscale
36160 \series default
36161 オプションは無視されます。詳しい情報と取り得るオプション値については、\SpecialChar LaTeX
36162 パッケージ
36163 \series bold
36164 pdfpages
36165 \series default
36166 の取扱説明書
36167 \begin_inset CommandInset citation
36168 LatexCommand cite
36169 key "pdfpages"
36170
36171 \end_inset
36172
36173 をご参照ください。
36174 \begin_inset Index idx
36175 status collapsed
36176
36177 \begin_layout Plain Layout
36178 \SpecialChar LaTeX
36179 ぱっけーじ@\SpecialChar LaTeX
36180 パッケージ ! pdfpages
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \begin_inset Newline newline
36187 \end_inset
36188
36189 このひな型を
36190 \family sans
36191 Beamer
36192 \family default
36193 プレゼンテーションで使用するには、まず
36194 \family sans
36195 フレーム終了
36196 \family default
36197 環境を挿入して、続く段落で\SpecialChar TeX
36198 コードボックスを挿入し、
36199 \series bold
36200
36201 \backslash
36202 setbeamertemplate{background canvas}{}
36203 \series default
36204 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36205 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36206 に、ひな型を含む段落には、
36207 \family sans
36208 既定
36209 \family default
36210 配置を用いるようにしてください。
36211 \begin_inset Newline newline
36212 \end_inset
36213
36214 下記は、-5度回転させたPDFを取り込んだものです。
36215 \begin_inset Newline newline
36216 \end_inset
36217
36218
36219 \begin_inset Graphics
36220         filename ../clipart/Abstract.pdf
36221         rotateAngle -5
36222         rotateOrigin leftBottom
36223
36224 \end_inset
36225
36226
36227 \begin_inset Newline newline
36228 \end_inset
36229
36230
36231 \begin_inset Note Greyedout
36232 status open
36233
36234 \begin_layout Plain Layout
36235
36236 \series bold
36237 【訳註】
36238 \series default
36239 \SpecialChar LaTeX
36240 パッケージ
36241 \series bold
36242 pdfpages
36243 \series default
36244 は、pdflatexに基づいており、\SpecialChar LaTeX
36245 では組版ができない(\SpecialChar LaTeX
36246 パッケージ
36247 \series bold
36248 pdfpages
36249 \series default
36250 取扱説明書
36251 \begin_inset CommandInset citation
36252 LatexCommand cite
36253 key "pdfpages"
36254
36255 \end_inset
36256
36257 参照)ため、この外部素材はp\SpecialChar LaTeX
36258 では使用することができません。英文版の取扱説明書では、上記のPDFは、
36259 \family sans
36260 挿入\SpecialChar menuseparator
36261 ファイル\SpecialChar menuseparator
36262 外部素材
36263 \family default
36264
36265 \family sans
36266 ひな型
36267 \family default
36268
36269 \family sans
36270 PDFページ
36271 \family default
36272 を指定して挿入されていますが、ここでは
36273 \family sans
36274 挿入\SpecialChar menuseparator
36275 画像
36276 \family default
36277 を使用して挿入しています。
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \end_layout
36284
36285 \begin_layout Description
36286 ラスターイメージ これはビットマップ画像に使用します。
36287 \family sans
36288 外部素材
36289 \family default
36290 ダイアログを使って入れる画像は、第
36291 \begin_inset CommandInset ref
36292 LatexCommand ref
36293 reference "sec:画像ダイアログ"
36294
36295 \end_inset
36296
36297 節にあるように
36298 \family sans
36299 画像
36300 \family default
36301 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36302 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36303 \begin_inset External
36304         template RasterImage
36305         filename clipart/ToolbarEnvBox.png
36306
36307 \end_inset
36308
36309
36310 \end_layout
36311
36312 \begin_layout Description
36313 XFig このひな型は、
36314 \series bold
36315
36316 \begin_inset CommandInset href
36317 LatexCommand href
36318 name "Xfig"
36319 target "http://ja.wikipedia.org/wiki/Xfig"
36320
36321 \end_inset
36322
36323
36324 \series default
36325 プログラムで作成した画像をサポートします。
36326 \end_layout
36327
36328 \begin_layout Standard
36329 \begin_inset Float table
36330 placement !h
36331 wide false
36332 sideways false
36333 status open
36334
36335 \begin_layout Plain Layout
36336 \begin_inset Caption Standard
36337
36338 \begin_layout Plain Layout
36339 \begin_inset CommandInset label
36340 LatexCommand label
36341 name "tab:日付挿入方法"
36342
36343 \end_inset
36344
36345 日付の挿入方法の比較
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Plain Layout
36354 \align center
36355 \begin_inset Tabular
36356 <lyxtabular version="3" rows="4" columns="4">
36357 <features tabularvalignment="middle">
36358 <column alignment="center" valignment="top">
36359 <column alignment="center" valignment="top">
36360 <column alignment="center" valignment="top">
36361 <column alignment="center" valignment="top">
36362 <row>
36363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36364 \begin_inset Text
36365
36366 \begin_layout Plain Layout
36367 文書書式
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36373 \begin_inset Text
36374
36375 \begin_layout Plain Layout
36376
36377 \family sans
36378 外部素材\SpecialChar menuseparator
36379 日付
36380 \end_layout
36381
36382 \end_inset
36383 </cell>
36384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36385 \begin_inset Text
36386
36387 \begin_layout Plain Layout
36388
36389 \family sans
36390 挿入\SpecialChar menuseparator
36391 日付
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36397 \begin_inset Text
36398
36399 \begin_layout Plain Layout
36400
36401 \series bold
36402
36403 \backslash
36404 today
36405 \series default
36406 コマンド
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 </row>
36412 <row>
36413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36414 \begin_inset Text
36415
36416 \begin_layout Plain Layout
36417 \SpecialChar LyX
36418
36419 \end_layout
36420
36421 \end_inset
36422 </cell>
36423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36424 \begin_inset Text
36425
36426 \begin_layout Plain Layout
36427 差込枠として
36428 \end_layout
36429
36430 \end_inset
36431 </cell>
36432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36433 \begin_inset Text
36434
36435 \begin_layout Plain Layout
36436 日付として
36437 \end_layout
36438
36439 \end_inset
36440 </cell>
36441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36442 \begin_inset Text
36443
36444 \begin_layout Plain Layout
36445 \SpecialChar TeX
36446 コード差込枠として
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 </row>
36452 <row>
36453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36454 \begin_inset Text
36455
36456 \begin_layout Plain Layout
36457 \SpecialChar LaTeX
36458
36459 \end_layout
36460
36461 \end_inset
36462 </cell>
36463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36464 \begin_inset Text
36465
36466 \begin_layout Plain Layout
36467 日付として
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36473 \begin_inset Text
36474
36475 \begin_layout Plain Layout
36476 日付として
36477 \end_layout
36478
36479 \end_inset
36480 </cell>
36481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36482 \begin_inset Text
36483
36484 \begin_layout Plain Layout
36485 コマンドとして
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 </row>
36491 <row>
36492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496 DVI, PDF, PS
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36502 \begin_inset Text
36503
36504 \begin_layout Plain Layout
36505 日付として
36506 \end_layout
36507
36508 \end_inset
36509 </cell>
36510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36511 \begin_inset Text
36512
36513 \begin_layout Plain Layout
36514 日付として
36515 \end_layout
36516
36517 \end_inset
36518 </cell>
36519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523 日付として
36524 \end_layout
36525
36526 \end_inset
36527 </cell>
36528 </row>
36529 </lyxtabular>
36530
36531 \end_inset
36532
36533
36534 \end_layout
36535
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \begin_layout Standard
36542
36543 \family sans
36544 外部素材
36545 \family default
36546 ダイアログの
36547 \family sans
36548 ファイル
36549 \family default
36550 タブ中で
36551 \family sans
36552 下書き
36553 \family default
36554 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36555 \begin_inset Newline newline
36556 \end_inset
36557
36558 \SpecialChar LyX
36559 中での外部素材は、ダイアログ内の
36560 \family sans
36561 \SpecialChar LaTeX
36562 と\SpecialChar LyX
36563 のオプション
36564 \family default
36565 タブにある
36566 \family sans
36567 \SpecialChar LyX
36568 内に表示
36569 \family default
36570 オプションの指定に従って、
36571 \begin_inset Graphics
36572         filename clipart/ExternalMaterialQt4.png
36573         scale 85
36574         scaleBeforeRotation
36575
36576 \end_inset
36577
36578 のようなボックスとして表示されるか、画像として表示されます。
36579 \end_layout
36580
36581 \begin_layout Standard
36582 取扱説明書
36583 \family sans
36584 \emph on
36585 カスタマイズ篇
36586 \family default
36587 \emph default
36588 には、自製のひな型を定義する方法が説明されています。
36589 \end_layout
36590
36591 \begin_layout Section
36592 子文書
36593 \begin_inset CommandInset label
36594 LatexCommand label
36595 name "sec:子文書"
36596
36597 \end_inset
36598
36599
36600 \begin_inset Index idx
36601 status collapsed
36602
36603 \begin_layout Plain Layout
36604 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \begin_inset Index idx
36611 status collapsed
36612
36613 \begin_layout Plain Layout
36614 ふぁいる@ファイル ! いんくるーど@インクルード
36615 \end_layout
36616
36617 \end_inset
36618
36619
36620 \end_layout
36621
36622 \begin_layout Standard
36623 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36624 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36625 やその一部を印刷できるようにします。子文書は、\SpecialChar LaTeX
36626 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36627 \end_layout
36628
36629 \begin_layout Standard
36630 親文書を開くことなく子文書で作業できるようにするには、子文書の
36631 \family sans
36632 文書
36633 \family default
36634 \SpecialChar menuseparator
36635
36636 \family sans
36637 設定
36638 \family default
36639 \SpecialChar menuseparator
36640
36641 \family sans
36642 文書クラス
36643 \family default
36644 メニューで親文書を指定してください。すると、子文書を編集する際には、\SpecialChar LyX
36645 がバックグラウンドでこの親文書を扱うようになります。
36646 \end_layout
36647
36648 \begin_layout Standard
36649 取り込んだ文書は、\SpecialChar LyX
36650 中で
36651 \begin_inset Graphics
36652         filename clipart/ChildDocumentQt4.png
36653         scale 85
36654         scaleBeforeRotation
36655
36656 \end_inset
36657
36658 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36659 \family sans
36660 挿入
36661 \family default
36662 \SpecialChar menuseparator
36663
36664 \family sans
36665 ファイル
36666 \family default
36667 \SpecialChar menuseparator
36668
36669 \family sans
36670 子文書
36671 \family default
36672 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36673 \end_layout
36674
36675 \begin_layout Description
36676 Include(インクルード) \SpecialChar LyX
36677 文書と\SpecialChar LaTeX
36678 文書は、インクルードすることができます。
36679 \family sans
36680 子文書
36681 \family default
36682 ダイアログの
36683 \family sans
36684 編集
36685 \family default
36686 ボタンを押すと、インクルードされた文書が、\SpecialChar LyX
36687 中に新規ファイルタブとして開き、修正ができるようになります。
36688 \begin_inset Newline newline
36689 \end_inset
36690
36691
36692 \end_layout
36693
36694 \begin_layout Standard
36695 以下は、
36696 \family sans
36697 Include
36698 \family default
36699 を使用して挿入した子文書です。 
36700 \begin_inset CommandInset include
36701 LatexCommand include
36702 filename "DummyDocument1.lyx"
36703
36704 \end_inset
36705
36706
36707 \end_layout
36708
36709 \begin_layout Standard
36710 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36711 あります。取り込んだ文書のラベルは、第
36712 \begin_inset CommandInset ref
36713 LatexCommand ref
36714 reference "subsec:外部文書の第1小節"
36715
36716 \end_inset
36717
36718 小節、のように参照することができます。
36719 \end_layout
36720
36721 \begin_layout Standard
36722 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36723 は、新規頁から始まるように挿入され、改頁して終わります。
36724 \end_layout
36725
36726 \begin_layout Standard
36727 \begin_inset Note Greyedout
36728 status open
36729
36730 \begin_layout Plain Layout
36731
36732 \series bold
36733 【註】
36734 \series default
36735 \SpecialChar LyX
36736 または\SpecialChar LaTeX
36737 ファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に警告が発せられま
36738 す。
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Description
36747 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36748 \begin_inset Separator parbreak
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \begin_deeper
36755 \begin_layout Itemize
36756 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36757 \end_layout
36758
36759 \begin_layout Itemize
36760 Inputファイルは、\SpecialChar LyX
36761 設定の操作性
36762 \family sans
36763 \SpecialChar menuseparator
36764 表示
36765 \family default
36766 の下にある
36767 \family sans
36768 画像を表示
36769 \family default
36770 を有効にすると、\SpecialChar LyX
36771 中でプレビューすることができます。
36772 \end_layout
36773
36774 \begin_layout Itemize
36775 \SpecialChar LaTeX
36776 コマンドの
36777 \series bold
36778
36779 \backslash
36780 includeonly
36781 \series default
36782 は使用することができません。
36783 \end_layout
36784
36785 \end_deeper
36786 \begin_layout Standard
36787 右は、
36788 \family sans
36789 Input
36790 \family default
36791 を使って挿入した子文書です。 
36792 \begin_inset CommandInset include
36793 LatexCommand input
36794 filename "DummyDocument2.lyx"
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \begin_layout Description
36802 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36803 に用いられているコマンドは実行されません。
36804 \family sans
36805 出力の空白に印付けをする
36806 \family default
36807 オプションを有効にすると、ソースコード中のすべての空白文字に「
36808 \begin_inset ERT
36809 status collapsed
36810
36811 \begin_layout Plain Layout
36812
36813
36814 \backslash
36815 textvisiblespace 
36816 \end_layout
36817
36818 \end_inset
36819
36820 」文字を表示させることができます。
36821 \family sans
36822 挿入\SpecialChar menuseparator
36823 ファイル\SpecialChar menuseparator
36824 平文
36825 \family default
36826 メニューを使う方法との違いは、こちらは文書の内容が\SpecialChar LyX
36827 中に表示されないことです。
36828 \end_layout
36829
36830 \begin_layout Standard
36831 以下は、verbatimとして挿入された子文書です。 
36832 \begin_inset CommandInset include
36833 LatexCommand verbatiminput
36834 filename "../DummyTextDocument.txt"
36835
36836 \end_inset
36837
36838
36839 \begin_inset VSpace bigskip
36840 \end_inset
36841
36842 以下は、
36843 \family sans
36844 出力の空白に印付けをする
36845 \family default
36846 オプションを指定して、verbatimとして挿入された子文書です。 
36847 \begin_inset CommandInset include
36848 LatexCommand verbatiminput*
36849 filename "../DummyTextDocument.txt"
36850
36851 \end_inset
36852
36853
36854 \end_layout
36855
36856 \begin_layout Standard
36857 \begin_inset VSpace bigskip
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Standard
36864 \begin_inset Note Greyedout
36865 status open
36866
36867 \begin_layout Plain Layout
36868
36869 \series bold
36870 【註】
36871 \series default
36872 上記の例でわかるように、
36873 \family sans
36874 verbatim
36875 \family default
36876 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36877 \end_layout
36878
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \begin_layout Standard
36885 \begin_inset Note Greyedout
36886 status open
36887
36888 \begin_layout Plain Layout
36889
36890 \series bold
36891 【訳註】
36892 \series default
36893 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36894 \end_layout
36895
36896 \end_inset
36897
36898
36899 \end_layout
36900
36901 \begin_layout Description
36902 プログラムリスト この型については、第
36903 \begin_inset CommandInset ref
36904 LatexCommand ref
36905 reference "cha:プログラムコードリスト"
36906
36907 \end_inset
36908
36909 章に説明されています。
36910 \end_layout
36911
36912 \begin_layout Standard
36913 \begin_inset Note Greyedout
36914 status open
36915
36916 \begin_layout Plain Layout
36917
36918 \series bold
36919 【註】
36920 \series default
36921 同一文書中に、同じ文書を異なる方法で二度取り込むと、\SpecialChar LaTeX
36922 で問題が発生する可能性があります。
36923 \end_layout
36924
36925 \end_inset
36926
36927
36928 \end_layout
36929
36930 \begin_layout Standard
36931 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36932 一部を出力から排除することができます。これは、
36933 \family sans
36934 文書\SpecialChar menuseparator
36935 設定\SpecialChar menuseparator
36936 子文書
36937 \family default
36938 メニューから行うことができます。そこの一覧中の各子文書の
36939 \family sans
36940 出力に含める
36941 \family default
36942 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36943 てのみ機能することにご注意ください)。
36944 \family sans
36945 カウンタと引用を維持
36946 \family default
36947 オプションを有効にすると、\SpecialChar LyX
36948 は、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体のコンテ
36949 クストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、\SpecialChar LyX
36950 はバックグラウンドで文書全体を処理しなくてはなりません。
36951 したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36952 \end_layout
36953
36954 \begin_layout Standard
36955 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36956 \begin_inset Foot
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 派生枝は、\SpecialChar LyX
36961
36962 \emph on
36963 ユーザーの手引き
36964 \emph default
36965
36966 \emph on
36967 派生枝
36968 \emph default
36969 の節に説明されています。
36970 \end_layout
36971
36972 \end_inset
36973
36974 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36975 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36976 \end_layout
36977
36978 \begin_layout Chapter
36979 プログラムコードリスト
36980 \begin_inset CommandInset label
36981 LatexCommand label
36982 name "cha:プログラムコードリスト"
36983
36984 \end_inset
36985
36986
36987 \begin_inset Index idx
36988 status collapsed
36989
36990 \begin_layout Plain Layout
36991 りすと@リスト
36992 \end_layout
36993
36994 \end_inset
36995
36996
36997 \begin_inset Index idx
36998 status collapsed
36999
37000 \begin_layout Plain Layout
37001 ぷろぐらむこーど@プログラムコード
37002 \end_layout
37003
37004 \end_inset
37005
37006
37007 \begin_inset Index idx
37008 status collapsed
37009
37010 \begin_layout Plain Layout
37011 ふろーと@フロート ! りすと@リスト
37012 \end_layout
37013
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \begin_layout Standard
37020 プログラムコードを取り込んで組版するには、
37021 \family sans
37022 挿入
37023 \family default
37024 \SpecialChar menuseparator
37025
37026 \family sans
37027 プログラムリスト
37028 \family default
37029 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用される\SpecialChar LaTeX
37030 パッケージ
37031 \series bold
37032 listings
37033 \series default
37034
37035 \begin_inset Index idx
37036 status collapsed
37037
37038 \begin_layout Plain Layout
37039 \SpecialChar LaTeX
37040 ぱっけーじ@\SpecialChar LaTeX
37041 パッケージ ! listings
37042 \end_layout
37043
37044 \end_inset
37045
37046 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37047 \end_layout
37048
37049 \begin_layout Standard
37050 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37051 \end_layout
37052
37053 \begin_layout Standard
37054 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37055 \family sans
37056 行内リスト
37057 \family default
37058 を指定すると、リストは
37059 \begin_inset listings
37060 lstparams "language={C++}"
37061 inline true
37062 status collapsed
37063
37064 \begin_layout Plain Layout
37065
37066 int a=5;
37067 \end_layout
37068
37069 \end_inset
37070
37071 のように行内に印字されます。
37072 \begin_inset Newline newline
37073 \end_inset
37074
37075
37076 \family sans
37077 フロート
37078 \family default
37079 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37080 \begin_inset CommandInset ref
37081 LatexCommand ref
37082 reference "sec:フロートの配置"
37083
37084 \end_inset
37085
37086 節に説明されているフロート配置オプションに従って、「
37087 \family sans
37088 h
37089 \family default
37090 」「
37091 \family sans
37092 t
37093 \family default
37094 」「
37095 \family sans
37096 b
37097 \family default
37098 」「
37099 \family sans
37100 p
37101 \family default
37102 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37103 \family sans
37104 htbp
37105 \family default
37106 」のように区切りを入れることなく入力することができます。「
37107 \family sans
37108 h
37109 \family default
37110 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37111 \family sans
37112 フロート
37113 \family default
37114 オプションを使用しなければ大丈夫です。
37115 \end_layout
37116
37117 \begin_layout Standard
37118
37119 \family sans
37120 挿入
37121 \family default
37122 \SpecialChar menuseparator
37123
37124 \family sans
37125 キャプション
37126 \family default
37127 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37128 \begin_inset CommandInset ref
37129 LatexCommand ref
37130 reference "lst:リストフロート"
37131
37132 \end_inset
37133
37134 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
37135 \family sans
37136 挿入
37137 \lang english
37138 \SpecialChar menuseparator
37139
37140 \lang japanese
37141 一覧/目次
37142 \lang english
37143 \SpecialChar menuseparator
37144
37145 \lang japanese
37146 プログラムリスト一覧
37147 \family default
37148 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
37149 \end_layout
37150
37151 \begin_layout Standard
37152 \begin_inset listings
37153 lstparams "language=Python"
37154 inline false
37155 status open
37156
37157 \begin_layout Plain Layout
37158
37159 \begin_inset Caption Standard
37160
37161 \begin_layout Plain Layout
37162 \begin_inset CommandInset label
37163 LatexCommand label
37164 name "lst:リストフロート"
37165
37166 \end_inset
37167
37168 Example Listing Float
37169 \end_layout
37170
37171 \end_inset
37172
37173 # Example listing float
37174 \end_layout
37175
37176 \begin_layout Plain Layout
37177
37178 def func(param):
37179 \end_layout
37180
37181 \begin_layout Plain Layout
37182
37183     'this is a python function'
37184 \end_layout
37185
37186 \begin_layout Plain Layout
37187
37188     pass
37189 \end_layout
37190
37191 \end_inset
37192
37193
37194 \end_layout
37195
37196 \begin_layout Standard
37197 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37198 onのキーワード「def」が識別され、ボールド体で出力されます。
37199 \end_layout
37200
37201 \begin_layout Standard
37202 \begin_inset Note Greyedout
37203 status open
37204
37205 \begin_layout Plain Layout
37206
37207 \series bold
37208 【註】
37209 \series default
37210 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37211 \family typewriter
37212 typewriter
37213 \family default
37214 フォントがボールド体を提供していません。この場合には、
37215 \family sans
37216 文書
37217 \family default
37218 \SpecialChar menuseparator
37219
37220 \family sans
37221 設定
37222 \family default
37223 \SpecialChar menuseparator
37224
37225 \family sans
37226 フォント
37227 \family default
37228 メニューで別のフォントを選択してください(
37229 \emph on
37230 LuxiMono
37231 \emph default
37232
37233 \emph on
37234 BeraMono
37235 \emph default
37236
37237 \emph on
37238 Courier
37239 \emph default
37240 の各フォントはボールド体を提供します)。
37241 \end_layout
37242
37243 \end_inset
37244
37245
37246 \end_layout
37247
37248 \begin_layout Standard
37249 \begin_inset Note Greyedout
37250 status open
37251
37252 \begin_layout Plain Layout
37253
37254 \series bold
37255 【訳註】
37256 \series default
37257 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37258 \end_layout
37259
37260 \end_inset
37261
37262
37263 \end_layout
37264
37265 \begin_layout Standard
37266 プログラムリストダイアログの
37267 \family sans
37268 行番号
37269 \family default
37270 のセクションでは、行番号の様式を指定することができます。
37271 \family sans
37272 行間
37273 \family default
37274 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37275 \end_layout
37276
37277 \begin_layout Standard
37278 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37279 \family sans
37280 拡張文字コード表を使う
37281 \family default
37282 オプションを使用しなくてはなりません。
37283 \begin_inset Newline newline
37284 \end_inset
37285
37286
37287 \begin_inset Note Greyedout
37288 status open
37289
37290 \begin_layout Plain Layout
37291
37292 \series bold
37293 【訳註】
37294 \series default
37295 これは、p\SpecialChar LaTeX
37296 ではうまく動作しません。
37297 \end_layout
37298
37299 \end_inset
37300
37301
37302 \begin_inset Newline newline
37303 \end_inset
37304
37305 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37306 \begin_inset space \thinspace{}
37307 \end_inset
37308
37309 -
37310 \begin_inset space \thinspace{}
37311 \end_inset
37312
37313 8」で設定したプログラムリストの例です。
37314 \end_layout
37315
37316 \begin_layout Standard
37317 \begin_inset listings
37318 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37319 inline false
37320 status open
37321
37322 \begin_layout Plain Layout
37323
37324 def func(param):
37325 \end_layout
37326
37327 \begin_layout Plain Layout
37328
37329     'this is a python function'
37330 \end_layout
37331
37332 \begin_layout Plain Layout
37333
37334     pass
37335 \end_layout
37336
37337 \begin_layout Plain Layout
37338
37339 def func(param):
37340 \end_layout
37341
37342 \begin_layout Plain Layout
37343
37344 'This is a German word: Tschüß'
37345 \end_layout
37346
37347 \begin_layout Plain Layout
37348
37349 pass
37350 \end_layout
37351
37352 \begin_layout Plain Layout
37353
37354 def func(param):
37355 \end_layout
37356
37357 \begin_layout Plain Layout
37358
37359 'this is a python function'
37360 \end_layout
37361
37362 \begin_layout Plain Layout
37363
37364 pass
37365 \end_layout
37366
37367 \end_inset
37368
37369
37370 \end_layout
37371
37372 \begin_layout Standard
37373 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37374 \family sans
37375 タビュレータの大きさ
37376 \family default
37377 フィールドで指定することができます。
37378 \end_layout
37379
37380 \begin_layout Standard
37381 \begin_inset Note Greyedout
37382 status open
37383
37384 \begin_layout Plain Layout
37385
37386 \series bold
37387 【註】listings
37388 \series default
37389 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37390 に振られているのはこのためです。
37391 \end_layout
37392
37393 \end_inset
37394
37395
37396 \end_layout
37397
37398 \begin_layout Standard
37399 \begin_inset VSpace bigskip
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \begin_layout Standard
37406 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37407 \family sans
37408 挿入
37409 \family default
37410 \SpecialChar menuseparator
37411
37412 \family sans
37413 ファイル
37414 \family default
37415 \SpecialChar menuseparator
37416
37417 \family sans
37418 子文書
37419 \family default
37420 メニューを使用して
37421 \family sans
37422 プログラムリスト
37423 \family default
37424 型を選択してください
37425 \begin_inset Foot
37426 status collapsed
37427
37428 \begin_layout Plain Layout
37429 他の子文書型については、第 section
37430 \begin_inset space ~
37431 \end_inset
37432
37433
37434 \begin_inset CommandInset ref
37435 LatexCommand ref
37436 reference "sec:子文書"
37437
37438 \end_inset
37439
37440 節に説明があります。
37441 \end_layout
37442
37443 \end_inset
37444
37445 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37446 疑問符「?」を打鍵してください。
37447 \end_layout
37448
37449 \begin_layout Standard
37450 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37451 \family sans
37452 挿入
37453 \family default
37454 \SpecialChar menuseparator
37455
37456 \family sans
37457 相互参照
37458 \family default
37459 メニューを使って参照できるようになります。
37460 \end_layout
37461
37462 \begin_layout Standard
37463 プログラムリスト
37464 \begin_inset CommandInset ref
37465 LatexCommand ref
37466 reference "lst:file-listing"
37467
37468 \end_inset
37469
37470 は、ファイルを使ったプログラムリストの一例です。ここでは、この\SpecialChar LyX
37471 ファイルの10行目から15行目が表示されています。
37472 \end_layout
37473
37474 \begin_layout Standard
37475 \begin_inset CommandInset include
37476 LatexCommand lstinputlisting
37477 filename "EmbeddedObjects.lyx"
37478 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \begin_layout Standard
37486 \begin_inset VSpace bigskip
37487 \end_inset
37488
37489
37490 \end_layout
37491
37492 \begin_layout Standard
37493 リストに数式を入れるには、以下のようにします。
37494 \end_layout
37495
37496 \begin_layout Enumerate
37497 リストダイアログを開き、
37498 \family sans
37499 詳細
37500 \family default
37501 タブのフィールド中に
37502 \begin_inset Newline newline
37503 \end_inset
37504
37505
37506 \family sans
37507 mathescape=true
37508 \family default
37509
37510 \begin_inset Newline newline
37511 \end_inset
37512
37513 と書き加えます。
37514 \end_layout
37515
37516 \begin_layout Enumerate
37517 リスト外で数式を作成します。
37518 \end_layout
37519
37520 \begin_layout Enumerate
37521 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37522 \begin_inset Info
37523 type  "shortcut"
37524 arg   "copy"
37525 \end_inset
37526
37527 )。
37528 \end_layout
37529
37530 \begin_layout Enumerate
37531 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37532 \begin_inset Info
37533 type  "shortcut"
37534 arg   "paste"
37535 \end_inset
37536
37537 )。
37538 \end_layout
37539
37540 \begin_layout Standard
37541 \begin_inset listings
37542 lstparams "language=Python,mathescape=true"
37543 inline false
37544 status open
37545
37546 \begin_layout Plain Layout
37547
37548 \begin_inset Caption Standard
37549
37550 \begin_layout Plain Layout
37551 Example Listing float containing a formula
37552 \end_layout
37553
37554 \end_inset
37555
37556 # Example listing float
37557 \end_layout
37558
37559 \begin_layout Plain Layout
37560
37561 def func(param):
37562 \end_layout
37563
37564 \begin_layout Plain Layout
37565
37566     # $
37567 \backslash
37568 prod_{n=1}^{
37569 \backslash
37570 infty}
37571 \backslash
37572 ,
37573 \backslash
37574 frac{1}{x^{2}}$
37575 \end_layout
37576
37577 \begin_layout Plain Layout
37578
37579     pass
37580 \end_layout
37581
37582 \end_inset
37583
37584
37585 \end_layout
37586
37587 \begin_layout Standard
37588 \begin_inset VSpace bigskip
37589 \end_inset
37590
37591
37592 \end_layout
37593
37594 \begin_layout Standard
37595 大域的なプログラムリストの設定は、
37596 \family sans
37597 文書
37598 \family default
37599 \SpecialChar menuseparator
37600
37601 \family sans
37602 設定
37603 \family default
37604 \SpecialChar menuseparator
37605
37606 \family sans
37607 リスト
37608 \family default
37609 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37610 \family sans
37611 プログラムリスト設定
37612 \family default
37613 フィールドで疑問符「?」を打鍵してください。
37614 \end_layout
37615
37616 \begin_layout Standard
37617
37618 \series bold
37619 listings
37620 \series default
37621 パッケージについての詳しい情報については、取扱説明書
37622 \begin_inset CommandInset citation
37623 LatexCommand cite
37624 key "listings"
37625
37626 \end_inset
37627
37628 をご参照ください。.
37629 \end_layout
37630
37631 \begin_layout Standard
37632 \begin_inset Newpage newpage
37633 \end_inset
37634
37635
37636 \end_layout
37637
37638 \begin_layout Chapter
37639 \start_of_appendix
37640 \SpecialChar LyX
37641 で使用できる単位
37642 \begin_inset Index idx
37643 status collapsed
37644
37645 \begin_layout Plain Layout
37646 たんい@単位
37647 \end_layout
37648
37649 \end_inset
37650
37651
37652 \begin_inset CommandInset label
37653 LatexCommand label
37654 name "cha:LyXで使用できる単位"
37655
37656 \end_inset
37657
37658
37659 \end_layout
37660
37661 \begin_layout Standard
37662 この文書で用いられる単位の理解のために、表
37663 \begin_inset CommandInset ref
37664 LatexCommand ref
37665 reference "tab:単位"
37666
37667 \end_inset
37668
37669 に、\SpecialChar LyX
37670 で使うことのできる単位をまとめておきます。
37671 \end_layout
37672
37673 \begin_layout Standard
37674 \begin_inset Float table
37675 placement h
37676 wide false
37677 sideways false
37678 status open
37679
37680 \begin_layout Plain Layout
37681 \begin_inset Caption Standard
37682
37683 \begin_layout Plain Layout
37684 \begin_inset CommandInset label
37685 LatexCommand label
37686 name "tab:単位"
37687
37688 \end_inset
37689
37690 単位
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \begin_layout Plain Layout
37699 \begin_inset VSpace medskip
37700 \end_inset
37701
37702
37703 \end_layout
37704
37705 \begin_layout Plain Layout
37706 \align center
37707 \begin_inset Tabular
37708 <lyxtabular version="3" rows="20" columns="3">
37709 <features tabularvalignment="middle">
37710 <column alignment="center" valignment="top">
37711 <column alignment="center" valignment="top">
37712 <column alignment="center" valignment="top">
37713 <row>
37714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37715 \begin_inset Text
37716
37717 \begin_layout Plain Layout
37718 単位
37719 \end_layout
37720
37721 \end_inset
37722 </cell>
37723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37724 \begin_inset Text
37725
37726 \begin_layout Plain Layout
37727 名称/摘要
37728 \end_layout
37729
37730 \end_inset
37731 </cell>
37732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736 \SpecialChar LaTeX
37737  コマンド
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 </row>
37743 <row>
37744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37745 \begin_inset Text
37746
37747 \begin_layout Plain Layout
37748 mm
37749 \end_layout
37750
37751 \end_inset
37752 </cell>
37753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757 ミリメートル
37758 \end_layout
37759
37760 \end_inset
37761 </cell>
37762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37763 \begin_inset Text
37764
37765 \begin_layout Plain Layout
37766 -
37767 \end_layout
37768
37769 \end_inset
37770 </cell>
37771 </row>
37772 <row>
37773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37774 \begin_inset Text
37775
37776 \begin_layout Plain Layout
37777 cm
37778 \end_layout
37779
37780 \end_inset
37781 </cell>
37782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37783 \begin_inset Text
37784
37785 \begin_layout Plain Layout
37786 センチメートル
37787 \end_layout
37788
37789 \end_inset
37790 </cell>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795 -
37796 \end_layout
37797
37798 \end_inset
37799 </cell>
37800 </row>
37801 <row>
37802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37803 \begin_inset Text
37804
37805 \begin_layout Plain Layout
37806 in
37807 \end_layout
37808
37809 \end_inset
37810 </cell>
37811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37812 \begin_inset Text
37813
37814 \begin_layout Plain Layout
37815 インチ
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824 -
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 </row>
37830 <row>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835 pt
37836 \end_layout
37837
37838 \end_inset
37839 </cell>
37840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844 ポイント (72.27
37845 \begin_inset space \thinspace{}
37846 \end_inset
37847
37848 pt = 1
37849 \begin_inset space \thinspace{}
37850 \end_inset
37851
37852 in)
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861 -
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 </row>
37867 <row>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 pc
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881 パイカ (1
37882 \begin_inset space \thinspace{}
37883 \end_inset
37884
37885 pc = 12
37886 \begin_inset space \thinspace{}
37887 \end_inset
37888
37889 pt)
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898 -
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 </row>
37904 <row>
37905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909 sp
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918 スケールポイント (65536
37919 \begin_inset space \thinspace{}
37920 \end_inset
37921
37922 sp = 1
37923 \begin_inset space \thinspace{}
37924 \end_inset
37925
37926 pt)
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935 -
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 </row>
37941 <row>
37942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946 bp
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37952 \begin_inset Text
37953
37954 \begin_layout Plain Layout
37955 ビッグポイント (72
37956 \begin_inset space \thinspace{}
37957 \end_inset
37958
37959 bp = 1
37960 \begin_inset space \thinspace{}
37961 \end_inset
37962
37963 in)
37964 \end_layout
37965
37966 \end_inset
37967 </cell>
37968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37969 \begin_inset Text
37970
37971 \begin_layout Plain Layout
37972 -
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 </row>
37978 <row>
37979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37980 \begin_inset Text
37981
37982 \begin_layout Plain Layout
37983 dd
37984 \end_layout
37985
37986 \end_inset
37987 </cell>
37988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37989 \begin_inset Text
37990
37991 \begin_layout Plain Layout
37992 ディドー (72
37993 \begin_inset space \thinspace{}
37994 \end_inset
37995
37996 dd 
37997 \begin_inset Formula $\approx$
37998 \end_inset
37999
38000  37.6
38001 \begin_inset space \thinspace{}
38002 \end_inset
38003
38004 mm)
38005 \end_layout
38006
38007 \end_inset
38008 </cell>
38009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013 -
38014 \end_layout
38015
38016 \end_inset
38017 </cell>
38018 </row>
38019 <row>
38020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38021 \begin_inset Text
38022
38023 \begin_layout Plain Layout
38024 cc
38025 \end_layout
38026
38027 \end_inset
38028 </cell>
38029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38030 \begin_inset Text
38031
38032 \begin_layout Plain Layout
38033 シセロ (1
38034 \begin_inset space \thinspace{}
38035 \end_inset
38036
38037 cc = 12
38038 \begin_inset space \thinspace{}
38039 \end_inset
38040
38041 dd)
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38047 \begin_inset Text
38048
38049 \begin_layout Plain Layout
38050 -
38051 \end_layout
38052
38053 \end_inset
38054 </cell>
38055 </row>
38056 <row>
38057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38058 \begin_inset Text
38059
38060 \begin_layout Plain Layout
38061
38062 \lang english
38063 Scale Graphics %
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38069 \begin_inset Text
38070
38071 \begin_layout Plain Layout
38072 元の画像幅の%
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 </row>
38087 <row>
38088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38089 \begin_inset Text
38090
38091 \begin_layout Plain Layout
38092
38093 \lang english
38094 Text Width %
38095 \end_layout
38096
38097 \end_inset
38098 </cell>
38099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103 テキスト幅の%
38104 \end_layout
38105
38106 \end_inset
38107 </cell>
38108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38109 \begin_inset Text
38110
38111 \begin_layout Plain Layout
38112
38113 \backslash
38114 textwidth
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 <row>
38121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38122 \begin_inset Text
38123
38124 \begin_layout Plain Layout
38125
38126 \lang english
38127 Column Width %
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136 組段幅の%
38137 \end_layout
38138
38139 \end_inset
38140 </cell>
38141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38142 \begin_inset Text
38143
38144 \begin_layout Plain Layout
38145
38146 \backslash
38147 columnwidth
38148 \end_layout
38149
38150 \end_inset
38151 </cell>
38152 </row>
38153 <row>
38154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38155 \begin_inset Text
38156
38157 \begin_layout Plain Layout
38158
38159 \lang english
38160 Page Width %
38161 \end_layout
38162
38163 \end_inset
38164 </cell>
38165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38166 \begin_inset Text
38167
38168 \begin_layout Plain Layout
38169 用紙幅の%
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38175 \begin_inset Text
38176
38177 \begin_layout Plain Layout
38178
38179 \backslash
38180 paperwidth
38181 \end_layout
38182
38183 \end_inset
38184 </cell>
38185 </row>
38186 <row>
38187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191
38192 \lang english
38193 Line Width %
38194 \end_layout
38195
38196 \end_inset
38197 </cell>
38198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202 行幅の%
38203 \end_layout
38204
38205 \end_inset
38206 </cell>
38207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38208 \begin_inset Text
38209
38210 \begin_layout Plain Layout
38211
38212 \backslash
38213 linewidth
38214 \end_layout
38215
38216 \end_inset
38217 </cell>
38218 </row>
38219 <row>
38220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38221 \begin_inset Text
38222
38223 \begin_layout Plain Layout
38224
38225 \lang english
38226 Text Height %
38227 \end_layout
38228
38229 \end_inset
38230 </cell>
38231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38232 \begin_inset Text
38233
38234 \begin_layout Plain Layout
38235 テキスト高さの%
38236 \end_layout
38237
38238 \end_inset
38239 </cell>
38240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244
38245 \backslash
38246 textheight
38247 \end_layout
38248
38249 \end_inset
38250 </cell>
38251 </row>
38252 <row>
38253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38254 \begin_inset Text
38255
38256 \begin_layout Plain Layout
38257
38258 \lang english
38259 Page Height %
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268 用紙高さの%
38269 \end_layout
38270
38271 \end_inset
38272 </cell>
38273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38274 \begin_inset Text
38275
38276 \begin_layout Plain Layout
38277
38278 \backslash
38279 paperheight
38280 \end_layout
38281
38282 \end_inset
38283 </cell>
38284 </row>
38285 <row>
38286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38287 \begin_inset Text
38288
38289 \begin_layout Plain Layout
38290 ex
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38296 \begin_inset Text
38297
38298 \begin_layout Plain Layout
38299 現在のフォントの文字「x」の高さ
38300 \end_layout
38301
38302 \end_inset
38303 </cell>
38304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38305 \begin_inset Text
38306
38307 \begin_layout Plain Layout
38308 -
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 </row>
38314 <row>
38315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38316 \begin_inset Text
38317
38318 \begin_layout Plain Layout
38319 em
38320 \end_layout
38321
38322 \end_inset
38323 </cell>
38324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38325 \begin_inset Text
38326
38327 \begin_layout Plain Layout
38328 現在のフォントの文字「M」の幅
38329 \end_layout
38330
38331 \end_inset
38332 </cell>
38333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38334 \begin_inset Text
38335
38336 \begin_layout Plain Layout
38337 -
38338 \end_layout
38339
38340 \end_inset
38341 </cell>
38342 </row>
38343 <row>
38344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38345 \begin_inset Text
38346
38347 \begin_layout Plain Layout
38348 mu
38349 \end_layout
38350
38351 \end_inset
38352 </cell>
38353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38354 \begin_inset Text
38355
38356 \begin_layout Plain Layout
38357 数式単位 (1
38358 \begin_inset space \thinspace{}
38359 \end_inset
38360
38361 mu = 1/18
38362 \begin_inset space \thinspace{}
38363 \end_inset
38364
38365 em)
38366 \end_layout
38367
38368 \end_inset
38369 </cell>
38370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38371 \begin_inset Text
38372
38373 \begin_layout Plain Layout
38374 -
38375 \end_layout
38376
38377 \end_inset
38378 </cell>
38379 </row>
38380 </lyxtabular>
38381
38382 \end_inset
38383
38384
38385 \end_layout
38386
38387 \end_inset
38388
38389
38390 \end_layout
38391
38392 \begin_layout Chapter
38393 画像を含む場合のファイル出力形式
38394 \begin_inset CommandInset label
38395 LatexCommand label
38396 name "cha:ファイル出力形式"
38397
38398 \end_inset
38399
38400
38401 \end_layout
38402
38403 \begin_layout Section
38404 DVI
38405 \begin_inset Index idx
38406 status collapsed
38407
38408 \begin_layout Plain Layout
38409 ふぁいるしょしき@ファイル書式 ! DVI
38410 \end_layout
38411
38412 \end_inset
38413
38414
38415 \begin_inset Index idx
38416 status collapsed
38417
38418 \begin_layout Plain Layout
38419 DVI
38420 \begin_inset ERT
38421 status collapsed
38422
38423 \begin_layout Plain Layout
38424
38425 |see{
38426 \end_layout
38427
38428 \end_inset
38429
38430 ファイル書式
38431 \begin_inset ERT
38432 status collapsed
38433
38434 \begin_layout Plain Layout
38435
38436 }
38437 \end_layout
38438
38439 \end_inset
38440
38441
38442 \end_layout
38443
38444 \end_inset
38445
38446
38447 \end_layout
38448
38449 \begin_layout Standard
38450 このファイル型の拡張子は「
38451 \family typewriter
38452 .dvi
38453 \family default
38454 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38455 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38456 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38457 \end_layout
38458
38459 \begin_layout Standard
38460 \begin_inset Note Greyedout
38461 status open
38462
38463 \begin_layout Plain Layout
38464
38465 \series bold
38466 【註】
38467 \series default
38468 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38469 \end_layout
38470
38471 \end_inset
38472
38473 ですから、お使いの
38474 \family typewriter
38475 .dvi
38476 \family default
38477 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38478 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38479 DFを使用することをお勧めします。
38480 \end_layout
38481
38482 \begin_layout Standard
38483 使用中の文書は、
38484 \family sans
38485 ファイル
38486 \family default
38487 \SpecialChar menuseparator
38488
38489 \family sans
38490 書き出し
38491 \family default
38492 \SpecialChar menuseparator
38493
38494 \family sans
38495 DVI
38496 \family default
38497 メニューを使用して、DVIに書き出すことができます。
38498 \family sans
38499 表示
38500 \family default
38501 メニューから、文書をDVIとして表示させることもできます。
38502 \end_layout
38503
38504 \begin_layout Section
38505 PostScript
38506 \begin_inset Index idx
38507 status collapsed
38508
38509 \begin_layout Plain Layout
38510 ふぁいるしょしき@ファイル書式 ! PostScript
38511 \end_layout
38512
38513 \end_inset
38514
38515
38516 \begin_inset Index idx
38517 status collapsed
38518
38519 \begin_layout Plain Layout
38520 PostScript
38521 \begin_inset ERT
38522 status collapsed
38523
38524 \begin_layout Plain Layout
38525
38526 |see{
38527 \end_layout
38528
38529 \end_inset
38530
38531 ファイル書式
38532 \begin_inset ERT
38533 status collapsed
38534
38535 \begin_layout Plain Layout
38536
38537 }
38538 \end_layout
38539
38540 \end_inset
38541
38542
38543 \end_layout
38544
38545 \end_inset
38546
38547
38548 \end_layout
38549
38550 \begin_layout Standard
38551 このファイル型の拡張子は「
38552 \family typewriter
38553 .ps
38554 \family default
38555 」です。PostScriptは、
38556 \family typewriter
38557 Adobe
38558 \family default
38559 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38560 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38561 \begin_inset Foot
38562 status collapsed
38563
38564 \begin_layout Plain Layout
38565 これについてもう少し学ぶ気があれば、\SpecialChar LaTeX
38566 パッケージ
38567 \series bold
38568 PSTricks
38569 \series default
38570
38571 \begin_inset CommandInset citation
38572 LatexCommand cite
38573 key "pstricks"
38574
38575 \end_inset
38576
38577 を見てみてください。
38578 \end_layout
38579
38580 \end_inset
38581
38582 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38583 \end_layout
38584
38585 \begin_layout Standard
38586 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38587 \family typewriter
38588 .eps
38589 \family default
38590 」)」形式の画像のみを含めることができます。\SpecialChar LyX
38591 では、既知の画像形式であればどれでも文書中で使用することができるようになっているため、\SpecialChar LyX
38592 はバックグラウンドで画像をEP
38593 Sに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、\SpecialChar LyX
38594 は50もの変換を行わなくてはなりません。すると、\SpecialChar LyX
38595 で行う
38596 作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像を直接EPSとして入れて
38597 おく方がよいでしょう。
38598 \end_layout
38599
38600 \begin_layout Standard
38601 文書は、
38602 \family sans
38603 ファイル
38604 \family default
38605 \SpecialChar menuseparator
38606
38607 \family sans
38608 書き出し
38609 \family default
38610 \SpecialChar menuseparator
38611
38612 \family sans
38613 Postscript
38614 \family default
38615 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38616 \family sans
38617 表示
38618 \family default
38619 メニューかツールバーボタン
38620 \begin_inset Graphics
38621         filename ../../images/buffer-view_ps.png
38622         scale 85
38623         scaleBeforeRotation
38624
38625 \end_inset
38626
38627 を使用することでPostScriptとして表示させることができます。
38628 \end_layout
38629
38630 \begin_layout Section
38631 PDF
38632 \begin_inset Index idx
38633 status collapsed
38634
38635 \begin_layout Plain Layout
38636 ふぁいるしょしき@ファイル書式 ! PDF
38637 \end_layout
38638
38639 \end_inset
38640
38641
38642 \begin_inset Index idx
38643 status collapsed
38644
38645 \begin_layout Plain Layout
38646 PDF
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \end_layout
38653
38654 \begin_layout Standard
38655 このファイル型の拡張子は「
38656 \family typewriter
38657 .pdf
38658 \family default
38659 」です。この「Portable Document Format (PDF)」は、
38660 \family typewriter
38661 Adobe
38662 \family default
38663 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38664 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38665 \end_layout
38666
38667 \begin_layout Standard
38668 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38669 \family typewriter
38670 .jpg
38671 \family default
38672 」または「
38673 \family typewriter
38674 .jpeg
38675 \family default
38676 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38677 \family typewriter
38678 .png
38679 \family default
38680 」)」として含めることができます。それにもかかわらず、\SpecialChar LyX
38681 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することができま
38682 す。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用することをお
38683 勧めします。
38684 \end_layout
38685
38686 \begin_layout Standard
38687 使用中の文書は、
38688 \family sans
38689 ファイル
38690 \family default
38691 \SpecialChar menuseparator
38692
38693 \family sans
38694 書き出し
38695 \family default
38696 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38697 \end_layout
38698
38699 \begin_layout Description
38700 PDF
38701 \begin_inset space ~
38702 \end_inset
38703
38704 (ps2pdf) これは
38705 \family typewriter
38706 ps2pdf
38707 \family default
38708 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38709 \family typewriter
38710 dvips
38711 \family default
38712 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38713 \end_layout
38714
38715 \begin_layout Description
38716 PDF
38717 \begin_inset space ~
38718 \end_inset
38719
38720 (dvipdfm) これは
38721 \family typewriter
38722 dvipdfm
38723 \family default
38724 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38725 \end_layout
38726
38727 \begin_layout Description
38728 PDF
38729 \begin_inset space ~
38730 \end_inset
38731
38732 (pdflatex) これは
38733 \family typewriter
38734 pdftex
38735 \family default
38736 プログラムを使って、現在のファイルを直接PDFに変換します。
38737 \end_layout
38738
38739 \begin_layout Standard
38740
38741 \family typewriter
38742 pdftex
38743 \family default
38744 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38745 \family sans
38746 PDF
38747 \begin_inset space ~
38748 \end_inset
38749
38750 (pdflatex)
38751 \family default
38752 を使用することが推奨されます。
38753 \family typewriter
38754 dvipdfm
38755 \family default
38756 プログラムは開発が停止しており、若干時代遅れになっています。
38757 \end_layout
38758
38759 \begin_layout Standard
38760 使用中の文書をPDFとして表示するには、
38761 \family sans
38762 表示
38763 \family default
38764 メニューかツールバーボタン
38765 \begin_inset Graphics
38766         filename ../../images/buffer-view_pdf2.png
38767         scale 85
38768         scaleBeforeRotation
38769
38770 \end_inset
38771
38772 (これは
38773 \family sans
38774 PDF
38775 \begin_inset space ~
38776 \end_inset
38777
38778 (pdflatex)
38779 \family default
38780 を使用します)を用います。
38781 \end_layout
38782
38783 \begin_layout Chapter
38784 dvips色名一覧
38785 \begin_inset CommandInset label
38786 LatexCommand label
38787 name "chap:dvips色名一覧"
38788
38789 \end_inset
38790
38791
38792 \end_layout
38793
38794 \begin_layout Standard
38795 \begin_inset Tabular
38796 <lyxtabular version="3" rows="17" columns="4">
38797 <features tabularvalignment="middle">
38798 <column alignment="left" valignment="top" width="0pt">
38799 <column alignment="left" valignment="top" width="0pt">
38800 <column alignment="left" valignment="top" width="0pt">
38801 <column alignment="left" valignment="top" width="0pt">
38802 <row>
38803 <cell alignment="left" valignment="top" usebox="none">
38804 \begin_inset Text
38805
38806 \begin_layout Plain Layout
38807 \begin_inset ERT
38808 status collapsed
38809
38810 \begin_layout Plain Layout
38811
38812
38813 \backslash
38814 fcolorbox{black}{
38815 \end_layout
38816
38817 \end_inset
38818
38819 white
38820 \begin_inset ERT
38821 status collapsed
38822
38823 \begin_layout Plain Layout
38824
38825 }{
38826 \end_layout
38827
38828 \end_inset
38829
38830
38831 \begin_inset ERT
38832 status collapsed
38833
38834 \begin_layout Plain Layout
38835
38836 }
38837 \end_layout
38838
38839 \end_inset
38840
38841  色名
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 <cell alignment="left" valignment="top" usebox="none">
38847 \begin_inset Text
38848
38849 \begin_layout Plain Layout
38850 \begin_inset ERT
38851 status collapsed
38852
38853 \begin_layout Plain Layout
38854
38855
38856 \backslash
38857 fcolorbox{black}{
38858 \end_layout
38859
38860 \end_inset
38861
38862 white
38863 \begin_inset ERT
38864 status collapsed
38865
38866 \begin_layout Plain Layout
38867
38868 }{
38869 \end_layout
38870
38871 \end_inset
38872
38873
38874 \begin_inset ERT
38875 status collapsed
38876
38877 \begin_layout Plain Layout
38878
38879 }
38880 \end_layout
38881
38882 \end_inset
38883
38884  色名
38885 \end_layout
38886
38887 \end_inset
38888 </cell>
38889 <cell alignment="left" valignment="top" usebox="none">
38890 \begin_inset Text
38891
38892 \begin_layout Plain Layout
38893 \begin_inset ERT
38894 status collapsed
38895
38896 \begin_layout Plain Layout
38897
38898
38899 \backslash
38900 fcolorbox{black}{
38901 \end_layout
38902
38903 \end_inset
38904
38905 white
38906 \begin_inset ERT
38907 status collapsed
38908
38909 \begin_layout Plain Layout
38910
38911 }{
38912 \end_layout
38913
38914 \end_inset
38915
38916
38917 \begin_inset ERT
38918 status collapsed
38919
38920 \begin_layout Plain Layout
38921
38922 }
38923 \end_layout
38924
38925 \end_inset
38926
38927  色名
38928 \end_layout
38929
38930 \end_inset
38931 </cell>
38932 <cell alignment="left" valignment="top" usebox="none">
38933 \begin_inset Text
38934
38935 \begin_layout Plain Layout
38936 \begin_inset ERT
38937 status collapsed
38938
38939 \begin_layout Plain Layout
38940
38941
38942 \backslash
38943 fcolorbox{black}{
38944 \end_layout
38945
38946 \end_inset
38947
38948 white
38949 \begin_inset ERT
38950 status collapsed
38951
38952 \begin_layout Plain Layout
38953
38954 }{
38955 \end_layout
38956
38957 \end_inset
38958
38959
38960 \begin_inset ERT
38961 status collapsed
38962
38963 \begin_layout Plain Layout
38964
38965 }
38966 \end_layout
38967
38968 \end_inset
38969
38970  色名
38971 \end_layout
38972
38973 \end_inset
38974 </cell>
38975 </row>
38976 <row>
38977 <cell alignment="center" valignment="top" usebox="none">
38978 \begin_inset Text
38979
38980 \begin_layout Plain Layout
38981 \begin_inset ERT
38982 status collapsed
38983
38984 \begin_layout Plain Layout
38985
38986
38987 \backslash
38988 fcolorbox{black}{
38989 \end_layout
38990
38991 \end_inset
38992
38993 Apricot
38994 \begin_inset ERT
38995 status collapsed
38996
38997 \begin_layout Plain Layout
38998
38999 }{
39000 \end_layout
39001
39002 \end_inset
39003
39004
39005 \begin_inset Phantom Phantom
39006 status open
39007
39008 \begin_layout Plain Layout
39009 W
39010 \end_layout
39011
39012 \end_inset
39013
39014
39015 \begin_inset ERT
39016 status collapsed
39017
39018 \begin_layout Plain Layout
39019
39020 }
39021 \end_layout
39022
39023 \end_inset
39024
39025  Apricot
39026 \end_layout
39027
39028 \end_inset
39029 </cell>
39030 <cell alignment="center" valignment="top" usebox="none">
39031 \begin_inset Text
39032
39033 \begin_layout Plain Layout
39034 \begin_inset ERT
39035 status collapsed
39036
39037 \begin_layout Plain Layout
39038
39039
39040 \backslash
39041 fcolorbox{black}{
39042 \end_layout
39043
39044 \end_inset
39045
39046 Aquamarine
39047 \begin_inset ERT
39048 status collapsed
39049
39050 \begin_layout Plain Layout
39051
39052 }{
39053 \end_layout
39054
39055 \end_inset
39056
39057
39058 \begin_inset Phantom Phantom
39059 status open
39060
39061 \begin_layout Plain Layout
39062 W
39063 \end_layout
39064
39065 \end_inset
39066
39067
39068 \begin_inset ERT
39069 status collapsed
39070
39071 \begin_layout Plain Layout
39072
39073 }
39074 \end_layout
39075
39076 \end_inset
39077
39078  Aquamarine
39079 \end_layout
39080
39081 \end_inset
39082 </cell>
39083 <cell alignment="center" valignment="top" usebox="none">
39084 \begin_inset Text
39085
39086 \begin_layout Plain Layout
39087 \begin_inset ERT
39088 status collapsed
39089
39090 \begin_layout Plain Layout
39091
39092
39093 \backslash
39094 fcolorbox{black}{
39095 \end_layout
39096
39097 \end_inset
39098
39099 Bittersweet
39100 \begin_inset ERT
39101 status collapsed
39102
39103 \begin_layout Plain Layout
39104
39105 }{
39106 \end_layout
39107
39108 \end_inset
39109
39110
39111 \begin_inset Phantom Phantom
39112 status open
39113
39114 \begin_layout Plain Layout
39115 W
39116 \end_layout
39117
39118 \end_inset
39119
39120
39121 \begin_inset ERT
39122 status collapsed
39123
39124 \begin_layout Plain Layout
39125
39126 }
39127 \end_layout
39128
39129 \end_inset
39130
39131  Bittersweet
39132 \end_layout
39133
39134 \end_inset
39135 </cell>
39136 <cell alignment="center" valignment="top" usebox="none">
39137 \begin_inset Text
39138
39139 \begin_layout Plain Layout
39140 \begin_inset ERT
39141 status collapsed
39142
39143 \begin_layout Plain Layout
39144
39145
39146 \backslash
39147 fcolorbox{black}{
39148 \end_layout
39149
39150 \end_inset
39151
39152 BlueGreen
39153 \begin_inset ERT
39154 status collapsed
39155
39156 \begin_layout Plain Layout
39157
39158 }{
39159 \end_layout
39160
39161 \end_inset
39162
39163
39164 \begin_inset Phantom Phantom
39165 status open
39166
39167 \begin_layout Plain Layout
39168 W
39169 \end_layout
39170
39171 \end_inset
39172
39173
39174 \begin_inset ERT
39175 status collapsed
39176
39177 \begin_layout Plain Layout
39178
39179 }
39180 \end_layout
39181
39182 \end_inset
39183
39184  BlueGreen
39185 \end_layout
39186
39187 \end_inset
39188 </cell>
39189 </row>
39190 <row>
39191 <cell alignment="left" valignment="top" usebox="none">
39192 \begin_inset Text
39193
39194 \begin_layout Plain Layout
39195 \begin_inset ERT
39196 status collapsed
39197
39198 \begin_layout Plain Layout
39199
39200
39201 \backslash
39202 fcolorbox{black}{
39203 \end_layout
39204
39205 \end_inset
39206
39207 BlueViolet
39208 \begin_inset ERT
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212
39213 }{
39214 \end_layout
39215
39216 \end_inset
39217
39218
39219 \begin_inset Phantom Phantom
39220 status open
39221
39222 \begin_layout Plain Layout
39223 W
39224 \end_layout
39225
39226 \end_inset
39227
39228
39229 \begin_inset ERT
39230 status collapsed
39231
39232 \begin_layout Plain Layout
39233
39234 }
39235 \end_layout
39236
39237 \end_inset
39238
39239  BlueViolet
39240 \end_layout
39241
39242 \end_inset
39243 </cell>
39244 <cell alignment="left" valignment="top" usebox="none">
39245 \begin_inset Text
39246
39247 \begin_layout Plain Layout
39248 \begin_inset ERT
39249 status collapsed
39250
39251 \begin_layout Plain Layout
39252
39253
39254 \backslash
39255 fcolorbox{black}{
39256 \end_layout
39257
39258 \end_inset
39259
39260 BrickRed
39261 \begin_inset ERT
39262 status collapsed
39263
39264 \begin_layout Plain Layout
39265
39266 }{
39267 \end_layout
39268
39269 \end_inset
39270
39271
39272 \begin_inset Phantom Phantom
39273 status open
39274
39275 \begin_layout Plain Layout
39276 W
39277 \end_layout
39278
39279 \end_inset
39280
39281
39282 \begin_inset ERT
39283 status collapsed
39284
39285 \begin_layout Plain Layout
39286
39287 }
39288 \end_layout
39289
39290 \end_inset
39291
39292  BrickRed
39293 \end_layout
39294
39295 \end_inset
39296 </cell>
39297 <cell alignment="left" valignment="top" usebox="none">
39298 \begin_inset Text
39299
39300 \begin_layout Plain Layout
39301 \begin_inset ERT
39302 status collapsed
39303
39304 \begin_layout Plain Layout
39305
39306
39307 \backslash
39308 fcolorbox{black}{
39309 \end_layout
39310
39311 \end_inset
39312
39313 Brown
39314 \begin_inset ERT
39315 status collapsed
39316
39317 \begin_layout Plain Layout
39318
39319 }{
39320 \end_layout
39321
39322 \end_inset
39323
39324
39325 \begin_inset Phantom Phantom
39326 status open
39327
39328 \begin_layout Plain Layout
39329 W
39330 \end_layout
39331
39332 \end_inset
39333
39334
39335 \begin_inset ERT
39336 status collapsed
39337
39338 \begin_layout Plain Layout
39339
39340 }
39341 \end_layout
39342
39343 \end_inset
39344
39345  Brown
39346 \end_layout
39347
39348 \end_inset
39349 </cell>
39350 <cell alignment="left" valignment="top" usebox="none">
39351 \begin_inset Text
39352
39353 \begin_layout Plain Layout
39354 \begin_inset ERT
39355 status collapsed
39356
39357 \begin_layout Plain Layout
39358
39359
39360 \backslash
39361 fcolorbox{black}{
39362 \end_layout
39363
39364 \end_inset
39365
39366 BurntOrange
39367 \begin_inset ERT
39368 status collapsed
39369
39370 \begin_layout Plain Layout
39371
39372 }{
39373 \end_layout
39374
39375 \end_inset
39376
39377
39378 \begin_inset Phantom Phantom
39379 status open
39380
39381 \begin_layout Plain Layout
39382 W
39383 \end_layout
39384
39385 \end_inset
39386
39387
39388 \begin_inset ERT
39389 status collapsed
39390
39391 \begin_layout Plain Layout
39392
39393 }
39394 \end_layout
39395
39396 \end_inset
39397
39398  BurntOrange
39399 \end_layout
39400
39401 \end_inset
39402 </cell>
39403 </row>
39404 <row>
39405 <cell alignment="left" valignment="top" usebox="none">
39406 \begin_inset Text
39407
39408 \begin_layout Plain Layout
39409 \begin_inset ERT
39410 status collapsed
39411
39412 \begin_layout Plain Layout
39413
39414
39415 \backslash
39416 fcolorbox{black}{
39417 \end_layout
39418
39419 \end_inset
39420
39421 CadetBlue
39422 \begin_inset ERT
39423 status collapsed
39424
39425 \begin_layout Plain Layout
39426
39427 }{
39428 \end_layout
39429
39430 \end_inset
39431
39432
39433 \begin_inset Phantom Phantom
39434 status open
39435
39436 \begin_layout Plain Layout
39437 W
39438 \end_layout
39439
39440 \end_inset
39441
39442
39443 \begin_inset ERT
39444 status collapsed
39445
39446 \begin_layout Plain Layout
39447
39448 }
39449 \end_layout
39450
39451 \end_inset
39452
39453  CadetBlue
39454 \end_layout
39455
39456 \end_inset
39457 </cell>
39458 <cell alignment="left" valignment="top" usebox="none">
39459 \begin_inset Text
39460
39461 \begin_layout Plain Layout
39462 \begin_inset ERT
39463 status collapsed
39464
39465 \begin_layout Plain Layout
39466
39467
39468 \backslash
39469 fcolorbox{black}{
39470 \end_layout
39471
39472 \end_inset
39473
39474 CarnationPink
39475 \begin_inset ERT
39476 status collapsed
39477
39478 \begin_layout Plain Layout
39479
39480 }{
39481 \end_layout
39482
39483 \end_inset
39484
39485
39486 \begin_inset Phantom Phantom
39487 status open
39488
39489 \begin_layout Plain Layout
39490 W
39491 \end_layout
39492
39493 \end_inset
39494
39495
39496 \begin_inset ERT
39497 status collapsed
39498
39499 \begin_layout Plain Layout
39500
39501 }
39502 \end_layout
39503
39504 \end_inset
39505
39506  CarnationPink
39507 \end_layout
39508
39509 \end_inset
39510 </cell>
39511 <cell alignment="left" valignment="top" usebox="none">
39512 \begin_inset Text
39513
39514 \begin_layout Plain Layout
39515 \begin_inset ERT
39516 status collapsed
39517
39518 \begin_layout Plain Layout
39519
39520
39521 \backslash
39522 fcolorbox{black}{
39523 \end_layout
39524
39525 \end_inset
39526
39527 Cerulean
39528 \begin_inset ERT
39529 status collapsed
39530
39531 \begin_layout Plain Layout
39532
39533 }{
39534 \end_layout
39535
39536 \end_inset
39537
39538
39539 \begin_inset Phantom Phantom
39540 status open
39541
39542 \begin_layout Plain Layout
39543 W
39544 \end_layout
39545
39546 \end_inset
39547
39548
39549 \begin_inset ERT
39550 status collapsed
39551
39552 \begin_layout Plain Layout
39553
39554 }
39555 \end_layout
39556
39557 \end_inset
39558
39559  Cerulean
39560 \end_layout
39561
39562 \end_inset
39563 </cell>
39564 <cell alignment="left" valignment="top" usebox="none">
39565 \begin_inset Text
39566
39567 \begin_layout Plain Layout
39568 \begin_inset ERT
39569 status collapsed
39570
39571 \begin_layout Plain Layout
39572
39573
39574 \backslash
39575 fcolorbox{black}{
39576 \end_layout
39577
39578 \end_inset
39579
39580 CornflowerBlue
39581 \begin_inset ERT
39582 status collapsed
39583
39584 \begin_layout Plain Layout
39585
39586 }{
39587 \end_layout
39588
39589 \end_inset
39590
39591
39592 \begin_inset Phantom Phantom
39593 status open
39594
39595 \begin_layout Plain Layout
39596 W
39597 \end_layout
39598
39599 \end_inset
39600
39601
39602 \begin_inset ERT
39603 status collapsed
39604
39605 \begin_layout Plain Layout
39606
39607 }
39608 \end_layout
39609
39610 \end_inset
39611
39612  CornflowerBlue
39613 \end_layout
39614
39615 \end_inset
39616 </cell>
39617 </row>
39618 <row>
39619 <cell alignment="left" valignment="top" usebox="none">
39620 \begin_inset Text
39621
39622 \begin_layout Plain Layout
39623 \begin_inset ERT
39624 status collapsed
39625
39626 \begin_layout Plain Layout
39627
39628
39629 \backslash
39630 fcolorbox{black}{
39631 \end_layout
39632
39633 \end_inset
39634
39635 Dandelion
39636 \begin_inset ERT
39637 status collapsed
39638
39639 \begin_layout Plain Layout
39640
39641 }{
39642 \end_layout
39643
39644 \end_inset
39645
39646
39647 \begin_inset Phantom Phantom
39648 status open
39649
39650 \begin_layout Plain Layout
39651 W
39652 \end_layout
39653
39654 \end_inset
39655
39656
39657 \begin_inset ERT
39658 status collapsed
39659
39660 \begin_layout Plain Layout
39661
39662 }
39663 \end_layout
39664
39665 \end_inset
39666
39667  Dandelion
39668 \end_layout
39669
39670 \end_inset
39671 </cell>
39672 <cell alignment="left" valignment="top" usebox="none">
39673 \begin_inset Text
39674
39675 \begin_layout Plain Layout
39676 \begin_inset ERT
39677 status collapsed
39678
39679 \begin_layout Plain Layout
39680
39681
39682 \backslash
39683 fcolorbox{black}{
39684 \end_layout
39685
39686 \end_inset
39687
39688 DarkOrchid
39689 \begin_inset ERT
39690 status collapsed
39691
39692 \begin_layout Plain Layout
39693
39694 }{
39695 \end_layout
39696
39697 \end_inset
39698
39699
39700 \begin_inset Phantom Phantom
39701 status open
39702
39703 \begin_layout Plain Layout
39704 W
39705 \end_layout
39706
39707 \end_inset
39708
39709
39710 \begin_inset ERT
39711 status collapsed
39712
39713 \begin_layout Plain Layout
39714
39715 }
39716 \end_layout
39717
39718 \end_inset
39719
39720  DarkOrchid
39721 \end_layout
39722
39723 \end_inset
39724 </cell>
39725 <cell alignment="left" valignment="top" usebox="none">
39726 \begin_inset Text
39727
39728 \begin_layout Plain Layout
39729 \begin_inset ERT
39730 status collapsed
39731
39732 \begin_layout Plain Layout
39733
39734
39735 \backslash
39736 fcolorbox{black}{
39737 \end_layout
39738
39739 \end_inset
39740
39741 Emerald
39742 \begin_inset ERT
39743 status collapsed
39744
39745 \begin_layout Plain Layout
39746
39747 }{
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \begin_inset Phantom Phantom
39754 status open
39755
39756 \begin_layout Plain Layout
39757 W
39758 \end_layout
39759
39760 \end_inset
39761
39762
39763 \begin_inset ERT
39764 status collapsed
39765
39766 \begin_layout Plain Layout
39767
39768 }
39769 \end_layout
39770
39771 \end_inset
39772
39773  Emerald
39774 \end_layout
39775
39776 \end_inset
39777 </cell>
39778 <cell alignment="left" valignment="top" usebox="none">
39779 \begin_inset Text
39780
39781 \begin_layout Plain Layout
39782 \begin_inset ERT
39783 status collapsed
39784
39785 \begin_layout Plain Layout
39786
39787
39788 \backslash
39789 fcolorbox{black}{
39790 \end_layout
39791
39792 \end_inset
39793
39794 ForestGreen
39795 \begin_inset ERT
39796 status collapsed
39797
39798 \begin_layout Plain Layout
39799
39800 }{
39801 \end_layout
39802
39803 \end_inset
39804
39805
39806 \begin_inset Phantom Phantom
39807 status open
39808
39809 \begin_layout Plain Layout
39810 W
39811 \end_layout
39812
39813 \end_inset
39814
39815
39816 \begin_inset ERT
39817 status collapsed
39818
39819 \begin_layout Plain Layout
39820
39821 }
39822 \end_layout
39823
39824 \end_inset
39825
39826  ForestGreen
39827 \end_layout
39828
39829 \end_inset
39830 </cell>
39831 </row>
39832 <row>
39833 <cell alignment="left" valignment="top" usebox="none">
39834 \begin_inset Text
39835
39836 \begin_layout Plain Layout
39837 \begin_inset ERT
39838 status collapsed
39839
39840 \begin_layout Plain Layout
39841
39842
39843 \backslash
39844 fcolorbox{black}{
39845 \end_layout
39846
39847 \end_inset
39848
39849 Fuchsia
39850 \begin_inset ERT
39851 status collapsed
39852
39853 \begin_layout Plain Layout
39854
39855 }{
39856 \end_layout
39857
39858 \end_inset
39859
39860
39861 \begin_inset Phantom Phantom
39862 status open
39863
39864 \begin_layout Plain Layout
39865 W
39866 \end_layout
39867
39868 \end_inset
39869
39870
39871 \begin_inset ERT
39872 status collapsed
39873
39874 \begin_layout Plain Layout
39875
39876 }
39877 \end_layout
39878
39879 \end_inset
39880
39881  Fuchsia
39882 \end_layout
39883
39884 \end_inset
39885 </cell>
39886 <cell alignment="left" valignment="top" usebox="none">
39887 \begin_inset Text
39888
39889 \begin_layout Plain Layout
39890 \begin_inset ERT
39891 status collapsed
39892
39893 \begin_layout Plain Layout
39894
39895
39896 \backslash
39897 fcolorbox{black}{
39898 \end_layout
39899
39900 \end_inset
39901
39902 Goldenrod
39903 \begin_inset ERT
39904 status collapsed
39905
39906 \begin_layout Plain Layout
39907
39908 }{
39909 \end_layout
39910
39911 \end_inset
39912
39913
39914 \begin_inset Phantom Phantom
39915 status open
39916
39917 \begin_layout Plain Layout
39918 W
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \begin_inset ERT
39925 status collapsed
39926
39927 \begin_layout Plain Layout
39928
39929 }
39930 \end_layout
39931
39932 \end_inset
39933
39934  Goldenrod
39935 \end_layout
39936
39937 \end_inset
39938 </cell>
39939 <cell alignment="left" valignment="top" usebox="none">
39940 \begin_inset Text
39941
39942 \begin_layout Plain Layout
39943 \begin_inset ERT
39944 status collapsed
39945
39946 \begin_layout Plain Layout
39947
39948
39949 \backslash
39950 fcolorbox{black}{
39951 \end_layout
39952
39953 \end_inset
39954
39955 Gray
39956 \begin_inset ERT
39957 status collapsed
39958
39959 \begin_layout Plain Layout
39960
39961 }{
39962 \end_layout
39963
39964 \end_inset
39965
39966
39967 \begin_inset Phantom Phantom
39968 status open
39969
39970 \begin_layout Plain Layout
39971 W
39972 \end_layout
39973
39974 \end_inset
39975
39976
39977 \begin_inset ERT
39978 status collapsed
39979
39980 \begin_layout Plain Layout
39981
39982 }
39983 \end_layout
39984
39985 \end_inset
39986
39987  Gray
39988 \end_layout
39989
39990 \end_inset
39991 </cell>
39992 <cell alignment="left" valignment="top" usebox="none">
39993 \begin_inset Text
39994
39995 \begin_layout Plain Layout
39996 \begin_inset ERT
39997 status collapsed
39998
39999 \begin_layout Plain Layout
40000
40001
40002 \backslash
40003 fcolorbox{black}{
40004 \end_layout
40005
40006 \end_inset
40007
40008 GreenYellow
40009 \begin_inset ERT
40010 status collapsed
40011
40012 \begin_layout Plain Layout
40013
40014 }{
40015 \end_layout
40016
40017 \end_inset
40018
40019
40020 \begin_inset Phantom Phantom
40021 status open
40022
40023 \begin_layout Plain Layout
40024 W
40025 \end_layout
40026
40027 \end_inset
40028
40029
40030 \begin_inset ERT
40031 status collapsed
40032
40033 \begin_layout Plain Layout
40034
40035 }
40036 \end_layout
40037
40038 \end_inset
40039
40040  GreenYellow
40041 \end_layout
40042
40043 \end_inset
40044 </cell>
40045 </row>
40046 <row>
40047 <cell alignment="center" valignment="top" usebox="none">
40048 \begin_inset Text
40049
40050 \begin_layout Plain Layout
40051 \begin_inset ERT
40052 status collapsed
40053
40054 \begin_layout Plain Layout
40055
40056
40057 \backslash
40058 fcolorbox{black}{
40059 \end_layout
40060
40061 \end_inset
40062
40063 JungleGreen
40064 \begin_inset ERT
40065 status collapsed
40066
40067 \begin_layout Plain Layout
40068
40069 }{
40070 \end_layout
40071
40072 \end_inset
40073
40074
40075 \begin_inset Phantom Phantom
40076 status open
40077
40078 \begin_layout Plain Layout
40079 W
40080 \end_layout
40081
40082 \end_inset
40083
40084
40085 \begin_inset ERT
40086 status collapsed
40087
40088 \begin_layout Plain Layout
40089
40090 }
40091 \end_layout
40092
40093 \end_inset
40094
40095  JungleGreen
40096 \end_layout
40097
40098 \end_inset
40099 </cell>
40100 <cell alignment="center" valignment="top" usebox="none">
40101 \begin_inset Text
40102
40103 \begin_layout Plain Layout
40104 \begin_inset ERT
40105 status collapsed
40106
40107 \begin_layout Plain Layout
40108
40109
40110 \backslash
40111 fcolorbox{black}{
40112 \end_layout
40113
40114 \end_inset
40115
40116 Lavender
40117 \begin_inset ERT
40118 status collapsed
40119
40120 \begin_layout Plain Layout
40121
40122 }{
40123 \end_layout
40124
40125 \end_inset
40126
40127
40128 \begin_inset Phantom Phantom
40129 status open
40130
40131 \begin_layout Plain Layout
40132 W
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \begin_inset ERT
40139 status collapsed
40140
40141 \begin_layout Plain Layout
40142
40143 }
40144 \end_layout
40145
40146 \end_inset
40147
40148  Lavender
40149 \end_layout
40150
40151 \end_inset
40152 </cell>
40153 <cell alignment="center" valignment="top" usebox="none">
40154 \begin_inset Text
40155
40156 \begin_layout Plain Layout
40157 \begin_inset ERT
40158 status collapsed
40159
40160 \begin_layout Plain Layout
40161
40162
40163 \backslash
40164 fcolorbox{black}{
40165 \end_layout
40166
40167 \end_inset
40168
40169 LimeGreen
40170 \begin_inset ERT
40171 status collapsed
40172
40173 \begin_layout Plain Layout
40174
40175 }{
40176 \end_layout
40177
40178 \end_inset
40179
40180
40181 \begin_inset Phantom Phantom
40182 status open
40183
40184 \begin_layout Plain Layout
40185 W
40186 \end_layout
40187
40188 \end_inset
40189
40190
40191 \begin_inset ERT
40192 status collapsed
40193
40194 \begin_layout Plain Layout
40195
40196 }
40197 \end_layout
40198
40199 \end_inset
40200
40201  LimeGreen
40202 \end_layout
40203
40204 \end_inset
40205 </cell>
40206 <cell alignment="center" valignment="top" usebox="none">
40207 \begin_inset Text
40208
40209 \begin_layout Plain Layout
40210 \begin_inset ERT
40211 status collapsed
40212
40213 \begin_layout Plain Layout
40214
40215
40216 \backslash
40217 fcolorbox{black}{
40218 \end_layout
40219
40220 \end_inset
40221
40222 Mahogany
40223 \begin_inset ERT
40224 status collapsed
40225
40226 \begin_layout Plain Layout
40227
40228 }{
40229 \end_layout
40230
40231 \end_inset
40232
40233
40234 \begin_inset Phantom Phantom
40235 status open
40236
40237 \begin_layout Plain Layout
40238 W
40239 \end_layout
40240
40241 \end_inset
40242
40243
40244 \begin_inset ERT
40245 status collapsed
40246
40247 \begin_layout Plain Layout
40248
40249 }
40250 \end_layout
40251
40252 \end_inset
40253
40254  Mahogany
40255 \end_layout
40256
40257 \end_inset
40258 </cell>
40259 </row>
40260 <row>
40261 <cell alignment="left" valignment="top" usebox="none">
40262 \begin_inset Text
40263
40264 \begin_layout Plain Layout
40265 \begin_inset ERT
40266 status collapsed
40267
40268 \begin_layout Plain Layout
40269
40270
40271 \backslash
40272 fcolorbox{black}{
40273 \end_layout
40274
40275 \end_inset
40276
40277 Mahogany
40278 \begin_inset ERT
40279 status collapsed
40280
40281 \begin_layout Plain Layout
40282
40283 }{
40284 \end_layout
40285
40286 \end_inset
40287
40288
40289 \begin_inset Phantom Phantom
40290 status open
40291
40292 \begin_layout Plain Layout
40293 W
40294 \end_layout
40295
40296 \end_inset
40297
40298
40299 \begin_inset ERT
40300 status collapsed
40301
40302 \begin_layout Plain Layout
40303
40304 }
40305 \end_layout
40306
40307 \end_inset
40308
40309  Mahogany
40310 \end_layout
40311
40312 \end_inset
40313 </cell>
40314 <cell alignment="left" valignment="top" usebox="none">
40315 \begin_inset Text
40316
40317 \begin_layout Plain Layout
40318 \begin_inset ERT
40319 status collapsed
40320
40321 \begin_layout Plain Layout
40322
40323
40324 \backslash
40325 fcolorbox{black}{
40326 \end_layout
40327
40328 \end_inset
40329
40330 Maroon
40331 \begin_inset ERT
40332 status collapsed
40333
40334 \begin_layout Plain Layout
40335
40336 }{
40337 \end_layout
40338
40339 \end_inset
40340
40341
40342 \begin_inset Phantom Phantom
40343 status open
40344
40345 \begin_layout Plain Layout
40346 W
40347 \end_layout
40348
40349 \end_inset
40350
40351
40352 \begin_inset ERT
40353 status collapsed
40354
40355 \begin_layout Plain Layout
40356
40357 }
40358 \end_layout
40359
40360 \end_inset
40361
40362  Maroon
40363 \end_layout
40364
40365 \end_inset
40366 </cell>
40367 <cell alignment="left" valignment="top" usebox="none">
40368 \begin_inset Text
40369
40370 \begin_layout Plain Layout
40371 \begin_inset ERT
40372 status collapsed
40373
40374 \begin_layout Plain Layout
40375
40376
40377 \backslash
40378 fcolorbox{black}{
40379 \end_layout
40380
40381 \end_inset
40382
40383 Melon
40384 \begin_inset ERT
40385 status collapsed
40386
40387 \begin_layout Plain Layout
40388
40389 }{
40390 \end_layout
40391
40392 \end_inset
40393
40394
40395 \begin_inset Phantom Phantom
40396 status open
40397
40398 \begin_layout Plain Layout
40399 W
40400 \end_layout
40401
40402 \end_inset
40403
40404
40405 \begin_inset ERT
40406 status collapsed
40407
40408 \begin_layout Plain Layout
40409
40410 }
40411 \end_layout
40412
40413 \end_inset
40414
40415  Melon
40416 \end_layout
40417
40418 \end_inset
40419 </cell>
40420 <cell alignment="left" valignment="top" usebox="none">
40421 \begin_inset Text
40422
40423 \begin_layout Plain Layout
40424 \begin_inset ERT
40425 status collapsed
40426
40427 \begin_layout Plain Layout
40428
40429
40430 \backslash
40431 fcolorbox{black}{
40432 \end_layout
40433
40434 \end_inset
40435
40436 MidnightBlue
40437 \begin_inset ERT
40438 status collapsed
40439
40440 \begin_layout Plain Layout
40441
40442 }{
40443 \end_layout
40444
40445 \end_inset
40446
40447
40448 \begin_inset Phantom Phantom
40449 status open
40450
40451 \begin_layout Plain Layout
40452 W
40453 \end_layout
40454
40455 \end_inset
40456
40457
40458 \begin_inset ERT
40459 status collapsed
40460
40461 \begin_layout Plain Layout
40462
40463 }
40464 \end_layout
40465
40466 \end_inset
40467
40468  MidnightBlue
40469 \end_layout
40470
40471 \end_inset
40472 </cell>
40473 </row>
40474 <row>
40475 <cell alignment="left" valignment="top" usebox="none">
40476 \begin_inset Text
40477
40478 \begin_layout Plain Layout
40479 \begin_inset ERT
40480 status collapsed
40481
40482 \begin_layout Plain Layout
40483
40484
40485 \backslash
40486 fcolorbox{black}{
40487 \end_layout
40488
40489 \end_inset
40490
40491 Mulberry
40492 \begin_inset ERT
40493 status collapsed
40494
40495 \begin_layout Plain Layout
40496
40497 }{
40498 \end_layout
40499
40500 \end_inset
40501
40502
40503 \begin_inset Phantom Phantom
40504 status open
40505
40506 \begin_layout Plain Layout
40507 W
40508 \end_layout
40509
40510 \end_inset
40511
40512
40513 \begin_inset ERT
40514 status collapsed
40515
40516 \begin_layout Plain Layout
40517
40518 }
40519 \end_layout
40520
40521 \end_inset
40522
40523  Mulberry
40524 \end_layout
40525
40526 \end_inset
40527 </cell>
40528 <cell alignment="left" valignment="top" usebox="none">
40529 \begin_inset Text
40530
40531 \begin_layout Plain Layout
40532 \begin_inset ERT
40533 status collapsed
40534
40535 \begin_layout Plain Layout
40536
40537
40538 \backslash
40539 fcolorbox{black}{
40540 \end_layout
40541
40542 \end_inset
40543
40544 NavyBlue
40545 \begin_inset ERT
40546 status collapsed
40547
40548 \begin_layout Plain Layout
40549
40550 }{
40551 \end_layout
40552
40553 \end_inset
40554
40555
40556 \begin_inset Phantom Phantom
40557 status open
40558
40559 \begin_layout Plain Layout
40560 W
40561 \end_layout
40562
40563 \end_inset
40564
40565
40566 \begin_inset ERT
40567 status collapsed
40568
40569 \begin_layout Plain Layout
40570
40571 }
40572 \end_layout
40573
40574 \end_inset
40575
40576  NavyBlue
40577 \end_layout
40578
40579 \end_inset
40580 </cell>
40581 <cell alignment="left" valignment="top" usebox="none">
40582 \begin_inset Text
40583
40584 \begin_layout Plain Layout
40585 \begin_inset ERT
40586 status collapsed
40587
40588 \begin_layout Plain Layout
40589
40590
40591 \backslash
40592 fcolorbox{black}{
40593 \end_layout
40594
40595 \end_inset
40596
40597 OliveGreen
40598 \begin_inset ERT
40599 status collapsed
40600
40601 \begin_layout Plain Layout
40602
40603 }{
40604 \end_layout
40605
40606 \end_inset
40607
40608
40609 \begin_inset Phantom Phantom
40610 status open
40611
40612 \begin_layout Plain Layout
40613 W
40614 \end_layout
40615
40616 \end_inset
40617
40618
40619 \begin_inset ERT
40620 status collapsed
40621
40622 \begin_layout Plain Layout
40623
40624 }
40625 \end_layout
40626
40627 \end_inset
40628
40629  OliveGreen
40630 \end_layout
40631
40632 \end_inset
40633 </cell>
40634 <cell alignment="left" valignment="top" usebox="none">
40635 \begin_inset Text
40636
40637 \begin_layout Plain Layout
40638 \begin_inset ERT
40639 status collapsed
40640
40641 \begin_layout Plain Layout
40642
40643
40644 \backslash
40645 fcolorbox{black}{
40646 \end_layout
40647
40648 \end_inset
40649
40650 Orange
40651 \begin_inset ERT
40652 status collapsed
40653
40654 \begin_layout Plain Layout
40655
40656 }{
40657 \end_layout
40658
40659 \end_inset
40660
40661
40662 \begin_inset Phantom Phantom
40663 status open
40664
40665 \begin_layout Plain Layout
40666 W
40667 \end_layout
40668
40669 \end_inset
40670
40671
40672 \begin_inset ERT
40673 status collapsed
40674
40675 \begin_layout Plain Layout
40676
40677 }
40678 \end_layout
40679
40680 \end_inset
40681
40682  Orange
40683 \end_layout
40684
40685 \end_inset
40686 </cell>
40687 </row>
40688 <row>
40689 <cell alignment="left" valignment="top" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 \begin_inset ERT
40694 status collapsed
40695
40696 \begin_layout Plain Layout
40697
40698
40699 \backslash
40700 fcolorbox{black}{
40701 \end_layout
40702
40703 \end_inset
40704
40705 OrangeRed
40706 \begin_inset ERT
40707 status collapsed
40708
40709 \begin_layout Plain Layout
40710
40711 }{
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \begin_inset Phantom Phantom
40718 status open
40719
40720 \begin_layout Plain Layout
40721 W
40722 \end_layout
40723
40724 \end_inset
40725
40726
40727 \begin_inset ERT
40728 status collapsed
40729
40730 \begin_layout Plain Layout
40731
40732 }
40733 \end_layout
40734
40735 \end_inset
40736
40737  OrangeRed
40738 \end_layout
40739
40740 \end_inset
40741 </cell>
40742 <cell alignment="left" valignment="top" usebox="none">
40743 \begin_inset Text
40744
40745 \begin_layout Plain Layout
40746 \begin_inset ERT
40747 status collapsed
40748
40749 \begin_layout Plain Layout
40750
40751
40752 \backslash
40753 fcolorbox{black}{
40754 \end_layout
40755
40756 \end_inset
40757
40758 Orchid
40759 \begin_inset ERT
40760 status collapsed
40761
40762 \begin_layout Plain Layout
40763
40764 }{
40765 \end_layout
40766
40767 \end_inset
40768
40769
40770 \begin_inset Phantom Phantom
40771 status open
40772
40773 \begin_layout Plain Layout
40774 W
40775 \end_layout
40776
40777 \end_inset
40778
40779
40780 \begin_inset ERT
40781 status collapsed
40782
40783 \begin_layout Plain Layout
40784
40785 }
40786 \end_layout
40787
40788 \end_inset
40789
40790  Orchid
40791 \end_layout
40792
40793 \end_inset
40794 </cell>
40795 <cell alignment="left" valignment="top" usebox="none">
40796 \begin_inset Text
40797
40798 \begin_layout Plain Layout
40799 \begin_inset ERT
40800 status collapsed
40801
40802 \begin_layout Plain Layout
40803
40804
40805 \backslash
40806 fcolorbox{black}{
40807 \end_layout
40808
40809 \end_inset
40810
40811 Peach
40812 \begin_inset ERT
40813 status collapsed
40814
40815 \begin_layout Plain Layout
40816
40817 }{
40818 \end_layout
40819
40820 \end_inset
40821
40822
40823 \begin_inset Phantom Phantom
40824 status open
40825
40826 \begin_layout Plain Layout
40827 W
40828 \end_layout
40829
40830 \end_inset
40831
40832
40833 \begin_inset ERT
40834 status collapsed
40835
40836 \begin_layout Plain Layout
40837
40838 }
40839 \end_layout
40840
40841 \end_inset
40842
40843  Peach
40844 \end_layout
40845
40846 \end_inset
40847 </cell>
40848 <cell alignment="left" valignment="top" usebox="none">
40849 \begin_inset Text
40850
40851 \begin_layout Plain Layout
40852 \begin_inset ERT
40853 status collapsed
40854
40855 \begin_layout Plain Layout
40856
40857
40858 \backslash
40859 fcolorbox{black}{
40860 \end_layout
40861
40862 \end_inset
40863
40864 Periwinkle
40865 \begin_inset ERT
40866 status collapsed
40867
40868 \begin_layout Plain Layout
40869
40870 }{
40871 \end_layout
40872
40873 \end_inset
40874
40875
40876 \begin_inset Phantom Phantom
40877 status open
40878
40879 \begin_layout Plain Layout
40880 W
40881 \end_layout
40882
40883 \end_inset
40884
40885
40886 \begin_inset ERT
40887 status collapsed
40888
40889 \begin_layout Plain Layout
40890
40891 }
40892 \end_layout
40893
40894 \end_inset
40895
40896  Periwinkle
40897 \end_layout
40898
40899 \end_inset
40900 </cell>
40901 </row>
40902 <row>
40903 <cell alignment="left" valignment="top" usebox="none">
40904 \begin_inset Text
40905
40906 \begin_layout Plain Layout
40907 \begin_inset ERT
40908 status collapsed
40909
40910 \begin_layout Plain Layout
40911
40912
40913 \backslash
40914 fcolorbox{black}{
40915 \end_layout
40916
40917 \end_inset
40918
40919 PineGreen
40920 \begin_inset ERT
40921 status collapsed
40922
40923 \begin_layout Plain Layout
40924
40925 }{
40926 \end_layout
40927
40928 \end_inset
40929
40930
40931 \begin_inset Phantom Phantom
40932 status open
40933
40934 \begin_layout Plain Layout
40935 W
40936 \end_layout
40937
40938 \end_inset
40939
40940
40941 \begin_inset ERT
40942 status collapsed
40943
40944 \begin_layout Plain Layout
40945
40946 }
40947 \end_layout
40948
40949 \end_inset
40950
40951  PineGreen
40952 \end_layout
40953
40954 \end_inset
40955 </cell>
40956 <cell alignment="left" valignment="top" usebox="none">
40957 \begin_inset Text
40958
40959 \begin_layout Plain Layout
40960 \begin_inset ERT
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964
40965
40966 \backslash
40967 fcolorbox{black}{
40968 \end_layout
40969
40970 \end_inset
40971
40972 Plum
40973 \begin_inset ERT
40974 status collapsed
40975
40976 \begin_layout Plain Layout
40977
40978 }{
40979 \end_layout
40980
40981 \end_inset
40982
40983
40984 \begin_inset Phantom Phantom
40985 status open
40986
40987 \begin_layout Plain Layout
40988 W
40989 \end_layout
40990
40991 \end_inset
40992
40993
40994 \begin_inset ERT
40995 status collapsed
40996
40997 \begin_layout Plain Layout
40998
40999 }
41000 \end_layout
41001
41002 \end_inset
41003
41004  Plum
41005 \end_layout
41006
41007 \end_inset
41008 </cell>
41009 <cell alignment="left" valignment="top" usebox="none">
41010 \begin_inset Text
41011
41012 \begin_layout Plain Layout
41013 \begin_inset ERT
41014 status collapsed
41015
41016 \begin_layout Plain Layout
41017
41018
41019 \backslash
41020 fcolorbox{black}{
41021 \end_layout
41022
41023 \end_inset
41024
41025 ProcessBlue
41026 \begin_inset ERT
41027 status collapsed
41028
41029 \begin_layout Plain Layout
41030
41031 }{
41032 \end_layout
41033
41034 \end_inset
41035
41036
41037 \begin_inset Phantom Phantom
41038 status open
41039
41040 \begin_layout Plain Layout
41041 W
41042 \end_layout
41043
41044 \end_inset
41045
41046
41047 \begin_inset ERT
41048 status collapsed
41049
41050 \begin_layout Plain Layout
41051
41052 }
41053 \end_layout
41054
41055 \end_inset
41056
41057  ProcessBlue
41058 \end_layout
41059
41060 \end_inset
41061 </cell>
41062 <cell alignment="left" valignment="top" usebox="none">
41063 \begin_inset Text
41064
41065 \begin_layout Plain Layout
41066 \begin_inset ERT
41067 status collapsed
41068
41069 \begin_layout Plain Layout
41070
41071
41072 \backslash
41073 fcolorbox{black}{
41074 \end_layout
41075
41076 \end_inset
41077
41078 Purple
41079 \begin_inset ERT
41080 status collapsed
41081
41082 \begin_layout Plain Layout
41083
41084 }{
41085 \end_layout
41086
41087 \end_inset
41088
41089
41090 \begin_inset Phantom Phantom
41091 status open
41092
41093 \begin_layout Plain Layout
41094 W
41095 \end_layout
41096
41097 \end_inset
41098
41099
41100 \begin_inset ERT
41101 status collapsed
41102
41103 \begin_layout Plain Layout
41104
41105 }
41106 \end_layout
41107
41108 \end_inset
41109
41110  Purple
41111 \end_layout
41112
41113 \end_inset
41114 </cell>
41115 </row>
41116 <row>
41117 <cell alignment="left" valignment="top" usebox="none">
41118 \begin_inset Text
41119
41120 \begin_layout Plain Layout
41121 \begin_inset ERT
41122 status collapsed
41123
41124 \begin_layout Plain Layout
41125
41126
41127 \backslash
41128 fcolorbox{black}{
41129 \end_layout
41130
41131 \end_inset
41132
41133 RawSienna
41134 \begin_inset ERT
41135 status collapsed
41136
41137 \begin_layout Plain Layout
41138
41139 }{
41140 \end_layout
41141
41142 \end_inset
41143
41144
41145 \begin_inset Phantom Phantom
41146 status open
41147
41148 \begin_layout Plain Layout
41149 W
41150 \end_layout
41151
41152 \end_inset
41153
41154
41155 \begin_inset ERT
41156 status collapsed
41157
41158 \begin_layout Plain Layout
41159
41160 }
41161 \end_layout
41162
41163 \end_inset
41164
41165  RawSienna
41166 \end_layout
41167
41168 \end_inset
41169 </cell>
41170 <cell alignment="left" valignment="top" usebox="none">
41171 \begin_inset Text
41172
41173 \begin_layout Plain Layout
41174 \begin_inset ERT
41175 status collapsed
41176
41177 \begin_layout Plain Layout
41178
41179
41180 \backslash
41181 fcolorbox{black}{
41182 \end_layout
41183
41184 \end_inset
41185
41186 RedOrange
41187 \begin_inset ERT
41188 status collapsed
41189
41190 \begin_layout Plain Layout
41191
41192 }{
41193 \end_layout
41194
41195 \end_inset
41196
41197
41198 \begin_inset Phantom Phantom
41199 status open
41200
41201 \begin_layout Plain Layout
41202 W
41203 \end_layout
41204
41205 \end_inset
41206
41207
41208 \begin_inset ERT
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212
41213 }
41214 \end_layout
41215
41216 \end_inset
41217
41218  RedOrange
41219 \end_layout
41220
41221 \end_inset
41222 </cell>
41223 <cell alignment="left" valignment="top" usebox="none">
41224 \begin_inset Text
41225
41226 \begin_layout Plain Layout
41227 \begin_inset ERT
41228 status collapsed
41229
41230 \begin_layout Plain Layout
41231
41232
41233 \backslash
41234 fcolorbox{black}{
41235 \end_layout
41236
41237 \end_inset
41238
41239 RedViolet
41240 \begin_inset ERT
41241 status collapsed
41242
41243 \begin_layout Plain Layout
41244
41245 }{
41246 \end_layout
41247
41248 \end_inset
41249
41250
41251 \begin_inset Phantom Phantom
41252 status open
41253
41254 \begin_layout Plain Layout
41255 W
41256 \end_layout
41257
41258 \end_inset
41259
41260
41261 \begin_inset ERT
41262 status collapsed
41263
41264 \begin_layout Plain Layout
41265
41266 }
41267 \end_layout
41268
41269 \end_inset
41270
41271  RedViolet
41272 \end_layout
41273
41274 \end_inset
41275 </cell>
41276 <cell alignment="left" valignment="top" usebox="none">
41277 \begin_inset Text
41278
41279 \begin_layout Plain Layout
41280 \begin_inset ERT
41281 status collapsed
41282
41283 \begin_layout Plain Layout
41284
41285
41286 \backslash
41287 fcolorbox{black}{
41288 \end_layout
41289
41290 \end_inset
41291
41292 Rhodamine
41293 \begin_inset ERT
41294 status collapsed
41295
41296 \begin_layout Plain Layout
41297
41298 }{
41299 \end_layout
41300
41301 \end_inset
41302
41303
41304 \begin_inset Phantom Phantom
41305 status open
41306
41307 \begin_layout Plain Layout
41308 W
41309 \end_layout
41310
41311 \end_inset
41312
41313
41314 \begin_inset ERT
41315 status collapsed
41316
41317 \begin_layout Plain Layout
41318
41319 }
41320 \end_layout
41321
41322 \end_inset
41323
41324  Rhodamine
41325 \end_layout
41326
41327 \end_inset
41328 </cell>
41329 </row>
41330 <row>
41331 <cell alignment="left" valignment="top" usebox="none">
41332 \begin_inset Text
41333
41334 \begin_layout Plain Layout
41335 \begin_inset ERT
41336 status collapsed
41337
41338 \begin_layout Plain Layout
41339
41340
41341 \backslash
41342 fcolorbox{black}{
41343 \end_layout
41344
41345 \end_inset
41346
41347 RoyalBlue
41348 \begin_inset ERT
41349 status collapsed
41350
41351 \begin_layout Plain Layout
41352
41353 }{
41354 \end_layout
41355
41356 \end_inset
41357
41358
41359 \begin_inset Phantom Phantom
41360 status open
41361
41362 \begin_layout Plain Layout
41363 W
41364 \end_layout
41365
41366 \end_inset
41367
41368
41369 \begin_inset ERT
41370 status collapsed
41371
41372 \begin_layout Plain Layout
41373
41374 }
41375 \end_layout
41376
41377 \end_inset
41378
41379  RoyalBlue
41380 \end_layout
41381
41382 \end_inset
41383 </cell>
41384 <cell alignment="left" valignment="top" usebox="none">
41385 \begin_inset Text
41386
41387 \begin_layout Plain Layout
41388 \begin_inset ERT
41389 status collapsed
41390
41391 \begin_layout Plain Layout
41392
41393
41394 \backslash
41395 fcolorbox{black}{
41396 \end_layout
41397
41398 \end_inset
41399
41400 RoyalPurple
41401 \begin_inset ERT
41402 status collapsed
41403
41404 \begin_layout Plain Layout
41405
41406 }{
41407 \end_layout
41408
41409 \end_inset
41410
41411
41412 \begin_inset Phantom Phantom
41413 status open
41414
41415 \begin_layout Plain Layout
41416 W
41417 \end_layout
41418
41419 \end_inset
41420
41421
41422 \begin_inset ERT
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426
41427 }
41428 \end_layout
41429
41430 \end_inset
41431
41432  RoyalPurple
41433 \end_layout
41434
41435 \end_inset
41436 </cell>
41437 <cell alignment="left" valignment="top" usebox="none">
41438 \begin_inset Text
41439
41440 \begin_layout Plain Layout
41441 \begin_inset ERT
41442 status collapsed
41443
41444 \begin_layout Plain Layout
41445
41446
41447 \backslash
41448 fcolorbox{black}{
41449 \end_layout
41450
41451 \end_inset
41452
41453 RubineRed
41454 \begin_inset ERT
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458
41459 }{
41460 \end_layout
41461
41462 \end_inset
41463
41464
41465 \begin_inset Phantom Phantom
41466 status open
41467
41468 \begin_layout Plain Layout
41469 W
41470 \end_layout
41471
41472 \end_inset
41473
41474
41475 \begin_inset ERT
41476 status collapsed
41477
41478 \begin_layout Plain Layout
41479
41480 }
41481 \end_layout
41482
41483 \end_inset
41484
41485  RubineRed
41486 \end_layout
41487
41488 \end_inset
41489 </cell>
41490 <cell alignment="left" valignment="top" usebox="none">
41491 \begin_inset Text
41492
41493 \begin_layout Plain Layout
41494 \begin_inset ERT
41495 status collapsed
41496
41497 \begin_layout Plain Layout
41498
41499
41500 \backslash
41501 fcolorbox{black}{
41502 \end_layout
41503
41504 \end_inset
41505
41506 Salmon
41507 \begin_inset ERT
41508 status collapsed
41509
41510 \begin_layout Plain Layout
41511
41512 }{
41513 \end_layout
41514
41515 \end_inset
41516
41517
41518 \begin_inset Phantom Phantom
41519 status open
41520
41521 \begin_layout Plain Layout
41522 W
41523 \end_layout
41524
41525 \end_inset
41526
41527
41528 \begin_inset ERT
41529 status collapsed
41530
41531 \begin_layout Plain Layout
41532
41533 }
41534 \end_layout
41535
41536 \end_inset
41537
41538  Salmon
41539 \end_layout
41540
41541 \end_inset
41542 </cell>
41543 </row>
41544 <row>
41545 <cell alignment="left" valignment="top" usebox="none">
41546 \begin_inset Text
41547
41548 \begin_layout Plain Layout
41549 \begin_inset ERT
41550 status collapsed
41551
41552 \begin_layout Plain Layout
41553
41554
41555 \backslash
41556 fcolorbox{black}{
41557 \end_layout
41558
41559 \end_inset
41560
41561 SeaGreen
41562 \begin_inset ERT
41563 status collapsed
41564
41565 \begin_layout Plain Layout
41566
41567 }{
41568 \end_layout
41569
41570 \end_inset
41571
41572
41573 \begin_inset Phantom Phantom
41574 status open
41575
41576 \begin_layout Plain Layout
41577 W
41578 \end_layout
41579
41580 \end_inset
41581
41582
41583 \begin_inset ERT
41584 status collapsed
41585
41586 \begin_layout Plain Layout
41587
41588 }
41589 \end_layout
41590
41591 \end_inset
41592
41593  SeaGreen
41594 \end_layout
41595
41596 \end_inset
41597 </cell>
41598 <cell alignment="left" valignment="top" usebox="none">
41599 \begin_inset Text
41600
41601 \begin_layout Plain Layout
41602 \begin_inset ERT
41603 status collapsed
41604
41605 \begin_layout Plain Layout
41606
41607
41608 \backslash
41609 fcolorbox{black}{
41610 \end_layout
41611
41612 \end_inset
41613
41614 Sepia
41615 \begin_inset ERT
41616 status collapsed
41617
41618 \begin_layout Plain Layout
41619
41620 }{
41621 \end_layout
41622
41623 \end_inset
41624
41625
41626 \begin_inset Phantom Phantom
41627 status open
41628
41629 \begin_layout Plain Layout
41630 W
41631 \end_layout
41632
41633 \end_inset
41634
41635
41636 \begin_inset ERT
41637 status collapsed
41638
41639 \begin_layout Plain Layout
41640
41641 }
41642 \end_layout
41643
41644 \end_inset
41645
41646  Sepia
41647 \end_layout
41648
41649 \end_inset
41650 </cell>
41651 <cell alignment="left" valignment="top" usebox="none">
41652 \begin_inset Text
41653
41654 \begin_layout Plain Layout
41655 \begin_inset ERT
41656 status collapsed
41657
41658 \begin_layout Plain Layout
41659
41660
41661 \backslash
41662 fcolorbox{black}{
41663 \end_layout
41664
41665 \end_inset
41666
41667 SkyBlue
41668 \begin_inset ERT
41669 status collapsed
41670
41671 \begin_layout Plain Layout
41672
41673 }{
41674 \end_layout
41675
41676 \end_inset
41677
41678
41679 \begin_inset Phantom Phantom
41680 status open
41681
41682 \begin_layout Plain Layout
41683 W
41684 \end_layout
41685
41686 \end_inset
41687
41688
41689 \begin_inset ERT
41690 status collapsed
41691
41692 \begin_layout Plain Layout
41693
41694 }
41695 \end_layout
41696
41697 \end_inset
41698
41699  SkyBlue
41700 \end_layout
41701
41702 \end_inset
41703 </cell>
41704 <cell alignment="left" valignment="top" usebox="none">
41705 \begin_inset Text
41706
41707 \begin_layout Plain Layout
41708 \begin_inset ERT
41709 status collapsed
41710
41711 \begin_layout Plain Layout
41712
41713
41714 \backslash
41715 fcolorbox{black}{
41716 \end_layout
41717
41718 \end_inset
41719
41720 SpringGreen
41721 \begin_inset ERT
41722 status collapsed
41723
41724 \begin_layout Plain Layout
41725
41726 }{
41727 \end_layout
41728
41729 \end_inset
41730
41731
41732 \begin_inset Phantom Phantom
41733 status open
41734
41735 \begin_layout Plain Layout
41736 W
41737 \end_layout
41738
41739 \end_inset
41740
41741
41742 \begin_inset ERT
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747 }
41748 \end_layout
41749
41750 \end_inset
41751
41752  SpringGreen
41753 \end_layout
41754
41755 \end_inset
41756 </cell>
41757 </row>
41758 <row>
41759 <cell alignment="left" valignment="top" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 \begin_inset ERT
41764 status collapsed
41765
41766 \begin_layout Plain Layout
41767
41768
41769 \backslash
41770 fcolorbox{black}{
41771 \end_layout
41772
41773 \end_inset
41774
41775 Tan
41776 \begin_inset ERT
41777 status collapsed
41778
41779 \begin_layout Plain Layout
41780
41781 }{
41782 \end_layout
41783
41784 \end_inset
41785
41786
41787 \begin_inset Phantom Phantom
41788 status open
41789
41790 \begin_layout Plain Layout
41791 W
41792 \end_layout
41793
41794 \end_inset
41795
41796
41797 \begin_inset ERT
41798 status collapsed
41799
41800 \begin_layout Plain Layout
41801
41802 }
41803 \end_layout
41804
41805 \end_inset
41806
41807  Tan
41808 \end_layout
41809
41810 \end_inset
41811 </cell>
41812 <cell alignment="left" valignment="top" usebox="none">
41813 \begin_inset Text
41814
41815 \begin_layout Plain Layout
41816 \begin_inset ERT
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820
41821
41822 \backslash
41823 fcolorbox{black}{
41824 \end_layout
41825
41826 \end_inset
41827
41828 TealBlue
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834 }{
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \begin_inset Phantom Phantom
41841 status open
41842
41843 \begin_layout Plain Layout
41844 W
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855 }
41856 \end_layout
41857
41858 \end_inset
41859
41860  TealBlue
41861 \end_layout
41862
41863 \end_inset
41864 </cell>
41865 <cell alignment="left" valignment="top" usebox="none">
41866 \begin_inset Text
41867
41868 \begin_layout Plain Layout
41869 \begin_inset ERT
41870 status collapsed
41871
41872 \begin_layout Plain Layout
41873
41874
41875 \backslash
41876 fcolorbox{black}{
41877 \end_layout
41878
41879 \end_inset
41880
41881 Thistle
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887 }{
41888 \end_layout
41889
41890 \end_inset
41891
41892
41893 \begin_inset Phantom Phantom
41894 status open
41895
41896 \begin_layout Plain Layout
41897 W
41898 \end_layout
41899
41900 \end_inset
41901
41902
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908 }
41909 \end_layout
41910
41911 \end_inset
41912
41913  Thistle
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 <cell alignment="left" valignment="top" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922 \begin_inset ERT
41923 status collapsed
41924
41925 \begin_layout Plain Layout
41926
41927
41928 \backslash
41929 fcolorbox{black}{
41930 \end_layout
41931
41932 \end_inset
41933
41934 Turquoise
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940 }{
41941 \end_layout
41942
41943 \end_inset
41944
41945
41946 \begin_inset Phantom Phantom
41947 status open
41948
41949 \begin_layout Plain Layout
41950 W
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961 }
41962 \end_layout
41963
41964 \end_inset
41965
41966  Turquoise
41967 \end_layout
41968
41969 \end_inset
41970 </cell>
41971 </row>
41972 <row>
41973 <cell alignment="left" valignment="top" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 \begin_inset ERT
41978 status collapsed
41979
41980 \begin_layout Plain Layout
41981
41982
41983 \backslash
41984 fcolorbox{black}{
41985 \end_layout
41986
41987 \end_inset
41988
41989 Violet
41990 \begin_inset ERT
41991 status collapsed
41992
41993 \begin_layout Plain Layout
41994
41995 }{
41996 \end_layout
41997
41998 \end_inset
41999
42000
42001 \begin_inset Phantom Phantom
42002 status open
42003
42004 \begin_layout Plain Layout
42005 W
42006 \end_layout
42007
42008 \end_inset
42009
42010
42011 \begin_inset ERT
42012 status collapsed
42013
42014 \begin_layout Plain Layout
42015
42016 }
42017 \end_layout
42018
42019 \end_inset
42020
42021  Violet
42022 \end_layout
42023
42024 \end_inset
42025 </cell>
42026 <cell alignment="left" valignment="top" usebox="none">
42027 \begin_inset Text
42028
42029 \begin_layout Plain Layout
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035
42036 \backslash
42037 fcolorbox{black}{
42038 \end_layout
42039
42040 \end_inset
42041
42042 VioletRed
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048 }{
42049 \end_layout
42050
42051 \end_inset
42052
42053
42054 \begin_inset Phantom Phantom
42055 status open
42056
42057 \begin_layout Plain Layout
42058 W
42059 \end_layout
42060
42061 \end_inset
42062
42063
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069 }
42070 \end_layout
42071
42072 \end_inset
42073
42074  VioletRed
42075 \end_layout
42076
42077 \end_inset
42078 </cell>
42079 <cell alignment="left" valignment="top" usebox="none">
42080 \begin_inset Text
42081
42082 \begin_layout Plain Layout
42083 \begin_inset ERT
42084 status collapsed
42085
42086 \begin_layout Plain Layout
42087
42088
42089 \backslash
42090 fcolorbox{black}{
42091 \end_layout
42092
42093 \end_inset
42094
42095 WildStrawberry
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101 }{
42102 \end_layout
42103
42104 \end_inset
42105
42106
42107 \begin_inset Phantom Phantom
42108 status open
42109
42110 \begin_layout Plain Layout
42111 W
42112 \end_layout
42113
42114 \end_inset
42115
42116
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122 }
42123 \end_layout
42124
42125 \end_inset
42126
42127  WildStrawberry
42128 \end_layout
42129
42130 \end_inset
42131 </cell>
42132 <cell alignment="left" valignment="top" usebox="none">
42133 \begin_inset Text
42134
42135 \begin_layout Plain Layout
42136 \begin_inset ERT
42137 status collapsed
42138
42139 \begin_layout Plain Layout
42140
42141
42142 \backslash
42143 fcolorbox{black}{
42144 \end_layout
42145
42146 \end_inset
42147
42148 YellowGreen
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154 }{
42155 \end_layout
42156
42157 \end_inset
42158
42159
42160 \begin_inset Phantom Phantom
42161 status open
42162
42163 \begin_layout Plain Layout
42164 W
42165 \end_layout
42166
42167 \end_inset
42168
42169
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175 }
42176 \end_layout
42177
42178 \end_inset
42179
42180  YellowGreen
42181 \end_layout
42182
42183 \end_inset
42184 </cell>
42185 </row>
42186 <row>
42187 <cell alignment="left" valignment="top" usebox="none">
42188 \begin_inset Text
42189
42190 \begin_layout Plain Layout
42191 \begin_inset ERT
42192 status collapsed
42193
42194 \begin_layout Plain Layout
42195
42196
42197 \backslash
42198 fcolorbox{black}{
42199 \end_layout
42200
42201 \end_inset
42202
42203 YellowOrange
42204 \begin_inset ERT
42205 status collapsed
42206
42207 \begin_layout Plain Layout
42208
42209 }{
42210 \end_layout
42211
42212 \end_inset
42213
42214
42215 \begin_inset Phantom Phantom
42216 status open
42217
42218 \begin_layout Plain Layout
42219 W
42220 \end_layout
42221
42222 \end_inset
42223
42224
42225 \begin_inset ERT
42226 status collapsed
42227
42228 \begin_layout Plain Layout
42229
42230 }
42231 \end_layout
42232
42233 \end_inset
42234
42235  YellowOrange
42236 \end_layout
42237
42238 \end_inset
42239 </cell>
42240 <cell alignment="left" valignment="top" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244
42245 \end_layout
42246
42247 \end_inset
42248 </cell>
42249 <cell alignment="left" valignment="top" usebox="none">
42250 \begin_inset Text
42251
42252 \begin_layout Plain Layout
42253
42254 \end_layout
42255
42256 \end_inset
42257 </cell>
42258 <cell alignment="left" valignment="top" usebox="none">
42259 \begin_inset Text
42260
42261 \begin_layout Plain Layout
42262
42263 \end_layout
42264
42265 \end_inset
42266 </cell>
42267 </row>
42268 </lyxtabular>
42269
42270 \end_inset
42271
42272
42273 \end_layout
42274
42275 \begin_layout Chapter
42276 第(
42277 \begin_inset CommandInset ref
42278 LatexCommand ref
42279 reference "eq:Wgn"
42280
42281 \end_inset
42282
42283 )式の説明
42284 \begin_inset CommandInset label
42285 LatexCommand label
42286 name "cha:式の説明"
42287
42288 \end_inset
42289
42290
42291 \end_layout
42292
42293 \begin_layout Standard
42294 \begin_inset Formula $n$
42295 \end_inset
42296
42297 個の表セルの全幅
42298 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42299 \end_inset
42300
42301
42302 \begin_inset Formula 
42303 \begin{equation}
42304 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42305 \end{equation}
42306
42307 \end_inset
42308
42309
42310 \end_layout
42311
42312 \begin_layout Standard
42313 で計算できます。ここで
42314 \begin_inset Formula $W_{g\,n}$
42315 \end_inset
42316
42317 は、すべてのセルが持つ固定幅です。
42318 \series bold
42319
42320 \backslash
42321 tabcolsep
42322 \series default
42323 は、セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
42324 長であり、既定値は6
42325 \begin_inset space \thinspace{}
42326 \end_inset
42327
42328 ptです。
42329 \series bold
42330
42331 \backslash
42332 arrayrulewidth
42333 \series default
42334 は、セル罫線幅であり、既定値は0.4
42335 \begin_inset space \thinspace{}
42336 \end_inset
42337
42338 ptです。
42339 \end_layout
42340
42341 \begin_layout Standard
42342
42343 \begin_inset CommandInset ref
42344 LatexCommand eqref
42345 reference "eq:Wtot_n"
42346
42347 \end_inset
42348
42349 式にしたがえば、連結列の全幅
42350 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42351 \end_inset
42352
42353
42354 \begin_inset Formula 
42355 \begin{equation}
42356 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42357 \end{equation}
42358
42359 \end_inset
42360
42361
42362 \end_layout
42363
42364 \begin_layout Standard
42365 となります。
42366 \begin_inset Formula $n$
42367 \end_inset
42368
42369 列を連結する時には各列の全幅は
42370 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42371 \end_inset
42372
42373 となるので、第
42374 \begin_inset CommandInset ref
42375 LatexCommand eqref
42376 reference "eq:Wtot_n"
42377
42378 \end_inset
42379
42380 式と第
42381 \begin_inset CommandInset ref
42382 LatexCommand eqref
42383 reference "eq:Wtot_mult"
42384
42385 \end_inset
42386
42387 式が等しいものと置けば、必要となる固定幅
42388 \begin_inset Formula $W_{g\,n}$
42389 \end_inset
42390
42391 を計算することができて、
42392 \begin_inset Formula 
42393 \begin{equation}
42394 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42395 \end{equation}
42396
42397 \end_inset
42398
42399 となります。
42400 \end_layout
42401
42402 \begin_layout Bibliography
42403 \labelwidthstring 参考文献
42404 \begin_inset CommandInset bibitem
42405 LatexCommand bibitem
42406 key "latexcompanion"
42407
42408 \end_inset
42409
42410 Frank Mittelbach and Michel Goossens: 
42411 \emph on
42412 The \SpecialChar LaTeX
42413  Companion Second Edition.
42414
42415 \emph default
42416  Addison-Wesley, 2004
42417 \end_layout
42418
42419 \begin_layout Bibliography
42420 \labelwidthstring 参考文献
42421 \begin_inset CommandInset bibitem
42422 LatexCommand bibitem
42423 key "latexguide"
42424
42425 \end_inset
42426
42427 Helmut Kopka and Patrick W.
42428  Daly: 
42429 \emph on
42430 A Guide to \SpecialChar LaTeX
42431  Fourth Edition.
42432
42433 \emph default
42434  Addison-Wesley, 2003
42435 \end_layout
42436
42437 \begin_layout Bibliography
42438 \labelwidthstring 参考文献
42439 \begin_inset CommandInset bibitem
42440 LatexCommand bibitem
42441 key "latexbook"
42442
42443 \end_inset
42444
42445 Leslie Lamport: 
42446 \emph on
42447 \SpecialChar LaTeX
42448 : A Document Preparation System.
42449
42450 \emph default
42451  Addison-Wesley, second edition, 1994
42452 \end_layout
42453
42454 \begin_layout Bibliography
42455 \labelwidthstring 参考文献
42456 \begin_inset CommandInset bibitem
42457 LatexCommand bibitem
42458 key "arydshln"
42459
42460 \end_inset
42461
42462 \SpecialChar LaTeX
42463 パッケージ
42464 \series bold
42465
42466 \begin_inset CommandInset href
42467 LatexCommand href
42468 name "arydshln"
42469 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42470
42471 \end_inset
42472
42473
42474 \series default
42475
42476 \begin_inset Index idx
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480 \SpecialChar LaTeX
42481 ぱっけーじ@\SpecialChar LaTeX
42482 パッケージ ! arydshln
42483 \end_layout
42484
42485 \end_inset
42486
42487
42488 \end_layout
42489
42490 \begin_layout Bibliography
42491 \labelwidthstring 参考文献
42492 \begin_inset CommandInset bibitem
42493 LatexCommand bibitem
42494 key "booktabs"
42495
42496 \end_inset
42497
42498 \SpecialChar LaTeX
42499 パッケージ
42500 \series bold
42501
42502 \begin_inset CommandInset href
42503 LatexCommand href
42504 name "booktabs"
42505 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42506
42507 \end_inset
42508
42509
42510 \series default
42511
42512 \begin_inset Index idx
42513 status collapsed
42514
42515 \begin_layout Plain Layout
42516 \SpecialChar LaTeX
42517 ぱっけーじ@\SpecialChar LaTeX
42518 パッケージ ! booktabs
42519 \end_layout
42520
42521 \end_inset
42522
42523 の取扱説明書
42524 \end_layout
42525
42526 \begin_layout Bibliography
42527 \labelwidthstring 参考文献
42528 \begin_inset CommandInset bibitem
42529 LatexCommand bibitem
42530 key "caption"
42531
42532 \end_inset
42533
42534 \SpecialChar LaTeX
42535 パッケージ
42536 \series bold
42537
42538 \begin_inset CommandInset href
42539 LatexCommand href
42540 name "caption"
42541 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42542
42543 \end_inset
42544
42545
42546 \series default
42547
42548 \begin_inset Index idx
42549 status collapsed
42550
42551 \begin_layout Plain Layout
42552 \SpecialChar LaTeX
42553 ぱっけーじ@\SpecialChar LaTeX
42554 パッケージ ! caption
42555 \end_layout
42556
42557 \end_inset
42558
42559 の取扱説明書
42560 \end_layout
42561
42562 \begin_layout Bibliography
42563 \labelwidthstring 参考文献
42564 \begin_inset CommandInset bibitem
42565 LatexCommand bibitem
42566 key "diagbox"
42567
42568 \end_inset
42569
42570 \SpecialChar LaTeX
42571 パッケージ
42572 \series bold
42573
42574 \begin_inset CommandInset href
42575 LatexCommand href
42576 name "diagbox"
42577 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42578
42579 \end_inset
42580
42581
42582 \series default
42583
42584 \begin_inset Index idx
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588 \SpecialChar LaTeX
42589 ぱっけーじ@\SpecialChar LaTeX
42590 パッケージ ! diagbox
42591 \end_layout
42592
42593 \end_inset
42594
42595
42596 \end_layout
42597
42598 \begin_layout Bibliography
42599 \labelwidthstring 参考文献
42600 \begin_inset CommandInset bibitem
42601 LatexCommand bibitem
42602 key "endfloat"
42603
42604 \end_inset
42605
42606 \SpecialChar LaTeX
42607 パッケージ
42608 \series bold
42609
42610 \begin_inset CommandInset href
42611 LatexCommand href
42612 name "endfloat"
42613 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42614
42615 \end_inset
42616
42617
42618 \series default
42619
42620 \begin_inset Index idx
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624 \SpecialChar LaTeX
42625 ぱっけーじ@\SpecialChar LaTeX
42626 パッケージ ! endfloat
42627 \end_layout
42628
42629 \end_inset
42630
42631 の取扱説明書
42632 \end_layout
42633
42634 \begin_layout Bibliography
42635 \labelwidthstring 参考文献
42636 \begin_inset CommandInset bibitem
42637 LatexCommand bibitem
42638 key "footmisc"
42639
42640 \end_inset
42641
42642 \SpecialChar LaTeX
42643 パッケージ
42644 \series bold
42645
42646 \begin_inset CommandInset href
42647 LatexCommand href
42648 name "footmisc"
42649 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42650
42651 \end_inset
42652
42653
42654 \series default
42655
42656 \begin_inset Index idx
42657 status collapsed
42658
42659 \begin_layout Plain Layout
42660 \SpecialChar LaTeX
42661 ぱっけーじ@\SpecialChar LaTeX
42662 パッケージ ! footmisc
42663 \end_layout
42664
42665 \end_inset
42666
42667 の取扱説明書
42668 \end_layout
42669
42670 \begin_layout Bibliography
42671 \labelwidthstring 参考文献
42672 \begin_inset CommandInset bibitem
42673 LatexCommand bibitem
42674 key "hypcap"
42675
42676 \end_inset
42677
42678 \SpecialChar LaTeX
42679 パッケージ
42680 \series bold
42681
42682 \begin_inset CommandInset href
42683 LatexCommand href
42684 name "hypcap"
42685 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42686
42687 \end_inset
42688
42689
42690 \series default
42691
42692 \begin_inset Index idx
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696 \SpecialChar LaTeX
42697 ぱっけーじ@\SpecialChar LaTeX
42698 パッケージ ! hyperref
42699 \end_layout
42700
42701 \end_inset
42702
42703 の取扱説明書
42704 \end_layout
42705
42706 \begin_layout Bibliography
42707 \labelwidthstring 参考文献
42708 \begin_inset CommandInset bibitem
42709 LatexCommand bibitem
42710 key "hyperref"
42711
42712 \end_inset
42713
42714 \SpecialChar LaTeX
42715 パッケージ
42716 \series bold
42717
42718 \begin_inset CommandInset href
42719 LatexCommand href
42720 name "hyperref"
42721 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42722
42723 \end_inset
42724
42725
42726 \series default
42727
42728 \begin_inset Index idx
42729 status collapsed
42730
42731 \begin_layout Plain Layout
42732 \SpecialChar LaTeX
42733 ぱっけーじ@\SpecialChar LaTeX
42734 パッケージ ! hyperref
42735 \end_layout
42736
42737 \end_inset
42738
42739 の取扱説明書
42740 \end_layout
42741
42742 \begin_layout Bibliography
42743 \labelwidthstring 参考文献
42744 \begin_inset CommandInset bibitem
42745 LatexCommand bibitem
42746 key "KOMA-script"
42747
42748 \end_inset
42749
42750 \SpecialChar LaTeX
42751 パッケージ
42752 \series bold
42753
42754 \begin_inset CommandInset href
42755 LatexCommand href
42756 name "KOMA-script"
42757 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42758
42759 \end_inset
42760
42761
42762 \series default
42763
42764 \begin_inset Index idx
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768 \SpecialChar LaTeX
42769 ぱっけーじ@\SpecialChar LaTeX
42770 パッケージ ! KOMA-script
42771 \end_layout
42772
42773 \end_inset
42774
42775 の取扱説明書
42776 \end_layout
42777
42778 \begin_layout Bibliography
42779 \labelwidthstring 参考文献
42780 \begin_inset CommandInset bibitem
42781 LatexCommand bibitem
42782 key "lettrine"
42783
42784 \end_inset
42785
42786 \SpecialChar LaTeX
42787 パッケージ
42788 \series bold
42789
42790 \begin_inset CommandInset href
42791 LatexCommand href
42792 name "lettrine"
42793 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42794
42795 \end_inset
42796
42797
42798 \series default
42799 及び
42800 \begin_inset CommandInset href
42801 LatexCommand href
42802 name "用例"
42803 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42804
42805 \end_inset
42806
42807
42808 \begin_inset Index idx
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812 \SpecialChar LaTeX
42813 ぱっけーじ@\SpecialChar LaTeX
42814 パッケージ ! lettrine
42815 \end_layout
42816
42817 \end_inset
42818
42819
42820 \end_layout
42821
42822 \begin_layout Bibliography
42823 \labelwidthstring 参考文献
42824 \begin_inset CommandInset bibitem
42825 LatexCommand bibitem
42826 key "listings"
42827
42828 \end_inset
42829
42830 \SpecialChar LaTeX
42831 パッケージ
42832 \series bold
42833
42834 \begin_inset CommandInset href
42835 LatexCommand href
42836 name "listings"
42837 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42838
42839 \end_inset
42840
42841
42842 \series default
42843
42844 \begin_inset Index idx
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848 \SpecialChar LaTeX
42849 ぱっけーじ@\SpecialChar LaTeX
42850 パッケージ ! listings
42851 \end_layout
42852
42853 \end_inset
42854
42855 の取扱説明書
42856 \end_layout
42857
42858 \begin_layout Bibliography
42859 \labelwidthstring 参考文献
42860 \begin_inset CommandInset bibitem
42861 LatexCommand bibitem
42862 key "marginnote"
42863
42864 \end_inset
42865
42866 \SpecialChar LaTeX
42867 パッケージ
42868 \series bold
42869
42870 \begin_inset CommandInset href
42871 LatexCommand href
42872 name "marginnote"
42873 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42874
42875 \end_inset
42876
42877
42878 \series default
42879
42880 \begin_inset Index idx
42881 status collapsed
42882
42883 \begin_layout Plain Layout
42884 \SpecialChar LaTeX
42885 ぱっけーじ@\SpecialChar LaTeX
42886 パッケージ ! marginnote
42887 \end_layout
42888
42889 \end_inset
42890
42891 の取扱説明書
42892 \end_layout
42893
42894 \begin_layout Bibliography
42895 \labelwidthstring 参考文献
42896 \begin_inset CommandInset bibitem
42897 LatexCommand bibitem
42898 key "pdfpages"
42899
42900 \end_inset
42901
42902 \SpecialChar LaTeX
42903 パッケージ
42904 \series bold
42905
42906 \begin_inset CommandInset href
42907 LatexCommand href
42908 name "pdfpages"
42909 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42910
42911 \end_inset
42912
42913
42914 \series default
42915
42916 \begin_inset Index idx
42917 status collapsed
42918
42919 \begin_layout Plain Layout
42920 \SpecialChar LaTeX
42921 ぱっけーじ@\SpecialChar LaTeX
42922 パッケージ ! pdfpages
42923 \end_layout
42924
42925 \end_inset
42926
42927 の取扱説明書
42928 \end_layout
42929
42930 \begin_layout Bibliography
42931 \labelwidthstring 参考文献
42932 \begin_inset CommandInset bibitem
42933 LatexCommand bibitem
42934 key "prettyref"
42935
42936 \end_inset
42937
42938 \SpecialChar LaTeX
42939 パッケージ
42940 \series bold
42941
42942 \begin_inset CommandInset href
42943 LatexCommand href
42944 name "prettyref"
42945 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42946
42947 \end_inset
42948
42949
42950 \series default
42951
42952 \begin_inset Index idx
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956 \SpecialChar LaTeX
42957 ぱっけーじ@\SpecialChar LaTeX
42958 パッケージ! prettyref
42959 \end_layout
42960
42961 \end_inset
42962
42963 の取扱説明書
42964 \end_layout
42965
42966 \begin_layout Bibliography
42967 \labelwidthstring 参考文献
42968 \begin_inset CommandInset bibitem
42969 LatexCommand bibitem
42970 key "pstricks"
42971
42972 \end_inset
42973
42974 \SpecialChar LaTeX
42975 パッケージ
42976 \series bold
42977
42978 \begin_inset CommandInset href
42979 LatexCommand href
42980 name "PSTricks"
42981 target "http://tug.org/PSTricks/"
42982
42983 \end_inset
42984
42985
42986 \series default
42987
42988 \begin_inset Index idx
42989 status collapsed
42990
42991 \begin_layout Plain Layout
42992 \SpecialChar LaTeX
42993 ぱっけーじ@\SpecialChar LaTeX
42994 パッケージ ! PSTricks
42995 \end_layout
42996
42997 \end_inset
42998
42999 のウェブページ
43000 \end_layout
43001
43002 \begin_layout Bibliography
43003 \labelwidthstring 参考文献
43004 \begin_inset CommandInset bibitem
43005 LatexCommand bibitem
43006 key "refstyle"
43007
43008 \end_inset
43009
43010 \SpecialChar LaTeX
43011 パッケージ
43012 \series bold
43013
43014 \begin_inset CommandInset href
43015 LatexCommand href
43016 name "refstyle"
43017 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
43018
43019 \end_inset
43020
43021
43022 \series default
43023
43024 \begin_inset Index idx
43025 status collapsed
43026
43027 \begin_layout Plain Layout
43028 \SpecialChar LaTeX
43029 ぱっけーじ@\SpecialChar LaTeX
43030 パッケージ ! refstyle
43031 \end_layout
43032
43033 \end_inset
43034
43035 の取扱説明書
43036 \end_layout
43037
43038 \begin_layout Bibliography
43039 \labelwidthstring 参考文献
43040 \begin_inset CommandInset bibitem
43041 LatexCommand bibitem
43042 key "sidecap"
43043
43044 \end_inset
43045
43046 \SpecialChar LaTeX
43047 パッケージ
43048 \series bold
43049
43050 \begin_inset CommandInset href
43051 LatexCommand href
43052 name "sidecap"
43053 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
43054
43055 \end_inset
43056
43057
43058 \series default
43059
43060 \begin_inset Index idx
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064 \SpecialChar LaTeX
43065 ぱっけーじ@\SpecialChar LaTeX
43066 パッケージ ! sidecap
43067 \end_layout
43068
43069 \end_inset
43070
43071 の取扱説明書
43072 \end_layout
43073
43074 \begin_layout Bibliography
43075 \labelwidthstring 参考文献
43076 \begin_inset CommandInset bibitem
43077 LatexCommand bibitem
43078 key "NewInLyX20"
43079
43080 \end_inset
43081
43082
43083 \family sans
43084 \SpecialChar LyX
43085  2.0
43086 \family default
43087 の新機能に関する
43088 \begin_inset CommandInset href
43089 LatexCommand href
43090 name "Wikiページ"
43091 target "http://wiki.lyx.org/LyX/NewInLyX20"
43092
43093 \end_inset
43094
43095
43096 \end_layout
43097
43098 \begin_layout Standard
43099 \begin_inset CommandInset index_print
43100 LatexCommand printindex
43101 type "idx"
43102
43103 \end_inset
43104
43105
43106 \end_layout
43107
43108 \end_body
43109 \end_document