]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe rotate boxes properly
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 499
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 % if pdflatex is used
15 \usepackage{ifpdf}
16 \ifpdf
17
18 % set fonts for nicer pdf view
19 \IfFileExists{lmodern.sty}
20  {\usepackage{lmodern}}{}
21
22 \fi % end if pdflatex is used
23
24 % that links to image floats jumps
25 % to the beginning of the float and 
26 % not to its caption
27 \usepackage[figure]{hypcap}
28
29 % the pages of the TOC is numbered roman
30 % and a PDF-bookmark for the TOC is added
31 \let\myTOC\tableofcontents
32 \renewcommand\tableofcontents{%
33   \frontmatter
34   \pdfbookmark[1]{\contentsname}{}
35   \myTOC
36   \mainmatter }
37
38 % provides caption formatting
39 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
40
41 % provides commands to set caption
42 % beside tables/images
43 \newcommand{\TabBesBeg}[1][1.0]{%
44  \let\MyTable\table
45  \let\MyEndtable\endtable
46  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
47
48 \newcommand{\TabBesEnd}{%
49  \let\table\MyTable
50  \let\endtable\MyEndtable}
51
52 \newcommand{\FigBesBeg}[1][1.0]{%
53  \let\MyFigure\figure
54  \let\MyEndfigure\endfigure
55  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
56
57 \newcommand{\FigBesEnd}{%
58  \let\figure\MyFigure
59  \let\endfigure\MyEndfigure}
60
61 % enables calculation of values,
62 \usepackage{calc}
63
64 % increase the bottom float placement fraction
65 \renewcommand{\bottomfraction}{0.5}
66
67 % avoids that floats are placed before their
68 % corresponding section starts
69 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
70
71 % speed up the longtable calculation
72 \setcounter{LTchunksize}{100}
73
74 % used for colored tables
75 \@ifundefined{textcolor}
76  {\usepackage{color}}{}
77 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
78 \definecolor{lightgrey}{gray}{0.8}
79
80 % check for package colortbl
81 % used for colored table cells
82 \newboolean{colortbl}
83 \IfFileExists{colortbl.sty}
84  {\usepackage{colortbl}
85   \setboolean{colortbl}{true}}
86  {\setboolean{colortbl}{false}}
87
88 % used to have extra space in table cells
89 \@ifundefined{extrarowheight}
90  {\usepackage{array}}{}
91 \setlength{\extrarowheight}{2pt}
92
93 % used for customized tables
94 % ---
95 \newcolumntype{M}[1]
96  {>{\centering\hspace{0pt}}m{#1}}
97
98 \newcolumntype{S}[2]
99  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
100
101 \newcolumntype{K}[1]
102  {>{\columncolor{#1}\hspace{0pt}}c}
103
104 \newcolumntype{V}{!{\vrule width 1.5pt}}
105
106 \newcolumntype{W}{!{\color{green}\vline}}
107 % ---
108
109 % insert additional vertical space of
110 % 1.5 mm between footnotes
111 \let\myFoot\footnote
112 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
113
114 % number algorithm floats within chapters
115 \numberwithin{algorithm}{chapter}
116
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package arydshln
123 % used for tables with dashed lines
124 \newboolean{arydshln}
125 \IfFileExists{arydshln.sty}
126  {\usepackage{arydshln}
127   \setboolean{arydshln}{true}}
128  {\setboolean{arydshln}{false}}
129
130 % check for package marginnote
131 % used for margin notes
132 \newboolean{marginnote}
133 \IfFileExists{marginnote.sty}
134  {\usepackage{marginnote}
135   \let\marginpar\marginnote
136   \setboolean{marginnote}{true}}
137  {\setboolean{marginnote}{false}}
138
139 % check for package sidecap
140 % used for captions on the side
141 \newboolean{sidecap}
142 \IfFileExists{sidecap.sty}
143  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
144   \setboolean{sidecap}{true}}
145  {\setboolean{sidecap}{false}}
146
147 % check for picinpar
148 % used for surrounded fixed objects
149 \newboolean{picinpar}
150 \IfFileExists{picinpar.sty}
151  {\usepackage{picinpar}
152   \setboolean{picinpar}{true}}
153  {\setboolean{picinpar}{false}}
154
155 % check for lettrine
156 \newboolean{lettrine}
157 \IfFileExists{lettrine.sty}
158  {\usepackage{lettrine}
159   \setboolean{lettrine}{true}}
160  {\setboolean{lettrine}{false}}
161
162 % check for diagbox
163 \newboolean{diagbox}
164 \IfFileExists{diagbox.sty}
165  {\usepackage{diagbox}
166   \setboolean{diagbox}{true}}
167  {\setboolean{diagbox}{false}}
168
169 \usepackage{t1enc}
170 \renewcommand{\seename}{→}
171
172 \usepackage{subfig}
173 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
174 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
175 \end_preamble
176 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
177 \use_default_options false
178 \begin_modules
179 initials
180 graphicboxes
181 \end_modules
182 \maintain_unincluded_children false
183 \begin_local_layout
184 InsetLayout             Flex:Ruby
185 LyxType         charstyle
186 LatexType               command
187 LatexName               ruby
188 BgColor         none
189 LabelString             "ルビ"
190 Decoration              Conglomerate
191 Argument post:1
192 LabelString     "ルビ文"
193 MenuString      "ルビ文(S)|S"
194 Decoration      Conglomerate
195 Font
196 Size            tiny
197 EndFont
198 LabelFont
199 Size            tiny
200 EndFont
201 Mandatory       1
202 EndArgument
203 Preamble
204 \IfFileExists{okumacro.sty}
205 {\usepackage{okumacro}}
206 {\newcommand{\ruby}[2]{#2}}
207 EndPreamble
208 End
209 \end_local_layout
210 \language japanese
211 \language_package default
212 \inputencoding auto
213 \fontencoding global
214 \font_roman default
215 \font_sans default
216 \font_typewriter default
217 \font_math auto
218 \font_default_family default
219 \use_non_tex_fonts false
220 \font_sc false
221 \font_osf false
222 \font_sf_scale 100
223 \font_tt_scale 100
224 \graphics default
225 \default_output_format default
226 \output_sync 0
227 \bibtex_command default
228 \index_command default
229 \paperfontsize 12
230 \spacing single
231 \use_hyperref true
232 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
233 \pdf_author "LyX Team, Uwe Stohr"
234 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
235 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
236 \pdf_bookmarks false
237 \pdf_bookmarksnumbered true
238 \pdf_bookmarksopen true
239 \pdf_bookmarksopenlevel 1
240 \pdf_breaklinks false
241 \pdf_pdfborder false
242 \pdf_colorlinks true
243 \pdf_backref false
244 \pdf_pdfusetitle false
245 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
246 \papersize default
247 \use_geometry false
248 \use_package amsmath 2
249 \use_package amssymb 2
250 \use_package cancel 0
251 \use_package esint 0
252 \use_package mathdots 1
253 \use_package mathtools 0
254 \use_package mhchem 1
255 \use_package stackrel 0
256 \use_package stmaryrd 0
257 \use_package undertilde 0
258 \cite_engine basic
259 \cite_engine_type default
260 \biblio_style plain
261 \use_bibtopic false
262 \use_indices false
263 \paperorientation portrait
264 \suppress_date false
265 \justification true
266 \use_refstyle 0
267 \notefontcolor #0000ff
268 \index 索引
269 \shortcut idx
270 \color #008000
271 \end_index
272 \leftmargin 2.5cm
273 \topmargin 2.5cm
274 \rightmargin 2.5cm
275 \bottommargin 3cm
276 \secnumdepth 3
277 \tocdepth 3
278 \paragraph_separation skip
279 \defskip medskip
280 \quotes_language english
281 \papercolumns 1
282 \papersides 2
283 \paperpagestyle default
284 \bullet 1 1 34 -1
285 \bullet 2 2 35 -1
286 \bullet 3 2 7 -1
287 \tracking_changes false
288 \output_changes false
289 \html_math_output 0
290 \html_css_as_file 0
291 \html_be_strict false
292 \end_header
293
294 \begin_body
295
296 \begin_layout Title
297 \SpecialChar LyX
298 の図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
299 \end_layout
300
301 \begin_layout Author
302 \SpecialChar LyX
303 プロジェクトチーム
304 \begin_inset Foot
305 status collapsed
306
307 \begin_layout Plain Layout
308 \noindent
309 コメントや間違いの指摘がありましたら、\SpecialChar LyX
310 文書化メーリングリスト 
311 \begin_inset CommandInset href
312 LatexCommand href
313 name "lyx-docs@lists.lyx.org"
314 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
315 type "mailto:"
316
317 \end_inset
318
319  までお送り下さい。
320 \end_layout
321
322 \end_inset
323
324
325 \begin_inset Note Note
326 status collapsed
327
328 \begin_layout Plain Layout
329 著者:Uwe Stöhr
330 \end_layout
331
332 \end_inset
333
334
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \begin_inset Newline newline
340 \end_inset
341
342
343 \family sans
344 第2.2.x版
345 \end_layout
346
347 \begin_layout Standard
348 \begin_inset CommandInset toc
349 LatexCommand tableofcontents
350
351 \end_inset
352
353
354 \end_layout
355
356 \begin_layout Standard
357 \begin_inset Note Note
358 status open
359
360 \begin_layout Plain Layout
361 本文書の全体をPDFやPS、DVIに書き出すには、
362 \series bold
363 arydshln
364 \series default
365
366 \series bold
367 colortbl
368 \series default
369
370 \series bold
371 diagbox
372 \series default
373
374 \series bold
375 lettrine
376 \series default
377
378 \series bold
379 marginnote
380 \series default
381
382 \series bold
383 picinpar
384 \series default
385
386 \series bold
387 sidecap
388 \series default
389 の各\SpecialChar LaTeX
390 パッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示されません
391
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/\SpecialChar LyX
402 /DocumentationDevelopment#EmbeddedObjects
403 \series default
404
405 \begin_inset Newline newline
406 \end_inset
407
408 にあります。
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Chapter
417
418 \begin_inset Index idx
419 status collapsed
420
421 \begin_layout Plain Layout
422 ず@図
423 \end_layout
424
425 \end_inset
426
427
428 \begin_inset Index idx
429 status collapsed
430
431 \begin_layout Plain Layout
432 がぞう@画像
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438 |see{
439 \end_layout
440
441 \end_inset
442
443
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449 }
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \end_inset
458
459
460 \end_layout
461
462 \begin_layout Section
463 画像ダイアログ
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 ず@図 ! がぞうだいあろぐ@画像ダイアログ
469 \end_layout
470
471 \end_inset
472
473
474 \begin_inset CommandInset label
475 LatexCommand label
476 name "sec:画像ダイアログ"
477
478 \end_inset
479
480
481 \end_layout
482
483 \begin_layout Standard
484 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
485 \family sans
486
487 \begin_inset Info
488 type  "icon"
489 arg   "dialog-show-new-inset graphics"
490 \end_inset
491
492
493 \family default
494 をクリックするか、
495 \family sans
496 挿入\SpecialChar menuseparator
497 画像
498 \family default
499 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
500 \end_layout
501
502 \begin_layout Standard
503 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
504 \end_layout
505
506 \begin_layout Description
507
508 \family sans
509 画像
510 \family default
511  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
512 \begin_inset CommandInset ref
513 LatexCommand ref
514 reference "cha:LyXで使用できる単位"
515
516 \end_inset
517
518 に説明があります。
519 \begin_inset Newline newline
520 \end_inset
521
522
523 \begin_inset Index idx
524 status collapsed
525
526 \begin_layout Plain Layout
527 ず@図 ! のかいてん@—の回転
528 \end_layout
529
530 \end_inset
531
532 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、\SpecialChar LyX
533 内でも回転して表示されます。
534 \begin_inset Newline newline
535 \end_inset
536
537
538 \begin_inset Index idx
539 status collapsed
540
541 \begin_layout Plain Layout
542 ず@図 ! のしんしゅく@—の伸縮
543 \end_layout
544
545 \end_inset
546
547 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
548 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
549 \family sans
550 縦横比を維持する
551 \family default
552 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
553 \begin_inset Newline newline
554 \end_inset
555
556 画像を右クリックすると現れるコンテクストメニューで
557 \family sans
558 外部で編集
559 \family default
560 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、\SpecialChar LyX
561 設定のファイル書式設定で、各画像書式ごとに設定することができます。
562 \end_layout
563
564 \begin_layout Description
565
566 \family sans
567 切り抜き
568 \family default
569  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
570 \family sans
571 ファイルから取得
572 \family default
573 ボタンを押すことによって、自動的に計算することもできます。
574 \family sans
575 境界枠で切り抜く
576 \family default
577 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
578 \end_layout
579
580 \begin_layout Description
581
582 \family sans
583 \SpecialChar LaTeX
584 と\SpecialChar LyX
585 のオプション
586 \family default
587  このタブでは、\SpecialChar LyX
588 内での画像表示法を調整できる他、\SpecialChar LaTeX
589 のエキスパート向けに\SpecialChar LaTeX
590 オプションを追加することができるようになっています。
591 \family sans
592
593 \begin_inset Newline newline
594 \end_inset
595
596 下書きモード
597 \family default
598 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
599 \family sans
600
601 \begin_inset Newline newline
602 \end_inset
603
604 画像グループ
605 \family default
606 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
607 \begin_inset Index idx
608 status collapsed
609
610 \begin_layout Plain Layout
611 ず@図 ! せっていぐるーぷ@設定グループ
612 \end_layout
613
614 \end_inset
615
616 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
617 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
618 を使用して、望むグループ名をチェックすることで行うこともできます。
619 \end_layout
620
621 \begin_layout Standard
622 \begin_inset VSpace bigskip
623 \end_inset
624
625
626 \end_layout
627
628 \begin_layout Standard
629 下記はEPS書式
630 \begin_inset Foot
631 status collapsed
632
633 \begin_layout Plain Layout
634 画像書式は、第
635 \begin_inset CommandInset ref
636 LatexCommand ref
637 reference "sec:画像形式"
638
639 \end_inset
640
641 節に説明されています。
642 \end_layout
643
644 \end_inset
645
646 の画像の例で、単独の中央揃えの段落に置いてあります。
647 \begin_inset Separator parbreak
648 \end_inset
649
650
651 \end_layout
652
653 \begin_layout Standard
654 \align center
655 \begin_inset Graphics
656         filename ../clipart/mobius.eps
657         scale 70
658         scaleBeforeRotation
659         rotateOrigin center
660
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 下記は上と同じ画像ですが、下書きモードのものです。
668 \begin_inset Separator parbreak
669 \end_inset
670
671
672 \end_layout
673
674 \begin_layout Standard
675 \align center
676 \begin_inset Graphics
677         filename ../clipart/mobius.eps
678         scale 70
679         draft
680         scaleBeforeRotation
681         rotateOrigin center
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 \begin_inset Newpage newpage
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Section
696 図フロート
697 \begin_inset CommandInset label
698 LatexCommand label
699 name "sec:図フロート"
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 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 ず@図 ! ふろーと@フロート
719 \end_layout
720
721 \end_inset
722
723
724 \end_layout
725
726 \begin_layout Standard
727 フロートについての一般的な説明は、第
728 \begin_inset CommandInset ref
729 LatexCommand ref
730 reference "sec:フロートはじめに"
731
732 \end_inset
733
734 節をご覧下さい。
735 \end_layout
736
737 \begin_layout Standard
738 ツールバーボタンの
739 \family sans
740
741 \begin_inset Info
742 type  "icon"
743 arg   "float-insert figure"
744 \end_inset
745
746
747 \family default
748
749 \family sans
750 挿入\SpecialChar menuseparator
751 フロート\SpecialChar menuseparator
752
753 \family default
754 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
755 \begin_inset CommandInset ref
756 LatexCommand ref
757 reference "fig:犠牲のカモノハシ"
758
759 \end_inset
760
761 のようにキャプションの上に置くこともできますし、図
762 \begin_inset CommandInset ref
763 LatexCommand ref
764 reference "fig:エッシャー"
765
766 \end_inset
767
768 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "sec:キャプションの配置"
772
773 \end_inset
774
775 節に述べられています。
776 \end_layout
777
778 \begin_layout Standard
779 \begin_inset Float figure
780 wide false
781 sideways false
782 status open
783
784 \begin_layout Plain Layout
785 \align center
786 \begin_inset Graphics
787         filename ../clipart/platypus.eps
788         width 50col%
789         scaleBeforeRotation
790         rotateOrigin center
791
792 \end_inset
793
794
795 \end_layout
796
797 \begin_layout Plain Layout
798 \begin_inset Caption Standard
799
800 \begin_layout Plain Layout
801 \begin_inset CommandInset label
802 LatexCommand label
803 name "fig:犠牲のカモノハシ"
804
805 \end_inset
806
807 フロート中の激しく歪んだカモノハシ
808 \end_layout
809
810 \end_inset
811
812
813 \end_layout
814
815 \end_inset
816
817
818 \end_layout
819
820 \begin_layout Standard
821 \begin_inset Float figure
822 wide false
823 sideways false
824 status open
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:エッシャー"
833
834 \end_inset
835
836 行ってしまったM.C.エッシャー
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \begin_layout Plain Layout
845 \align center
846 \begin_inset Graphics
847         filename ../clipart/escher-lsd.eps
848         scale 80
849         scaleBeforeRotation
850         rotateOrigin center
851
852 \end_inset
853
854
855 \end_layout
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Index idx
864 status collapsed
865
866 \begin_layout Plain Layout
867 さんしょう@参照 ! ずへの@図への —
868 \end_layout
869
870 \end_inset
871
872
873 \begin_inset CommandInset ref
874 LatexCommand ref
875 reference "fig:犠牲のカモノハシ"
876
877 \end_inset
878
879 図と第
880 \begin_inset CommandInset ref
881 LatexCommand ref
882 reference "fig:エッシャー"
883
884 \end_inset
885
886 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
887 \family sans
888 挿入\SpecialChar menuseparator
889 ラベル
890 \family default
891 メニューかツールバーボタン
892 \family sans
893
894 \begin_inset Info
895 type  "icon"
896 arg   "label-insert"
897 \end_inset
898
899
900 \family default
901 を使用して、キャプションにラベルを挿入してください。その後、
902 \family sans
903 挿入\SpecialChar menuseparator
904 相互参照
905 \family default
906 メニューかツールバーボタン
907 \family sans
908
909 \begin_inset Info
910 type  "icon"
911 arg   "dialog-show-new-inset ref"
912 \end_inset
913
914
915 \family default
916 を使用して、ラベルを参照することができます。\SpecialChar LaTeX
917 は仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを直接参照す
918 ることが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
919 \begin_inset Newline newline
920 \end_inset
921
922 参照は、第
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "sec:フロートの参照"
926
927 \end_inset
928
929 節で詳細に説明されています。
930 \end_layout
931
932 \begin_layout Standard
933 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
934 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:歪められた二つの像"
938
939 \end_inset
940
941 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
942 \begin_inset CommandInset ref
943 LatexCommand ref
944 reference "fig:何かわからない構造"
945
946 \end_inset
947
948 と図
949 \begin_inset CommandInset ref
950 LatexCommand ref
951 reference "fig:カモノハシ"
952
953 \end_inset
954
955 が内部図になります。
956 \end_layout
957
958 \begin_layout Standard
959 \begin_inset Float figure
960 wide false
961 sideways false
962 status open
963
964 \begin_layout Plain Layout
965 \begin_inset space \hfill{}
966 \end_inset
967
968
969 \begin_inset Float figure
970 wide false
971 sideways false
972 status collapsed
973
974 \begin_layout Plain Layout
975 \begin_inset Caption Standard
976
977 \begin_layout Plain Layout
978 \begin_inset CommandInset label
979 LatexCommand label
980 name "fig:何かわからない構造"
981
982 \end_inset
983
984 何かわからない構造
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \begin_layout Plain Layout
993 \begin_inset Graphics
994         filename ../clipart/escher-lsd.eps
995         width 45col%
996         scaleBeforeRotation
997         groupId distorted
998
999 \end_inset
1000
1001
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \begin_inset space \hfill{}
1008 \end_inset
1009
1010
1011 \begin_inset Float figure
1012 wide false
1013 sideways false
1014 status collapsed
1015
1016 \begin_layout Plain Layout
1017 \begin_inset Caption Standard
1018
1019 \begin_layout Plain Layout
1020 \begin_inset CommandInset label
1021 LatexCommand label
1022 name "fig:カモノハシ"
1023
1024 \end_inset
1025
1026 カモノハシ
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \begin_inset Graphics
1036         filename ../clipart/platypus.eps
1037         width 45col%
1038         scaleBeforeRotation
1039         groupId distorted
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \begin_inset space \hfill{}
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Caption Standard
1057
1058 \begin_layout Plain Layout
1059 \begin_inset CommandInset label
1060 LatexCommand label
1061 name "fig:歪められた二つの像"
1062
1063 \end_inset
1064
1065 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \end_layout
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Newpage newpage
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \begin_layout Section
1086 画像形式
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "sec:画像形式"
1090
1091 \end_inset
1092
1093
1094 \begin_inset Index idx
1095 status collapsed
1096
1097 \begin_layout Plain Layout
1098 がぞうけいしき@画像形式
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \begin_inset Index idx
1105 status collapsed
1106
1107 \begin_layout Plain Layout
1108 ず@図 ! がぞうけいしき@画像形式
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Standard
1117 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "cha:ファイル出力形式"
1121
1122 \end_inset
1123
1124 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがって\SpecialChar LyX
1125 は、画像を正しい形式に変換するのに、バックグラウンド
1126
1127 \family typewriter
1128 ImageMagick
1129 \family default
1130 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1131 用するとよいでしょう。出力ファイル形式は、付録
1132 \begin_inset CommandInset ref
1133 LatexCommand ref
1134 reference "cha:ファイル出力形式"
1135
1136 \end_inset
1137
1138 に説明されています。
1139 \end_layout
1140
1141 \begin_layout Standard
1142 フォントと同じく、画像形式にも以下の二つの型があります。
1143 \end_layout
1144
1145 \begin_layout Description
1146 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1147 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1148 \family typewriter
1149 .gif
1150 \family default
1151 」)
1152 \begin_inset Index idx
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156 GIF
1157 \begin_inset ERT
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161
1162 |see{
1163 \end_layout
1164
1165 \end_inset
1166
1167 画像書式
1168 \begin_inset ERT
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172
1173 }
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1184 \family typewriter
1185 .png
1186 \family default
1187 」)
1188 \begin_inset Index idx
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192 PNG
1193 \begin_inset ERT
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197
1198 |see{
1199 \end_layout
1200
1201 \end_inset
1202
1203 画像書式
1204 \begin_inset ERT
1205 status collapsed
1206
1207 \begin_layout Plain Layout
1208
1209 }
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \end_inset
1218
1219 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1220 \family typewriter
1221 .jpg
1222 \family default
1223 」または「
1224 \family typewriter
1225 .jpeg
1226 \family default
1227 」)
1228 \begin_inset Index idx
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 JPG
1233 \begin_inset ERT
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237
1238 |see{
1239 \end_layout
1240
1241 \end_inset
1242
1243 画像書式
1244 \begin_inset ERT
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248
1249 }
1250 \end_layout
1251
1252 \end_inset
1253
1254
1255 \end_layout
1256
1257 \end_inset
1258
1259 などがあります。
1260 \end_layout
1261
1262 \begin_layout Description
1263 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1264 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1265 に便利です。
1266 \begin_inset Newline newline
1267 \end_inset
1268
1269 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1270 \family typewriter
1271 .svg
1272 \family default
1273 」)
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 SVG
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 |see{
1285 \end_layout
1286
1287 \end_inset
1288
1289 画像書式
1290 \begin_inset ERT
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294
1295 }
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \end_inset
1304
1305 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1306 \family typewriter
1307 .eps
1308 \family default
1309 」)
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 EPS
1315 \begin_inset ERT
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319
1320 |see{
1321 \end_layout
1322
1323 \end_inset
1324
1325 画像書式
1326 \begin_inset ERT
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330
1331 }
1332 \end_layout
1333
1334 \end_inset
1335
1336
1337 \end_layout
1338
1339 \end_inset
1340
1341 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1342 \family typewriter
1343 .pdf
1344 \family default
1345 」)
1346 \begin_inset Index idx
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350 PDF
1351 \end_layout
1352
1353 \end_inset
1354
1355 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1356 \family typewriter
1357 .wmf
1358 \family default
1359 」)
1360 \begin_inset Index idx
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 SVG
1365 \begin_inset ERT
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369
1370 |see{
1371 \end_layout
1372
1373 \end_inset
1374
1375 画像書式
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 }
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1392 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1393 \begin_inset Foot
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 PDFの場合には、さらに元画像が圧縮されます。
1398 \end_layout
1399
1400 \end_inset
1401
1402 。たとえば、
1403 \family typewriter
1404 Adobe Photoshop
1405 \family default
1406 が生成するPDFファイルは、ビットマップ画像です。
1407 \end_layout
1408
1409 \begin_layout Standard
1410 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1411 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1412 \begin_inset Formula $\to$
1413 \end_inset
1414
1415 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1416 \end_layout
1417
1418 \begin_layout Chapter
1419
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 ひょう@表
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Section
1433 はじめに
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 ひょう@表 ! はじめに
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \begin_layout Standard
1447
1448 \family roman
1449 \series medium
1450 \shape up
1451 \size normal
1452 \emph off
1453 \bar no
1454 \noun off
1455 \color none
1456 表を挿入するには、ツールバーボタ
1457 \family default
1458 \series default
1459 \shape default
1460 \size default
1461 \emph default
1462 \bar default
1463 \noun default
1464 \color inherit
1465
1466 \begin_inset Info
1467 type  "icon"
1468 arg   "tabular-insert"
1469 \end_inset
1470
1471
1472 \family roman
1473 \series medium
1474 \shape up
1475 \size normal
1476 \emph off
1477 \bar no
1478 \noun off
1479 \color none
1480
1481 \family sans
1482 \series default
1483 \shape default
1484 \size default
1485 \emph default
1486 \bar default
1487 \noun default
1488 \color inherit
1489 挿入\SpecialChar menuseparator
1490
1491 \family default
1492 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1493 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1494 \begin_inset Newline newline
1495 \end_inset
1496
1497 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1498 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1499 \begin_inset Separator parbreak
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \begin_layout Standard
1506 \align center
1507 \begin_inset Tabular
1508 <lyxtabular version="3" rows="4" columns="4">
1509 <features tabularvalignment="middle">
1510 <column alignment="center" valignment="top">
1511 <column alignment="center" valignment="top">
1512 <column alignment="center" valignment="top">
1513 <column alignment="center" valignment="top">
1514 <row>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 1
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 2
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1543 \begin_inset Text
1544
1545 \begin_layout Plain Layout
1546 3
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 </row>
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622
1623 \end_layout
1624
1625 \end_inset
1626 </cell>
1627 </row>
1628 <row>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 </row>
1666 </lyxtabular>
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \begin_layout Section
1674 表ダイアログ
1675 \begin_inset Index idx
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679 ひょう@表 ! だいあろぐ@ダイアログ
1680 \end_layout
1681
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \begin_layout Standard
1688
1689 \family roman
1690 \series medium
1691 \shape up
1692 \size normal
1693 \emph off
1694 \bar no
1695 \noun off
1696 \color none
1697 表を右クリックすると、文脈依存メニューが表示されて、表を変更することができます。メニュー項目
1698 \family sans
1699 \series default
1700 \shape default
1701 \size default
1702 \emph default
1703 \bar default
1704 \noun default
1705 \color inherit
1706 詳細
1707 \family roman
1708 \series medium
1709 \shape up
1710 \size normal
1711 \emph off
1712 \bar no
1713 \noun off
1714 \color none
1715 以下では、現在カーソルが置かれているセルないし行・列の設定を調節することができます。文脈依存メニュー
1716 \family sans
1717 \series default
1718 \shape default
1719 \size default
1720 \emph default
1721 \bar default
1722 \noun default
1723 \color inherit
1724 詳細\SpecialChar menuseparator
1725 設定
1726 \family roman
1727 \series medium
1728 \shape up
1729 \size normal
1730 \emph off
1731 \bar no
1732 \noun off
1733 \color none
1734 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1735 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1736 \family default
1737 \series default
1738 \shape default
1739 \size default
1740 \emph default
1741 \bar default
1742 \noun default
1743 \color inherit
1744 セルの
1745 \emph on
1746 内容
1747 \emph default
1748 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1749 \begin_inset Newline newline
1750 \end_inset
1751
1752 ダイアログオプションの
1753 \family sans
1754 直ちに適用
1755 \family default
1756 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1757 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1758 \begin_inset Newline newline
1759 \end_inset
1760
1761 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1762 \end_layout
1763
1764 \begin_layout Description
1765
1766 \family sans
1767 表の設定
1768 \family default
1769  ここでは、現在列の幅と水平揃えを設定することができます。
1770 \family sans
1771 小数点で
1772 \family default
1773 とある揃えは、第
1774 \begin_inset CommandInset ref
1775 LatexCommand ref
1776 reference "subsec:特殊なセル揃え"
1777
1778 \end_inset
1779
1780 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1781 は、第
1782 \begin_inset CommandInset ref
1783 LatexCommand ref
1784 reference "subsec:複数行"
1785
1786 \end_inset
1787
1788 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1789 \begin_inset Newline newline
1790 \end_inset
1791
1792 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1793 \begin_inset CommandInset ref
1794 LatexCommand ref
1795 reference "subsec:連結列"
1796
1797 \end_inset
1798
1799 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1800 \begin_inset CommandInset ref
1801 LatexCommand ref
1802 reference "subsec:連結行"
1803
1804 \end_inset
1805
1806 節をご参照ください。
1807 \begin_inset Newline newline
1808 \end_inset
1809
1810 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、\SpecialChar LyX
1811 内部では反映されず、出力にのみ現れます。
1812 \lang english
1813 For more information see
1814 \lang japanese
1815
1816 \begin_inset CommandInset ref
1817 LatexCommand ref
1818 reference "sec:表セルの回転"
1819
1820 \end_inset
1821
1822
1823 \begin_inset Newline newline
1824 \end_inset
1825
1826
1827 \begin_inset Note Greyedout
1828 status open
1829
1830 \begin_layout Plain Layout
1831
1832 \series bold
1833 【註】
1834 \series default
1835 DVIビューアのすべてが回転を表示できるわけではありません。
1836 \end_layout
1837
1838 \end_inset
1839
1840
1841 \begin_inset Newline newline
1842 \end_inset
1843
1844 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1845 \begin_inset Newline newline
1846 \end_inset
1847
1848 各種の揃えを適用した同一行中の表:
1849 \begin_inset Tabular
1850 <lyxtabular version="3" rows="2" columns="2">
1851 <features tabularvalignment="top">
1852 <column alignment="center" valignment="top" width="0pt">
1853 <column alignment="center" valignment="top">
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 1
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 A
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 </row>
1894 </lyxtabular>
1895
1896 \end_inset
1897
1898  
1899 \begin_inset Tabular
1900 <lyxtabular version="3" rows="2" columns="2">
1901 <features tabularvalignment="middle">
1902 <column alignment="center" valignment="top">
1903 <column alignment="center" valignment="top">
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 1
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 A
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 </row>
1944 </lyxtabular>
1945
1946 \end_inset
1947
1948  
1949 \begin_inset Tabular
1950 <lyxtabular version="3" rows="2" columns="2">
1951 <features tabularvalignment="bottom">
1952 <column alignment="center" valignment="top" width="0pt">
1953 <column alignment="center" valignment="top">
1954 <row>
1955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 1
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 </row>
1974 <row>
1975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979 A
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 </row>
1994 </lyxtabular>
1995
1996 \end_inset
1997
1998
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 また、特殊な表設定に必要な\SpecialChar LaTeX
2003 引数を入力することもできます。これに関しては、第
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "subsec:連結列の計算"
2007
2008 \end_inset
2009
2010 節および第
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "sec:色付きの表"
2014
2015 \end_inset
2016
2017 節をご参照下さい。
2018 \end_layout
2019
2020 \begin_layout Description
2021
2022 \family sans
2023 罫線
2024 \family default
2025  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 様式オプションとして
2030 \family sans
2031 フォーマル様式
2032 \family default
2033 を使用すると、第
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "sec:フォーマル形式の表"
2037
2038 \end_inset
2039
2040 節に述べられているフォーマル様式の表に表を変換します。
2041 \begin_inset Newline newline
2042 \end_inset
2043
2044 またここで、第
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "subsec:行の余白取り"
2048
2049 \end_inset
2050
2051 節に述べられているように、表の行に空白を追加することもできます。
2052 \end_layout
2053
2054 \begin_layout Description
2055
2056 \family sans
2057 長尺表
2058 \family default
2059  このタブは、複数のページにわたる、いわゆる「
2060 \emph on
2061 長尺表
2062 \emph default
2063 」を作るためのものです。第
2064 \begin_inset CommandInset ref
2065 LatexCommand ref
2066 reference "sec:長尺表"
2067
2068 \end_inset
2069
2070 節および第
2071 \begin_inset CommandInset ref
2072 LatexCommand ref
2073 reference "sec:長尺表にまつわる諸点"
2074
2075 \end_inset
2076
2077 節に、長尺表の機能に関する詳細な説明があります。
2078 \end_layout
2079
2080 \begin_layout Section
2081 表ツールバー
2082 \begin_inset Index idx
2083 status collapsed
2084
2085 \begin_layout Plain Layout
2086 ひょう@表 ! つーるばー@ツールバー
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、\SpecialChar LyX
2096 のメインウィンドウの底部に表示され
2097 ます。ご希望であれば、\SpecialChar LyX
2098 のメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2099 \end_layout
2100
2101 \begin_layout Standard
2102 ツールバーには、以下のアイコンがあります。
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107
2108 \family sans
2109 \begin_inset Info
2110 type  "icon"
2111 arg   "inset-modify tabular append-row"
2112 \end_inset
2113
2114
2115 \family default
2116  は、現在セルあるいは選択範囲の下に行を追加します。
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121
2122 \family sans
2123 \begin_inset Info
2124 type  "icon"
2125 arg   "inset-modify tabular append-column"
2126 \end_inset
2127
2128
2129 \family default
2130  は、現在セルあるいは選択範囲の右に列を追加します。
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135
2136 \family sans
2137 \begin_inset Info
2138 type  "icon"
2139 arg   "inset-modify tabular delete-row"
2140 \end_inset
2141
2142
2143 \family default
2144  は、現在行あるいは選択範囲行を削除します。
2145 \end_layout
2146
2147 \begin_layout Labeling
2148 \labelwidthstring 00.00.0000
2149
2150 \family sans
2151 \begin_inset Info
2152 type  "icon"
2153 arg   "inset-modify tabular delete-column"
2154 \end_inset
2155
2156
2157 \family default
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-row-up"
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-column-left"
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-row-down"
2186 \end_inset
2187
2188  は、行を下に移動します。
2189 \end_layout
2190
2191 \begin_layout Labeling
2192 \labelwidthstring 00.00.0000
2193 \begin_inset Info
2194 type  "icon"
2195 arg   "inset-modify tabular move-column-right"
2196 \end_inset
2197
2198  は、列を右に移動します。
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203
2204 \family sans
2205 \begin_inset Info
2206 type  "icon"
2207 arg   "inset-modify tabular toggle-line-top"
2208 \end_inset
2209
2210
2211 \family default
2212  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217
2218 \family sans
2219 \begin_inset Info
2220 type  "icon"
2221 arg   "inset-modify tabular toggle-line-bottom"
2222 \end_inset
2223
2224
2225 \family default
2226  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2227 \end_layout
2228
2229 \begin_layout Labeling
2230 \labelwidthstring 00.00.0000
2231
2232 \family sans
2233 \begin_inset Info
2234 type  "icon"
2235 arg   "inset-modify tabular toggle-line-left"
2236 \end_inset
2237
2238
2239 \family default
2240  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2241 \end_layout
2242
2243 \begin_layout Labeling
2244 \labelwidthstring 00.00.0000
2245
2246 \family sans
2247 \begin_inset Info
2248 type  "icon"
2249 arg   "inset-modify tabular toggle-line-right"
2250 \end_inset
2251
2252
2253 \family default
2254  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2255 \end_layout
2256
2257 \begin_layout Labeling
2258 \labelwidthstring 00.00.0000
2259
2260 \family sans
2261 \begin_inset Info
2262 type  "icon"
2263 arg   "inset-modify tabular set-all-lines"
2264 \end_inset
2265
2266
2267 \family default
2268  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273
2274 \family sans
2275 \begin_inset Info
2276 type  "icon"
2277 arg   "inset-modify tabular unset-all-lines"
2278 \end_inset
2279
2280
2281 \family default
2282  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287
2288 \family sans
2289 \begin_inset Info
2290 type  "icon"
2291 arg   "inset-modify tabular m-align-left"
2292 \end_inset
2293
2294
2295 \family default
2296  は、現在セルあるいは現在列の内容を左揃えにします。
2297 \end_layout
2298
2299 \begin_layout Labeling
2300 \labelwidthstring 00.00.0000
2301
2302 \family sans
2303 \begin_inset Info
2304 type  "icon"
2305 arg   "inset-modify tabular m-align-center"
2306 \end_inset
2307
2308
2309 \family default
2310  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315
2316 \family sans
2317 \begin_inset Info
2318 type  "icon"
2319 arg   "inset-modify tabular m-align-right"
2320 \end_inset
2321
2322
2323 \family default
2324  は、現在セルあるいは現在列の内容を右揃えにします。
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329
2330 \family sans
2331 \begin_inset Info
2332 type  "icon"
2333 arg   "inset-modify tabular align-decimal"
2334 \end_inset
2335
2336
2337 \family default
2338  は、現在セルの内容を特定文字位置で揃えます。
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343
2344 \family sans
2345 \begin_inset Info
2346 type  "icon"
2347 arg   "inset-modify tabular m-valign-top"
2348 \end_inset
2349
2350
2351 \family default
2352  は、現在セルの内容を垂直方向上揃えにします。
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357
2358 \family sans
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "inset-modify tabular m-valign-middle"
2362 \end_inset
2363
2364
2365 \family default
2366  は、現在セルの内容を垂直方向中央揃えにします。
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371
2372 \family sans
2373 \begin_inset Info
2374 type  "icon"
2375 arg   "inset-modify tabular m-valign-bottom"
2376 \end_inset
2377
2378
2379 \family default
2380  は、現在セルの内容を垂直方向下揃えにします。
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385
2386 \family sans
2387 \begin_inset Info
2388 type  "icon"
2389 arg   "inset-modify tabular set-rotate-cell"
2390 \end_inset
2391
2392
2393 \family default
2394  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399
2400 \family sans
2401 \begin_inset Info
2402 type  "icon"
2403 arg   "inset-modify tabular set-rotate-tabular"
2404 \end_inset
2405
2406
2407 \family default
2408  は、表全体を反時計廻りに90度回転します。
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413
2414 \family sans
2415 \begin_inset Info
2416 type  "icon"
2417 arg   "inset-modify tabular multicolumn"
2418 \end_inset
2419
2420
2421 \family default
2422  は、現在セルあるいは選択範囲を連結列にします。
2423 \end_layout
2424
2425 \begin_layout Labeling
2426 \labelwidthstring 00.00.0000
2427
2428 \family sans
2429 \begin_inset Info
2430 type  "icon"
2431 arg   "inset-modify tabular multirow"
2432 \end_inset
2433
2434
2435 \family default
2436  は、現在セルあるいは選択範囲を連結行にします。
2437 \end_layout
2438
2439 \begin_layout Standard
2440 \begin_inset Note Greyedout
2441 status open
2442
2443 \begin_layout Plain Layout
2444
2445 \series bold
2446 【註】
2447 \series default
2448 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \end_layout
2455
2456 \begin_layout Section
2457 表編集メニュー
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2463 \end_layout
2464
2465 \end_inset
2466
2467
2468 \end_layout
2469
2470 \begin_layout Standard
2471 表ダイアログと表ツールバーの他に、
2472 \family sans
2473 編集\SpecialChar menuseparator
2474
2475 \family default
2476 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2477 部にあるときのみ、表示されます。
2478 \end_layout
2479
2480 \begin_layout Section
2481 表フロート
2482 \begin_inset CommandInset label
2483 LatexCommand label
2484 name "sec:表フロート"
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 \begin_inset Index idx
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503 ひょう@表 ! ふろーと@フロート
2504 \end_layout
2505
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \begin_layout Standard
2512 フロートの一般的な説明については、第
2513 \begin_inset CommandInset ref
2514 LatexCommand ref
2515 reference "sec:フロートはじめに"
2516
2517 \end_inset
2518
2519 節をご覧下さい。
2520 \end_layout
2521
2522 \begin_layout Standard
2523 \begin_inset Float table
2524 placement h
2525 wide false
2526 sideways false
2527 status open
2528
2529 \begin_layout Plain Layout
2530 \begin_inset Caption Standard
2531
2532 \begin_layout Plain Layout
2533 \begin_inset CommandInset label
2534 LatexCommand label
2535 name "tab:表フロート"
2536
2537 \end_inset
2538
2539 表フロート
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Plain Layout
2548 \align center
2549 \begin_inset Tabular
2550 <lyxtabular version="3" rows="3" columns="3">
2551 <features tabularvalignment="middle">
2552 <column alignment="center" valignment="top" width="0pt">
2553 <column alignment="center" valignment="top" width="0pt">
2554 <column alignment="center" valignment="top" width="0pt">
2555 <row>
2556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \family roman
2562 \series medium
2563 \shape up
2564 \size normal
2565 \emph off
2566 \bar no
2567 \noun off
2568 \color none
2569 1
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 2
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Plain Layout
2596
2597 \family roman
2598 \series medium
2599 \shape up
2600 \size normal
2601 \emph off
2602 \bar no
2603 \noun off
2604 \color none
2605 3
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 </row>
2611 <row>
2612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Plain Layout
2616 森嶋
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Plain Layout
2625 宇沢
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634 二階堂
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 </row>
2640 <row>
2641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2642 \begin_inset Text
2643
2644 \begin_layout Plain Layout
2645
2646 \family roman
2647 \series medium
2648 \shape up
2649 \size normal
2650 \emph off
2651 \bar no
2652 \noun off
2653 \color none
2654 \begin_inset Formula $\int x^{2}dx$
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 \begin_inset Formula $\left[\begin{array}{cc}
2676 a & b\\
2677 c & d
2678 \end{array}\right]$
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 \begin_inset Formula $1+1=2$
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 </row>
2708 </lyxtabular>
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \begin_layout Standard
2721 表フロートは、
2722 \family sans
2723 挿入
2724 \shape up
2725 \SpecialChar menuseparator
2726 フロート\SpecialChar menuseparator
2727
2728 \family default
2729 \shape default
2730 メニューかツールバーボタン
2731 \family sans
2732
2733 \begin_inset Info
2734 type  "icon"
2735 arg   "float-insert table"
2736 \end_inset
2737
2738
2739 \family default
2740 を使うと挿入することができます。
2741 \end_layout
2742
2743 \begin_layout Standard
2744 フロートは折りたたむことのできるボックスとして表示され、中には「表
2745 \begin_inset space ~
2746 \end_inset
2747
2748 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2749 \end_layout
2750
2751 \begin_layout Standard
2752
2753 \begin_inset space ~
2754 \end_inset
2755
2756
2757 \begin_inset CommandInset ref
2758 LatexCommand ref
2759 reference "tab:表フロート"
2760
2761 \end_inset
2762
2763 は、表フロートに入れた表の例です。
2764 \end_layout
2765
2766 \begin_layout Standard
2767 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながら\SpecialChar LaTeX
2768 の標準クラスではサポートされていません。つまり、article・book・letter・re
2769 portのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaTeXパッケ
2770 ージの
2771 \series bold
2772 caption
2773 \series default
2774
2775 \begin_inset Index idx
2776 status collapsed
2777
2778 \begin_layout Plain Layout
2779 \SpecialChar LaTeX
2780 ぱっけーじ@\SpecialChar LaTeX
2781 パッケージ ! caption
2782 \end_layout
2783
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \begin_layout Standard
2790
2791 \series bold
2792 tableposition=top
2793 \end_layout
2794
2795 \begin_layout Standard
2796 というオプションとともにloadコマンドを使って読み込んでください
2797 \begin_inset Foot
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801 詳しくは、第
2802 \begin_inset CommandInset ref
2803 LatexCommand ref
2804 reference "sec:キャプションの配置"
2805
2806 \end_inset
2807
2808 節をご覧下さい。
2809 \end_layout
2810
2811 \end_inset
2812
2813 。キャプション書式を調整するには、第
2814 \begin_inset CommandInset ref
2815 LatexCommand ref
2816 reference "sec:キャプションの書式設定"
2817
2818 \end_inset
2819
2820 節にものべられているように
2821 \series bold
2822 caption
2823 \series default
2824 パッケージを使用します。
2825 \end_layout
2826
2827 \begin_layout Standard
2828 \begin_inset Index idx
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832 さんしょう@参照 ! ひょうへの@表への
2833 \end_layout
2834
2835 \end_inset
2836
2837 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2838 \family sans
2839 挿入\SpecialChar menuseparator
2840 ラベル
2841 \family default
2842 メニューかツールバーボタンの
2843 \family sans
2844
2845 \begin_inset Info
2846 type  "icon"
2847 arg   "label-insert"
2848 \end_inset
2849
2850
2851 \family default
2852 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar menuseparator
2853 相互参照メニューかツールバーボタンの
2854 \family sans
2855
2856 \begin_inset Info
2857 type  "icon"
2858 arg   "dialog-show-new-inset ref"
2859 \end_inset
2860
2861
2862 \family default
2863 を用いて、このラベルを参照することができます。
2864 \begin_inset Newline newline
2865 \end_inset
2866
2867 参照は、第
2868 \begin_inset CommandInset ref
2869 LatexCommand ref
2870 reference "sec:フロートの参照"
2871
2872 \end_inset
2873
2874 節で詳細に説明されています。
2875 \end_layout
2876
2877 \begin_layout Section
2878 長尺表
2879 \begin_inset CommandInset label
2880 LatexCommand label
2881 name "sec:長尺表"
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 \begin_inset Index idx
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900 ひょう@表 ! ちょうしゃくひょう@長尺表
2901 \end_layout
2902
2903 \end_inset
2904
2905
2906 \end_layout
2907
2908 \begin_layout Standard
2909 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2910 \family sans
2911 長尺表
2912 \family default
2913 タブにある
2914 \family sans
2915 長尺表を使う
2916 \family default
2917 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2918 することができるようになります。
2919 \end_layout
2920
2921 \begin_layout Description
2922 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2923 \family roman
2924 \series medium
2925 \shape up
2926 \size normal
2927 \emph off
2928 \bar no
2929 \noun off
2930 \color none
2931 ただし、
2932 \family sans
2933 \series default
2934 \shape default
2935 \size default
2936 \emph default
2937 \bar default
2938 \noun default
2939 \color inherit
2940 冒頭ヘッダ
2941 \family roman
2942 \series medium
2943 \shape up
2944 \size normal
2945 \emph off
2946 \bar no
2947 \noun off
2948 \color none
2949 が定義されているときは、冒頭ページを除きます。
2950 \family default
2951 \series default
2952 \shape default
2953 \size default
2954 \emph default
2955 \bar default
2956 \noun default
2957 \color inherit
2958 これと区別して、このヘッダは本体ヘッダと呼びます。
2959 \end_layout
2960
2961 \begin_layout Description
2962 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2963 \end_layout
2964
2965 \begin_layout Description
2966 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2967 \family roman
2968 \series medium
2969 \shape up
2970 \size normal
2971 \emph off
2972 \bar no
2973 \noun off
2974 \color none
2975 ただし、
2976 \family sans
2977 \series default
2978 \shape default
2979 \size default
2980 \emph default
2981 \bar default
2982 \noun default
2983 \color inherit
2984 末尾フッタ
2985 \family roman
2986 \series medium
2987 \shape up
2988 \size normal
2989 \emph off
2990 \bar no
2991 \noun off
2992 \color none
2993 が定義されているときは、末尾ページを除きます。
2994 \end_layout
2995
2996 \begin_layout Description
2997 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2998 \end_layout
2999
3000 \begin_layout Description
3001 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
3002 \begin_inset CommandInset ref
3003 LatexCommand ref
3004 reference "subsec:長尺表のキャプション"
3005
3006 \end_inset
3007
3008 節で説明されています。
3009 \end_layout
3010
3011 \begin_layout Standard
3012 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
3013 \begin_inset Separator parbreak
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \begin_layout Standard
3020 \align center
3021 \begin_inset Tabular
3022 <lyxtabular version="3" rows="69" columns="3">
3023 <features islongtable="true" longtabularalignment="center">
3024 <column alignment="left" valignment="top" width="0cm">
3025 <column alignment="left" valignment="top" width="0pt">
3026 <column alignment="center" valignment="top" width="0pt">
3027 <row endfirsthead="true">
3028 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \series bold
3034 例示用電話帳(名前は無視してください)
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row endfirsthead="true">
3059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 氏名
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \series bold
3083 TEL.
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row endhead="true">
3090 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \series bold
3096 例示用電話帳
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row endhead="true">
3121 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125 氏名
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \series bold
3145 TEL.
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row endfoot="true">
3152 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156 次頁へつづく
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 Annovi
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 Silvia
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 111
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 Bertoli
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Stefano
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 111
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 <row>
3243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \series bold
3249 Bozzi
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 Walter
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 111
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Cachia
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 Maria
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 111
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 Cachia
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 Maurizio
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 111
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Cinquemani
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Giusi
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 111
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 Colin
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 Bernard
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 111
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Concli
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 Gianfranco
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 111
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 Dal Bosco
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Carolina
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 111
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466 Dalpiaz
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Annamaria
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 111
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Feliciello
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Domenico
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Focarelli
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Paola
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Galletti
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Oreste
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Gasparini
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Franca
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Rizzardi
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Paola
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Lassini
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Giancarlo
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Malfatti
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Luciano
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Malfatti
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Valeriano
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Meneguzzo
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Roberto
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Mezzadra
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Roberto
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Pirpamer
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Erich
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Pochiesa
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Paolo
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111, 222
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Radina
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Claudio
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Stuffer
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Oskar
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Tacchelli
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Ugo
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Tezzele
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Margit
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Unterkalmsteiner
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Frieda
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Vieider
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Hilde
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Vigna
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Jürgen
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Weber
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Maurizio
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Winkler
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Franz
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 111
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146  
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Annovi
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Silvia
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 555
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Bertoli
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Stefano
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 555
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Bozzi
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Walter
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 555
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Cachia
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Maria
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 555
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Cachia
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Maurizio
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 555
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Cinquemani
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Giusi
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 555
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Colin
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Bernard
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 555
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392
4393 \series bold
4394 Concli
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Gianfranco
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 555
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \series bold
4425 Dal Bosco
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Carolina
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 555
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \series bold
4456 Dalpiaz
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 Annamaria
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 555
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Feliciello
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Domenico
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Focarelli
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Paola
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Galletti
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Oreste
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Gasparini
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Franca
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Rizzardi
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Paola
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Lassini
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Giancarlo
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Malfatti
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Luciano
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Malfatti
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Valeriano
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Meneguzzo
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Roberto
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Mezzadra
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Roberto
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Pirpamer
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Erich
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Pochiesa
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Paolo
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555, 222
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Radina
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Claudio
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Stuffer
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Oskar
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Tacchelli
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Ugo
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Tezzele
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Margit
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Unterkalmsteiner
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Frieda
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Vieider
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Hilde
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Vigna
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Jürgen
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 999
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Weber
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Maurizio
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 555
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row>
5101 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107 Winkler
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 Franz
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 555
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row endlastfoot="true">
5132 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 以上
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 </lyxtabular>
5161
5162 \end_inset
5163
5164
5165 \begin_inset ERT
5166 status collapsed
5167
5168 \begin_layout Plain Layout
5169
5170
5171 \backslash
5172 addtocounter{table}{-1}
5173 \end_layout
5174
5175 \end_inset
5176
5177
5178 \begin_inset Note Note
5179 status collapsed
5180
5181 \begin_layout Plain Layout
5182 本コマンドの説明については、第
5183 \begin_inset CommandInset ref
5184 LatexCommand ref
5185 reference "subsec:長尺表のキャプション"
5186
5187 \end_inset
5188
5189 節の最初の淡色注釈をご覧下さい。
5190 \end_layout
5191
5192 \end_inset
5193
5194
5195 \end_layout
5196
5197 \begin_layout Subsection
5198 長尺表での脚注
5199 \begin_inset CommandInset label
5200 LatexCommand label
5201 name "subsec:長尺表での脚注"
5202
5203 \end_inset
5204
5205
5206 \begin_inset Index idx
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5211 \end_layout
5212
5213 \end_inset
5214
5215
5216 \end_layout
5217
5218 \begin_layout Standard
5219 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5220 \begin_inset CommandInset ref
5221 LatexCommand ref
5222 reference "tab:別キャプション"
5223
5224 \end_inset
5225
5226 には脚注が付いています。
5227 \end_layout
5228
5229 \begin_layout Subsection
5230 長尺表の縦横揃え
5231 \begin_inset Index idx
5232 status collapsed
5233
5234 \begin_layout Plain Layout
5235 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5236 \end_layout
5237
5238 \end_inset
5239
5240
5241 \end_layout
5242
5243 \begin_layout Standard
5244 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5245 設定してから
5246 \end_layout
5247
5248 \begin_layout Standard
5249
5250 \series bold
5251
5252 \backslash
5253 setlength{
5254 \backslash
5255 LTleft}{値}
5256 \end_layout
5257
5258 \begin_layout Standard
5259 という行を当該長尺表の前に\SpecialChar TeX
5260 コードとして挿入して、長さ
5261 \series bold
5262
5263 \backslash
5264 LTleft
5265 \series default
5266 および
5267 \series bold
5268
5269 \backslash
5270 LTright
5271 \series default
5272 の値を変更しなくてはなりません。ここで「値」は、第
5273 \begin_inset CommandInset ref
5274 LatexCommand ref
5275 reference "tab:単位"
5276
5277 \end_inset
5278
5279 表に挙げてある単位であれば、どの単位を取ることもできます。
5280 \series bold
5281
5282 \backslash
5283 LTleft
5284 \series default
5285 は、左頁余白から長尺表までの水平方向の距離を制御し、
5286 \series bold
5287
5288 \backslash
5289 LTright
5290 \series default
5291 は、右頁余白からの距離を制御します。これらの長さの既定値は
5292 \series bold
5293
5294 \backslash
5295 fill
5296 \series default
5297 となっており、\SpecialChar LyX
5298 の水平フィルと同等になっています。
5299 \end_layout
5300
5301 \begin_layout Standard
5302 以下の長尺表は、中央揃えの上、
5303 \series bold
5304
5305 \backslash
5306 LTleft
5307 \series default
5308
5309 \family sans
5310 0.1
5311 \backslash
5312 columnwidth
5313 \family default
5314 に設定してあります。
5315 \begin_inset ERT
5316 status collapsed
5317
5318 \begin_layout Plain Layout
5319
5320
5321 \backslash
5322 setlength{
5323 \backslash
5324 LTleft}{0.1
5325 \backslash
5326 columnwidth}
5327 \end_layout
5328
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \begin_layout Standard
5335 \begin_inset Tabular
5336 <lyxtabular version="3" rows="5" columns="5">
5337 <features islongtable="true" longtabularalignment="center">
5338 <column alignment="center" valignment="top">
5339 <column alignment="center" valignment="top">
5340 <column alignment="center" valignment="top">
5341 <column alignment="center" valignment="top">
5342 <column alignment="center" valignment="top">
5343 <row>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 1
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 2
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 3
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 4
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 5
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 </row>
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 いろは
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 いろは
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 いろは
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 いろは
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 いろは
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 いろは
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 いろは
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 いろは
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 いろは
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 いろは
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 いろは
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 </lyxtabular>
5579
5580 \end_inset
5581
5582
5583 \begin_inset ERT
5584 status collapsed
5585
5586 \begin_layout Plain Layout
5587
5588
5589 \backslash
5590 setlength{
5591 \backslash
5592 LTleft}{
5593 \backslash
5594 fill}
5595 \end_layout
5596
5597 \end_inset
5598
5599
5600 \begin_inset ERT
5601 status collapsed
5602
5603 \begin_layout Plain Layout
5604
5605
5606 \backslash
5607 addtocounter{table}{-1}
5608 \end_layout
5609
5610 \end_inset
5611
5612
5613 \begin_inset Note Note
5614 status collapsed
5615
5616 \begin_layout Plain Layout
5617 このコマンドの説明に関しては、第
5618 \begin_inset CommandInset ref
5619 LatexCommand ref
5620 reference "subsec:長尺表のキャプション"
5621
5622 \end_inset
5623
5624 節の最初の淡色注釈をご覧下さい。
5625 \end_layout
5626
5627 \end_inset
5628
5629
5630 \end_layout
5631
5632 \begin_layout Subsection
5633 長尺表のキャプション
5634 \begin_inset Index idx
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5639 \end_layout
5640
5641 \end_inset
5642
5643
5644 \begin_inset CommandInset label
5645 LatexCommand label
5646 name "subsec:長尺表のキャプション"
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \begin_layout Standard
5654 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5655 \begin_inset CommandInset ref
5656 LatexCommand ref
5657 reference "sec:長尺表"
5658
5659 \end_inset
5660
5661 節に述べられているように、ある行で長尺表オプションの
5662 \family sans
5663 キャプション
5664 \family default
5665 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5666 \family sans
5667 冒頭ヘッダ
5668 \family default
5669
5670 \family sans
5671 ヘッダ
5672 \family default
5673
5674 \family sans
5675 フッタ
5676 \family default
5677
5678 \family sans
5679 末尾フッタ
5680 \family default
5681 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5682 \end_layout
5683
5684 \begin_layout Standard
5685 以下は、動作を確認するための短い長尺表です。
5686 \end_layout
5687
5688 \begin_layout Standard
5689 \begin_inset Tabular
5690 <lyxtabular version="3" rows="6" columns="5">
5691 <features islongtable="true" longtabularalignment="center">
5692 <column alignment="center" valignment="top">
5693 <column alignment="center" valignment="top">
5694 <column alignment="center" valignment="top">
5695 <column alignment="center" valignment="top">
5696 <column alignment="center" valignment="top">
5697 <row endfirsthead="true" caption="true">
5698 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Caption Standard
5703
5704 \begin_layout Plain Layout
5705 キャプション付き長尺表
5706 \begin_inset Argument 1
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 長尺表
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 <row>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 1
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 2
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 3
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 4
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 5
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 </row>
5809 <row>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 いろは
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 いろは
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 いろは
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 いろは
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 いろは
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 いろは
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 いろは
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 いろは
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 いろは
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 いろは
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 いろは
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 </lyxtabular>
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \begin_layout Standard
6005 \begin_inset VSpace medskip
6006 \end_inset
6007
6008
6009 \begin_inset Note Greyedout
6010 status open
6011
6012 \begin_layout Plain Layout
6013
6014 \series bold
6015 【註1】
6016 \series default
6017 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
6018 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、\SpecialChar TeX
6019 コードで
6020 \end_layout
6021
6022 \begin_layout Plain Layout
6023
6024 \series bold
6025
6026 \backslash
6027 addtocounter{table}{-1}
6028 \end_layout
6029
6030 \begin_layout Plain Layout
6031 というコマンドを挿入する方法があります。
6032 \end_layout
6033
6034 \begin_layout Plain Layout
6035 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
6036 \end_layout
6037
6038 \begin_layout Plain Layout
6039
6040 \series bold
6041
6042 \backslash
6043 let
6044 \backslash
6045 myEnd
6046 \backslash
6047 endlongtable
6048 \begin_inset Newline newline
6049 \end_inset
6050
6051
6052 \backslash
6053 renewcommand{
6054 \backslash
6055 endlongtable}{
6056 \backslash
6057 myEnd
6058 \backslash
6059 addtocounter{table}{-1}}
6060 \end_layout
6061
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \begin_layout Standard
6068 \begin_inset Note Greyedout
6069 status open
6070
6071 \begin_layout Plain Layout
6072
6073 \series bold
6074 【註2】
6075 \series default
6076 相互参照をリンクするために、
6077 \family sans
6078 文書設定
6079 \family default
6080 ダイアログの
6081 \family sans
6082 PDF特性
6083 \family default
6084
6085 \series bold
6086 hyperref
6087 \series default
6088
6089 \begin_inset Index idx
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093 \SpecialChar LaTeX
6094 ぱっけーじ@\SpecialChar LaTeX
6095 パッケージ ! hyperref
6096 \end_layout
6097
6098 \end_inset
6099
6100 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6101 \end_layout
6102
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Subsubsection
6109 長尺表への参照
6110 \begin_inset Index idx
6111 status collapsed
6112
6113 \begin_layout Plain Layout
6114 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset Tabular
6124 <lyxtabular version="3" rows="6" columns="5">
6125 <features islongtable="true" longtabularalignment="center">
6126 <column alignment="center" valignment="top">
6127 <column alignment="center" valignment="top">
6128 <column alignment="center" valignment="top">
6129 <column alignment="center" valignment="top">
6130 <column alignment="center" valignment="top">
6131 <row endfirsthead="true" caption="true">
6132 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 \begin_inset Caption Standard
6137
6138 \begin_layout Plain Layout
6139 参照された長尺表
6140 \begin_inset CommandInset label
6141 LatexCommand label
6142 name "tab:参照例"
6143
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 1
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 2
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 3
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 4
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 5
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 いろは
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 いろは
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 いろは
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 いろは
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 いろは
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 いろは
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 いろは
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 いろは
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 いろは
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 いろは
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 いろは
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 </lyxtabular>
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \begin_layout Standard
6436 長尺表を参照するには、キャプションにラベルを挿入してください。
6437 \end_layout
6438
6439 \begin_layout Standard
6440 これは表
6441 \begin_inset CommandInset ref
6442 LatexCommand ref
6443 reference "tab:参照例"
6444
6445 \end_inset
6446
6447 への参照です。
6448 \end_layout
6449
6450 \begin_layout Standard
6451 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、\SpecialChar LaTeX
6452 パッケージの
6453 \series bold
6454 caption
6455 \series default
6456
6457 \begin_inset Index idx
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461 \SpecialChar LaTeX
6462 ぱっけーじ@\SpecialChar LaTeX
6463 パッケージ ! caption
6464 \end_layout
6465
6466 \end_inset
6467
6468 を使用して設定することができます。第
6469 \begin_inset CommandInset ref
6470 LatexCommand ref
6471 reference "sec:キャプションの書式設定"
6472
6473 \end_inset
6474
6475 節をご覧下さい。
6476 \end_layout
6477
6478 \begin_layout Subsubsection
6479 キャプションの幅
6480 \begin_inset Index idx
6481 status collapsed
6482
6483 \begin_layout Plain Layout
6484 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6485 \end_layout
6486
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \begin_layout Standard
6493 キャプション行の最大長は、長さ
6494 \series bold
6495
6496 \backslash
6497 LTcapwidth
6498 \series default
6499 によって指定することができます。既定値は4
6500 \begin_inset space \thinspace{}
6501 \end_inset
6502
6503 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中に\SpecialChar TeX
6504 コードとして
6505 \end_layout
6506
6507 \begin_layout Standard
6508
6509 \series bold
6510
6511 \backslash
6512 setlength{
6513 \backslash
6514 LTcapwidth}{幅}
6515 \end_layout
6516
6517 \begin_layout Standard
6518 というコマンドを書き加えて下さい。ここで「幅」には、付録
6519 \begin_inset CommandInset ref
6520 LatexCommand ref
6521 reference "cha:LyXで使用できる単位"
6522
6523 \end_inset
6524
6525 に挙げられている単位を取ることができます。
6526 \end_layout
6527
6528 \begin_layout Standard
6529 以下の各表で違いを示します。
6530 \end_layout
6531
6532 \begin_layout Standard
6533 \begin_inset Tabular
6534 <lyxtabular version="3" rows="6" columns="5">
6535 <features islongtable="true" longtabularalignment="center">
6536 <column alignment="center" valignment="top">
6537 <column alignment="center" valignment="top">
6538 <column alignment="center" valignment="top">
6539 <column alignment="center" valignment="top">
6540 <column alignment="center" valignment="top">
6541 <row endfirsthead="true" caption="true">
6542 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 \begin_inset Caption Standard
6547
6548 \begin_layout Plain Layout
6549 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6550 \begin_inset Argument 1
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 既定幅のキャプション
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 <row>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 1
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 2
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 3
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 4
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 5
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 いろは
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 いろは
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 いろは
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 いろは
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 いろは
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 いろは
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 いろは
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 いろは
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 いろは
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 いろは
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 いろは
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 </lyxtabular>
6842
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \begin_layout Standard
6849 \begin_inset ERT
6850 status collapsed
6851
6852 \begin_layout Plain Layout
6853
6854
6855 \backslash
6856 setlength{
6857 \backslash
6858 LTcapwidth}{5cm}
6859 \end_layout
6860
6861 \end_inset
6862
6863
6864 \begin_inset Tabular
6865 <lyxtabular version="3" rows="6" columns="5">
6866 <features islongtable="true" longtabularalignment="center">
6867 <column alignment="center" valignment="top">
6868 <column alignment="center" valignment="top">
6869 <column alignment="center" valignment="top">
6870 <column alignment="center" valignment="top">
6871 <column alignment="center" valignment="top">
6872 <row endfirsthead="true" caption="true">
6873 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 \begin_inset Caption Standard
6878
6879 \begin_layout Plain Layout
6880 5
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 cm幅のなが〜いフルタイトル・5
6885 \begin_inset space \thinspace{}
6886 \end_inset
6887
6888 cm幅のなが〜いフルタイトル・5
6889 \begin_inset space \thinspace{}
6890 \end_inset
6891
6892 cm幅のなが〜いフルタイトル
6893 \begin_inset Argument 1
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 5
6898 \begin_inset space \thinspace{}
6899 \end_inset
6900
6901 cm幅のキャプション
6902 \end_layout
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \end_inset
6910
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 </row>
6953 <row>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 1
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 2
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 3
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 4
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 5
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 いろは
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 いろは
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 </row>
7047 <row>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 いろは
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 いろは
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 いろは
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 いろは
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 </row>
7141 <row>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 いろは
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 いろは
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 いろは
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 いろは
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 いろは
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 </row>
7188 </lyxtabular>
7189
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \begin_layout Standard
7196 \begin_inset ERT
7197 status collapsed
7198
7199 \begin_layout Plain Layout
7200
7201
7202 \backslash
7203 setlength{
7204 \backslash
7205 LTcapwidth}{4in}
7206 \end_layout
7207
7208 \end_inset
7209
7210
7211 \end_layout
7212
7213 \begin_layout Standard
7214 \begin_inset Note Greyedout
7215 status open
7216
7217 \begin_layout Plain Layout
7218
7219 \series bold
7220 【註】
7221 \series default
7222 この文書のように\SpecialChar LaTeX
7223 パッケージの
7224 \series bold
7225 caption
7226 \series default
7227
7228 \begin_inset Index idx
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232 \SpecialChar LaTeX
7233 ぱっけーじ@\SpecialChar LaTeX
7234 パッケージ ! caption
7235 \end_layout
7236
7237 \end_inset
7238
7239 を使用している時には、
7240 \series bold
7241
7242 \backslash
7243 LTcapwidth
7244 \series default
7245 に既定値の4
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7250 \begin_inset space \thinspace{}
7251 \end_inset
7252
7253 in幅のキャプションを作るには、3.99
7254 \begin_inset space \thinspace{}
7255 \end_inset
7256
7257 inのように4.0
7258 \begin_inset space \thinspace{}
7259 \end_inset
7260
7261 inと少し違う値を指定するか、
7262 \series bold
7263 caption
7264 \series default
7265 パッケージが提供している
7266 \series bold
7267
7268 \backslash
7269 captionsetup{width=値}
7270 \series default
7271 という\SpecialChar LaTeX
7272 コマンドを用いる方法があります。
7273 \end_layout
7274
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \begin_layout Subsubsection
7281 表の各ページごとに異なるキャプション
7282 \begin_inset Index idx
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \end_layout
7293
7294 \begin_layout Standard
7295 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7296 依存メニューから
7297 \family sans
7298 キャプション(無番長尺表)
7299 \family default
7300 を選択してください。表
7301 \begin_inset CommandInset ref
7302 LatexCommand ref
7303 reference "tab:別キャプション"
7304
7305 \end_inset
7306
7307 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7308 \begin_inset Separator parbreak
7309 \end_inset
7310
7311
7312 \end_layout
7313
7314 \begin_layout Standard
7315 \align center
7316 \begin_inset Tabular
7317 <lyxtabular version="3" rows="59" columns="3">
7318 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7319 <column alignment="left" valignment="top" width="0cm">
7320 <column alignment="left" valignment="top" width="0pt">
7321 <column alignment="center" valignment="top" width="0pt">
7322 <row endfirsthead="true" caption="true">
7323 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 \begin_inset Caption Standard
7328
7329 \begin_layout Plain Layout
7330 例示用電話帳
7331 \begin_inset CommandInset label
7332 LatexCommand label
7333 name "tab:別キャプション"
7334
7335 \end_inset
7336
7337
7338 \begin_inset Argument 1
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342 例示用電話帳
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row endfirsthead="true">
7377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \series bold
7383 例示用電話帳(名前は無視の事)
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 </row>
7407 <row endfirsthead="true">
7408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \series bold
7414 氏名
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \series bold
7434 TEL.
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 </row>
7440 <row endhead="true">
7441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 \begin_inset ERT
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449
7450
7451 \backslash
7452 caption*{例示用電話帳の続き}
7453 \backslash
7454
7455 \backslash
7456 %
7457 \end_layout
7458
7459 \end_inset
7460
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 </row>
7485 <row endhead="true">
7486 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \series bold
7492 例示用電話帳
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row endhead="true">
7517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \series bold
7523 氏名
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541
7542 \series bold
7543 TEL.
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row endfoot="true">
7550 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 次頁に続く
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \series bold
7585 Annovi
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 Silvia
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 111
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row>
7610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \series bold
7616 Bertoli
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 Stefano
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 111
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \series bold
7647 Bozzi
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 Walter
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 111
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 Cachia
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 Maria
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 111
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row>
7703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \series bold
7709 Cachia
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 Maurizio
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 111
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row>
7734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \series bold
7740 Cinquemani
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 Giusi
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 111
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row>
7765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 Colin
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 Bernard
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 111
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row>
7796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 Concli
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 Gianfranco
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 111
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row>
7827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \series bold
7833 Dal Bosco
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 Carolina
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 111
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row>
7858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \series bold
7864 Dalpiaz
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 Annamaria
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 111
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 <row>
7889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \series bold
7895 Feliciello
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 Domenico
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 111
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \series bold
7926 Focarelli
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 Paola
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 111
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \series bold
7957 Galletti
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 Oreste
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 111
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Gasparini
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 Franca
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 111
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 Rizzardi
8020 \series default
8021
8022 \begin_inset Foot
8023 status collapsed
8024
8025 \begin_layout Plain Layout
8026 例示用脚注
8027 \end_layout
8028
8029 \end_inset
8030
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Paola
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Lassini
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Giancarlo
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Malfatti
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Luciano
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Malfatti
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Valeriano
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Meneguzzo
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Roberto
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \series bold
8186 Mezzadra
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Roberto
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \series bold
8217 Pirpamer
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Erich
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \series bold
8248 Pochiesa
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Paolo
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 111, 222
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \series bold
8279 Radina
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 Claudio
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 111
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \series bold
8310 Stuffer
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 Oskar
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 111
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339
8340 \series bold
8341 Tacchelli
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 Ugo
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 111
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \series bold
8372 Tezzele
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 Margit
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 111
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \series bold
8403 Unterkalmsteiner
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Frieda
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 111
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \series bold
8434 Vieider
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Hilde
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 111
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Vigna
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 Jürgen
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 111
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row>
8490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \series bold
8496 Weber
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Maurizio
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 111
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \series bold
8527 Winkler
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Franz
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 111
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556  
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Annovi
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Silvia
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 555
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Bertoli
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Stefano
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 555
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Bozzi
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Walter
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 555
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Cachia
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Maria
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 555
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Cachia
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Maurizio
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 555
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Cinquemani
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Giusi
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 555
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Colin
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Bernard
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 555
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Concli
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Gianfranco
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 555
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Dal Bosco
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Carolina
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 555
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \series bold
8866 Dalpiaz
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 Annamaria
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 555
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \series bold
8897 Feliciello
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Domenico
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 555
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \series bold
8928 Focarelli
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Paola
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 555
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \series bold
8959 Galletti
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Oreste
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 555
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \series bold
8990 Gasparini
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Franca
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 555
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \series bold
9021 Rizzardi
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 Paola
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 555
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \series bold
9052 Lassini
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Giancarlo
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 555
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Malfatti
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Luciano
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 555
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Malfatti
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Valeriano
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 555
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 Meneguzzo
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Roberto
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 555
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \series bold
9176 Mezzadra
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Roberto
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 555
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 </lyxtabular>
9201
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \begin_layout Section
9208 長尺表にまつわる諸点
9209 \begin_inset CommandInset label
9210 LatexCommand label
9211 name "sec:長尺表にまつわる諸点"
9212
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \begin_layout Subsection
9219 長尺表の計算
9220 \begin_inset Index idx
9221 status collapsed
9222
9223 \begin_layout Plain Layout
9224 ちょうしゃくひょう@長尺表 ! けいさん@計算
9225 \end_layout
9226
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \begin_layout Standard
9233 \SpecialChar LaTeX
9234 は、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度に\SpecialChar LaTeX
9235 のメモリに読み込まれる表の断片です。歴史上の経緯から、既定値は
9236 たった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9237 \end_layout
9238
9239 \begin_layout Standard
9240
9241 \series bold
9242
9243 \backslash
9244 setcounter{LTchunksize}{100}
9245 \end_layout
9246
9247 \begin_layout Standard
9248 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9249 \end_layout
9250
9251 \begin_layout Subsection
9252 フロートと長尺表
9253 \begin_inset Index idx
9254 status collapsed
9255
9256 \begin_layout Plain Layout
9257 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9258 \end_layout
9259
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \begin_layout Standard
9266 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9267 \series bold
9268
9269 \backslash
9270 clearpage
9271 \series default
9272 コマンドを長尺表の前に\SpecialChar TeX
9273 コードとして書き加えてください。
9274 \end_layout
9275
9276 \begin_layout Subsection
9277 強制改頁
9278 \begin_inset Index idx
9279 status collapsed
9280
9281 \begin_layout Plain Layout
9282 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9283 \end_layout
9284
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \begin_layout Standard
9291 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所に\SpecialChar TeX
9292 コードで改行コマンド「
9293 \series bold
9294
9295 \backslash
9296
9297 \backslash
9298
9299 \series default
9300 」を挿入します。
9301 \series bold
9302
9303 \backslash
9304
9305 \backslash
9306
9307 \series default
9308 コマンドの前には、現セルよりも右にある列数と同じ数の「
9309 \series bold
9310 &
9311 \series default
9312 」文字を、\SpecialChar TeX
9313 コードで挿入してやる必要があります。この
9314 \series bold
9315 &
9316 \series default
9317 は、表セルの区切り文字です。各
9318 \series bold
9319 &
9320 \series default
9321 の後に、右側の本来のセルに入るべき内容を\SpecialChar TeX
9322 コードで書き込み、右側のセルの内容は削除してください。
9323 \begin_inset Newline newline
9324 \end_inset
9325
9326
9327 \series bold
9328
9329 \backslash
9330
9331 \backslash
9332
9333 \series default
9334 コマンドの後ろには、現在列の左側にある列数と同じ数の
9335 \series bold
9336 &
9337 \series default
9338 文字を挿入してください。表
9339 \begin_inset CommandInset ref
9340 LatexCommand ref
9341 reference "tab:強制改頁"
9342
9343 \end_inset
9344
9345 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9346 \end_layout
9347
9348 \begin_layout Standard
9349
9350 \series bold
9351 & 111
9352 \backslash
9353
9354 \backslash
9355  
9356 \backslash
9357 newpage
9358 \begin_inset Newline newline
9359 \end_inset
9360
9361 &
9362 \end_layout
9363
9364 \begin_layout Standard
9365 というコマンドが、セル中「
9366 \emph on
9367 Castelchiodato,
9368 \emph default
9369 」の後に\SpecialChar TeX
9370 コードとして挿入してあります。
9371 \end_layout
9372
9373 \begin_layout Standard
9374 同一行3列目の「111」は削除してあります。
9375 \series bold
9376
9377 \backslash
9378 newpage
9379 \series default
9380 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9381 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9382 \end_layout
9383
9384 \begin_layout Standard
9385
9386 \series bold
9387 & 111
9388 \backslash
9389
9390 \backslash
9391
9392 \begin_inset Newline newline
9393 \end_inset
9394
9395
9396 \backslash
9397 hline &
9398 \end_layout
9399
9400 \begin_layout Standard
9401 というコマンドを使用して下さい。
9402 \end_layout
9403
9404 \begin_layout Standard
9405 改頁をしたいセルが最右列にある場合には、
9406 \end_layout
9407
9408 \begin_layout Standard
9409
9410 \series bold
9411
9412 \backslash
9413 setlength{
9414 \backslash
9415 parfillskip}{0pt}
9416 \end_layout
9417
9418 \begin_layout Standard
9419 というコマンドを当該セルの初めに\SpecialChar TeX
9420 コードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます。
9421 \begin_inset Separator parbreak
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \begin_layout Standard
9428 \align center
9429 \begin_inset Tabular
9430 <lyxtabular version="3" rows="38" columns="3">
9431 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9432 <column alignment="left" valignment="top" width="0cm">
9433 <column alignment="left" valignment="top" width="3cm">
9434 <column alignment="center" valignment="top" width="0pt">
9435 <row endfirsthead="true" caption="true">
9436 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Caption Standard
9441
9442 \begin_layout Plain Layout
9443 表セル内で強制改頁をしている表
9444 \begin_inset CommandInset label
9445 LatexCommand label
9446 name "tab:強制改頁"
9447
9448 \end_inset
9449
9450
9451 \begin_inset Argument 1
9452 status collapsed
9453
9454 \begin_layout Plain Layout
9455 表セル内で強制改頁をしている表
9456 \end_layout
9457
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row endfirsthead="true">
9490 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 例示用電話帳(氏名は無視の事)
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row endfirsthead="true">
9521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \series bold
9527 氏名
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547 TEL.
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row endhead="true">
9554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 \begin_inset ERT
9559 status collapsed
9560
9561 \begin_layout Plain Layout
9562
9563
9564 \backslash
9565 caption*{例示用電話帳の続き}
9566 \backslash
9567
9568 \backslash
9569 %
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row endhead="true">
9599 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 例示用電話帳
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row endhead="true">
9628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634 氏名
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \series bold
9654 TEL.
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row endfoot="true">
9661 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665 次頁に続く
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row>
9690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \series bold
9696 Annovi
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 Silvia
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 111
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row>
9721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \series bold
9727 Bertoli
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 Stefano
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 111
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \series bold
9758 Bozzi
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Walter
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 111
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789 Cachia
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 Maria
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 111
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \series bold
9820 Cachia
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 Maurizio
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 111
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Cinquemani
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Giusi
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 111
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Colin
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Bernard
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 111
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 Concli
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 Gianfranco
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 111
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Dal Bosco
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Carolina
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Dalpiaz
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Annamaria
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Feliciello
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Domenico
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Focarelli
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Paola
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Galletti
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Oreste
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Gasparini
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Franca
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Lassini
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Giancarlo
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 111
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \series bold
10161 Malfatti
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 Luciano
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 111
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192 Malfatti
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 Valeriano
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 111
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Meneguzzo
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Roberto
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 111
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row>
10248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \series bold
10254 Mezzadra
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Roberto
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 111
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Pirpamer
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Erich
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Pochiesa
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Paolo
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111, 222
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Radina
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Claudio
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Rizzardi
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Paolo, 11.
10388  Fürst von Montecompatri, 11.
10389  Fürst von Sulmona und Vivaro, 10.
10390  Fürst von Rossano, 5.
10391  Herzog von Canemorte, 11.
10392  Herzog von Palombara, 5.
10393  Herzog von Castelchiodato,
10394 \begin_inset ERT
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398
10399 & 111
10400 \backslash
10401
10402 \backslash
10403  
10404 \backslash
10405 newpage
10406 \end_layout
10407
10408 \begin_layout Plain Layout
10409
10410 &
10411 \end_layout
10412
10413 \end_inset
10414
10415  11.
10416  Herzog von Poggionativo, 11.
10417  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10418  Graf von Valinfreda, 11.
10419  Baron von Cropalati, 11.
10420  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Stuffer
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Oskar
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Tacchelli
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Ugo
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Tezzele
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Margit
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Unterkalmsteiner
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Frieda
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Vieider
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Hilde
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Vigna
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Jürgen
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Weber
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Maurizio
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Winkler
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Franz
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 </lyxtabular>
10684
10685 \end_inset
10686
10687
10688 \end_layout
10689
10690 \begin_layout Section
10691 複数行・連結列・連結行
10692 \end_layout
10693
10694 \begin_layout Subsection
10695 表セル内の複数行
10696 \begin_inset CommandInset label
10697 LatexCommand label
10698 name "subsec:複数行"
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 \begin_inset Index idx
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717 ひょう@表 ! かいぎょう@改行
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Standard
10726 \noindent
10727 \begin_inset Float table
10728 placement H
10729 wide false
10730 sideways false
10731 status open
10732
10733 \begin_layout Plain Layout
10734 \begin_inset Caption Standard
10735
10736 \begin_layout Plain Layout
10737 \begin_inset CommandInset label
10738 LatexCommand label
10739 name "tab:複数行表"
10740
10741 \end_inset
10742
10743 セル内に複数の行がある表
10744 \end_layout
10745
10746 \end_inset
10747
10748
10749 \end_layout
10750
10751 \begin_layout Plain Layout
10752 \align center
10753 \begin_inset Tabular
10754 <lyxtabular version="3" rows="3" columns="3">
10755 <features tabularvalignment="middle">
10756 <column alignment="center" valignment="middle" width="2.5cm">
10757 <column alignment="center" valignment="middle">
10758 <column alignment="center" valignment="middle">
10759 <row>
10760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 複数の
10765 \begin_inset Newline linebreak
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 <row>
10822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 </lyxtabular>
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \begin_layout Standard
10863 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10864 \end_layout
10865
10866 \begin_layout Standard
10867
10868 \begin_inset CommandInset ref
10869 LatexCommand ref
10870 reference "tab:複数行表"
10871
10872 \end_inset
10873
10874 を生成するには、まず3
10875 \begin_inset Formula $\times$
10876 \end_inset
10877
10878 3表を作り、最初のセルを右クリックして現れるメニューから、
10879 \family sans
10880 設定
10881 \family default
10882 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10883 \begin_inset space \thinspace{}
10884 \end_inset
10885
10886 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10887 \begin_inset space \thinspace{}
10888 \end_inset
10889
10890 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10891 \begin_inset Flex Ruby
10892 status collapsed
10893
10894 \begin_layout Plain Layout
10895 捷径
10896 \begin_inset Argument post:1
10897 status collapsed
10898
10899 \begin_layout Plain Layout
10900 ショートカット
10901 \end_layout
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \end_inset
10909
10910
10911 \begin_inset Info
10912 type  "shortcut"
10913 arg   "newline-insert linebreak"
10914 \end_inset
10915
10916 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10917 \end_layout
10918
10919 \begin_layout Standard
10920 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、\SpecialChar LaTeX
10921 はハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないようにするた
10922 めには、何かを入れなくてはなりません。そこで、その単語の前に0
10923 \begin_inset space \thinspace{}
10924 \end_inset
10925
10926 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10927 \begin_inset CommandInset ref
10928 LatexCommand ref
10929 reference "tab:ハイフネーション表"
10930
10931 \end_inset
10932
10933 が違いを示しています
10934 \begin_inset Foot
10935 status open
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 【訳註】
10941 \series default
10942 p\SpecialChar LaTeX
10943 を使用している場合、日本語の文章は正しく改行されます。
10944 \end_layout
10945
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \begin_layout Standard
10952 \begin_inset Float table
10953 placement h
10954 wide false
10955 sideways false
10956 status open
10957
10958 \begin_layout Plain Layout
10959 \begin_inset Caption Standard
10960
10961 \begin_layout Plain Layout
10962 \begin_inset CommandInset label
10963 LatexCommand label
10964 name "tab:ハイフネーション表"
10965
10966 \end_inset
10967
10968 ハイフネーション有/無の表
10969 \end_layout
10970
10971 \end_inset
10972
10973
10974 \end_layout
10975
10976 \begin_layout Plain Layout
10977 \begin_inset space \hfill{}
10978 \end_inset
10979
10980
10981 \begin_inset Tabular
10982 <lyxtabular version="3" rows="3" columns="3">
10983 <features tabularvalignment="middle">
10984 <column alignment="center" valignment="middle" width="2.5cm">
10985 <column alignment="center" valignment="middle">
10986 <column alignment="center" valignment="middle">
10987 <row>
10988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 verylongtablecellword
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 </lyxtabular>
11075
11076 \end_inset
11077
11078
11079 \begin_inset space \hfill{}
11080 \end_inset
11081
11082
11083 \begin_inset Tabular
11084 <lyxtabular version="3" rows="3" columns="3">
11085 <features tabularvalignment="middle">
11086 <column alignment="center" valignment="middle" width="2.5cm">
11087 <column alignment="center" valignment="middle">
11088 <column alignment="center" valignment="middle">
11089 <row>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 \begin_inset space \hspace{}
11095 \length 0pt
11096 \end_inset
11097
11098 verylongtablecellword
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row>
11123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 </lyxtabular>
11181
11182 \end_inset
11183
11184
11185 \begin_inset space \hfill{}
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \begin_layout Subsection
11197 連結列
11198 \begin_inset CommandInset label
11199 LatexCommand label
11200 name "subsec:連結列"
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 \begin_inset Index idx
11216 status collapsed
11217
11218 \begin_layout Plain Layout
11219 ひょう@表 ! れんけつれつ@連結列
11220 \end_layout
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \begin_layout Subsubsection
11228 連結列の基礎
11229 \end_layout
11230
11231 \begin_layout Standard
11232 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11233 \family sans
11234
11235 \begin_inset Info
11236 type  "icon"
11237 arg   "inset-modify tabular multicolumn"
11238 \end_inset
11239
11240
11241 \family default
11242 を押すか、
11243 \family sans
11244 編集\SpecialChar menuseparator
11245 表\SpecialChar menuseparator
11246 連結列
11247 \family default
11248 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11249 \family sans
11250 連結列
11251 \family default
11252 を有効にするかしてください。
11253 \end_layout
11254
11255 \begin_layout Standard
11256 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11257 、最下行に上罫線のない連結行がある表の例です。
11258 \begin_inset Separator parbreak
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \begin_layout Standard
11265 \align center
11266 \begin_inset Tabular
11267 <lyxtabular version="3" rows="3" columns="4">
11268 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11269 <column alignment="center" valignment="top" width="0pt">
11270 <column alignment="center" valignment="middle">
11271 <column alignment="center" valignment="top" width="0in">
11272 <column alignment="center" valignment="top" width="0pt">
11273 <row>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 いろは
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 にほへとちり
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 ぬるを
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 </row>
11311 <row>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 </lyxtabular>
11388
11389 \end_inset
11390
11391
11392 \end_layout
11393
11394 \begin_layout Subsubsection
11395 連結列の計算
11396 \begin_inset CommandInset label
11397 LatexCommand label
11398 name "subsec:連結列の計算"
11399
11400 \end_inset
11401
11402
11403 \begin_inset Index idx
11404 status collapsed
11405
11406 \begin_layout Plain Layout
11407 れんけつれつ@連結列 ! けいさん@計算
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \SpecialChar LyX
11417 は、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \begin_inset Float table
11422 placement h
11423 wide false
11424 sideways false
11425 status open
11426
11427 \begin_layout Plain Layout
11428 \begin_inset Caption Standard
11429
11430 \begin_layout Plain Layout
11431 \begin_inset CommandInset label
11432 LatexCommand label
11433 name "tab:中央揃え表"
11434
11435 \end_inset
11436
11437 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11438 \begin_inset Argument 1
11439 status collapsed
11440
11441 \begin_layout Plain Layout
11442 完全なる連結列表
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Plain Layout
11456 \align center
11457 \begin_inset Tabular
11458 <lyxtabular version="3" rows="3" columns="3">
11459 <features tabularvalignment="middle">
11460 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11461 <column alignment="center" valignment="middle">
11462 <column alignment="center" valignment="top">
11463 <row>
11464 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 複数行にわたる連結列
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 <row>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 </lyxtabular>
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Standard
11563 たとえば、表
11564 \begin_inset CommandInset ref
11565 LatexCommand ref
11566 reference "tab:中央揃え表"
11567
11568 \end_inset
11569
11570 を生成するには、3
11571 \begin_inset Formula $\times$
11572 \end_inset
11573
11574 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11575 \family sans
11576 設定
11577 \family default
11578 を選択します。そして現れる表の設定ダイアログで、このセルを
11579 \emph on
11580 連結列
11581 \emph default
11582
11583 \emph on
11584 中央揃え
11585 \emph default
11586 、2.5
11587 \begin_inset space \thinspace{}
11588 \end_inset
11589
11590 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11591 \begin_inset space \thinspace{}
11592 \end_inset
11593
11594 cm幅に設定します。すると第二列は自動的に1.25
11595 \begin_inset space \thinspace{}
11596 \end_inset
11597
11598 cm幅(連結列幅マイナス第一列の幅)になります。表
11599 \begin_inset CommandInset ref
11600 LatexCommand ref
11601 reference "tab:半分でない表"
11602
11603 \end_inset
11604
11605 もこのようにして作成してあります。
11606 \end_layout
11607
11608 \begin_layout Standard
11609 \begin_inset Float table
11610 wide false
11611 sideways false
11612 status open
11613
11614 \begin_layout Plain Layout
11615 \begin_inset Caption Standard
11616
11617 \begin_layout Plain Layout
11618 \begin_inset CommandInset label
11619 LatexCommand label
11620 name "tab:半分でない表"
11621
11622 \end_inset
11623
11624 連結セルの下の列が正確に半分になっていない表
11625 \begin_inset Argument 1
11626 status collapsed
11627
11628 \begin_layout Plain Layout
11629 不完全な連結列表
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Plain Layout
11643 \align center
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="top" width="1.25cm">
11648 <column alignment="center" valignment="top">
11649 <column alignment="center" valignment="top">
11650 <row>
11651 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 複数行にわたる連結列
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 </lyxtabular>
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Standard
11750 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11751 指定したセル幅
11752 \begin_inset Formula $W_{\mbox{指}}$
11753 \end_inset
11754
11755 がセルの全幅
11756 \begin_inset Formula $W_{\text{全}}$
11757 \end_inset
11758
11759 と等しくならないためです。付録
11760 \begin_inset CommandInset ref
11761 LatexCommand ref
11762 reference "cha:式の説明"
11763
11764 \end_inset
11765
11766 がこの事情を詳細に説明しています。
11767 \end_layout
11768
11769 \begin_layout Standard
11770
11771 \emph on
11772 n
11773 \emph default
11774 列を連結する際、各列の全幅が
11775 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11776 \end_inset
11777
11778 となるために必要な指定幅
11779 \begin_inset Formula $W_{\mbox{指}:n}$
11780 \end_inset
11781
11782 は、
11783 \begin_inset Formula 
11784 \begin{equation}
11785 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11786 \end{equation}
11787
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \begin_layout Standard
11794 で計算することができます。上記の例では
11795 \begin_inset Formula $n=2$
11796 \end_inset
11797
11798 かつ
11799 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11800 \end_inset
11801
11802 cmかつ長さは既定値ですから、第
11803 \begin_inset CommandInset ref
11804 LatexCommand ref
11805 reference "eq:Wgn"
11806
11807 \end_inset
11808
11809 式は
11810 \begin_inset Formula 
11811 \begin{equation}
11812 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11813 \end{equation}
11814
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \begin_layout Standard
11821 となります。\SpecialChar LaTeX
11822 中で計算を可能にするには、文書プリアンブル行に
11823 \end_layout
11824
11825 \begin_layout Standard
11826
11827 \series bold
11828
11829 \backslash
11830 usepackage{calc}
11831 \end_layout
11832
11833 \begin_layout Standard
11834 と書いて、\SpecialChar LaTeX
11835 パッケージ
11836 \series bold
11837 calc
11838 \series default
11839
11840 \begin_inset Index idx
11841 status collapsed
11842
11843 \begin_layout Plain Layout
11844 \SpecialChar LaTeX
11845 ぱっけーじ@\SpecialChar LaTeX
11846 パッケージ ! calc
11847 \end_layout
11848
11849 \end_inset
11850
11851 を読み込まなくてはなりません。\SpecialChar LyX
11852 の「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログの\SpecialChar LaTeX
11853 の引数欄に書き込むことによって
11854 列を整形しなくてはなりません。以下は、その引数の概要です。
11855 \end_layout
11856
11857 \begin_layout Itemize
11858
11859 \series bold
11860 p{幅}
11861 \series default
11862 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11863 \end_layout
11864
11865 \begin_layout Itemize
11866
11867 \series bold
11868 m{幅}
11869 \series default
11870 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11871 \end_layout
11872
11873 \begin_layout Itemize
11874
11875 \series bold
11876 b{幅}
11877 \series default
11878 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11879 \end_layout
11880
11881 \begin_layout Standard
11882 \SpecialChar LaTeX
11883 変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \begin_inset Note Greyedout
11888 status open
11889
11890 \begin_layout Plain Layout
11891
11892 \series bold
11893 【註】
11894 \series default
11895 バグのせいで、\SpecialChar LyX
11896 は無効にされた設定も表示してしまいます。
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Standard
11905 文章を水平方向中央揃えにしたいので、
11906 \series bold
11907
11908 \backslash
11909 centering
11910 \series default
11911 コマンドを入れます。したがって、以下のような\SpecialChar LaTeX
11912 変数を、最初の被連結列に入れます。
11913 \end_layout
11914
11915 \begin_layout Standard
11916
11917 \series bold
11918 >{
11919 \backslash
11920 centering}m{1.25cm-6.2pt}
11921 \end_layout
11922
11923 \begin_layout Standard
11924
11925 \series bold
11926 >{ }
11927 \series default
11928 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11929 \end_layout
11930
11931 \begin_layout Standard
11932 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、\SpecialChar LyX
11933 は揃えを一列分のみに適用するためです。したがって
11934 、連結セルには
11935 \end_layout
11936
11937 \begin_layout Standard
11938
11939 \series bold
11940 >{
11941 \backslash
11942 centering}m{2.5cm}
11943 \end_layout
11944
11945 \begin_layout Standard
11946 という\SpecialChar LaTeX
11947 変数を指定しなくてはなりません。
11948 \end_layout
11949
11950 \begin_layout Subsection
11951 連結行
11952 \begin_inset CommandInset label
11953 LatexCommand label
11954 name "subsec:連結行"
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 \begin_inset Index idx
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973 ひょう@表 ! れんけつぎょう@連結行
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11983 \family sans
11984
11985 \begin_inset Info
11986 type  "icon"
11987 arg   "inset-modify tabular multirow"
11988 \end_inset
11989
11990
11991 \family default
11992 を押すか、メニュー
11993 \family sans
11994 編集\SpecialChar menuseparator
11995 表\SpecialChar menuseparator
11996 連結行
11997 \family default
11998 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11999 \family sans
12000 \SpecialChar menuseparator
12001 連結行
12002 \family default
12003 を選んでください。
12004 \end_layout
12005
12006 \begin_layout Standard
12007 下記は一列目に連結列を適用した表の例です。
12008 \begin_inset Separator parbreak
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 \align center
12016 \begin_inset Tabular
12017 <lyxtabular version="3" rows="3" columns="3">
12018 <features tabularvalignment="middle">
12019 <column alignment="center" valignment="top" width="0pt">
12020 <column alignment="center" valignment="top">
12021 <column alignment="center" valignment="top">
12022 <row>
12023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 長いセル項目
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 </row>
12051 <row>
12052 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 連結列
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 </row>
12080 <row>
12081 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 </lyxtabular>
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12118 \family sans
12119 垂直オフセット
12120 \family default
12121 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12122 \end_layout
12123
12124 \begin_layout Standard
12125 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12126 \end_layout
12127
12128 \begin_layout Standard
12129
12130 \series bold
12131
12132 \backslash
12133 renewcommand{
12134 \backslash
12135 multirowsetup}{
12136 \backslash
12137 centering}
12138 \end_layout
12139
12140 \begin_layout Standard
12141 というコマンドを使用して、コマンド
12142 \series bold
12143
12144 \backslash
12145 multirowsetup
12146 \series default
12147 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12148 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12149 \series bold
12150
12151 \backslash
12152 centering
12153 \series default
12154 の代わりに
12155 \series bold
12156
12157 \backslash
12158 raggedleft
12159 \series default
12160 を使用して下さい。左揃えに戻すには、
12161 \series bold
12162
12163 \backslash
12164 raggedright
12165 \series default
12166 とします。
12167 \end_layout
12168
12169 \begin_layout Standard
12170 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12171 \begin_inset Separator parbreak
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178 \noindent
12179 \align center
12180 \begin_inset ERT
12181 status collapsed
12182
12183 \begin_layout Plain Layout
12184
12185
12186 \backslash
12187 renewcommand{
12188 \backslash
12189 multirowsetup}{
12190 \backslash
12191 raggedleft}
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \begin_inset Tabular
12198 <lyxtabular version="3" rows="4" columns="3">
12199 <features tabularvalignment="middle">
12200 <column alignment="center" valignment="top" width="3cm">
12201 <column alignment="center" valignment="top">
12202 <column alignment="center" valignment="top">
12203 <row>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 長いセル項目
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 </row>
12232 <row>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 連結列
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 </row>
12290 <row>
12291 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 </row>
12319 </lyxtabular>
12320
12321 \end_inset
12322
12323
12324 \begin_inset ERT
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328
12329
12330 \backslash
12331 renewcommand{
12332 \backslash
12333 multirowsetup}{
12334 \backslash
12335 raggedright}
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 連結行で新しい行に移るには、強制改行(
12345 \begin_inset Flex Ruby
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 捷径
12350 \begin_inset Argument post:1
12351 status collapsed
12352
12353 \begin_layout Plain Layout
12354 ショートカット
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \begin_inset Info
12366 type  "shortcut"
12367 arg   "newline-insert newline"
12368 \end_inset
12369
12370 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12371 \begin_inset Separator parbreak
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 \noindent
12379 \align center
12380 \begin_inset Tabular
12381 <lyxtabular version="3" rows="3" columns="2">
12382 <features tabularvalignment="middle">
12383 <column alignment="left" valignment="middle" width="2cm">
12384 <column alignment="center" valignment="top">
12385 <row>
12386 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Plain Layout
12390 いいい
12391 \begin_inset Newline newline
12392 \end_inset
12393
12394 いいい
12395 \begin_inset Newline newline
12396 \end_inset
12397
12398 おかしなセル
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 ははは
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 </row>
12413 <row>
12414 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Plain Layout
12427 ににに
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 </row>
12433 <row>
12434 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 ろろろ
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 ほほほ
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 </lyxtabular>
12454
12455 \end_inset
12456
12457
12458 \end_layout
12459
12460 \begin_layout Standard
12461 したがって、強制改行を使うのは注意が必要です。
12462 \end_layout
12463
12464 \begin_layout Subsection
12465 対角線付きのセル
12466 \end_layout
12467
12468 \begin_layout Standard
12469 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、\SpecialChar LaTeX
12470 パッケージの
12471 \series bold
12472 diagbox
12473 \series default
12474
12475 \begin_inset Index idx
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 \SpecialChar LaTeX
12480 ぱっけーじ@\SpecialChar LaTeX
12481 パッケージ ! diagbox
12482 \end_layout
12483
12484 \end_inset
12485
12486 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12487 \series bold
12488
12489 \backslash
12490 diagbox
12491 \series default
12492 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、\SpecialChar TeX
12493 コードで挿入します。
12494 \end_layout
12495
12496 \begin_layout Standard
12497
12498 \series bold
12499
12500 \backslash
12501 diagbox[オプション]{左下}{右上}
12502 \end_layout
12503
12504 \begin_layout Standard
12505
12506 \series bold
12507
12508 \backslash
12509 diagbox[オプション]{左下}{左上}{右上}
12510 \end_layout
12511
12512 \begin_layout Standard
12513 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \begin_inset ERT
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521
12522
12523 \backslash
12524 ifdiagbox
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \begin_inset Note Note
12531 status open
12532
12533 \begin_layout Plain Layout
12534 この節は、\SpecialChar LaTeX
12535 パッケージ
12536 \series bold
12537 diagbox
12538 \series default
12539 が導入済みの時のみ表示されます。
12540 \end_layout
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \begin_layout Standard
12548 下記は、
12549 \series bold
12550
12551 \backslash
12552 diagbox
12553 \series default
12554 を第1セル中に2引数書式で使用した表の例です。
12555 \begin_inset VSpace medskip
12556 \end_inset
12557
12558
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \noindent
12563 \begin_inset Tabular
12564 <lyxtabular version="3" rows="4" columns="4">
12565 <features tabularvalignment="middle">
12566 <column alignment="center" valignment="top">
12567 <column alignment="center" valignment="top">
12568 <column alignment="center" valignment="top">
12569 <column alignment="center" valignment="top">
12570 <row>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580
12581 \backslash
12582 diagbox{
12583 \end_layout
12584
12585 \end_inset
12586
12587 名称
12588 \begin_inset ERT
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592
12593 }{
12594 \end_layout
12595
12596 \end_inset
12597
12598 パラメータ
12599 \begin_inset ERT
12600 status collapsed
12601
12602 \begin_layout Plain Layout
12603
12604 }
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 厚み(nm)
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 透明度(%)
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 硬度(MPa)
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 Perfect Green
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 45
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 80
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 504
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 Dark Multi-P
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 60
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 72
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 982
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 <row>
12719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 Crystal Clear Pro
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 18
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 86
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 374
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 </row>
12756 </lyxtabular>
12757
12758 \end_inset
12759
12760
12761 \begin_inset VSpace medskip
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \begin_layout Standard
12768 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12769 \begin_inset Separator parbreak
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776 \noindent
12777 \align center
12778 \begin_inset Tabular
12779 <lyxtabular version="3" rows="4" columns="4">
12780 <features tabularvalignment="middle">
12781 <column alignment="center" valignment="top" width="0pt">
12782 <column alignment="center" valignment="top">
12783 <column alignment="center" valignment="top">
12784 <column alignment="center" valignment="top">
12785 <row>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 \begin_inset ERT
12791 status collapsed
12792
12793 \begin_layout Plain Layout
12794
12795
12796 \backslash
12797 diagbox{
12798 \end_layout
12799
12800 \end_inset
12801
12802 ホームチーム
12803 \begin_inset ERT
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807
12808 }{
12809 \end_layout
12810
12811 \end_inset
12812
12813 結果
12814 \begin_inset ERT
12815 status collapsed
12816
12817 \begin_layout Plain Layout
12818
12819 }{
12820 \end_layout
12821
12822 \end_inset
12823
12824 アウェイチーム
12825 \begin_inset ERT
12826 status collapsed
12827
12828 \begin_layout Plain Layout
12829
12830 }
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 Tigers
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 Panthers
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 Falcons
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 Tigers
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 1:3
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 0:1
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 <row>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 Panthers
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 3:1
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 0:0
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 Falcons
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 1:0
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 0:0
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 </lyxtabular>
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12991 \begin_inset Separator parbreak
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \align center
13000 \begin_inset Tabular
13001 <lyxtabular version="3" rows="5" columns="5">
13002 <features tabularvalignment="middle">
13003 <column alignment="center" valignment="top" width="0pt">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 \begin_inset ERT
13014 status open
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 diagbox{
13021 \end_layout
13022
13023 \end_inset
13024
13025 ホームチーム
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031 }{
13032 \end_layout
13033
13034 \end_inset
13035
13036 結果
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041
13042 }{
13043 \end_layout
13044
13045 \end_inset
13046
13047 アウェイチーム
13048 \begin_inset ERT
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052
13053 }
13054 \end_layout
13055
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 Tigers
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 Panthers
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 Falcons
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 \begin_inset ERT
13095 status open
13096
13097 \begin_layout Plain Layout
13098
13099
13100 \backslash
13101 diagbox[dir=NE]{
13102 \end_layout
13103
13104 \end_inset
13105
13106 ホームチーム
13107 \begin_inset ERT
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111
13112 }{
13113 \end_layout
13114
13115 \end_inset
13116
13117 結果
13118 \begin_inset ERT
13119 status collapsed
13120
13121 \begin_layout Plain Layout
13122
13123 }{
13124 \end_layout
13125
13126 \end_inset
13127
13128 アウェイチーム
13129 \begin_inset ERT
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133
13134 }
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 </row>
13145 <row>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 Tigers
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 1:3
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 0:1
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 Tigers
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 <row>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 Panthers
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 3:1
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 0:0
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 Panthers
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 </row>
13239 <row>
13240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 Falcons
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 1:0
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 0:0
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Falcons
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 \begin_inset ERT
13292 status open
13293
13294 \begin_layout Plain Layout
13295
13296
13297 \backslash
13298 diagbox[dir=SW]{
13299 \end_layout
13300
13301 \end_inset
13302
13303 ホームチーム
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309 }{
13310 \end_layout
13311
13312 \end_inset
13313
13314 結果
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319
13320 }{
13321 \end_layout
13322
13323 \end_inset
13324
13325 アウェイチーム
13326 \begin_inset ERT
13327 status collapsed
13328
13329 \begin_layout Plain Layout
13330
13331 }
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Tigers
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 Panthers
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 Falcons
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 \begin_inset ERT
13373 status open
13374
13375 \begin_layout Plain Layout
13376
13377
13378 \backslash
13379 diagbox[dir=SE]{
13380 \end_layout
13381
13382 \end_inset
13383
13384 ホームチーム
13385 \begin_inset ERT
13386 status collapsed
13387
13388 \begin_layout Plain Layout
13389
13390 }{
13391 \end_layout
13392
13393 \end_inset
13394
13395 結果
13396 \begin_inset ERT
13397 status collapsed
13398
13399 \begin_layout Plain Layout
13400
13401 }{
13402 \end_layout
13403
13404 \end_inset
13405
13406 アウェイチーム
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412 }
13413 \end_layout
13414
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 </lyxtabular>
13424
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 対角線を廻すために、コマンドオプションとして
13432 \series bold
13433 dir=方角
13434 \series default
13435 を使用しています。
13436 \emph on
13437 方角
13438 \emph default
13439 は、
13440 \series bold
13441 NE
13442 \series default
13443
13444 \series bold
13445 DE
13446 \series default
13447
13448 \series bold
13449 SW
13450 \series default
13451
13452 \series bold
13453 NW
13454 \series default
13455 のいずれかで、コンパスでの位置を示します。例えば、
13456 \series bold
13457 SW
13458 \series default
13459 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13460 \end_layout
13461
13462 \begin_layout Standard
13463
13464 \series bold
13465
13466 \backslash
13467 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13468 \end_layout
13469
13470 \begin_layout Standard
13471 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13472 \end_layout
13473
13474 \begin_layout Standard
13475 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13476 います。
13477 \begin_inset Separator parbreak
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \begin_layout Standard
13484 \noindent
13485 \align center
13486 \begin_inset Tabular
13487 <lyxtabular version="3" rows="2" columns="2">
13488 <features tabularvalignment="middle">
13489 <column alignment="center" valignment="top" width="3cm">
13490 <column alignment="center" valignment="top">
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 diagbox{
13504 \end_layout
13505
13506 \end_inset
13507
13508 名称
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514 }{
13515 \end_layout
13516
13517 \end_inset
13518
13519 パラメータ
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 }
13526 \end_layout
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 厚み(nm)
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 </row>
13545 <row>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Perfect Green
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 45
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 </row>
13565 </lyxtabular>
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13574 \series bold
13575 width=3cm
13576 \series default
13577  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13578 \begin_inset space \thinspace{}
13579 \end_inset
13580
13581 cmに設定してあります。
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 \series bold
13593
13594 \backslash
13595 diagbox
13596 \series default
13597 には4
13598 \begin_inset space \thinspace{}
13599 \end_inset
13600
13601 cm + 2
13602 \begin_inset space \thinspace{}
13603 \end_inset
13604
13605
13606 \backslash
13607 tabcolsepの幅が必要です。幅の計算は、
13608 \series bold
13609
13610 \backslash
13611 diagbox
13612 \series default
13613 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、\SpecialChar TeX
13614 コードコマンドで
13615 \end_layout
13616
13617 \begin_layout Standard
13618
13619 \series bold
13620
13621 \backslash
13622 newlength{
13623 \backslash
13624 diagtest}
13625 \begin_inset Newline newline
13626 \end_inset
13627
13628
13629 \backslash
13630 setlength{
13631 \backslash
13632 diagtest}{4cm+2
13633 \backslash
13634 tabcolsep}
13635 \end_layout
13636
13637 \begin_layout Standard
13638 \begin_inset ERT
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642
13643
13644 \backslash
13645 newlength{
13646 \backslash
13647 diagtest}
13648 \end_layout
13649
13650 \begin_layout Plain Layout
13651
13652
13653 \backslash
13654 setlength{
13655 \backslash
13656 diagtest}{4cm+2
13657 \backslash
13658 tabcolsep}
13659 \end_layout
13660
13661 \end_inset
13662
13663
13664 \end_layout
13665
13666 \begin_layout Standard
13667 とすれば実現できます。\SpecialChar LaTeX
13668 内で計算を行うには、文書プリアンブル中で
13669 \series bold
13670 calc
13671 \series default
13672
13673 \begin_inset Index idx
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677 \SpecialChar LaTeX
13678 ぱっけーじ@\SpecialChar LaTeX
13679 パッケージ ! calc
13680 \end_layout
13681
13682 \end_inset
13683
13684 パッケージを読み込んでおく必要があります。
13685 \end_layout
13686
13687 \begin_layout Standard
13688 さて、この表の第1セルで
13689 \end_layout
13690
13691 \begin_layout Standard
13692
13693 \series bold
13694
13695 \backslash
13696 diagbox[width=
13697 \backslash
13698 diagtest]{A}{B}
13699 \end_layout
13700
13701 \begin_layout Standard
13702 というコマンドを使用します。
13703 \begin_inset Separator parbreak
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \begin_layout Standard
13710 \noindent
13711 \align center
13712 \begin_inset Tabular
13713 <lyxtabular version="3" rows="2" columns="2">
13714 <features tabularvalignment="middle">
13715 <column alignment="center" valignment="top" width="4cm">
13716 <column alignment="center" valignment="top">
13717 <row>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 \begin_inset ERT
13723 status open
13724
13725 \begin_layout Plain Layout
13726
13727
13728 \backslash
13729 diagbox[width=
13730 \backslash
13731 diagtest]{
13732 \end_layout
13733
13734 \end_inset
13735
13736 A
13737 \begin_inset ERT
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741
13742 }{
13743 \end_layout
13744
13745 \end_inset
13746
13747 B
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753 }
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 厚み (nm)
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Perfect Green
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 45
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 </row>
13793 </lyxtabular>
13794
13795 \end_inset
13796
13797
13798 \end_layout
13799
13800 \begin_layout Standard
13801 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13802 \begin_inset Separator parbreak
13803 \end_inset
13804
13805
13806 \end_layout
13807
13808 \begin_layout Standard
13809 \noindent
13810 \align center
13811 \begin_inset Tabular
13812 <lyxtabular version="3" rows="2" columns="2">
13813 <features tabularvalignment="middle">
13814 <column alignment="center" valignment="top" width="0pt">
13815 <column alignment="center" valignment="top">
13816 <row>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 diagbox{
13829 \end_layout
13830
13831 \end_inset
13832
13833 A
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839 }{
13840 \end_layout
13841
13842 \end_inset
13843
13844 B
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 厚み (nm)
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 Perfect Green
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 45
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 </row>
13890 </lyxtabular>
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Standard
13898 このような場合には、
13899 \series bold
13900
13901 \backslash
13902 diagbox
13903 \series default
13904 コマンドの
13905 \series bold
13906 width
13907 \series default
13908 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13909 \backslash
13910 tabcolsepを足す必要はなくなります。下記の表では、3
13911 \begin_inset space \thinspace{}
13912 \end_inset
13913
13914 cm幅を使用しています。
13915 \begin_inset Separator parbreak
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922 \noindent
13923 \align center
13924 \begin_inset Tabular
13925 <lyxtabular version="3" rows="2" columns="2">
13926 <features tabularvalignment="middle">
13927 <column alignment="center" valignment="top" width="0pt">
13928 <column alignment="center" valignment="top">
13929 <row>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 \begin_inset ERT
13935 status open
13936
13937 \begin_layout Plain Layout
13938
13939
13940 \backslash
13941 diagbox[width=3cm]{
13942 \end_layout
13943
13944 \end_inset
13945
13946 A
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952 }{
13953 \end_layout
13954
13955 \end_inset
13956
13957 B
13958 \begin_inset ERT
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962
13963 }
13964 \end_layout
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 厚み (nm)
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 </row>
13983 <row>
13984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 Perfect Green
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 45
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 </row>
14003 </lyxtabular>
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \begin_layout Standard
14011 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
14012 \series bold
14013
14014 \backslash
14015 diagbox
14016 \series default
14017 にオプション
14018 \series bold
14019 height=3cm
14020 \series default
14021 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
14022 \end_layout
14023
14024 \begin_layout Standard
14025
14026 \series bold
14027
14028 \backslash
14029 diagbox[width=3cm,height=1.4cm]{A
14030 \backslash
14031
14032 \backslash
14033 B}{C
14034 \backslash
14035
14036 \backslash
14037 D}
14038 \end_layout
14039
14040 \begin_layout Standard
14041 というコマンドを使用しています。ここでコマンド
14042 \series bold
14043
14044 \backslash
14045
14046 \backslash
14047
14048 \series default
14049 は改行をするためのものです
14050 \begin_inset Foot
14051 status collapsed
14052
14053 \begin_layout Plain Layout
14054
14055 \family sans
14056 Ctrl+Return
14057 \family default
14058 を使っての改行は、列が固定幅の時のみ、使用することができます。
14059 \end_layout
14060
14061 \end_inset
14062
14063
14064 \begin_inset Separator parbreak
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 \noindent
14072 \align center
14073 \begin_inset Tabular
14074 <lyxtabular version="3" rows="2" columns="2">
14075 <features tabularvalignment="middle">
14076 <column alignment="center" valignment="top">
14077 <column alignment="center" valignment="top">
14078 <row>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 \begin_inset ERT
14084 status open
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 diagbox[width=3cm,height=1.4cm]{
14091 \end_layout
14092
14093 \end_inset
14094
14095 A
14096 \begin_inset ERT
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100
14101
14102 \backslash
14103
14104 \backslash
14105
14106 \end_layout
14107
14108 \end_inset
14109
14110 B
14111 \begin_inset ERT
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115
14116 }{
14117 \end_layout
14118
14119 \end_inset
14120
14121 C
14122 \begin_inset ERT
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126
14127
14128 \backslash
14129
14130 \backslash
14131
14132 \end_layout
14133
14134 \end_inset
14135
14136 D
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142 }
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 厚み (nm)
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 Perfect Green
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 45
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 </lyxtabular>
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195
14196 \backslash
14197 else
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \begin_inset Note Note
14204 status open
14205
14206 \begin_layout Plain Layout
14207 以下は、\SpecialChar LaTeX
14208 パッケージ
14209 \series bold
14210 diagbox
14211 \series default
14212 が導入済みでないときに表示されます。
14213 \end_layout
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \begin_layout Standard
14221 本節の内容を出力に表示するためには、
14222 \series bold
14223 diagbox
14224 \series default
14225 パッケージを導入しなくてはなりません。
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 fi
14237 \end_layout
14238
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \begin_layout Standard
14245 \SpecialChar LaTeX
14246 パッケージ
14247 \series bold
14248 diagbox
14249 \series default
14250 についての詳しい情報は、取扱説明書
14251 \begin_inset CommandInset citation
14252 LatexCommand cite
14253 key "diagbox"
14254
14255 \end_inset
14256
14257 をご覧ください。
14258 \end_layout
14259
14260 \begin_layout Section
14261 フォーマル形式の表
14262 \begin_inset CommandInset label
14263 LatexCommand label
14264 name "sec:フォーマル形式の表"
14265
14266 \end_inset
14267
14268
14269 \begin_inset Index idx
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \end_layout
14280
14281 \begin_layout Standard
14282 書籍中の表は、よく表
14283 \begin_inset CommandInset ref
14284 LatexCommand ref
14285 reference "tab:ブックタブ表の例"
14286
14287 \end_inset
14288
14289 のように組版されます。この種の表は、「
14290 \emph on
14291 フォーマル形式
14292 \emph default
14293 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \begin_inset Float table
14298 placement h
14299 wide false
14300 sideways false
14301 status open
14302
14303 \begin_layout Plain Layout
14304 \begin_inset Caption Standard
14305
14306 \begin_layout Plain Layout
14307 \begin_inset CommandInset label
14308 LatexCommand label
14309 name "tab:ブックタブ表の例"
14310
14311 \end_inset
14312
14313 ブックタブ表の例
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Plain Layout
14322 \align center
14323 \begin_inset Tabular
14324 <lyxtabular version="3" rows="8" columns="4">
14325 <features booktabs="true" tabularvalignment="middle">
14326 <column alignment="center" valignment="top">
14327 <column alignment="center" valignment="top">
14328 <column alignment="center" valignment="top">
14329 <column alignment="center" valignment="top">
14330 <row>
14331 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 システム
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 Medipix
14345 \begin_inset space \thinspace{}
14346 \end_inset
14347
14348 1
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 Medipix
14358 \begin_inset space \thinspace{}
14359 \end_inset
14360
14361 2
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 </row>
14376 <row>
14377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 \begin_inset ERT
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385
14386
14387 \backslash
14388 cmidrule(r){2-2}
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \begin_inset ERT
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399
14400 \backslash
14401 cmidrule(l){3-4}
14402 \end_layout
14403
14404 \end_inset
14405
14406 検知器の厚み [
14407 \begin_inset Formula $\mu m$
14408 \end_inset
14409
14410 ]
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 300
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 300
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 700
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 <row>
14444 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 エッジ角 [度]
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 3.55
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 2.71
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell alignment="center" valignment="top" topline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 7.99
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 </row>
14481 <row topspace="default">
14482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 空間分解能 [
14487 \begin_inset Formula $\mu m$
14488 \end_inset
14489
14490 ]
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 4.26
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 10.17
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 10.56
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row topspace="default">
14524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 \begin_inset Formula $f_{\mathrm{max}}$
14529 \end_inset
14530
14531 におけるMTF
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 0.53
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 0.37
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 0.39
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 <row topspace="default">
14565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574
14575 \backslash
14576 cmidrule[2pt](l{10pt}){1-1}
14577 \end_layout
14578
14579 \end_inset
14580
14581 LSF空間分解能
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 \begin_inset Formula $\mu m$
14620 \end_inset
14621
14622 表示
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 129.7
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 52.75
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 50.78
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 ピクセルサイズに対する%表示
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 76.3
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 95.9
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 92.3
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 </row>
14693 </lyxtabular>
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 表中の行に余白を加えるには、第
14707 \begin_inset CommandInset ref
14708 LatexCommand ref
14709 reference "subsec:行の余白取り"
14710
14711 \end_inset
14712
14713 節に述べられているように、表の設定ダイアログの
14714 \family sans
14715 罫線
14716 \family default
14717 タブを使用します。
14718 \end_layout
14719
14720 \begin_layout Standard
14721 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14722 \begin_inset Newline newline
14723 \end_inset
14724
14725 最初と最後の表罫線の既定幅は0.08
14726 \begin_inset space \thinspace{}
14727 \end_inset
14728
14729 emですが、他の罫線の既定幅は0.05
14730 \begin_inset space \thinspace{}
14731 \end_inset
14732
14733 emです。
14734 \end_layout
14735
14736 \begin_layout Standard
14737 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743
14744 \backslash
14745 let
14746 \backslash
14747 mytoprule
14748 \backslash
14749 toprule
14750 \begin_inset Newline newline
14751 \end_inset
14752
14753
14754 \backslash
14755 renewcommand{
14756 \backslash
14757 toprule}{
14758 \backslash
14759 mytoprule[幅]}
14760 \end_layout
14761
14762 \begin_layout Standard
14763 上の例は、
14764 \series bold
14765 toprule
14766 \series default
14767 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14768 \series bold
14769 toprule
14770 \series default
14771
14772 \series bold
14773 bottomrule
14774 \series default
14775 に置き換えて下さい。他の罫線の線幅を変更するには、
14776 \series bold
14777 toprule
14778 \series default
14779
14780 \series bold
14781 midrule
14782 \series default
14783 に置き換えます。線幅を設定する上では、付録
14784 \begin_inset CommandInset ref
14785 LatexCommand ref
14786 reference "cha:LyXで使用できる単位"
14787
14788 \end_inset
14789
14790 に挙げてあるすべての単位を使用することができます。
14791 \end_layout
14792
14793 \begin_layout Standard
14794 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。\SpecialChar LyX
14795 は、内部的に
14796 \series bold
14797
14798 \backslash
14799 cmidrule
14800 \series default
14801 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14802 \end_layout
14803
14804 \begin_layout Standard
14805
14806 \series bold
14807
14808 \backslash
14809 cmidrule[幅](刈込){開始列-終了列}
14810 \end_layout
14811
14812 \begin_layout Standard
14813 です。
14814 \series bold
14815
14816 \backslash
14817 cmidrule
14818 \series default
14819 のオプションは、現在のところ\SpecialChar LyX
14820 がサポートしていないので、オプションを使用するためには、\SpecialChar TeX
14821 コードを使わなくてはなりません。
14822 \series bold
14823
14824 \backslash
14825 cmidrule
14826 \series default
14827 は、行の第一列の中に、最初に\SpecialChar TeX
14828 コードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります。
14829 \end_layout
14830
14831 \begin_layout Standard
14832 この線幅の既定値は0.03
14833 \begin_inset space \thinspace{}
14834 \end_inset
14835
14836 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14837 。非必須パラメーターの「刈込」は、
14838 \emph on
14839 l{刈込幅}
14840 \emph default
14841 あるいは
14842 \emph on
14843 r{刈込幅}
14844 \emph default
14845 の値を取り、刈込幅の指定は非必須です。たとえば、
14846 \emph on
14847 l{2pt}
14848 \emph default
14849 というパラメーターを使うと、罫線が左端から2
14850 \begin_inset space \thinspace{}
14851 \end_inset
14852
14853 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14854 \begin_inset space \thinspace{}
14855 \end_inset
14856
14857 emだけ刈り込まれます。
14858 \end_layout
14859
14860 \begin_layout Standard
14861 \begin_inset VSpace bigskip
14862 \end_inset
14863
14864
14865 \begin_inset CommandInset ref
14866 LatexCommand ref
14867 reference "tab:ブックタブ表の例"
14868
14869 \end_inset
14870
14871 は、
14872 \end_layout
14873
14874 \begin_layout Standard
14875
14876 \series bold
14877
14878 \backslash
14879 cmidrule(r){2-2}
14880 \backslash
14881 cmidrule(l){3-4}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 というコマンドを第二行の初めに使用し、
14886 \end_layout
14887
14888 \begin_layout Standard
14889
14890 \series bold
14891
14892 \backslash
14893 cmidrule[2pt](l{10pt}){1-1}
14894 \end_layout
14895
14896 \begin_layout Standard
14897 を第六行に使用して作成されています。
14898 \end_layout
14899
14900 \begin_layout Standard
14901 \begin_inset VSpace bigskip
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Standard
14908 ときには、表
14909 \begin_inset CommandInset ref
14910 LatexCommand ref
14911 reference "tab:特殊なブックタブ表"
14912
14913 \end_inset
14914
14915 のような重なり合った
14916 \series bold
14917
14918 \backslash
14919 cmidrule
14920 \series default
14921 が欲しいことがあるかもしれません。これは、\SpecialChar TeX
14922 コードで
14923 \end_layout
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928
14929 \backslash
14930 morecmidrules
14931 \end_layout
14932
14933 \begin_layout Standard
14934 コマンドを使用することによって実現することができます。表
14935 \begin_inset CommandInset ref
14936 LatexCommand ref
14937 reference "tab:特殊なブックタブ表"
14938
14939 \end_inset
14940
14941 の第二列には
14942 \end_layout
14943
14944 \begin_layout Standard
14945
14946 \series bold
14947
14948 \backslash
14949 cmidrule(r){2-2}
14950 \backslash
14951 cmidrule(l){3-4}
14952 \backslash
14953 morecmidrules
14954 \backslash
14955 cmidrule{2-4}
14956 \end_layout
14957
14958 \begin_layout Standard
14959 というコマンドが使用されており、第六列には
14960 \end_layout
14961
14962 \begin_layout Standard
14963
14964 \series bold
14965
14966 \backslash
14967 midrule
14968 \backslash
14969 morecmidrules
14970 \backslash
14971 cmidrule{3-4}
14972 \end_layout
14973
14974 \begin_layout Standard
14975 というコマンドが使用されています。
14976 \end_layout
14977
14978 \begin_layout Standard
14979 \begin_inset VSpace bigskip
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 罫線の余白取りにどうしても満足が行かない場合には、
14987 \end_layout
14988
14989 \begin_layout Standard
14990
14991 \series bold
14992
14993 \backslash
14994 specialrule{幅}{上余白}{下余白}
14995 \end_layout
14996
14997 \begin_layout Standard
14998 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、\SpecialChar LaTeX
14999 パッケージ
15000 \series bold
15001 booktabs
15002 \series default
15003  
15004 \begin_inset CommandInset citation
15005 LatexCommand cite
15006 key "booktabs"
15007
15008 \end_inset
15009
15010
15011 \begin_inset Index idx
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015 \SpecialChar LaTeX
15016 ぱっけーじ@\SpecialChar LaTeX
15017 パッケージ ! booktabs
15018 \end_layout
15019
15020 \end_inset
15021
15022 の取扱説明書をご参照下さい。
15023 \end_layout
15024
15025 \begin_layout Standard
15026 \begin_inset Float table
15027 placement h
15028 wide false
15029 sideways false
15030 status open
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Caption Standard
15034
15035 \begin_layout Plain Layout
15036 \begin_inset CommandInset label
15037 LatexCommand label
15038 name "tab:特殊なブックタブ表"
15039
15040 \end_inset
15041
15042 特殊なブックタブ表
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Plain Layout
15051 \align center
15052 \begin_inset Tabular
15053 <lyxtabular version="3" rows="8" columns="4">
15054 <features booktabs="true" tabularvalignment="middle">
15055 <column alignment="center" valignment="top">
15056 <column alignment="center" valignment="top">
15057 <column alignment="center" valignment="top">
15058 <column alignment="center" valignment="top">
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 システム
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" topline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 Medipix
15074 \begin_inset space \thinspace{}
15075 \end_inset
15076
15077 1
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 Medipix
15087 \begin_inset space \thinspace{}
15088 \end_inset
15089
15090 2
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row>
15106 <cell alignment="center" valignment="top" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset ERT
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114
15115
15116 \backslash
15117 cmidrule(r){2-2}
15118 \end_layout
15119
15120 \end_inset
15121
15122
15123 \begin_inset ERT
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127
15128
15129 \backslash
15130 cmidrule(l){3-4}
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \begin_inset ERT
15137 status collapsed
15138
15139 \begin_layout Plain Layout
15140
15141
15142 \backslash
15143 morecmidrules 
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \begin_inset ERT
15150 status collapsed
15151
15152 \begin_layout Plain Layout
15153
15154
15155 \backslash
15156 cmidrule{2-4}
15157 \end_layout
15158
15159 \end_inset
15160
15161 検知器の厚み [
15162 \begin_inset Formula $\mu m$
15163 \end_inset
15164
15165 ]
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 300
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 300
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 700
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row>
15199 <cell alignment="center" valignment="top" topline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 エッジ角 [度]
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 3.55
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 2.71
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 7.99
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row topspace="default">
15237 <cell alignment="center" valignment="top" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 空間分解能 [
15242 \begin_inset Formula $\mu m$
15243 \end_inset
15244
15245 ]
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 4.26
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 10.17
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 10.56
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row topspace="default">
15279 <cell alignment="center" valignment="top" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset Formula $f_{\mathrm{max}}$
15284 \end_inset
15285
15286 におけるMTF
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 0.53
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 0.37
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 0.39
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row>
15320 <cell alignment="center" valignment="top" topline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 \begin_inset ERT
15325 status collapsed
15326
15327 \begin_layout Plain Layout
15328
15329
15330 \backslash
15331 morecmidrules 
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \begin_inset ERT
15338 status collapsed
15339
15340 \begin_layout Plain Layout
15341
15342
15343 \backslash
15344 cmidrule{3-4}
15345 \end_layout
15346
15347 \end_inset
15348
15349 LSF空間分解能
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row>
15383 <cell alignment="center" valignment="top" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Formula $\mu m$
15388 \end_inset
15389
15390 表示
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 129.7
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 52.75
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 50.78
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 </row>
15423 <row>
15424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 ピクセルサイズに対する%表示
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 76.3
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 95.9
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 92.3
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 </lyxtabular>
15462
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Section
15474 表の垂直揃え
15475 \begin_inset Index idx
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479 ひょう@表 ! そろえ@揃え
15480 \end_layout
15481
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \begin_layout Standard
15488 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15489 \begin_inset CommandInset ref
15490 LatexCommand ref
15491 reference "sec:ボックスダイアログ"
15492
15493 \end_inset
15494
15495 節に述べられているように、ボックスの垂直揃えを行います。
15496 \end_layout
15497
15498 \begin_layout Standard
15499 以下の例では、各表は15
15500 \begin_inset space \thinspace{}
15501 \end_inset
15502
15503 列幅%を持つminipage
15504 \begin_inset Foot
15505 status collapsed
15506
15507 \begin_layout Plain Layout
15508 minipageは第
15509 \begin_inset CommandInset ref
15510 LatexCommand ref
15511 reference "sec:ミニページ"
15512
15513 \end_inset
15514
15515 節で説明されています。
15516 \end_layout
15517
15518 \end_inset
15519
15520 ボックスの中に入れてあります。
15521 \end_layout
15522
15523 \begin_layout Itemize
15524 動作試験 
15525 \begin_inset Box Frameless
15526 position "t"
15527 hor_pos "c"
15528 has_inner_box 1
15529 inner_pos "c"
15530 use_parbox 0
15531 use_makebox 0
15532 width "15col%"
15533 special "none"
15534 height "1in"
15535 height_special "totalheight"
15536 thickness "0.4pt"
15537 separation "3pt"
15538 shadowsize "4pt"
15539 framecolor "black"
15540 backgroundcolor "none"
15541 status collapsed
15542
15543 \begin_layout Plain Layout
15544 \begin_inset Tabular
15545 <lyxtabular version="3" rows="3" columns="3">
15546 <features tabularvalignment="middle">
15547 <column alignment="center" valignment="top">
15548 <column alignment="center" valignment="top">
15549 <column alignment="center" valignment="top">
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 <row>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row>
15609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 </lyxtabular>
15638
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645
15646  動作試験 
15647 \begin_inset ERT
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651
15652
15653 \backslash
15654 raisebox{0.85
15655 \backslash
15656 baselineskip}{
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \begin_inset Box Frameless
15663 position "t"
15664 hor_pos "c"
15665 has_inner_box 1
15666 inner_pos "c"
15667 use_parbox 0
15668 use_makebox 0
15669 width "15col%"
15670 special "none"
15671 height "1in"
15672 height_special "totalheight"
15673 thickness "0.4pt"
15674 separation "3pt"
15675 shadowsize "4pt"
15676 framecolor "black"
15677 backgroundcolor "none"
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Tabular
15682 <lyxtabular version="3" rows="3" columns="3">
15683 <features tabularvalignment="middle">
15684 <column alignment="center" valignment="top">
15685 <column alignment="center" valignment="top">
15686 <column alignment="center" valignment="top">
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row>
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row>
15746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 </lyxtabular>
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \end_inset
15782
15783
15784 \begin_inset ERT
15785 status collapsed
15786
15787 \begin_layout Plain Layout
15788
15789 }
15790 \end_layout
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Itemize
15798 動作試験 
15799 \begin_inset Box Frameless
15800 position "c"
15801 hor_pos "c"
15802 has_inner_box 1
15803 inner_pos "c"
15804 use_parbox 0
15805 use_makebox 0
15806 width "15col%"
15807 special "none"
15808 height "1in"
15809 height_special "totalheight"
15810 thickness "0.4pt"
15811 separation "3pt"
15812 shadowsize "4pt"
15813 framecolor "black"
15814 backgroundcolor "none"
15815 status collapsed
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Tabular
15819 <lyxtabular version="3" rows="3" columns="3">
15820 <features tabularvalignment="middle">
15821 <column alignment="center" valignment="top">
15822 <column alignment="center" valignment="top">
15823 <column alignment="center" valignment="top">
15824 <row>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 </lyxtabular>
15912
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Itemize
15924 動作試験 
15925 \begin_inset Box Frameless
15926 position "b"
15927 hor_pos "c"
15928 has_inner_box 1
15929 inner_pos "c"
15930 use_parbox 0
15931 use_makebox 0
15932 width "15col%"
15933 special "none"
15934 height "1in"
15935 height_special "totalheight"
15936 thickness "0.4pt"
15937 separation "3pt"
15938 shadowsize "4pt"
15939 framecolor "black"
15940 backgroundcolor "none"
15941 status collapsed
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Tabular
15945 <lyxtabular version="3" rows="3" columns="3">
15946 <features tabularvalignment="middle">
15947 <column alignment="center" valignment="top">
15948 <column alignment="center" valignment="top">
15949 <column alignment="center" valignment="top">
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 </row>
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 </lyxtabular>
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \end_inset
16045
16046  動作試験 
16047 \begin_inset ERT
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051
16052
16053 \backslash
16054 raisebox{-0.32
16055 \backslash
16056 baselineskip}{
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Box Frameless
16063 position "b"
16064 hor_pos "c"
16065 has_inner_box 1
16066 inner_pos "c"
16067 use_parbox 0
16068 use_makebox 0
16069 width "15col%"
16070 special "none"
16071 height "1in"
16072 height_special "totalheight"
16073 thickness "0.4pt"
16074 separation "3pt"
16075 shadowsize "4pt"
16076 framecolor "black"
16077 backgroundcolor "none"
16078 status collapsed
16079
16080 \begin_layout Plain Layout
16081 \begin_inset Tabular
16082 <lyxtabular version="3" rows="3" columns="3">
16083 <features tabularvalignment="middle">
16084 <column alignment="center" valignment="top">
16085 <column alignment="center" valignment="top">
16086 <column alignment="center" valignment="top">
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 </lyxtabular>
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182
16183
16184 \begin_inset ERT
16185 status collapsed
16186
16187 \begin_layout Plain Layout
16188
16189 }
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \end_layout
16196
16197 \begin_layout Standard
16198 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16199 \begin_inset Foot
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203 raiseboxは、第
16204 \begin_inset CommandInset ref
16205 LatexCommand ref
16206 reference "subsec:垂直揃え"
16207
16208 \end_inset
16209
16210 節で説明されています。
16211 \end_layout
16212
16213 \end_inset
16214
16215 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16216 \end_layout
16217
16218 \begin_layout Standard
16219
16220 \series bold
16221
16222 \backslash
16223 raisebox{0.85
16224 \backslash
16225 baselineskip}{
16226 \end_layout
16227
16228 \begin_layout Standard
16229 という\SpecialChar TeX
16230 コードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16231 \series bold
16232 }
16233 \series default
16234 を\SpecialChar TeX
16235 コードとして挿入してあります。最後の項目の第二表には、
16236 \end_layout
16237
16238 \begin_layout Standard
16239
16240 \series bold
16241
16242 \backslash
16243 raisebox{-0.32
16244 \backslash
16245 baselineskip}{
16246 \end_layout
16247
16248 \begin_layout Standard
16249 というコマンドを使用しています。
16250 \end_layout
16251
16252 \begin_layout Standard
16253 \begin_inset Note Greyedout
16254 status open
16255
16256 \begin_layout Plain Layout
16257
16258 \series bold
16259 【註】
16260 \series default
16261 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16262 \series bold
16263
16264 \backslash
16265 raisebox
16266 \series default
16267 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Section
16276 色付きの表
16277 \begin_inset CommandInset label
16278 LatexCommand label
16279 name "sec:色付きの表"
16280
16281 \end_inset
16282
16283
16284 \begin_inset Index idx
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288 ひょう@表 ! いろつき@色付き
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Subsection
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 \begin_inset Index idx
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312 いろつき@色付き ! ひょうせるぶ@表セル部
16313 \end_layout
16314
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \begin_inset Float table
16322 placement h
16323 wide false
16324 sideways false
16325 status open
16326
16327 \begin_layout Plain Layout
16328 \begin_inset Caption Standard
16329
16330 \begin_layout Plain Layout
16331 \begin_inset CommandInset label
16332 LatexCommand label
16333 name "tab:colortblなしの表"
16334
16335 \end_inset
16336
16337
16338 \series bold
16339 colortbl
16340 \series default
16341 パッケージを使用しない色付き表
16342 \begin_inset Argument 1
16343 status collapsed
16344
16345 \begin_layout Plain Layout
16346 colortblなしの表
16347 \end_layout
16348
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Plain Layout
16360 \align center
16361 \begin_inset Tabular
16362 <lyxtabular version="3" rows="3" columns="3">
16363 <features tabularvalignment="middle">
16364 <column alignment="center" valignment="top">
16365 <column alignment="center" valignment="top">
16366 <column alignment="center" valignment="top">
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \color green
16374
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \color red
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \color red
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 <row>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407
16408 \color green
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \color blue
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429
16430 \color blue
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 <row>
16438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442
16443 \color green
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453
16454 \color blue
16455
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464
16465 \color blue
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 </lyxtabular>
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \begin_layout Standard
16485 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16486 \family sans
16487 編集\SpecialChar menuseparator
16488 文字様式
16489 \family default
16490 メニューで色を選んでください。表
16491 \begin_inset CommandInset ref
16492 LatexCommand ref
16493 reference "tab:colortblなしの表"
16494
16495 \end_inset
16496
16497 を作るのに、この方法が使われています。それ以外の場合には、\SpecialChar LaTeX
16498 パッケージの
16499 \series bold
16500 colortbl
16501 \series default
16502
16503 \begin_inset Index idx
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507 \SpecialChar LaTeX
16508 ぱっけーじ@\SpecialChar LaTeX
16509 パッケージ ! colortbl
16510 \end_layout
16511
16512 \end_inset
16513
16514 を使用しなくてはなりません。
16515 \end_layout
16516
16517 \begin_layout Standard
16518 \begin_inset ERT
16519 status collapsed
16520
16521 \begin_layout Plain Layout
16522
16523
16524 \backslash
16525 ifcolortbl
16526 \end_layout
16527
16528 \end_inset
16529
16530
16531 \begin_inset Note Note
16532 status open
16533
16534 \begin_layout Plain Layout
16535 本節の以下の部分は、\SpecialChar LaTeX
16536 パッケージ
16537 \series bold
16538 colortbl
16539 \series default
16540 が導入済みのときのみ表示されます。
16541 \end_layout
16542
16543 \end_inset
16544
16545
16546 \end_layout
16547
16548 \begin_layout Standard
16549 色付きの表を作成するには、プリアンブルに
16550 \end_layout
16551
16552 \begin_layout Standard
16553
16554 \series bold
16555
16556 \backslash
16557 usepackage{colortbl}
16558 \end_layout
16559
16560 \begin_layout Standard
16561 という行を書いて
16562 \series bold
16563 colortbl
16564 \series default
16565 を読み込まなくてはなりません。列の色は、
16566 \series bold
16567 >{ }
16568 \series default
16569 コマンドの中に
16570 \end_layout
16571
16572 \begin_layout Standard
16573
16574 \series bold
16575
16576 \backslash
16577 columncolor{色彩名}
16578 \end_layout
16579
16580 \begin_layout Standard
16581 というコマンドを書いて指定することができます。
16582 \series bold
16583 >{}
16584 \series default
16585 コマンドに関する詳細は、第
16586 \begin_inset CommandInset ref
16587 LatexCommand ref
16588 reference "subsec:連結列の計算"
16589
16590 \end_inset
16591
16592 節に述べられています。
16593 \end_layout
16594
16595 \begin_layout Standard
16596 以下の色彩名が事前に定義されています。
16597 \end_layout
16598
16599 \begin_layout Standard
16600
16601 \family sans
16602 red
16603 \family default
16604
16605 \family sans
16606 green
16607 \family default
16608
16609 \family sans
16610 yellow
16611 \family default
16612
16613 \family sans
16614 blue
16615 \family default
16616
16617 \family sans
16618 cyan
16619 \family default
16620
16621 \family sans
16622 magenta
16623 \family default
16624
16625 \family sans
16626 black
16627 \family default
16628
16629 \family sans
16630 white
16631 \end_layout
16632
16633 \begin_layout Standard
16634 \begin_inset VSpace medskip
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \begin_layout Standard
16641 また、文書設定中で、文書クラスオプションに
16642 \end_layout
16643
16644 \begin_layout Standard
16645
16646 \series bold
16647 usenames,dvipsnames
16648 \end_layout
16649
16650 \begin_layout Standard
16651 を与えると、さらに61色を使用することができます。これらの色は、附録
16652 \begin_inset CommandInset ref
16653 LatexCommand ref
16654 reference "chap:dvips色名一覧"
16655
16656 \end_inset
16657
16658 に列挙されています。それらの色の1つ、
16659 \family sans
16660 Maroon
16661 \family default
16662 が、例として表
16663 \begin_inset CommandInset ref
16664 LatexCommand ref
16665 reference "tab:色付き表"
16666
16667 \end_inset
16668
16669 に使用されています。
16670 \end_layout
16671
16672 \begin_layout Standard
16673 \begin_inset VSpace medskip
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \begin_layout Standard
16680 また
16681 \end_layout
16682
16683 \begin_layout Standard
16684
16685 \series bold
16686
16687 \backslash
16688 definecolor{色彩名}{色彩モデル}{色彩値}
16689 \end_layout
16690
16691 \begin_layout Standard
16692 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16693 \end_layout
16694
16695 \begin_layout Labeling
16696 \labelwidthstring 00.00.0000
16697 cmyk: シアン(
16698 \bar under
16699 c
16700 \bar default
16701 yan)・マゼンタ(
16702 \bar under
16703 m
16704 \bar default
16705 agenta)・黄(
16706 \bar under
16707 y
16708 \bar default
16709 ellow)・黒(blac
16710 \bar under
16711 k
16712 \bar default
16713 )
16714 \end_layout
16715
16716 \begin_layout Labeling
16717 \labelwidthstring 00.00.0000
16718 rgb: 赤(
16719 \bar under
16720 r
16721 \bar default
16722 ed)・緑(
16723 \bar under
16724 g
16725 \bar default
16726 reen)・青(
16727 \bar under
16728 b
16729 \bar default
16730 lue)
16731 \end_layout
16732
16733 \begin_layout Labeling
16734 \labelwidthstring 00.00.0000
16735 gray: グレー
16736 \end_layout
16737
16738 \begin_layout Standard
16739 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16740 \end_layout
16741
16742 \begin_layout Standard
16743 たとえば、プリアンブルに
16744 \end_layout
16745
16746 \begin_layout Standard
16747
16748 \series bold
16749
16750 \backslash
16751 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16752 \end_layout
16753
16754 \begin_layout Standard
16755 と書くことによって、「
16756 \emph on
16757 darkgreen
16758 \emph default
16759 」色を定義することができますし、
16760 \end_layout
16761
16762 \begin_layout Standard
16763
16764 \series bold
16765
16766 \backslash
16767 definecolor{lightgray}{gray}{0.8}
16768 \end_layout
16769
16770 \begin_layout Standard
16771 と書けば、「
16772 \emph on
16773 lightgray
16774 \emph default
16775 」色を定義することができます。
16776 \end_layout
16777
16778 \begin_layout Standard
16779 \begin_inset VSpace medskip
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Standard
16786 罫線は
16787 \end_layout
16788
16789 \begin_layout Standard
16790
16791 \series bold
16792
16793 \backslash
16794 rowcolor{色彩名}
16795 \end_layout
16796
16797 \begin_layout Standard
16798 というコマンドを使用して色付けすることができ、セルは
16799 \end_layout
16800
16801 \begin_layout Standard
16802
16803 \series bold
16804
16805 \backslash
16806 cellcolor{色彩名}
16807 \end_layout
16808
16809 \begin_layout Standard
16810 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭に\SpecialChar TeX
16811 コードで書き込みます。
16812 \end_layout
16813
16814 \begin_layout Standard
16815 表中の文字に色付けをするには、セルを選択してから、\SpecialChar LyX
16816 のメニュー
16817 \family sans
16818 編集\SpecialChar menuseparator
16819 文字様式
16820 \family default
16821 を使用します。セルに\SpecialChar TeX
16822 コードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定された\SpecialChar TeX
16823 コードが\SpecialChar LaTeX
16824 エラーを引き起こしてしまいます。
16825 \end_layout
16826
16827 \begin_layout Standard
16828 \begin_inset Note Greyedout
16829 status open
16830
16831 \begin_layout Plain Layout
16832
16833 \series bold
16834 【註】
16835 \series default
16836 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 \begin_inset VSpace bigskip
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Standard
16852
16853 \begin_inset CommandInset ref
16854 LatexCommand ref
16855 reference "tab:色付き表"
16856
16857 \end_inset
16858
16859 を作成するには、以下のようにしてください。第一列の色は
16860 \emph on
16861 darkgreen
16862 \emph default
16863 にしたいので、この列の\SpecialChar LaTeX
16864 変数として
16865 \end_layout
16866
16867 \begin_layout Standard
16868
16869 \series bold
16870 >{
16871 \backslash
16872 columncolor{darkgreen}
16873 \backslash
16874 centering}c
16875 \end_layout
16876
16877 \begin_layout Standard
16878 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16879 \end_layout
16880
16881 \begin_layout Standard
16882
16883 \series bold
16884
16885 \backslash
16886 rowcolow{cyan}
16887 \end_layout
16888
16889 \begin_layout Standard
16890 という\SpecialChar TeX
16891 コードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16892 \end_layout
16893
16894 \begin_layout Standard
16895
16896 \series bold
16897
16898 \backslash
16899 cellcolor{Maroon}
16900 \end_layout
16901
16902 \begin_layout Standard
16903 という\SpecialChar TeX
16904 コードコマンドを書き込むことで、マルーンに色づけされています。この後、
16905 \family sans
16906 編集\SpecialChar menuseparator
16907 文字様式
16908 \family default
16909 メニューを使って、各文字に色付けをすることができます。
16910 \end_layout
16911
16912 \begin_layout Standard
16913 \begin_inset Float table
16914 placement h
16915 wide false
16916 sideways false
16917 status open
16918
16919 \begin_layout Plain Layout
16920 \begin_inset Caption Standard
16921
16922 \begin_layout Plain Layout
16923
16924 \series bold
16925 \begin_inset CommandInset label
16926 LatexCommand label
16927 name "tab:色付き表"
16928
16929 \end_inset
16930
16931 colortbl
16932 \series default
16933 パッケージを使用した色付き表
16934 \begin_inset Argument 1
16935 status collapsed
16936
16937 \begin_layout Plain Layout
16938 colortblを使った表
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947
16948
16949 \end_layout
16950
16951 \begin_layout Plain Layout
16952 \align center
16953 \begin_inset Tabular
16954 <lyxtabular version="3" rows="3" columns="3">
16955 <features tabularvalignment="middle">
16956 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16957 <column alignment="center" valignment="top">
16958 <column alignment="center" valignment="top">
16959 <row>
16960 <cell alignment="center" valignment="top" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset ERT
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968
16969
16970 \backslash
16971 rowcolor{cyan}
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \color magenta
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \color red
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998
16999 \color red
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \color yellow
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \color blue
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033
17034 \color blue
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \color yellow
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \color blue
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset ERT
17069 status collapsed
17070
17071 \begin_layout Plain Layout
17072
17073
17074 \backslash
17075 cellcolor{Maroon}
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \color green
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 </lyxtabular>
17089
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \begin_layout Standard
17101 \begin_inset ERT
17102 status collapsed
17103
17104 \begin_layout Plain Layout
17105
17106
17107 \backslash
17108 else
17109 \end_layout
17110
17111 \end_inset
17112
17113
17114 \begin_inset Note Note
17115 status open
17116
17117 \begin_layout Plain Layout
17118 以下は、\SpecialChar LaTeX
17119 パッケージ
17120 \series bold
17121 colortbl
17122 \series default
17123 が導入されていないときに表示されます。
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \begin_layout Standard
17132 この節の内容を出力で表示させるには、
17133 \series bold
17134 colortbl
17135 \series default
17136 パッケージを導入する必要があります。
17137 \end_layout
17138
17139 \begin_layout Standard
17140 \begin_inset ERT
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144
17145
17146 \backslash
17147 fi
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Subsection
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 \begin_inset Index idx
17168 status collapsed
17169
17170 \begin_layout Plain Layout
17171 いろつき@色付き ! ひょうのぎょう@表の行
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Standard
17180 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
17181 \end_layout
17182
17183 \begin_layout Standard
17184
17185 \series bold
17186
17187 \backslash
17188 usepackage[table]{xcolor}
17189 \end_layout
17190
17191 \begin_layout Standard
17192 というコマンドを使用して、
17193 \series bold
17194 xcolor
17195 \series default
17196
17197 \begin_inset Index idx
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201 \SpecialChar LaTeX
17202 ぱっけーじ@\SpecialChar LaTeX
17203 パッケージ ! xcolor
17204 \begin_inset ERT
17205 status collapsed
17206
17207 \begin_layout Plain Layout
17208
17209
17210 \backslash
17211 vspace{4mm}
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220
17221 パッケージを読み込むのです。
17222 \series bold
17223 xcolor
17224 \series default
17225 は、自動的に
17226 \series bold
17227 colortbl
17228 \series default
17229
17230 \begin_inset Index idx
17231 status collapsed
17232
17233 \begin_layout Plain Layout
17234 \SpecialChar LaTeX
17235 ぱっけーじ@\SpecialChar LaTeX
17236 パッケージ ! colortbl
17237 \end_layout
17238
17239 \end_inset
17240
17241 パッケージも読み込むので、\SpecialChar LaTeX
17242 エラーを防ぐためには、お使いの\SpecialChar LaTeX
17243 頒布版中に
17244 \series bold
17245 colortbl
17246 \series default
17247 も導入されていなくてはなりません。
17248 \end_layout
17249
17250 \begin_layout Standard
17251 \begin_inset ERT
17252 status collapsed
17253
17254 \begin_layout Plain Layout
17255
17256
17257 \backslash
17258 ifcolortbl
17259 \end_layout
17260
17261 \end_inset
17262
17263
17264 \begin_inset Note Note
17265 status open
17266
17267 \begin_layout Plain Layout
17268 本節の以下の部分は、\SpecialChar LaTeX
17269 パッケージ
17270 \series bold
17271 colortbl
17272 \series default
17273 が導入済みのときのみ表示されます。
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 表の行は、文書プリアンブル中か、色付けする最初の表の前に\SpecialChar TeX
17283 コードで
17284 \end_layout
17285
17286 \begin_layout Standard
17287
17288 \series bold
17289
17290 \backslash
17291 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17292 \end_layout
17293
17294 \begin_layout Standard
17295 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17296 を付加する時に用います。したがって、例えば
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 rowcolors{1}{white}{lightgray}
17305 \end_layout
17306
17307 \begin_layout Standard
17308 というコマンドは、表
17309 \begin_inset CommandInset ref
17310 LatexCommand ref
17311 reference "tab:表-行色"
17312
17313 \end_inset
17314
17315 のようなカラースキームをもたらします。また、
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 rowcolors[
17324 \backslash
17325 hline]{1}{lightgray}{cyan}
17326 \end_layout
17327
17328 \begin_layout Standard
17329 というコマンドを用いると、表
17330 \begin_inset CommandInset ref
17331 LatexCommand ref
17332 reference "tab:表-行色-2"
17333
17334 \end_inset
17335
17336 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17337 \end_layout
17338
17339 \begin_layout Standard
17340
17341 \series bold
17342
17343 \backslash
17344 rowcolors{1}{}{}
17345 \end_layout
17346
17347 \begin_layout Standard
17348 というコマンドはすべての色付けを削除することになります。
17349 \series bold
17350
17351 \backslash
17352 rowcolors
17353 \series default
17354 は、コマンドに続くすべての表に影響を及ぼします。
17355 \end_layout
17356
17357 \begin_layout Standard
17358 \begin_inset ERT
17359 status open
17360
17361 \begin_layout Plain Layout
17362
17363
17364 \backslash
17365 rowcolors{1}{white}{lightgray}
17366 \end_layout
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Standard
17374 \begin_inset Float table
17375 placement h
17376 wide false
17377 sideways false
17378 status open
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Caption Standard
17382
17383 \begin_layout Plain Layout
17384 \begin_inset CommandInset label
17385 LatexCommand label
17386 name "tab:表-行色"
17387
17388 \end_inset
17389
17390 隔行が灰色に着色された表
17391 \end_layout
17392
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \begin_layout Plain Layout
17399 \align center
17400 \begin_inset Tabular
17401 <lyxtabular version="3" rows="4" columns="3">
17402 <features tabularvalignment="middle">
17403 <column alignment="center" valignment="top">
17404 <column alignment="center" valignment="top" width="0pt">
17405 <column alignment="center" valignment="top" width="0pt">
17406 <row>
17407 <cell alignment="center" valignment="top" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell alignment="center" valignment="top" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row>
17436 <cell alignment="center" valignment="top" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 1
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 2
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 3
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 4
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 5
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 6
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 <row>
17494 <cell alignment="center" valignment="top" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 7
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 8
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 9
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 </lyxtabular>
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \begin_layout Standard
17535 \begin_inset ERT
17536 status open
17537
17538 \begin_layout Plain Layout
17539
17540
17541 \backslash
17542 rowcolors[
17543 \backslash
17544 hline]{1}{lightgray}{cyan}
17545 \end_layout
17546
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \begin_layout Standard
17553 \begin_inset Float table
17554 placement h
17555 wide false
17556 sideways false
17557 status open
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Caption Standard
17561
17562 \begin_layout Plain Layout
17563 \begin_inset CommandInset label
17564 LatexCommand label
17565 name "tab:表-行色-2"
17566
17567 \end_inset
17568
17569 隔行でシアン色に着色され、行間に線の入った表
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Plain Layout
17578 \align center
17579 \begin_inset Tabular
17580 <lyxtabular version="3" rows="4" columns="3">
17581 <features tabularvalignment="middle">
17582 <column alignment="center" valignment="top">
17583 <column alignment="center" valignment="top">
17584 <column alignment="center" valignment="top" width="0pt">
17585 <row>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 1
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 2
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 3
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 4
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 5
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 6
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 7
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 8
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 9
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 </row>
17701 </lyxtabular>
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \begin_layout Standard
17714 \begin_inset ERT
17715 status collapsed
17716
17717 \begin_layout Plain Layout
17718
17719
17720 \backslash
17721 rowcolors{1}{}{}
17722 \end_layout
17723
17724 \end_inset
17725
17726
17727 \begin_inset Note Note
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 行色を解除
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 \begin_inset ERT
17741 status collapsed
17742
17743 \begin_layout Plain Layout
17744
17745
17746 \backslash
17747 else
17748 \end_layout
17749
17750 \end_inset
17751
17752
17753 \begin_inset Note Note
17754 status open
17755
17756 \begin_layout Plain Layout
17757 以下は、\SpecialChar LaTeX
17758 パッケージ
17759 \series bold
17760 colortbl
17761 \series default
17762 が導入されていないときに表示されます。
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 この節の内容を出力で表示させるには、
17772 \series bold
17773 colortbl
17774 \series default
17775 パッケージを導入する必要があります。
17776 \end_layout
17777
17778 \begin_layout Standard
17779 \begin_inset ERT
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783
17784
17785 \backslash
17786 fi
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Subsection
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 \begin_inset Index idx
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \begin_inset CommandInset ref
17821 LatexCommand ref
17822 reference "subsec:罫線幅"
17823
17824 \end_inset
17825
17826 節に述べられているように、表中の全罫線の線幅は、長さ
17827 \series bold
17828
17829 \backslash
17830 arrayrulewidth
17831 \series default
17832 を使って調節することができます。本節の表では、すべて1.5
17833 \begin_inset space \thinspace{}
17834 \end_inset
17835
17836 ptに設定されています。
17837 \begin_inset ERT
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841
17842
17843 \backslash
17844 setlength{
17845 \backslash
17846 arrayrulewidth}{1.5pt}
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \begin_layout Standard
17855 たとえば縦罫線を緑に着色するには、第
17856 \begin_inset CommandInset ref
17857 LatexCommand ref
17858 reference "subsec:自製書式"
17859
17860 \end_inset
17861
17862 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868
17869 \backslash
17870 newcolumntype{W}{!{
17871 \backslash
17872 color{green}
17873 \backslash
17874 vline}}
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \begin_inset CommandInset ref
17880 LatexCommand ref
17881 reference "tab:色付き縦罫線の表"
17882
17883 \end_inset
17884
17885 では、最右列に\SpecialChar LaTeX
17886 変数
17887 \series bold
17888 WcW
17889 \series default
17890 、他の列に\SpecialChar LaTeX
17891 変数
17892 \series bold
17893 Wc
17894 \series default
17895 が使用されています。
17896 \end_layout
17897
17898 \begin_layout Standard
17899 複数の色を用いたいときには、列書式をもっと定義してください。
17900 \end_layout
17901
17902 \begin_layout Standard
17903 \begin_inset Float table
17904 placement h
17905 wide false
17906 sideways false
17907 status open
17908
17909 \begin_layout Plain Layout
17910 \begin_inset Caption Standard
17911
17912 \begin_layout Plain Layout
17913 \begin_inset CommandInset label
17914 LatexCommand label
17915 name "tab:色付き縦罫線の表"
17916
17917 \end_inset
17918
17919 色付き縦罫線の表
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Plain Layout
17928 \align center
17929 \begin_inset Tabular
17930 <lyxtabular version="3" rows="3" columns="3">
17931 <features tabularvalignment="middle">
17932 <column alignment="center" valignment="top" special="Wc">
17933 <column alignment="center" valignment="top" special="Wc">
17934 <column alignment="center" valignment="top" special="WcW">
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 sd
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 sd
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 <row>
17994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 sd
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 </row>
18022 </lyxtabular>
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 \begin_inset VSpace bigskip
18036 \end_inset
18037
18038
18039 \begin_inset CommandInset ref
18040 LatexCommand ref
18041 reference "tab:色付き横罫線の表"
18042
18043 \end_inset
18044
18045 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前に\SpecialChar TeX
18046 コードで
18047 \end_layout
18048
18049 \begin_layout Standard
18050
18051 \series bold
18052
18053 \backslash
18054 let
18055 \backslash
18056 myHlineC
18057 \backslash
18058 hline
18059 \begin_inset Newline newline
18060 \end_inset
18061
18062
18063 \backslash
18064 renewcommand{
18065 \backslash
18066 hline}
18067 \begin_inset Newline newline
18068 \end_inset
18069
18070
18071 \begin_inset Phantom HPhantom
18072 status open
18073
18074 \begin_layout Plain Layout
18075 \begin_inset space ~
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082
18083 {
18084 \backslash
18085 arrayrulecolor{red}
18086 \backslash
18087 myHlineC
18088 \backslash
18089 arrayrulecolor{black}}
18090 \end_layout
18091
18092 \begin_layout Standard
18093 というコマンドを入力して下さい。
18094 \end_layout
18095
18096 \begin_layout Standard
18097 \begin_inset ERT
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101
18102
18103 \backslash
18104 let
18105 \backslash
18106 myHlineC
18107 \backslash
18108 hline
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 renewcommand{
18116 \backslash
18117 hline}
18118 \end_layout
18119
18120 \begin_layout Plain Layout
18121
18122  {
18123 \backslash
18124 arrayrulecolor{red}
18125 \backslash
18126 myHlineC
18127 \backslash
18128 arrayrulecolor{black}}
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \begin_inset Float table
18135 placement h
18136 wide false
18137 sideways false
18138 status open
18139
18140 \begin_layout Plain Layout
18141 \begin_inset Caption Standard
18142
18143 \begin_layout Plain Layout
18144 \begin_inset CommandInset label
18145 LatexCommand label
18146 name "tab:色付き横罫線の表"
18147
18148 \end_inset
18149
18150 色付き横罫線の表
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Plain Layout
18159 \align center
18160 \begin_inset Tabular
18161 <lyxtabular version="3" rows="3" columns="3">
18162 <features tabularvalignment="middle">
18163 <column alignment="center" valignment="top">
18164 <column alignment="center" valignment="top">
18165 <column alignment="center" valignment="top">
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 sd
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 sd
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 sd
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 </lyxtabular>
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 既定値の黒罫線に戻るには、
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272
18273 \backslash
18274 renewcommand{
18275 \backslash
18276 hline}{
18277 \backslash
18278 myHlineC}
18279 \end_layout
18280
18281 \begin_layout Standard
18282 というコマンドを、表ないし表フロートの後に\SpecialChar TeX
18283 コードで入力して下さい。表
18284 \begin_inset CommandInset ref
18285 LatexCommand ref
18286 reference "tab:色付き罫線の表"
18287
18288 \end_inset
18289
18290 は、縦横罫線を色付けした例です。
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \begin_inset Float table
18295 placement h
18296 wide false
18297 sideways false
18298 status open
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Caption Standard
18302
18303 \begin_layout Plain Layout
18304 \begin_inset CommandInset label
18305 LatexCommand label
18306 name "tab:色付き罫線の表"
18307
18308 \end_inset
18309
18310 色付き罫線の表
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Plain Layout
18319 \align center
18320 \begin_inset Tabular
18321 <lyxtabular version="3" rows="3" columns="3">
18322 <features tabularvalignment="middle">
18323 <column alignment="center" valignment="top" special="Wc">
18324 <column alignment="center" valignment="top" special="Wc">
18325 <column alignment="center" valignment="top" special="WcW">
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 sd
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 sd
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row topspace="default">
18385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 sd
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 </lyxtabular>
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 renewcommand{
18434 \backslash
18435 hline}{
18436 \backslash
18437 myHlineC}
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Standard
18446 \begin_inset ERT
18447 status collapsed
18448
18449 \begin_layout Plain Layout
18450
18451
18452 \backslash
18453 setlength{
18454 \backslash
18455 arrayrulewidth}{0.4pt}
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Section
18464 表セルの回転
18465 \begin_inset CommandInset label
18466 LatexCommand label
18467 name "sec:表セルの回転"
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 \begin_inset Index idx
18483 status collapsed
18484
18485 \begin_layout Plain Layout
18486 かいてん@回転 ! そざいの@素材の—
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Standard
18495 \begin_inset Note Greyedout
18496 status open
18497
18498 \begin_layout Plain Layout
18499
18500 \series bold
18501 【註】
18502 \series default
18503 すべてのDVIビューアが回転表示できるわけではありません。
18504 \end_layout
18505
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \begin_layout Standard
18512 と入れてください。表
18513 \begin_inset CommandInset ref
18514 LatexCommand ref
18515 reference "tab:回転表"
18516
18517 \end_inset
18518
18519 は、3つのセルを45°回転させた用例です。
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset Float table
18524 wide false
18525 sideways false
18526 status open
18527
18528 \begin_layout Plain Layout
18529 \begin_inset Caption Standard
18530
18531 \begin_layout Plain Layout
18532 \begin_inset CommandInset label
18533 LatexCommand label
18534 name "tab:回転表"
18535
18536 \end_inset
18537
18538 1行目に回転セルのある表
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Plain Layout
18547 \noindent
18548 \align center
18549 \begin_inset Tabular
18550 <lyxtabular version="3" rows="2" columns="3">
18551 <features tabularvalignment="middle">
18552 <column alignment="center" valignment="top" width="0pt">
18553 <column alignment="center" valignment="top" width="0pt">
18554 <column alignment="center" valignment="top" width="0pt">
18555 <row>
18556 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 コップ
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 受け皿
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 <row>
18585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 45
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 33
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 21
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 </lyxtabular>
18614
18615 \end_inset
18616
18617
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset Note Greyedout
18627 status open
18628
18629 \begin_layout Plain Layout
18630
18631 \series bold
18632 【註】
18633 \series default
18634 回転セル中では、改行(
18635 \begin_inset Flex Ruby
18636 status collapsed
18637
18638 \begin_layout Plain Layout
18639 捷径
18640 \begin_inset Argument post:1
18641 status collapsed
18642
18643 \begin_layout Plain Layout
18644 ショートカット
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653
18654
18655 \begin_inset Info
18656 type  "shortcut"
18657 arg   "newline-insert newline"
18658 \end_inset
18659
18660 )はできません。
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Standard
18669 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18670 \begin_inset Foot
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674 これらのボックスについて詳しくは、第
18675 \begin_inset CommandInset ref
18676 LatexCommand ref
18677 reference "sec:ミニページ"
18678
18679 \end_inset
18680
18681 節および第
18682 \begin_inset CommandInset ref
18683 LatexCommand ref
18684 reference "sec:Parboxes"
18685
18686 \end_inset
18687
18688 節をご覧ください。
18689 \end_layout
18690
18691 \end_inset
18692
18693 。このセルを90
18694 \begin_inset space \thinspace{}
18695 \end_inset
18696
18697 °回転させると、ボックス幅はセルの高さになります。表
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "tab:表多行回転"
18701
18702 \end_inset
18703
18704 は、ボックス幅が3
18705 \begin_inset space \thinspace{}
18706 \end_inset
18707
18708 cmの、多行セルを回転させる例です。
18709 \end_layout
18710
18711 \begin_layout Standard
18712 \begin_inset Float table
18713 wide false
18714 sideways false
18715 status open
18716
18717 \begin_layout Plain Layout
18718 \begin_inset Caption Standard
18719
18720 \begin_layout Plain Layout
18721 \begin_inset CommandInset label
18722 LatexCommand label
18723 name "tab:表多行回転"
18724
18725 \end_inset
18726
18727 多行セルを回転させた表
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Plain Layout
18736 \noindent
18737 \align center
18738 \begin_inset Tabular
18739 <lyxtabular version="3" rows="2" columns="3">
18740 <features tabularvalignment="middle">
18741 <column alignment="center" valignment="top">
18742 <column alignment="center" valignment="top" width="0pt">
18743 <column alignment="center" valignment="top">
18744 <row>
18745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758 \begin_inset Box Frameless
18759 position "t"
18760 hor_pos "c"
18761 has_inner_box 1
18762 inner_pos "t"
18763 use_parbox 0
18764 use_makebox 0
18765 width "3cm"
18766 special "none"
18767 height "1in"
18768 height_special "totalheight"
18769 thickness "0.4pt"
18770 separation "3pt"
18771 shadowsize "4pt"
18772 framecolor "black"
18773 backgroundcolor "none"
18774 status open
18775
18776 \begin_layout Plain Layout
18777 改行を含む
18778 \begin_inset Newline newline
18779 \end_inset
18780
18781 回転
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 </row>
18801 <row>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 </row>
18830 </lyxtabular>
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Section
18843 表幅の計算
18844 \begin_inset CommandInset label
18845 LatexCommand label
18846 name "sec:表幅の計算"
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18855 設ければ良いのでしょうか?
18856 \end_layout
18857
18858 \begin_layout Standard
18859 表幅
18860 \begin_inset Formula $W_{\text{表}}$
18861 \end_inset
18862
18863 は計算することができます。各列の実際の幅は、指定した列幅
18864 \begin_inset Formula $W_{\text{列}}$
18865 \end_inset
18866
18867 に、列の内容と列罫線との間の余白(\SpecialChar LaTeX
18868
18869 \series bold
18870
18871 \backslash
18872 tabcolsep
18873 \series default
18874 ・既定値6
18875 \begin_inset space \thinspace{}
18876 \end_inset
18877
18878 pt)の2倍と、罫線幅(\SpecialChar LaTeX
18879
18880 \series bold
18881
18882 \backslash
18883 arrayrulewidth
18884 \series default
18885 ・既定値0.4
18886 \begin_inset space \thinspace{}
18887 \end_inset
18888
18889 pt)を加えたものになります。したがって、もし同じ幅の
18890 \begin_inset Formula $n$
18891 \end_inset
18892
18893 列を作るならば、表幅は
18894 \begin_inset Formula 
18895 \begin{equation}
18896 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18897 \end{equation}
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Standard
18905 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
18906
18907 \series bold
18908
18909 \backslash
18910 columnwidth
18911 \series default
18912 )。表の列をすべて同じ幅にするとすれば、
18913 \begin_inset Formula $W_{\text{表}}$
18914 \end_inset
18915
18916 が1
18917 \begin_inset space \thinspace{}
18918 \end_inset
18919
18920
18921 \backslash
18922 columnwidthになりますので、
18923 \begin_inset Formula $W_{\text{列}}$
18924 \end_inset
18925
18926 は簡単に計算できます。
18927 \end_layout
18928
18929 \begin_layout Standard
18930 計算を行わせる場合には、文書プリアンブル中で\SpecialChar LaTeX
18931 パッケージ
18932 \series bold
18933 calc
18934 \series default
18935
18936 \begin_inset Index idx
18937 status collapsed
18938
18939 \begin_layout Plain Layout
18940 \SpecialChar LaTeX
18941 ぱっけーじ@\SpecialChar LaTeX
18942 パッケージ ! calc
18943 \end_layout
18944
18945 \end_inset
18946
18947 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18948 \family sans
18949 \SpecialChar LaTeX
18950 の引数
18951 \family default
18952 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18953 \begin_inset CommandInset ref
18954 LatexCommand ref
18955 reference "subsec:連結列の計算"
18956
18957 \end_inset
18958
18959 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18960 \end_layout
18961
18962 \begin_layout Standard
18963
18964 \series bold
18965 >{
18966 \backslash
18967 centering}p{(1
18968 \backslash
18969 columnwidth-62.4pt)/5}
18970 \end_layout
18971
18972 \begin_layout Standard
18973 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18974 \begin_inset Formula 
18975 \begin{align}
18976 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18977  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18978  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18979 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18980 \end{align}
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 となります。したがって、表中の広い列には
18989 \end_layout
18990
18991 \begin_layout Standard
18992
18993 \series bold
18994 >{
18995 \backslash
18996 centering}p{(1
18997 \backslash
18998 columnwidth-62.4pt)/
18999 \backslash
19000 real{4.5}}
19001 \end_layout
19002
19003 \begin_layout Standard
19004 というコマンドを用い、狭い列には
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010 >{
19011 \backslash
19012 centering}p{(1
19013 \backslash
19014 columnwidth-62.4pt)/
19015 \backslash
19016 real{4.5}*
19017 \backslash
19018 real{0.75}}
19019 \end_layout
19020
19021 \begin_layout Standard
19022 というコマンドを用いることにすると、以下の表が出来上がります。
19023 \end_layout
19024
19025 \begin_layout Standard
19026 \begin_inset Tabular
19027 <lyxtabular version="3" rows="2" columns="5">
19028 <features tabularvalignment="middle">
19029 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19030 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19031 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19032 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19033 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19034 <row>
19035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 1
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 2
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 3
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 4
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 5
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 111111 1111111 111111 111111111 11111 11111 1111
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 2222 22222 222222 222222222 2222222 22 22222
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 333333 333333 333333 33333 3333333 333
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 </lyxtabular>
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Section
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 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 ひょう@表 ! ちょうせい@調整
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Subsection
19160 行の余白取り
19161 \begin_inset CommandInset label
19162 LatexCommand label
19163 name "subsec:行の余白取り"
19164
19165 \end_inset
19166
19167
19168 \begin_inset Index idx
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 表の設定ダイアログの
19182 \family sans
19183 罫線
19184 \family default
19185 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19186 \end_layout
19187
19188 \begin_layout Description
19189 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19190 \begin_inset Foot
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 フォーマル形式の表は第
19195 \begin_inset CommandInset ref
19196 LatexCommand ref
19197 reference "sec:フォーマル形式の表"
19198
19199 \end_inset
19200
19201 節で説明されています。
19202 \end_layout
19203
19204 \end_inset
19205
19206 ならば、\SpecialChar LyX
19207 は既定値として0.5
19208 \begin_inset space \thinspace{}
19209 \end_inset
19210
19211 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19212 \begin_inset VSpace medskip
19213 \end_inset
19214
19215
19216 \begin_inset Newline newline
19217 \end_inset
19218
19219
19220 \begin_inset space \hspace*{}
19221 \length 0pt
19222 \end_inset
19223
19224
19225 \begin_inset space \hfill{}
19226 \end_inset
19227
19228
19229 \begin_inset Tabular
19230 <lyxtabular version="3" rows="3" columns="1">
19231 <features tabularvalignment="middle">
19232 <column alignment="center" valignment="top">
19233 <row>
19234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row topspace="3mm">
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 行上に3
19250 \begin_inset space \thinspace{}
19251 \end_inset
19252
19253 mmの余白
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 </row>
19270 </lyxtabular>
19271
19272 \end_inset
19273
19274
19275 \begin_inset space \hfill{}
19276 \end_inset
19277
19278
19279 \begin_inset space \hspace*{}
19280 \length 0pt
19281 \end_inset
19282
19283
19284 \begin_inset VSpace medskip
19285 \end_inset
19286
19287
19288 \begin_inset Newline newline
19289 \end_inset
19290
19291 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19292 \end_layout
19293
19294 \begin_layout Description
19295 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19296 は既定値として0.5
19297 \begin_inset space \thinspace{}
19298 \end_inset
19299
19300 emの余白を挿入し、通常の表ならば既定値として2
19301 \begin_inset space \thinspace{}
19302 \end_inset
19303
19304 ptを挿入します。
19305 \end_layout
19306
19307 \begin_layout Description
19308 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19309 は既定値として0.5
19310 \begin_inset space \thinspace{}
19311 \end_inset
19312
19313 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19314 \begin_inset VSpace medskip
19315 \end_inset
19316
19317
19318 \begin_inset Newline newline
19319 \end_inset
19320
19321
19322 \begin_inset space \hspace*{}
19323 \length 0pt
19324 \end_inset
19325
19326
19327 \begin_inset space \hfill{}
19328 \end_inset
19329
19330
19331 \begin_inset Tabular
19332 <lyxtabular version="3" rows="3" columns="1">
19333 <features tabularvalignment="middle">
19334 <column alignment="center" valignment="top">
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row interlinespace="3mm">
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 \begin_inset Formula $\downarrow$
19352 \end_inset
19353
19354  行間に3
19355 \begin_inset space \thinspace{}
19356 \end_inset
19357
19358 mmの余白 
19359 \begin_inset Formula $\downarrow$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\uparrow$
19374 \end_inset
19375
19376  行間に3
19377 \begin_inset space \thinspace{}
19378 \end_inset
19379
19380 mmの余白 
19381 \begin_inset Formula $\uparrow$
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 </lyxtabular>
19391
19392 \end_inset
19393
19394
19395 \begin_inset space \hfill{}
19396 \end_inset
19397
19398
19399 \begin_inset space \hspace*{}
19400 \length 0pt
19401 \end_inset
19402
19403
19404 \begin_inset VSpace medskip
19405 \end_inset
19406
19407
19408 \begin_inset Newline newline
19409 \end_inset
19410
19411 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19412 \end_layout
19413
19414 \begin_layout Standard
19415 \begin_inset VSpace bigskip
19416 \end_inset
19417
19418 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19419 \end_layout
19420
19421 \begin_layout Standard
19422
19423 \series bold
19424
19425 \backslash
19426 @ifundefined{extrarowheight}
19427 \begin_inset Newline newline
19428 \end_inset
19429
19430
19431 \begin_inset Phantom HPhantom
19432 status open
19433
19434 \begin_layout Plain Layout
19435 \begin_inset space ~
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442
19443 {
19444 \backslash
19445 usepackage{array}}{}
19446 \begin_inset Newline newline
19447 \end_inset
19448
19449
19450 \backslash
19451 setlength{
19452 \backslash
19453 extrarowheight}{height}
19454 \end_layout
19455
19456 \begin_layout Standard
19457 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、\SpecialChar LyX
19458 は自動的に
19459 \series bold
19460 array
19461 \series default
19462 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19463 \series bold
19464
19465 \backslash
19466 @ifundefined
19467 \series default
19468 が使用されています)。
19469 \end_layout
19470
19471 \begin_layout Standard
19472 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初に\SpecialChar TeX
19473 コードで
19474 \series bold
19475
19476 \backslash
19477 strut
19478 \series default
19479 コマンドを挿入することで補正することができます。表
19480 \begin_inset CommandInset ref
19481 LatexCommand ref
19482 reference "tab:垂直揃え"
19483
19484 \end_inset
19485
19486 は、この効果を示したものです。
19487 \end_layout
19488
19489 \begin_layout Standard
19490 \noindent
19491 \begin_inset Float table
19492 placement h
19493 wide false
19494 sideways false
19495 status open
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Caption Standard
19499
19500 \begin_layout Plain Layout
19501 \begin_inset CommandInset label
19502 LatexCommand label
19503 name "tab:垂直揃え"
19504
19505 \end_inset
19506
19507 大きなフォント寸法の文章の垂直揃え
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Plain Layout
19516 \begin_inset space \hfill{}
19517 \end_inset
19518
19519
19520 \begin_inset Float table
19521 wide false
19522 sideways false
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Caption Standard
19527
19528 \begin_layout Plain Layout
19529 通常の表
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \begin_layout Plain Layout
19538 \noindent
19539 \align center
19540 \begin_inset Tabular
19541 <lyxtabular version="3" rows="6" columns="1">
19542 <features tabularvalignment="middle">
19543 <column alignment="left" valignment="top">
19544 <row>
19545 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 ふつう, g
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 </row>
19555 <row>
19556 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \size large
19562 やや大
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \size larger
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \size largest
19588 極大
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 </row>
19594 <row>
19595 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599
19600 \size huge
19601 極々大
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612
19613 \size giant
19614 最大
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 </lyxtabular>
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628
19629
19630 \begin_inset space \hfill{}
19631 \end_inset
19632
19633
19634 \begin_inset Float table
19635 wide false
19636 sideways false
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Caption Standard
19641
19642 \begin_layout Plain Layout
19643
19644 \series bold
19645
19646 \backslash
19647 strut
19648 \series default
19649 コマンドを使用した表
19650 \end_layout
19651
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \begin_layout Plain Layout
19658 \noindent
19659 \align center
19660 \begin_inset Tabular
19661 <lyxtabular version="3" rows="6" columns="1">
19662 <features tabularvalignment="middle">
19663 <column alignment="left" valignment="top">
19664 <row>
19665 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 ふつう, g
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \size large
19682 \begin_inset ERT
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686
19687
19688 \backslash
19689 strut 
19690 \end_layout
19691
19692 \end_inset
19693
19694 やや大
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \size larger
19707 \begin_inset ERT
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711
19712
19713 \backslash
19714 strut 
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \size largest
19732 \begin_inset ERT
19733 status collapsed
19734
19735 \begin_layout Plain Layout
19736
19737
19738 \backslash
19739 strut 
19740 \end_layout
19741
19742 \end_inset
19743
19744 極大
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \size huge
19757 \begin_inset ERT
19758 status collapsed
19759
19760 \begin_layout Plain Layout
19761
19762
19763 \backslash
19764 strut 
19765 \end_layout
19766
19767 \end_inset
19768
19769 極々大
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \size giant
19782 \begin_inset ERT
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786
19787
19788 \backslash
19789 strut 
19790 \end_layout
19791
19792 \end_inset
19793
19794 最大
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 </lyxtabular>
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \end_inset
19808
19809
19810 \begin_inset space \hfill{}
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \begin_layout Subsection
19822 特殊なセル揃え
19823 \begin_inset CommandInset label
19824 LatexCommand label
19825 name "subsec:特殊なセル揃え"
19826
19827 \end_inset
19828
19829
19830 \begin_inset Index idx
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19835 \end_layout
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 ときには表
19844 \begin_inset CommandInset ref
19845 LatexCommand ref
19846 reference "tab:表セル"
19847
19848 \end_inset
19849
19850 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19851 \begin_inset Graphics
19852         filename ../../images/tabular-feature_align-decimal.png
19853         scale 85
19854         scaleBeforeRotation
19855
19856 \end_inset
19857
19858 を押すか、表設定中で揃えを
19859 \family sans
19860 小数点で
19861 \family default
19862 に設定します。
19863 \end_layout
19864
19865 \begin_layout Standard
19866 \begin_inset Float table
19867 placement h
19868 wide false
19869 sideways false
19870 status open
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Caption Standard
19874
19875 \begin_layout Plain Layout
19876 \begin_inset CommandInset label
19877 LatexCommand label
19878 name "tab:表セル"
19879
19880 \end_inset
19881
19882 一列が小数点で揃えられた表セル
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \begin_layout Plain Layout
19891 \align center
19892 \begin_inset Tabular
19893 <lyxtabular version="3" rows="4" columns="1">
19894 <features booktabs="true" tabularvalignment="middle">
19895 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19896 <row>
19897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 見出し
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 12.6
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 0.68
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 -123.0
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 </lyxtabular>
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \begin_layout Standard
19953 \begin_inset Float table
19954 placement h
19955 wide false
19956 sideways false
19957 status open
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Caption Standard
19961
19962 \begin_layout Plain Layout
19963 \begin_inset CommandInset label
19964 LatexCommand label
19965 name "tab:演算子揃え表"
19966
19967 \end_inset
19968
19969 一列が演算子で揃えられた表セル
19970 \end_layout
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Plain Layout
19978 \align center
19979 \begin_inset Tabular
19980 <lyxtabular version="3" rows="4" columns="2">
19981 <features booktabs="true" tabularvalignment="middle">
19982 <column alignment="right" valignment="top" width="0pt">
19983 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19984 <row>
19985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 見出し
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $12\,+$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\,6$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 <row>
20031 <cell alignment="center" valignment="top" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 \begin_inset Formula $0\,-$
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\,68$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $-123\,/$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\,0$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 </lyxtabular>
20083
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \begin_layout Standard
20095 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20096 \begin_inset CommandInset ref
20097 LatexCommand ref
20098 reference "tab:演算子揃え表"
20099
20100 \end_inset
20101
20102 のような方法を用いる必要があります。この表は、4
20103 \begin_inset Formula $\times$
20104 \end_inset
20105
20106 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
20107 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
20108 \end_layout
20109
20110 \begin_layout Standard
20111
20112 \series bold
20113 @{}l
20114 \end_layout
20115
20116 \begin_layout Standard
20117 という\SpecialChar LaTeX
20118 引数を第2列に指定します。
20119 \end_layout
20120
20121 \begin_layout Standard
20122
20123 \begin_inset CommandInset ref
20124 LatexCommand ref
20125 reference "tab:表セル揃え"
20126
20127 \end_inset
20128
20129 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20130 \begin_inset CommandInset ref
20131 LatexCommand ref
20132 reference "tab:演算子揃え表"
20133
20134 \end_inset
20135
20136 の冒頭には、小空白が加えられています。
20137 \end_layout
20138
20139 \begin_layout Standard
20140 \begin_inset Float table
20141 wide false
20142 sideways false
20143 status open
20144
20145 \begin_layout Plain Layout
20146 \begin_inset Caption Standard
20147
20148 \begin_layout Plain Layout
20149 \begin_inset CommandInset label
20150 LatexCommand label
20151 name "tab:表セル揃え"
20152
20153 \end_inset
20154
20155 表セルの揃えの例
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Plain Layout
20164 \align center
20165 \begin_inset Tabular
20166 <lyxtabular version="3" rows="4" columns="6">
20167 <features tabularvalignment="middle">
20168 <column alignment="right" valignment="top">
20169 <column alignment="left" valignment="top" special="@{}l">
20170 <column alignment="right" valignment="top">
20171 <column alignment="left" valignment="top" special="@{}l">
20172 <column alignment="right" valignment="top">
20173 <column alignment="left" valignment="top" special="@{}l">
20174 <row>
20175 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179 単位
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 冪数
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 関係子
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row>
20231 <cell alignment="center" valignment="top" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 12
20236 \begin_inset Formula $\times$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 24本の瓶
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $10\cdot$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $10^{\mbox{-}17}$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\Gamma(t)\propto$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 <cell alignment="center" valignment="top" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293 \begin_inset Formula $\:\Upsilon(t)$
20294 \end_inset
20295
20296
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 </row>
20302 <row>
20303 <cell alignment="center" valignment="top" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 1024
20308 \begin_inset Formula $\times$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 768ピクセル
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 <cell alignment="center" valignment="top" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 \begin_inset Formula $5.78\cdot$
20330 \end_inset
20331
20332
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $10^{7}$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 \begin_inset Formula $A\ne$
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\:B_{\mathrm{red}}$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379 32
20380 \begin_inset Formula $\times$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 6
20393 \begin_inset space \thinspace{}
20394 \end_inset
20395
20396 cm
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 -
20406 \begin_inset Formula $33.5\cdot$
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset Formula $10^{4}$
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 \begin_inset Formula $\sin(\alpha)\ge$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 <cell alignment="center" valignment="top" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442 \begin_inset Formula $\:\sin(\beta)$
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 </lyxtabular>
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Subsection
20464 自製のセル書式および列書式
20465 \begin_inset CommandInset label
20466 LatexCommand label
20467 name "subsec:自製書式"
20468
20469 \end_inset
20470
20471
20472 \begin_inset Index idx
20473 status collapsed
20474
20475 \begin_layout Plain Layout
20476 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Standard
20485
20486 \begin_inset CommandInset ref
20487 LatexCommand ref
20488 reference "sec:表幅の計算"
20489
20490 \end_inset
20491
20492 節のようにして通常列の必要幅を計算したり、第
20493 \begin_inset CommandInset ref
20494 LatexCommand ref
20495 reference "subsec:連結列の計算"
20496
20497 \end_inset
20498
20499 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20500 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20501 \end_layout
20502
20503 \begin_layout Standard
20504
20505 \series bold
20506
20507 \backslash
20508 newcolumntype{書式名}[引数の数]{コマンド}
20509 \end_layout
20510
20511 \begin_layout Standard
20512 書式名は、一文字だけでも構いません。
20513 \emph on
20514 b
20515 \emph default
20516
20517 \emph on
20518 c
20519 \emph default
20520
20521 \emph on
20522 l
20523 \emph default
20524
20525 \emph on
20526 m
20527 \emph default
20528
20529 \emph on
20530 p
20531 \emph default
20532
20533 \emph on
20534 r
20535 \emph default
20536 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20537 \end_layout
20538
20539 \begin_layout Standard
20540 \begin_inset VSpace medskip
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Standard
20547 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20548 \end_layout
20549
20550 \begin_layout Standard
20551
20552 \series bold
20553
20554 \backslash
20555 newcolumntype{M}[1]{>{
20556 \backslash
20557 centering
20558 \backslash
20559 hspace{0pt}}m{#1}}
20560 \end_layout
20561
20562 \begin_layout Standard
20563 ここで
20564 \series bold
20565
20566 \backslash
20567 hspace{0pt}
20568 \series default
20569 は、第
20570 \begin_inset CommandInset ref
20571 LatexCommand ref
20572 reference "subsec:複数行"
20573
20574 \end_inset
20575
20576 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20577 \family sans
20578 \SpecialChar LaTeX
20579 の引数
20580 \family default
20581
20582 \end_layout
20583
20584 \begin_layout Standard
20585
20586 \series bold
20587 M{width}
20588 \end_layout
20589
20590 \begin_layout Standard
20591 と入力するだけですみます。
20592 \end_layout
20593
20594 \begin_layout Standard
20595 \begin_inset VSpace bigskip
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \begin_layout Standard
20602 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20603 \end_layout
20604
20605 \begin_layout Standard
20606
20607 \series bold
20608
20609 \backslash
20610 newcolumntype{S}[2]{>{
20611 \backslash
20612 centering
20613 \backslash
20614 hspace{0pt}}
20615 \begin_inset Newline newline
20616 \end_inset
20617
20618
20619 \begin_inset Phantom HPhantom
20620 status open
20621
20622 \begin_layout Plain Layout
20623
20624 \series bold
20625
20626 \backslash
20627 newcolumntype
20628 \end_layout
20629
20630 \end_inset
20631
20632 m{(#1+(2
20633 \backslash
20634 tabcolsep+
20635 \backslash
20636 arrayrulewidth)*(1-#2))/#2}}
20637 \end_layout
20638
20639 \begin_layout Standard
20640 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20641 \begin_inset CommandInset ref
20642 LatexCommand eqref
20643 reference "eq:Wgn"
20644
20645 \end_inset
20646
20647 式を使用しています。
20648 \end_layout
20649
20650 \begin_layout Standard
20651 こうしておけば、当該セルの\SpecialChar LaTeX
20652 引数に
20653 \end_layout
20654
20655 \begin_layout Standard
20656
20657 \series bold
20658 S{連結列セルの幅}{連結列セルがまたがる列の数}
20659 \end_layout
20660
20661 \begin_layout Standard
20662 と入力するだけですみます。
20663 \end_layout
20664
20665 \begin_layout Standard
20666 \begin_inset VSpace bigskip
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \begin_layout Standard
20673 色付き列については、以下のように定義するとよいでしょう。
20674 \end_layout
20675
20676 \begin_layout Standard
20677
20678 \series bold
20679
20680 \backslash
20681 newcolumntype{K}[1]{>{
20682 \backslash
20683 columncolor{#1}
20684 \backslash
20685 hspace{0pt}}c}
20686 \end_layout
20687
20688 \begin_layout Standard
20689 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、\SpecialChar LaTeX
20690 引数に
20691 \end_layout
20692
20693 \begin_layout Standard
20694
20695 \series bold
20696 K{色名}
20697 \end_layout
20698
20699 \begin_layout Standard
20700 と入力します。
20701 \end_layout
20702
20703 \begin_layout Standard
20704 \begin_inset VSpace bigskip
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \begin_layout Standard
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand ref
20714 reference "tab:ユーザー定義の表書式"
20715
20716 \end_inset
20717
20718 を生成するには、第1列と連結列に\SpecialChar LaTeX
20719 引数として
20720 \end_layout
20721
20722 \begin_layout Standard
20723
20724 \series bold
20725 M{2.5cm}
20726 \end_layout
20727
20728 \begin_layout Standard
20729 を指定し、最終列に
20730 \end_layout
20731
20732 \begin_layout Standard
20733
20734 \series bold
20735 K{red}
20736 \end_layout
20737
20738 \begin_layout Standard
20739 そして第2列の各セルに
20740 \end_layout
20741
20742 \begin_layout Standard
20743
20744 \series bold
20745 S{2.5cm}{2}
20746 \end_layout
20747
20748 \begin_layout Standard
20749 と指定します。
20750 \end_layout
20751
20752 \begin_layout Standard
20753 \begin_inset Float table
20754 placement h
20755 wide false
20756 sideways false
20757 status open
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Caption Standard
20761
20762 \begin_layout Plain Layout
20763 \begin_inset CommandInset label
20764 LatexCommand label
20765 name "tab:ユーザー定義の表書式"
20766
20767 \end_inset
20768
20769 ユーザー定義の表書式を使用した表
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Plain Layout
20778 \align center
20779 \begin_inset Tabular
20780 <lyxtabular version="3" rows="3" columns="4">
20781 <features tabularvalignment="middle">
20782 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20783 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20784 <column alignment="center" valignment="middle">
20785 <column alignment="center" valignment="middle" special="K{red}">
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 とても長い表セル中の単語
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 複数行の連結列
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 </lyxtabular>
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \begin_layout Subsection
20913 罫線幅
20914 \begin_inset CommandInset label
20915 LatexCommand label
20916 name "subsec:罫線幅"
20917
20918 \end_inset
20919
20920
20921 \begin_inset Index idx
20922 status collapsed
20923
20924 \begin_layout Plain Layout
20925 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20926 \end_layout
20927
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \begin_layout Standard
20934 表中のすべての罫線の罫線幅を調整するには、長さ
20935 \series bold
20936
20937 \backslash
20938 arrayrulewidth
20939 \series default
20940 を使用します。たとえば、表
20941 \begin_inset CommandInset ref
20942 LatexCommand ref
20943 reference "tab:Table-with-1.5"
20944
20945 \end_inset
20946
20947 のように罫線幅を1.5
20948 \begin_inset space \thinspace{}
20949 \end_inset
20950
20951 ptにするには、表や表フロートの前に\SpecialChar TeX
20952 コードで
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 setlength{
20961 \backslash
20962 arrayrulewidth}{1.5pt}
20963 \end_layout
20964
20965 \begin_layout Standard
20966 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前に\SpecialChar TeX
20967 コードで
20968 \series bold
20969
20970 \backslash
20971 arrayrulewidth
20972 \series default
20973 を0.4
20974 \begin_inset space \thinspace{}
20975 \end_inset
20976
20977 ptに設定してください。
20978 \end_layout
20979
20980 \begin_layout Standard
20981 \begin_inset ERT
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985
20986
20987 \backslash
20988 setlength{
20989 \backslash
20990 arrayrulewidth}{1.5pt}
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \begin_inset Float table
20997 wide false
20998 sideways false
20999 status open
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Caption Standard
21003
21004 \begin_layout Plain Layout
21005 \begin_inset CommandInset label
21006 LatexCommand label
21007 name "tab:Table-with-1.5"
21008
21009 \end_inset
21010
21011 1.5
21012 \begin_inset space \thinspace{}
21013 \end_inset
21014
21015 pt幅罫線の表
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Plain Layout
21024 \align center
21025 \begin_inset Tabular
21026 <lyxtabular version="3" rows="3" columns="3">
21027 <features tabularvalignment="middle">
21028 <column alignment="center" valignment="top">
21029 <column alignment="center" valignment="top">
21030 <column alignment="center" valignment="top">
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 sd
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 sd
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 </row>
21089 <row>
21090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 sd
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 </lyxtabular>
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \begin_inset ERT
21129 status collapsed
21130
21131 \begin_layout Plain Layout
21132
21133
21134 \backslash
21135 setlength{
21136 \backslash
21137 arrayrulewidth}{0.4pt}
21138 \end_layout
21139
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \begin_layout Standard
21146 \begin_inset VSpace bigskip
21147 \end_inset
21148
21149
21150 \begin_inset CommandInset ref
21151 LatexCommand ref
21152 reference "tab:1.5pt幅横罫"
21153
21154 \end_inset
21155
21156 のように横罫だけを1.5
21157 \begin_inset space \thinspace{}
21158 \end_inset
21159
21160 pt幅にするには、表または表フロートの前に\SpecialChar TeX
21161 コードとして以下のコマンドを挿入してください。
21162 \end_layout
21163
21164 \begin_layout Standard
21165
21166 \series bold
21167
21168 \backslash
21169 let
21170 \backslash
21171 myHline
21172 \backslash
21173 hline
21174 \begin_inset Newline newline
21175 \end_inset
21176
21177
21178 \backslash
21179 renewcommand{
21180 \backslash
21181 hline}
21182 \begin_inset Newline newline
21183 \end_inset
21184
21185  {
21186 \backslash
21187 noalign{
21188 \backslash
21189 global
21190 \backslash
21191 arrayrulewidth 1.5pt}
21192 \begin_inset Newline newline
21193 \end_inset
21194
21195  
21196 \backslash
21197 myHline
21198 \backslash
21199 noalign{
21200 \backslash
21201 global
21202 \backslash
21203 arrayrulewidth 0.4pt}}
21204 \end_layout
21205
21206 \begin_layout Standard
21207 既定幅に戻すには、表または表フロートの後に\SpecialChar TeX
21208 コードとして以下のコマンドを挿入します。
21209 \end_layout
21210
21211 \begin_layout Standard
21212
21213 \series bold
21214
21215 \backslash
21216 renewcommand{
21217 \backslash
21218 hline}{
21219 \backslash
21220 myHline}
21221 \end_layout
21222
21223 \begin_layout Standard
21224 \begin_inset ERT
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228
21229
21230 \backslash
21231 let
21232 \backslash
21233 myHline
21234 \backslash
21235 hline
21236 \end_layout
21237
21238 \begin_layout Plain Layout
21239
21240
21241 \backslash
21242 renewcommand{
21243 \backslash
21244 hline}
21245 \end_layout
21246
21247 \begin_layout Plain Layout
21248
21249  {
21250 \backslash
21251 noalign{
21252 \backslash
21253 global
21254 \backslash
21255 arrayrulewidth 1.5pt}
21256 \end_layout
21257
21258 \begin_layout Plain Layout
21259
21260   
21261 \backslash
21262 myHline
21263 \backslash
21264 noalign{
21265 \backslash
21266 global
21267 \backslash
21268 arrayrulewidth 0.4pt}}
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \begin_inset Float table
21275 wide false
21276 sideways false
21277 status open
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Caption Standard
21281
21282 \begin_layout Plain Layout
21283 \begin_inset CommandInset label
21284 LatexCommand label
21285 name "tab:1.5pt幅横罫"
21286
21287 \end_inset
21288
21289 1.5
21290 \begin_inset space \thinspace{}
21291 \end_inset
21292
21293 pt幅横罫の表
21294 \end_layout
21295
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \begin_layout Plain Layout
21302 \align center
21303 \begin_inset Tabular
21304 <lyxtabular version="3" rows="3" columns="3">
21305 <features tabularvalignment="middle">
21306 <column alignment="center" valignment="top">
21307 <column alignment="center" valignment="top">
21308 <column alignment="center" valignment="top">
21309 <row>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 sd
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 </row>
21338 <row>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 sd
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 sd
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 </lyxtabular>
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \begin_inset ERT
21407 status collapsed
21408
21409 \begin_layout Plain Layout
21410
21411
21412 \backslash
21413 renewcommand{
21414 \backslash
21415 hline}{
21416 \backslash
21417 myHline}
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Standard
21426 \begin_inset VSpace bigskip
21427 \end_inset
21428
21429 縦罫だけを1.5
21430 \begin_inset space \thinspace{}
21431 \end_inset
21432
21433 pt幅にするには、第
21434 \begin_inset CommandInset ref
21435 LatexCommand ref
21436 reference "subsec:自製書式"
21437
21438 \end_inset
21439
21440 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21441 \end_layout
21442
21443 \begin_layout Standard
21444
21445 \series bold
21446
21447 \backslash
21448 newcolumntype{V}{!{
21449 \backslash
21450 vrule width 1.5pt}}
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \begin_inset CommandInset ref
21456 LatexCommand ref
21457 reference "tab:1.5pt幅縦罫"
21458
21459 \end_inset
21460
21461 を作るには、最右列に\SpecialChar LaTeX
21462 引数
21463 \end_layout
21464
21465 \begin_layout Standard
21466
21467 \series bold
21468 VcV
21469 \end_layout
21470
21471 \begin_layout Standard
21472 を指定し、他の列には
21473 \end_layout
21474
21475 \begin_layout Standard
21476
21477 \series bold
21478 Vc
21479 \end_layout
21480
21481 \begin_layout Standard
21482 を指定します。
21483 \end_layout
21484
21485 \begin_layout Standard
21486 \begin_inset Float table
21487 wide false
21488 sideways false
21489 status open
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Caption Standard
21493
21494 \begin_layout Plain Layout
21495 \begin_inset CommandInset label
21496 LatexCommand label
21497 name "tab:1.5pt幅縦罫"
21498
21499 \end_inset
21500
21501 1.5
21502 \begin_inset space \thinspace{}
21503 \end_inset
21504
21505 pt幅縦罫の表
21506 \end_layout
21507
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \begin_layout Plain Layout
21514 \align center
21515 \begin_inset Tabular
21516 <lyxtabular version="3" rows="3" columns="3">
21517 <features tabularvalignment="middle">
21518 <column alignment="center" valignment="top" special="Vc">
21519 <column alignment="center" valignment="top" special="Vc">
21520 <column alignment="center" valignment="top" special="VcV">
21521 <row>
21522 <cell alignment="center" valignment="top" topline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 sd
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" topline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" topline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 sd
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" topline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 sd
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 </lyxtabular>
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \begin_layout Subsection
21621 点罫
21622 \begin_inset Index idx
21623 status collapsed
21624
21625 \begin_layout Plain Layout
21626 ひょうのちょうせい@表の調整 ! てんけい@点罫
21627 \end_layout
21628
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \begin_layout Standard
21635 \begin_inset ERT
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639
21640
21641 \backslash
21642 ifarydshln
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \begin_inset Note Note
21649 status open
21650
21651 \begin_layout Plain Layout
21652 この節は、\SpecialChar LaTeX
21653 パッケージ
21654 \series bold
21655 arydshln
21656 \series default
21657 が導入済みの時のみ表示されます。
21658 \end_layout
21659
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \begin_layout Standard
21666 \begin_inset Float table
21667 placement H
21668 wide false
21669 sideways false
21670 status open
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Caption Standard
21674
21675 \begin_layout Plain Layout
21676 \begin_inset CommandInset label
21677 LatexCommand label
21678 name "tab:点罫表"
21679
21680 \end_inset
21681
21682 点罫を使用した表
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Plain Layout
21691 \align center
21692 \begin_inset Tabular
21693 <lyxtabular version="3" rows="5" columns="5">
21694 <features tabularvalignment="middle">
21695 <column alignment="center" valignment="top">
21696 <column alignment="center" valignment="top">
21697 <column alignment="center" valignment="top" special=":c">
21698 <column alignment="center" valignment="top">
21699 <column alignment="center" valignment="top">
21700 <row>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 <row>
21748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 hdashline 
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 </row>
21853 <row>
21854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset ERT
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862
21863
21864 \backslash
21865 cdashline{4-5}
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 </row>
21912 <row>
21913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 </lyxtabular>
21960
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Standard
21972 \SpecialChar LyX
21973 は点罫を自前ではサポートしません。そこで\SpecialChar TeX
21974 コードを使用する必要があります。必須要件として、文書プリアンブル中に
21975 \end_layout
21976
21977 \begin_layout Standard
21978
21979 \series bold
21980
21981 \backslash
21982 usepackage{arydshln}
21983 \end_layout
21984
21985 \begin_layout Standard
21986 というコマンドを書き、\SpecialChar LaTeX
21987 パッケージの
21988 \series bold
21989 arydshln
21990 \series default
21991
21992 \begin_inset Index idx
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996 \SpecialChar LaTeX
21997 ぱっけーじ@\SpecialChar LaTeX
21998 パッケージ ! arydshln
21999 \end_layout
22000
22001 \end_inset
22002
22003 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログの\SpecialChar LaTeX
22004 変数として、水平揃え用の文字とともにコロン「:」を入力してください。
22005 \end_layout
22006
22007 \begin_layout Standard
22008 横点罫を得るには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22009 コードで
22010 \end_layout
22011
22012 \begin_layout Standard
22013
22014 \series bold
22015
22016 \backslash
22017 hdashline
22018 \end_layout
22019
22020 \begin_layout Standard
22021 というコマンドを加えてください。
22022 \end_layout
22023
22024 \begin_layout Standard
22025 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22026 コードで
22027 \end_layout
22028
22029 \begin_layout Standard
22030
22031 \series bold
22032
22033 \backslash
22034 cdashline{列番号
22035 \series default
22036 }
22037 \end_layout
22038
22039 \begin_layout Standard
22040 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22041 \end_layout
22042
22043 \begin_layout Standard
22044
22045 \series bold
22046
22047 \backslash
22048 cdashline{2-4}
22049 \end_layout
22050
22051 \begin_layout Standard
22052 なるコマンドを置いてください。
22053 \end_layout
22054
22055 \begin_layout Standard
22056 \begin_inset VSpace bigskip
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Standard
22063
22064 \begin_inset CommandInset ref
22065 LatexCommand ref
22066 reference "tab:点罫表"
22067
22068 \end_inset
22069
22070 は、第3列の\SpecialChar LaTeX
22071 変数に「:c」を指定して作られています。第3行の最初のセルには、\SpecialChar TeX
22072 コードのコマンド
22073 \series bold
22074
22075 \backslash
22076 hdashline
22077 \series default
22078 が挿れられており、第4行の最初のセルには、\SpecialChar TeX
22079 コードのコマンド
22080 \begin_inset Newline newline
22081 \end_inset
22082
22083  
22084 \series bold
22085
22086 \backslash
22087 cdashline{4-5}
22088 \series default
22089 が挿れられています。
22090 \end_layout
22091
22092 \begin_layout Standard
22093 \begin_inset VSpace bigskip
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 点罫を持つ表も、表
22101 \begin_inset CommandInset ref
22102 LatexCommand ref
22103 reference "tab:Colored-table-with"
22104
22105 \end_inset
22106
22107 のように色付けをすることができます。
22108 \end_layout
22109
22110 \begin_layout Standard
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 setlength{
22119 \backslash
22120 arrayrulewidth}{1pt}
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \begin_inset Note Note
22127 status collapsed
22128
22129 \begin_layout Plain Layout
22130 罫線色が見易いように線を太く
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \begin_layout Standard
22139 \begin_inset ERT
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143
22144
22145 \backslash
22146 dashgapcolor{green}
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \begin_inset Note Note
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 緑点罫の間の色付き余白
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \begin_inset ERT
22166 status collapsed
22167
22168 \begin_layout Plain Layout
22169
22170
22171 \backslash
22172 let
22173 \backslash
22174 myHdashline
22175 \backslash
22176 hdashline
22177 \end_layout
22178
22179 \begin_layout Plain Layout
22180
22181
22182 \backslash
22183 renewcommand{
22184 \backslash
22185 hdashline}
22186 \end_layout
22187
22188 \begin_layout Plain Layout
22189
22190  {
22191 \backslash
22192 arrayrulecolor{red}
22193 \backslash
22194 myHdashline
22195 \backslash
22196 arrayrulecolor{black}}
22197 \end_layout
22198
22199 \end_inset
22200
22201
22202 \begin_inset Note Note
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206 色付き水平線・点罫赤
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \begin_inset ERT
22216 status collapsed
22217
22218 \begin_layout Plain Layout
22219
22220
22221 \backslash
22222 let
22223 \backslash
22224 myCdashline
22225 \backslash
22226 cdashline
22227 \end_layout
22228
22229 \begin_layout Plain Layout
22230
22231
22232 \backslash
22233 renewcommand{
22234 \backslash
22235 cdashline}[1]
22236 \end_layout
22237
22238 \begin_layout Plain Layout
22239
22240  {
22241 \backslash
22242 arrayrulecolor{yellow}
22243 \backslash
22244 myCdashline{#1}
22245 \backslash
22246 arrayrulecolor{black}}
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \begin_inset Note Note
22253 status collapsed
22254
22255 \begin_layout Plain Layout
22256 色付き部分水平線・点罫黄色
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Standard
22265 \begin_inset Float table
22266 placement h
22267 wide false
22268 sideways false
22269 status open
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Caption Standard
22273
22274 \begin_layout Plain Layout
22275 \begin_inset CommandInset label
22276 LatexCommand label
22277 name "tab:Colored-table-with"
22278
22279 \end_inset
22280
22281 点罫線の色付き表
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Plain Layout
22290 \align center
22291 \begin_inset Tabular
22292 <lyxtabular version="3" rows="5" columns="5">
22293 <features tabularvalignment="middle">
22294 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22295 <column alignment="center" valignment="top" width="0pt">
22296 <column alignment="center" valignment="top" width="0pt" special=":c">
22297 <column alignment="center" valignment="top">
22298 <column alignment="center" valignment="top">
22299 <row>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 <cell alignment="center" valignment="top" topline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 <row>
22394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402
22403
22404 \backslash
22405 hdashline 
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \begin_inset ERT
22412 status collapsed
22413
22414 \begin_layout Plain Layout
22415
22416
22417 \backslash
22418 rowcolor{Gray}
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475
22476 \backslash
22477 cdashline{4-5}
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 <row>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset ERT
22566 status collapsed
22567
22568 \begin_layout Plain Layout
22569
22570
22571 \backslash
22572 cellcolor{Maroon}
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 </lyxtabular>
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Standard
22596 \begin_inset ERT
22597 status collapsed
22598
22599 \begin_layout Plain Layout
22600
22601
22602 \backslash
22603 renewcommand{
22604 \backslash
22605 hdashline}{
22606 \backslash
22607 myHdashline}
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset Note Note
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617 既定値に戻す
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Standard
22626 \begin_inset ERT
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630
22631
22632 \backslash
22633 renewcommand{
22634 \backslash
22635 cdashline}{
22636 \backslash
22637 myCdashline}
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \begin_inset Note Note
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647 既定値に戻す
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656 \begin_inset ERT
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660
22661
22662 \backslash
22663 nodashgapcolor
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \begin_inset Note Note
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673 既定値に戻す
22674 \end_layout
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \begin_layout Standard
22682 \begin_inset ERT
22683 status collapsed
22684
22685 \begin_layout Plain Layout
22686
22687
22688 \backslash
22689 setlength{
22690 \backslash
22691 arrayrulewidth}{0.4pt}
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \begin_inset Note Note
22698 status collapsed
22699
22700 \begin_layout Plain Layout
22701 既定値に戻す
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 行や列、罫線の着色は、第
22711 \begin_inset CommandInset ref
22712 LatexCommand ref
22713 reference "sec:色付きの表"
22714
22715 \end_inset
22716
22717 節に述べられているように動作します。水平線の着色も、
22718 \series bold
22719
22720 \backslash
22721 myHlineC
22722 \series default
22723 コマンドを
22724 \series bold
22725
22726 \backslash
22727 myHdashline
22728 \series default
22729 に置き換え、
22730 \series bold
22731
22732 \backslash
22733 hline
22734 \series default
22735
22736 \series bold
22737
22738 \backslash
22739 hdashline
22740 \series default
22741 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22742 \end_layout
22743
22744 \begin_layout Standard
22745
22746 \series bold
22747
22748 \backslash
22749 let
22750 \backslash
22751 myHdashline
22752 \backslash
22753 hdashline
22754 \begin_inset Newline newline
22755 \end_inset
22756
22757
22758 \backslash
22759 renewcommand{
22760 \backslash
22761 hdashline}
22762 \begin_inset Newline newline
22763 \end_inset
22764
22765
22766 \begin_inset Phantom HPhantom
22767 status open
22768
22769 \begin_layout Plain Layout
22770 \begin_inset space ~
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777
22778 {
22779 \backslash
22780 arrayrulecolor{red}
22781 \backslash
22782 myHdashline
22783 \backslash
22784 arrayrulecolor{black}}
22785 \end_layout
22786
22787 \begin_layout Standard
22788
22789 \series bold
22790
22791 \backslash
22792 cdashline
22793 \series default
22794 に色をつけるならば、コマンドは
22795 \end_layout
22796
22797 \begin_layout Standard
22798
22799 \series bold
22800
22801 \backslash
22802 let
22803 \backslash
22804 myCdashline
22805 \backslash
22806 cdashline
22807 \begin_inset Newline newline
22808 \end_inset
22809
22810
22811 \backslash
22812 renewcommand{
22813 \backslash
22814 cdashline}[1]
22815 \begin_inset Newline newline
22816 \end_inset
22817
22818
22819 \begin_inset Phantom HPhantom
22820 status open
22821
22822 \begin_layout Plain Layout
22823 \begin_inset space ~
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830
22831 {
22832 \backslash
22833 arrayrulecolor{red}
22834 \backslash
22835 myCdashline{#1}
22836 \backslash
22837 arrayrulecolor{black}}
22838 \end_layout
22839
22840 \begin_layout Standard
22841 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろに\SpecialChar TeX
22842 コードで挿入する必要があります。
22843 \end_layout
22844
22845 \begin_layout Standard
22846
22847 \series bold
22848
22849 \backslash
22850 hdashline
22851 \series default
22852 の場合は
22853 \end_layout
22854
22855 \begin_layout Standard
22856
22857 \series bold
22858
22859 \backslash
22860 renewcommand{
22861 \backslash
22862 hdashline}{
22863 \backslash
22864 myHdashline}
22865 \end_layout
22866
22867 \begin_layout Standard
22868 とし、
22869 \series bold
22870
22871 \backslash
22872 cdashline
22873 \series default
22874 の場合は
22875 \end_layout
22876
22877 \begin_layout Standard
22878
22879 \series bold
22880
22881 \backslash
22882 renewcommand{
22883 \backslash
22884 cdashline}{
22885 \backslash
22886 myCdashline}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 としてください。点線の間の余白に色をつけるには、表の前に\SpecialChar TeX
22891 コードで
22892 \end_layout
22893
22894 \begin_layout Standard
22895
22896 \series bold
22897
22898 \backslash
22899 dashgapcolor{色}
22900 \end_layout
22901
22902 \begin_layout Standard
22903 とすれば良いです。ここで「色」は、定義済みの色名です。
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909
22910 \backslash
22911 nodashgapcolor
22912 \end_layout
22913
22914 \begin_layout Standard
22915 というコマンドは、
22916 \series bold
22917
22918 \backslash
22919 dashgapcolor
22920 \series default
22921 が行った変更を元に戻します。
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset Note Greyedout
22926 status open
22927
22928 \begin_layout Plain Layout
22929
22930 \series bold
22931 【註】
22932 \series default
22933 1つのセル中に複数のコマンドがある場合、
22934 \series bold
22935 arydshln
22936 \series default
22937 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22938 \begin_inset CommandInset ref
22939 LatexCommand ref
22940 reference "tab:Colored-table-with"
22941
22942 \end_inset
22943
22944 のセル
22945 \emph on
22946 k
22947 \emph default
22948 では、
22949 \series bold
22950
22951 \backslash
22952 hdashline
22953 \series default
22954 コマンドが
22955 \series bold
22956
22957 \backslash
22958 rowcolor
22959 \series default
22960 の前に来ています。
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset Note Greyedout
22970 status open
22971
22972 \begin_layout Plain Layout
22973
22974 \series bold
22975 【註】
22976 \series default
22977 \SpecialChar LaTeX
22978 パッケージ
22979 \series bold
22980 arydshln
22981 \series default
22982 は、文書プリアンブル中で\SpecialChar LaTeX
22983 パッケージ
22984 \series bold
22985 colortbl
22986 \series default
22987
22988 \begin_inset Index idx
22989 status collapsed
22990
22991 \begin_layout Plain Layout
22992 \SpecialChar LaTeX
22993 ぱっけーじ@\SpecialChar LaTeX
22994 パッケージ ! colortbl
22995 \end_layout
22996
22997 \end_inset
22998
22999 よりも前に読み込まれている必要があります。
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \begin_inset ERT
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012
23013
23014 \backslash
23015 else
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \begin_inset Note Note
23022 status open
23023
23024 \begin_layout Plain Layout
23025 以下は、\SpecialChar LaTeX
23026 パッケージ
23027 \series bold
23028 arydshln
23029 \series default
23030 が導入済みでないときに表示されます。
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 本節の内容を出力に表示するためには、
23040 \series bold
23041 arydshln
23042 \series default
23043 パッケージを導入しなくてはなりません。
23044 \end_layout
23045
23046 \begin_layout Standard
23047 \begin_inset ERT
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051
23052
23053 \backslash
23054 fi
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Standard
23063 点罫について詳しい情報は、
23064 \series bold
23065 arydshln
23066 \series default
23067 の取扱説明書
23068 \begin_inset CommandInset citation
23069 LatexCommand cite
23070 key "arydshln"
23071
23072 \end_inset
23073
23074 をご覧ください。
23075 \end_layout
23076
23077 \begin_layout Chapter
23078 フロート
23079 \begin_inset CommandInset label
23080 LatexCommand label
23081 name "chap:フロート"
23082
23083 \end_inset
23084
23085
23086 \begin_inset Index idx
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 ふろーと@フロート
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Section
23099 はじめに
23100 \begin_inset CommandInset label
23101 LatexCommand label
23102 name "sec:フロートはじめに"
23103
23104 \end_inset
23105
23106
23107 \begin_inset Index idx
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111 ふろーと@フロート ! はじめに
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23121 ート)ことができます。
23122 \family sans
23123 脚注
23124 \family default
23125
23126 \family sans
23127 傍注
23128 \family default
23129 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23130 \end_layout
23131
23132 \begin_layout Standard
23133 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23134 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23135 ートには連番が割り当てられます。参照については、第
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "sec:フロートの参照"
23139
23140 \end_inset
23141
23142 節で述べられています。
23143 \end_layout
23144
23145 \begin_layout Standard
23146 フロートを挿入するには、
23147 \family sans
23148 挿入\SpecialChar menuseparator
23149 フロート
23150 \family default
23151 メニュー(
23152 \begin_inset Info
23153 type  "icon"
23154 arg   "float-insert figure"
23155 \end_inset
23156
23157 または
23158 \begin_inset Info
23159 type  "icon"
23160 arg   "float-insert table"
23161 \end_inset
23162
23163 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
23164 \family sans
23165 キャプション
23166 \family default
23167 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
23168 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
23169 \begin_inset CommandInset ref
23170 LatexCommand ref
23171 reference "sec:キャプションの配置"
23172
23173 \end_inset
23174
23175 節に述べられています。また、\SpecialChar LyX
23176 文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになっています。
23177 畳んだフロートボックスは、
23178 \begin_inset Graphics
23179         filename clipart/floatQt4.png
23180         scale 70
23181         scaleBeforeRotation
23182
23183 \end_inset
23184
23185 のように、灰色ボタンに赤字ラベルで表示されます。
23186 \end_layout
23187
23188 \begin_layout Standard
23189 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
23190 エラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23191 \end_layout
23192
23193 \begin_layout Standard
23194 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23195 \end_layout
23196
23197 \begin_layout Section
23198 フロート型
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \SpecialChar LyX
23203 には、第
23204 \begin_inset CommandInset ref
23205 LatexCommand ref
23206 reference "sec:図フロート"
23207
23208 \end_inset
23209
23210 節および第
23211 \begin_inset CommandInset ref
23212 LatexCommand ref
23213 reference "sec:表フロート"
23214
23215 \end_inset
23216
23217 節で各々説明されている図フロートと表フロート以外に、
23218 \family sans
23219 アルゴリズム型
23220 \series bold
23221
23222 \series default
23223 折返し型
23224 \family default
23225 のフロート型があります。後者は、第
23226 \begin_inset CommandInset ref
23227 LatexCommand ref
23228 reference "sec:折返しフロート"
23229
23230 \end_inset
23231
23232 節に説明があります。
23233 \end_layout
23234
23235 \begin_layout Subsection
23236 アルゴリズムフロート
23237 \begin_inset Index idx
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241 ふろーと@フロート ! あるごりずむ@アルゴリズム
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 \begin_inset Float algorithm
23251 placement h
23252 wide false
23253 sideways false
23254 status open
23255
23256 \begin_layout Plain Layout
23257 \begin_inset Caption Standard
23258
23259 \begin_layout Plain Layout
23260 \begin_inset CommandInset label
23261 LatexCommand label
23262 name "alg:アルゴリズムフロートの例"
23263
23264 \end_inset
23265
23266 アルゴリズムフロートの例
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout LyX-Code
23275 for I in 1..N loop
23276 \begin_inset Newline newline
23277 \end_inset
23278
23279  Sum:= Sum + A(I); /*comment*/
23280 \begin_inset Newline newline
23281 \end_inset
23282
23283 end loop
23284 \begin_inset VSpace -4mm
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 このフロート型は、
23297 \family sans
23298 挿入
23299 \shape up
23300 \SpecialChar menuseparator
23301 フロート\SpecialChar menuseparator
23302 アルゴリズム
23303 \family default
23304 \shape default
23305 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23306 \begin_inset CommandInset ref
23307 LatexCommand ref
23308 reference "cha:プログラムコードリスト"
23309
23310 \end_inset
23311
23312 章で説明されているプログラムコードリストの代わりとみなすことができます。
23313 \emph on
23314 \SpecialChar LyX
23315 ユーザーの手引き
23316 \emph default
23317 に述べられているように、アルゴリズム向けの環境としては、
23318 \family sans
23319 \SpecialChar LyX
23320 コード
23321 \family default
23322 があります。 アルゴリズム
23323 \begin_inset CommandInset ref
23324 LatexCommand ref
23325 reference "alg:アルゴリズムフロートの例"
23326
23327 \end_inset
23328
23329 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23330 \begin_inset space \thinspace{}
23331 \end_inset
23332
23333 mmの垂直空白が入れてあります。
23334 \end_layout
23335
23336 \begin_layout Standard
23337 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23338 \end_layout
23339
23340 \begin_layout Standard
23341
23342 \series bold
23343
23344 \backslash
23345 floatname{algorithm}{付けたい名称}
23346 \end_layout
23347
23348 \begin_layout Standard
23349 という行を手動で加える必要があります。ここで
23350 \family sans
23351 \series bold
23352 付けたい名称
23353 \family default
23354 \series default
23355 には、お使いの言語で「
23356 \emph on
23357 algorithm
23358 \emph default
23359 」に対応する単語を指定します。
23360 \end_layout
23361
23362 \begin_layout Standard
23363 アルゴリズム一覧を挿入するには、文書言語が\SpecialChar LyX
23364 のメニューに表示されている言語と同じであるならば、
23365 \family sans
23366 挿入\SpecialChar menuseparator
23367 一覧/目次\SpecialChar menuseparator
23368 アルゴリズム一覧
23369 \family default
23370 メニューを使用します。それ以外の場合には、代わりに
23371 \end_layout
23372
23373 \begin_layout Standard
23374
23375 \series bold
23376
23377 \backslash
23378 listof{algorithm}{付けたい名称}
23379 \end_layout
23380
23381 \begin_layout Standard
23382 というコマンドを\SpecialChar TeX
23383 コードとして用います。ここで
23384 \family sans
23385 付けたい名称
23386 \family default
23387 とは、「
23388 \emph on
23389 List of Algorithm
23390 \emph default
23391 s」という単語に相当する、ご使用になりたい言語での単語です。
23392 \end_layout
23393
23394 \begin_layout Standard
23395 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23396 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23397 \end_layout
23398
23399 \begin_layout Standard
23400
23401 \series bold
23402
23403 \backslash
23404 numberwithin{algorithm}{chapter}
23405 \end_layout
23406
23407 \begin_layout Standard
23408 というコマンドを追加してください。
23409 \series bold
23410
23411 \backslash
23412 numberwithin
23413 \series default
23414 というコマンドを使用するには、文書設定の
23415 \family sans
23416 数式オプション
23417 \family default
23418 タブで
23419 \family sans
23420 AMS mathパッケージを使用する
23421 \family default
23422 オプションを有効にしてください。
23423 \end_layout
23424
23425 \begin_layout Section
23426 フロートの連番
23427 \begin_inset Index idx
23428 status collapsed
23429
23430 \begin_layout Plain Layout
23431 ふろーと@フロート ! れんばん@連番
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23441 て変わります。
23442 \end_layout
23443
23444 \begin_layout Standard
23445 節から独立して付けられている連番を変更するには、文書プリアンブルで
23446 \end_layout
23447
23448 \begin_layout Standard
23449
23450 \series bold
23451
23452 \backslash
23453 renewcommand{
23454 \backslash
23455 thetable}{
23456 \backslash
23457 roman{table}}
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463 というコマンドを使うと良いでしょう。
23464 \backslash
23465 thetable
23466 \series default
23467 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23468 \series bold
23469
23470 \backslash
23471 thefigure
23472 \series default
23473 コマンドを使用します。上のコマンドで使用されている
23474 \series bold
23475
23476 \backslash
23477 roman
23478 \series default
23479 は、表番号を小文字のローマ数字で印字するコマンドです。
23480 \end_layout
23481
23482 \begin_layout Standard
23483 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23484 \end_layout
23485
23486 \begin_layout Standard
23487
23488 \series bold
23489
23490 \backslash
23491 numberwithin{table}{subsection}
23492 \end_layout
23493
23494 \begin_layout Standard
23495 というコマンドを使用してください。
23496 \series bold
23497
23498 \backslash
23499 numberwithin
23500 \series default
23501 コマンドを使用可能にするためには、文書設定の
23502 \family sans
23503 数式オプション
23504 \family default
23505 タブで、
23506 \family sans
23507 AMS
23508 \begin_inset space ~
23509 \end_inset
23510
23511 math数式パッケージを使用する
23512 \family default
23513 を使用します。
23514 \end_layout
23515
23516 \begin_layout Standard
23517 連番コマンドについての詳細と大切な注意点については、第
23518 \begin_inset CommandInset ref
23519 LatexCommand ref
23520 reference "subsec:脚注の付番"
23521
23522 \end_inset
23523
23524 節もご覧ください。
23525 \end_layout
23526
23527 \begin_layout Section
23528 フロートの参照
23529 \begin_inset CommandInset label
23530 LatexCommand label
23531 name "sec:フロートの参照"
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 \begin_inset Index idx
23547 status collapsed
23548
23549 \begin_layout Plain Layout
23550 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Standard
23559 フロートを参照するには、
23560 \family sans
23561 挿入\SpecialChar menuseparator
23562 ラベル
23563 \family default
23564 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23565 \begin_inset Graphics
23566         filename clipart/labelQt4.png
23567         scaleBeforeRotation
23568
23569 \end_inset
23570
23571 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。\SpecialChar LyX
23572 は、キャプションの最初の数単語に前置句をつけたも
23573 のを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23574 \family sans
23575 fig:
23576 \family default
23577 」という前置句がつけられます。
23578 \end_layout
23579
23580 \begin_layout Standard
23581 ラベルは、参照のための名称兼位置標として用いられます。
23582 \family sans
23583 挿入\SpecialChar menuseparator
23584 相互参照
23585 \family default
23586 メニューかツールバーボタン
23587 \family sans
23588
23589 \begin_inset Info
23590 type  "icon"
23591 arg   "dialog-show-new-inset ref"
23592 \end_inset
23593
23594
23595 \family default
23596 を使えば、ラベルを参照することができます。
23597 \begin_inset Graphics
23598         filename clipart/referenceQt4.png
23599         scale 85
23600         scaleBeforeRotation
23601
23602 \end_inset
23603
23604 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数の\SpecialChar LyX
23605 文書が開かれている場合には、ダイアログの上方にある
23606 ドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示されます
23607
23608 \end_layout
23609
23610 \begin_layout Standard
23611 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23612 出力では、参照の代わりに二つの疑問符が表示されることになります。
23613 \end_layout
23614
23615 \begin_layout Standard
23616 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23617 で、リンクの更新に手間を割く必要はありません。
23618 \end_layout
23619
23620 \begin_layout Standard
23621 相互参照ウィンドウの
23622 \family sans
23623 ラベルへ移動
23624 \family default
23625 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23626 \family sans
23627 戻る
23628 \family default
23629 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23630 \end_layout
23631
23632 \begin_layout Subsection
23633 相互参照の書式
23634 \begin_inset CommandInset label
23635 LatexCommand label
23636 name "subsec:相互参照の書式"
23637
23638 \end_inset
23639
23640
23641 \begin_inset Index idx
23642 status collapsed
23643
23644 \begin_layout Plain Layout
23645 さんしょう@参照 ! しょしき@書式
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 相互参照には、以下の6種類があります。
23655 \end_layout
23656
23657 \begin_layout Description
23658 <参照>: これはフロート番号を表示します。これが既定値です。例:
23659 \begin_inset CommandInset ref
23660 LatexCommand ref
23661 reference "fig:歪められた二つの像"
23662
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \begin_layout Description
23669 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23670 例:
23671 \begin_inset CommandInset ref
23672 LatexCommand eqref
23673 reference "eq:Wgn"
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Description
23681 <参照ページ>: これはページ番号を表示します。例:Page
23682 \begin_inset space ~
23683 \end_inset
23684
23685
23686 \begin_inset CommandInset ref
23687 LatexCommand pageref
23688 reference "fig:歪められた二つの像"
23689
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \begin_layout Description
23696 on
23697 \begin_inset space ~
23698 \end_inset
23699
23700 page
23701 \begin_inset space ~
23702 \end_inset
23703
23704 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23705 \begin_inset CommandInset ref
23706 LatexCommand vpageref
23707 reference "fig:歪められた二つの像"
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Description
23715 <参照>
23716 \begin_inset space ~
23717 \end_inset
23718
23719 on
23720 \begin_inset space ~
23721 \end_inset
23722
23723 page
23724 \begin_inset space ~
23725 \end_inset
23726
23727 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23728 \begin_inset CommandInset ref
23729 LatexCommand vref
23730 reference "fig:歪められた二つの像"
23731
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \begin_layout Description
23738 整形された参照: これは自製の相互参照書式で出力します。
23739 \begin_inset Newline newline
23740 \end_inset
23741
23742
23743 \begin_inset Note Greyedout
23744 status open
23745
23746 \begin_layout Plain Layout
23747
23748 \series bold
23749 【註】
23750 \series default
23751 この機能は、\SpecialChar LaTeX
23752 パッケージ
23753 \series bold
23754 prettyref
23755 \series default
23756 または
23757 \series bold
23758 refstyle
23759 \series default
23760 が導入されている場合のみ使用することができます。
23761 \begin_inset Index idx
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765 \SpecialChar LaTeX
23766 ぱっけーじ@\SpecialChar LaTeX
23767 パッケージ! prettyref
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \begin_inset Index idx
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777 \SpecialChar LaTeX
23778 ぱっけーじ@\SpecialChar LaTeX
23779 パッケージ ! refstyle
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \begin_inset Newline newline
23791 \end_inset
23792
23793 メニュー
23794 \family sans
23795 文書\SpecialChar menuseparator
23796 設定\SpecialChar menuseparator
23797 文書クラス
23798 \family default
23799 でオプション
23800 \family sans
23801 相互参照に(prettyrefではなく)refstyleを使用
23802 \family default
23803 を設定すると、この機能で使用する\SpecialChar LaTeX
23804 パッケージを選択することができます。書式は、文書プリアンブルに
23805 \series bold
23806
23807 \backslash
23808 newrefformat
23809 \series default
23810 コマンド(prettyrefの場合)あるいは
23811 \series bold
23812
23813 \backslash
23814 newref
23815 \series default
23816 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23817 \family sans
23818 fig
23819 \family default
23820 」を持ちます)をすべて定義し直すには、
23821 \begin_inset Newline newline
23822 \end_inset
23823
23824
23825 \series bold
23826
23827 \backslash
23828 newref{fig}{refcmd={Image on page 
23829 \backslash
23830 pageref{#1}}}
23831 \begin_inset Newline newline
23832 \end_inset
23833
23834
23835 \series default
23836 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23837 \begin_inset CommandInset citation
23838 LatexCommand cite
23839 key "prettyref,refstyle"
23840
23841 \end_inset
23842
23843 をご覧ください。
23844 \end_layout
23845
23846 \begin_layout Description
23847 名称参照: これは、下のような参照のキャプションを出力します。
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851  
23852 \begin_inset CommandInset ref
23853 LatexCommand nameref
23854 reference "fig:歪められた二つの像"
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862
23863 \family sans
23864 <参照ページ>
23865 \family default
23866 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23867 \family sans
23868 on this page
23869 \family default
23870 」のような文章が表示されます。様式
23871 \family sans
23872 <参照> on page <参照ページ>
23873 \family default
23874 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23875 \end_layout
23876
23877 \begin_layout Standard
23878 出力中で参照されている頁番号と文書中の位置は、\SpecialChar LaTeX
23879 が自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23880 \family sans
23881 書式
23882 \family default
23883 フィールドで選ぶことができます。
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset Note Greyedout
23888 status open
23889
23890 \begin_layout Plain Layout
23891
23892 \series bold
23893 【註】
23894 \series default
23895 \SpecialChar LaTeX
23896 パッケージ
23897 \series bold
23898 prettyref
23899 \series default
23900
23901 \begin_inset Index idx
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905 \SpecialChar LaTeX
23906 ぱっけーじ@\SpecialChar LaTeX
23907 パッケージ! prettyref
23908 \end_layout
23909
23910 \end_inset
23911
23912 は、\SpecialChar LyX
23913 の取り得るラベル
23914 \begin_inset Flex Ruby
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918 捷径
23919 \begin_inset Argument post:1
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923 ショートカット
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \begin_inset Foot
23935 status collapsed
23936
23937 \begin_layout Plain Layout
23938 例えば、
23939 \begin_inset Quotes eld
23940 \end_inset
23941
23942 fig:
23943 \begin_inset Quotes erd
23944 \end_inset
23945
23946 は図キャプションを表す\SpecialChar LyX
23947
23948 \begin_inset Flex Ruby
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952 捷径
23953 \begin_inset Argument post:1
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957 ショートカット
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966
23967 です。
23968 \end_layout
23969
23970 \end_inset
23971
23972 を全部は解釈できず、国際化もされていないので、
23973 \series bold
23974 refstyle
23975 \series default
23976
23977 \begin_inset Index idx
23978 status collapsed
23979
23980 \begin_layout Plain Layout
23981 \SpecialChar LaTeX
23982 ぱっけーじ@\SpecialChar LaTeX
23983 パッケージ ! refstyle
23984 \end_layout
23985
23986 \end_inset
23987
23988 を使用することを推奨します。
23989 \end_layout
23990
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \begin_layout Subsection
23997 参照名の自動命名
23998 \begin_inset Index idx
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 さんしょう@参照 ! じどうめいめい@自動命名
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \begin_layout Standard
24011
24012 \family sans
24013 文書設定
24014 \family default
24015 ダイアログの
24016 \family sans
24017 PDF特性
24018 \family default
24019 で有効にされた
24020 \series bold
24021 hyperref
24022 \series default
24023
24024 \begin_inset Index idx
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028 \SpecialChar LaTeX
24029 ぱっけーじ@\SpecialChar LaTeX
24030 パッケージ ! hyperref
24031 \end_layout
24032
24033 \end_inset
24034
24035  \SpecialChar LaTeX
24036 パッケージは、相互参照が参照されたフロート(あるいは
24037 \emph on
24038
24039 \emph default
24040 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24041 の機能を使用するには、hyperrefを有効にして、
24042 \end_layout
24043
24044 \begin_layout Standard
24045
24046 \series bold
24047
24048 \backslash
24049 AtBeginDocument{
24050 \backslash
24051 renewcommand{
24052 \backslash
24053 ref}[1]{
24054 \backslash
24055 mbox{
24056 \backslash
24057 autoref{#1}}}}
24058 \end_layout
24059
24060 \begin_layout Standard
24061 という行を\SpecialChar LaTeX
24062 プリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24063 \begin_inset space \thinspace{}
24064 \end_inset
24065
24066 」としたいなど、既定の参照名以外のものが欲しい場合には、
24067 \end_layout
24068
24069 \begin_layout Standard
24070
24071 \series bold
24072
24073 \backslash
24074 addto
24075 \backslash
24076 extrasenglish{
24077 \backslash
24078 renewcommand{
24079 \backslash
24080 sectionautorefname}
24081 \begin_inset Newline newline
24082 \end_inset
24083
24084
24085 \begin_inset Phantom HPhantom
24086 status open
24087
24088 \begin_layout Plain Layout
24089
24090 \series bold
24091 \begin_inset space ~
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098
24099 {sec.
24100 \backslash
24101 negthinspace}}
24102 \end_layout
24103
24104 \begin_layout Standard
24105 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \series bold
24111
24112 \backslash
24113 extrasenglishを
24114 \backslash
24115 extras***
24116 \series default
24117 に置き換えてください(***は使用中の言語名)。
24118 \end_layout
24119
24120 \begin_layout Standard
24121 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24122 \end_layout
24123
24124 \begin_layout Standard
24125
24126 \series bold
24127
24128 \backslash
24129 addto
24130 \backslash
24131 extrasenglish{
24132 \backslash
24133 renewcommand*{
24134 \backslash
24135 equationautorefname}[1]{}}
24136 \end_layout
24137
24138 \begin_layout Standard
24139 この話題に関する詳細は、hyperrefの説明書
24140 \begin_inset CommandInset citation
24141 LatexCommand cite
24142 key "hyperref"
24143
24144 \end_inset
24145
24146 をお読みください。
24147 \end_layout
24148
24149 \begin_layout Standard
24150 \begin_inset Note Greyedout
24151 status open
24152
24153 \begin_layout Plain Layout
24154
24155 \series bold
24156 【註】
24157 \series default
24158 参照の自動命名は、相互参照を
24159 \family sans
24160 整形参照
24161 \family default
24162 様式(第
24163 \begin_inset CommandInset ref
24164 LatexCommand ref
24165 reference "subsec:相互参照の書式"
24166
24167 \end_inset
24168
24169 節)で使用しているときには、使用することができません。
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \SpecialChar LyX
24179 の取扱説明書『
24180 \emph on
24181 数式篇
24182 \emph default
24183 』では、参照名の自動命名が使用されています。
24184 \end_layout
24185
24186 \begin_layout Subsection
24187 参照位置
24188 \begin_inset CommandInset label
24189 LatexCommand label
24190 name "subsec:参照位置"
24191
24192 \end_inset
24193
24194
24195 \begin_inset Index idx
24196 status collapsed
24197
24198 \begin_layout Plain Layout
24199 さんしょう@参照 ! さんしょういち@参照位置
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \family sans
24210 文書設定
24211 \family default
24212 ダイアログの
24213 \family sans
24214 PDF特性
24215 \family default
24216 で、
24217 \series bold
24218 hyperref
24219 \series default
24220
24221 \begin_inset Index idx
24222 status collapsed
24223
24224 \begin_layout Plain Layout
24225 \SpecialChar LaTeX
24226 ぱっけーじ@\SpecialChar LaTeX
24227 パッケージ ! hyperref
24228 \end_layout
24229
24230 \end_inset
24231
24232 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24233 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。\SpecialChar LaTeX
24234 パッケージの
24235 \series bold
24236 hyperref
24237 \series default
24238
24239 \begin_inset Index idx
24240 status collapsed
24241
24242 \begin_layout Plain Layout
24243 \SpecialChar LaTeX
24244 ぱっけーじ@\SpecialChar LaTeX
24245 パッケージ ! hyperref
24246 \end_layout
24247
24248 \end_inset
24249
24250 の一部である
24251 \series bold
24252 hyperref
24253 \series default
24254
24255 \begin_inset Index idx
24256 status collapsed
24257
24258 \begin_layout Plain Layout
24259 \SpecialChar LaTeX
24260 ぱっけーじ@\SpecialChar LaTeX
24261 パッケージ ! hyperref
24262 \end_layout
24263
24264 \end_inset
24265
24266 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24267 \end_layout
24268
24269 \begin_layout Standard
24270
24271 \series bold
24272
24273 \backslash
24274 usepackage[figure]{hypcap}
24275 \end_layout
24276
24277 \begin_layout Standard
24278 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24279 hypcapの説明書
24280 \begin_inset CommandInset citation
24281 LatexCommand cite
24282 key "hypcap"
24283
24284 \end_inset
24285
24286 をご覧ください。
24287 \end_layout
24288
24289 \begin_layout Standard
24290 \begin_inset Note Greyedout
24291 status open
24292
24293 \begin_layout Plain Layout
24294
24295 \series bold
24296 【註】hypcap
24297 \series default
24298 は内部図への参照には効力がありません。
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Section
24307 フロートの配置
24308 \begin_inset CommandInset label
24309 LatexCommand label
24310 name "sec:フロートの配置"
24311
24312 \end_inset
24313
24314
24315 \begin_inset Index idx
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 ふろーと@フロート ! はいち@配置
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328
24329 \family roman
24330 \series medium
24331 \shape up
24332 \size normal
24333 \emph off
24334 \bar no
24335 \noun off
24336 \color none
24337 フロートボックスを右クリックすると、ダイアログが開いて、ここで\SpecialChar LaTeX
24338 がフロートを配置するのに使う配置オプションを変更できるようになります。
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \family sans
24344 \series default
24345 \shape default
24346 \size default
24347 \emph default
24348 \bar default
24349 \noun default
24350 \color inherit
24351 段をまたぐ
24352 \family roman
24353 \series medium
24354 \shape up
24355 \size normal
24356 \emph off
24357 \bar no
24358 \noun off
24359 \color none
24360 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24361 \begin_inset Newline newline
24362 \end_inset
24363
24364
24365 \family sans
24366 \series default
24367 \shape default
24368 \size default
24369 \emph default
24370 \bar default
24371 \noun default
24372 \color inherit
24373 横倒しに回転
24374 \family roman
24375 \series medium
24376 \shape up
24377 \size normal
24378 \emph off
24379 \bar no
24380 \noun off
24381 \color none
24382 オプションは、フロートを回転するのに用います。第
24383 \family default
24384 \series default
24385 \shape default
24386 \size default
24387 \emph default
24388 \bar default
24389 \noun default
24390 \color inherit
24391
24392 \begin_inset CommandInset ref
24393 LatexCommand ref
24394 reference "sec:回転フロート"
24395
24396 \end_inset
24397
24398
24399 \family roman
24400 \series medium
24401 \shape up
24402 \size normal
24403 \emph off
24404 \bar no
24405 \noun off
24406 \color none
24407 節をご参照ください。
24408 \end_layout
24409
24410 \begin_layout Standard
24411
24412 \family roman
24413 \series medium
24414 \shape up
24415 \size normal
24416 \emph off
24417 \bar no
24418 \noun off
24419 \color none
24420 フロートダイアログでは、
24421 \family sans
24422 \series default
24423 \shape default
24424 \size default
24425 \emph default
24426 \bar default
24427 \noun default
24428 \color inherit
24429 既定の配置を使う
24430 \family roman
24431 \series medium
24432 \shape up
24433 \size normal
24434 \emph off
24435 \bar no
24436 \noun off
24437 \color none
24438 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24439 \end_layout
24440
24441 \begin_layout Description
24442 可能ならば現在位置に: 
24443 \family roman
24444 \series medium
24445 \shape up
24446 \size normal
24447 \emph off
24448 \bar no
24449 \noun off
24450 \color none
24451 フロートを挿入位置に配置することを試みます
24452 \end_layout
24453
24454 \begin_layout Description
24455 ページ上部: 
24456 \family roman
24457 \series medium
24458 \shape up
24459 \size normal
24460 \emph off
24461 \bar no
24462 \noun off
24463 \color none
24464 フロートを現在ページの上部に配置することを試みます
24465 \end_layout
24466
24467 \begin_layout Description
24468 ページ下部: 
24469 \family roman
24470 \series medium
24471 \shape up
24472 \size normal
24473 \emph off
24474 \bar no
24475 \noun off
24476 \color none
24477 フロートを現在ページの下部に配置することを試みます
24478 \end_layout
24479
24480 \begin_layout Description
24481 フロートを独立したページに: 
24482 \family roman
24483 \series medium
24484 \shape up
24485 \size normal
24486 \emph off
24487 \bar no
24488 \noun off
24489 \color none
24490 フロートを独立したページに配置することを試みます
24491 \end_layout
24492
24493 \begin_layout Standard
24494 \SpecialChar LaTeX
24495 は、
24496 \emph on
24497 つねに
24498 \emph default
24499 上記のオプション順を用います。すなわち、既定の配置を使用すると、\SpecialChar LaTeX
24500 はまず
24501 \family sans
24502 可能ならば現在位置に
24503 \family default
24504 を試み、次に
24505 \family sans
24506 ページの上部
24507 \family default
24508 、その後他のオプションを試みます。既定値を使わないときには、\SpecialChar LaTeX
24509 は有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの配置がいず
24510 れも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24511 \end_layout
24512
24513 \begin_layout Standard
24514 既定では、各オプションはそれぞれ以下の規則を持っています。
24515 \end_layout
24516
24517 \begin_layout Labeling
24518 \labelwidthstring 00.00.0000
24519
24520 \family sans
24521 ページ上部
24522 \family default
24523  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24524 \series bold
24525
24526 \backslash
24527 topfraction
24528 \series default
24529 )。
24530 \end_layout
24531
24532 \begin_layout Labeling
24533 \labelwidthstring 00.00.0000
24534
24535 \family sans
24536 ページ下部
24537 \family default
24538  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24539 \series bold
24540
24541 \backslash
24542 bottomfraction
24543 \series default
24544 )。
24545 \end_layout
24546
24547 \begin_layout Labeling
24548 \labelwidthstring 00.00.0000
24549
24550 \family sans
24551 フロートを独立したページ 
24552 \family default
24553 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24554 \series bold
24555
24556 \backslash
24557 floatpagefraction
24558 \series default
24559 )。
24560 \end_layout
24561
24562 \begin_layout Standard
24563 これらの規則に従いたくないときは、
24564 \family sans
24565 \SpecialChar LaTeX
24566 の規則を無視する
24567 \family default
24568 オプションを追加することによって、これらを無視することができます。
24569 \begin_inset Newline newline
24570 \end_inset
24571
24572 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
24573 コマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を、ページの
24574 5割に変えるには、文書プリアンブルに
24575 \end_layout
24576
24577 \begin_layout Standard
24578
24579 \series bold
24580
24581 \backslash
24582 renewcommand{
24583 \backslash
24584 bottomfraction}{0.5}
24585 \end_layout
24586
24587 \begin_layout Standard
24588 という行を加えてください。
24589 \end_layout
24590
24591 \begin_layout Standard
24592 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24593 \family sans
24594 何としても現在位置に置く
24595 \family default
24596 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24597 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24598 からです。
24599 \end_layout
24600
24601 \begin_layout Standard
24602 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24603 \end_layout
24604
24605 \begin_layout Standard
24606 \begin_inset VSpace bigskip
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24614 することがあります。この問題を避けるには、\SpecialChar LaTeX
24615 コマンドの
24616 \backslash
24617 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24618 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24619 \end_layout
24620
24621 \begin_layout Standard
24622
24623 \series bold
24624
24625 \backslash
24626 let
24627 \backslash
24628 mySection
24629 \backslash
24630 section
24631 \begin_inset Newline newline
24632 \end_inset
24633
24634
24635 \backslash
24636 renewcommand{
24637 \backslash
24638 section}{
24639 \backslash
24640 suppressfloats[t]
24641 \backslash
24642 mySection}
24643 \end_layout
24644
24645 \begin_layout Standard
24646 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、\SpecialChar LaTeX
24647 が適当な配置を見つけるのに失敗することが
24648 あるので、これらに対する定義はお勧めしません。
24649 \end_layout
24650
24651 \begin_layout Standard
24652 \begin_inset VSpace bigskip
24653 \end_inset
24654
24655 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、\SpecialChar LaTeX
24656 パッケージ
24657 \series bold
24658 endfloat
24659 \series default
24660
24661 \begin_inset Index idx
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665 \SpecialChar LaTeX
24666 ぱっけーじ@\SpecialChar LaTeX
24667 パッケージ ! endfloat
24668 \end_layout
24669
24670 \end_inset
24671
24672 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24673 \begin_inset Quotes eld
24674 \end_inset
24675
24676
24677 \family sans
24678 [Figure
24679 \begin_inset space ~
24680 \end_inset
24681
24682 3.2 about here.]
24683 \family default
24684
24685 \begin_inset Quotes erd
24686 \end_inset
24687
24688 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24689 \end_layout
24690
24691 \begin_layout Standard
24692
24693 \series bold
24694
24695 \backslash
24696 usepackage[options]{endfloat}
24697 \end_layout
24698
24699 \begin_layout Standard
24700 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24701 \series bold
24702 endfloat
24703 \series default
24704 取扱説明書
24705 \begin_inset CommandInset citation
24706 LatexCommand cite
24707 key "endfloat"
24708
24709 \end_inset
24710
24711 をご参照ください。
24712 \begin_inset Newline newline
24713 \end_inset
24714
24715
24716 \begin_inset Note Greyedout
24717 status open
24718
24719 \begin_layout Plain Layout
24720
24721 \series bold
24722 【註】endfloat
24723 \series default
24724 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24725 \begin_inset CommandInset citation
24726 LatexCommand cite
24727 key "endfloat"
24728
24729 \end_inset
24730
24731 の第4節をご参照ください。
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \begin_inset Newline newline
24738 \end_inset
24739
24740
24741 \begin_inset Note Greyedout
24742 status open
24743
24744 \begin_layout Plain Layout
24745
24746 \series bold
24747 【註】
24748 \series default
24749 現在のところ、
24750 \series bold
24751 endfloat
24752 \series default
24753 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりに\SpecialChar TeX
24754 コードで「
24755 \series bold
24756
24757 \backslash
24758 ss
24759 \series default
24760 」コマンドを使用してください。
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Standard
24769 \begin_inset VSpace bigskip
24770 \end_inset
24771
24772 フロートの割付に関する詳細は、\SpecialChar LaTeX
24773 関連書
24774 \begin_inset CommandInset citation
24775 LatexCommand cite
24776 key "latexcompanion,latexguide,latexbook"
24777
24778 \end_inset
24779
24780 をご覧ください。
24781 \end_layout
24782
24783 \begin_layout Section
24784 回転フロート
24785 \begin_inset CommandInset label
24786 LatexCommand label
24787 name "sec:回転フロート"
24788
24789 \end_inset
24790
24791
24792 \begin_inset Index idx
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796 ふろーと@フロート ! かいてん@回転
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24806 \family sans
24807 横倒しに回転
24808 \family default
24809 オプションを有効にします。
24810 \end_layout
24811
24812 \begin_layout Standard
24813 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24814 \family sans
24815 段をまたぐ
24816 \family default
24817 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24818 たって回転方向を強制したい場合には、文書クラスオプションに
24819 \series bold
24820 figuresleft
24821 \series default
24822 オプションあるいは
24823 \series bold
24824 figuresright
24825 \series default
24826 オプションを加えることができます。
24827 \end_layout
24828
24829 \begin_layout Standard
24830 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24831 \begin_inset CommandInset ref
24832 LatexCommand ref
24833 reference "tab:回転した表"
24834
24835 \end_inset
24836
24837 が回転表フロートの例です。
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \begin_inset Note Greyedout
24842 status open
24843
24844 \begin_layout Plain Layout
24845
24846 \series bold
24847 【註】
24848 \series default
24849 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 \begin_inset Float table
24859 wide false
24860 sideways true
24861 status open
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Caption Standard
24865
24866 \begin_layout Plain Layout
24867 \begin_inset CommandInset label
24868 LatexCommand label
24869 name "tab:回転した表"
24870
24871 \end_inset
24872
24873 回転した表
24874 \end_layout
24875
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \begin_layout Plain Layout
24882 \align center
24883 \begin_inset Tabular
24884 <lyxtabular version="3" rows="1" columns="5">
24885 <features tabularvalignment="middle">
24886 <column alignment="center" valignment="top">
24887 <column alignment="center" valignment="top">
24888 <column alignment="center" valignment="top">
24889 <column alignment="center" valignment="top">
24890 <column alignment="center" valignment="top">
24891 <row>
24892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 試験
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 </row>
24938 </lyxtabular>
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Section
24951 従属フロート
24952 \begin_inset Index idx
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24966 \begin_inset CommandInset ref
24967 LatexCommand ref
24968 reference "tab:従属表を横に並べたもの"
24969
24970 \end_inset
24971
24972 と表
24973 \begin_inset CommandInset ref
24974 LatexCommand ref
24975 reference "tab:従属表を縦に並べたもの"
24976
24977 \end_inset
24978
24979 に示されているように段落と同様に指定することができます。
24980 \end_layout
24981
24982 \begin_layout Standard
24983 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24984 \begin_inset CommandInset ref
24985 LatexCommand ref
24986 reference "tab:これは従属表a"
24987
24988 \end_inset
24989
24990 と表
24991 \begin_inset CommandInset ref
24992 LatexCommand ref
24993 reference "tab:これは従属表b"
24994
24995 \end_inset
24996
24997 は表
24998 \begin_inset CommandInset ref
24999 LatexCommand ref
25000 reference "tab:従属表を横に並べたもの"
25001
25002 \end_inset
25003
25004 の従属フロートです。
25005 \begin_inset Float table
25006 wide false
25007 sideways false
25008 status open
25009
25010 \begin_layout Plain Layout
25011 \begin_inset Caption Standard
25012
25013 \begin_layout Plain Layout
25014 \begin_inset CommandInset label
25015 LatexCommand label
25016 name "tab:従属表を横に並べたもの"
25017
25018 \end_inset
25019
25020 従属表を横に並べたもの
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Plain Layout
25029 \begin_inset space \hfill{}
25030 \end_inset
25031
25032
25033 \begin_inset Float table
25034 wide false
25035 sideways false
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039 \begin_inset Caption Standard
25040
25041 \begin_layout Plain Layout
25042 \begin_inset CommandInset label
25043 LatexCommand label
25044 name "tab:これは従属表a"
25045
25046 \end_inset
25047
25048 これは従属表aです。
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Plain Layout
25057 \align center
25058 \begin_inset Tabular
25059 <lyxtabular version="3" rows="1" columns="5">
25060 <features tabularvalignment="middle">
25061 <column alignment="center" valignment="top">
25062 <column alignment="center" valignment="top">
25063 <column alignment="center" valignment="top">
25064 <column alignment="center" valignment="top">
25065 <column alignment="center" valignment="top">
25066 <row>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 試験
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 </row>
25113 </lyxtabular>
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \begin_inset space \hfill{}
25124 \end_inset
25125
25126
25127 \begin_inset Float table
25128 wide false
25129 sideways false
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Caption Standard
25134
25135 \begin_layout Plain Layout
25136 \begin_inset CommandInset label
25137 LatexCommand label
25138 name "tab:これは従属表b"
25139
25140 \end_inset
25141
25142 これは従属表bです。
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Plain Layout
25151 \align center
25152 \begin_inset Tabular
25153 <lyxtabular version="3" rows="1" columns="5">
25154 <features tabularvalignment="middle">
25155 <column alignment="center" valignment="top">
25156 <column alignment="center" valignment="top">
25157 <column alignment="center" valignment="top">
25158 <column alignment="center" valignment="top">
25159 <column alignment="center" valignment="top">
25160 <row>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201 試験
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 </row>
25207 </lyxtabular>
25208
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \begin_inset space \hfill{}
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \begin_inset Float table
25227 wide false
25228 sideways false
25229 status open
25230
25231 \begin_layout Plain Layout
25232 \begin_inset Caption Standard
25233
25234 \begin_layout Plain Layout
25235 \begin_inset CommandInset label
25236 LatexCommand label
25237 name "tab:従属表を縦に並べたもの"
25238
25239 \end_inset
25240
25241 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \begin_layout Plain Layout
25250 \noindent
25251 \align center
25252 \begin_inset Float table
25253 wide false
25254 sideways false
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258 \begin_inset Caption Standard
25259
25260 \begin_layout Plain Layout
25261
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Plain Layout
25270 \align center
25271 \begin_inset Tabular
25272 <lyxtabular version="3" rows="1" columns="4">
25273 <features tabularvalignment="middle">
25274 <column alignment="center" valignment="top">
25275 <column alignment="center" valignment="top">
25276 <column alignment="center" valignment="top">
25277 <column alignment="center" valignment="top">
25278 <row>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283 試験
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292 試験
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 試験
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 試験
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 </lyxtabular>
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Plain Layout
25329 \noindent
25330 \align center
25331 \begin_inset Float table
25332 wide false
25333 sideways false
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Caption Standard
25338
25339 \begin_layout Plain Layout
25340
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \begin_layout Plain Layout
25349 \align center
25350 \begin_inset Tabular
25351 <lyxtabular version="3" rows="1" columns="5">
25352 <features tabularvalignment="middle">
25353 <column alignment="center" valignment="top">
25354 <column alignment="center" valignment="top">
25355 <column alignment="center" valignment="top">
25356 <column alignment="center" valignment="top">
25357 <column alignment="center" valignment="top">
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 </row>
25405 </lyxtabular>
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \begin_layout Section
25423 横並びのフロート
25424 \begin_inset Index idx
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 ふろーと@フロート ! よこならび@横並び
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \begin_inset CommandInset ref
25439 LatexCommand ref
25440 reference "fig:左側のフロート"
25441
25442 \end_inset
25443
25444 や図
25445 \begin_inset CommandInset ref
25446 LatexCommand ref
25447 reference "fig:右側のフロート"
25448
25449 \end_inset
25450
25451 のようにフロートを横並びに配置するには、
25452 \emph on
25453 ひとつの
25454 \emph default
25455 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25456 \begin_inset Foot
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 Minipageは第
25461 \begin_inset CommandInset ref
25462 LatexCommand ref
25463 reference "sec:ミニページ"
25464
25465 \end_inset
25466
25467 節に説明があります。
25468 \end_layout
25469
25470 \end_inset
25471
25472 。幅は45
25473 \begin_inset space \thinspace{}
25474 \end_inset
25475
25476 -50
25477 \begin_inset space \thinspace{}
25478 \end_inset
25479
25480 列幅%とし、各minipageのボックス配置を
25481 \family sans
25482
25483 \family default
25484 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25485 \family sans
25486 列幅%
25487 \family default
25488 がここではminipageボックスの幅によって計算されることです。
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset Float figure
25493 wide false
25494 sideways false
25495 status open
25496
25497 \begin_layout Plain Layout
25498 \begin_inset Box Frameless
25499 position "b"
25500 hor_pos "c"
25501 has_inner_box 1
25502 inner_pos "t"
25503 use_parbox 0
25504 use_makebox 0
25505 width "45col%"
25506 special "none"
25507 height "1in"
25508 height_special "totalheight"
25509 thickness "0.4pt"
25510 separation "3pt"
25511 shadowsize "4pt"
25512 framecolor "black"
25513 backgroundcolor "none"
25514 status open
25515
25516 \begin_layout Plain Layout
25517 \align center
25518 \begin_inset Graphics
25519         filename ../clipart/mobius.eps
25520         lyxscale 50
25521         width 100col%
25522         scaleBeforeRotation
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption Standard
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "fig:左側のフロート"
25536
25537 \end_inset
25538
25539 左側のフロート
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \begin_inset space \hfill{}
25551 \end_inset
25552
25553
25554 \begin_inset Box Frameless
25555 position "b"
25556 hor_pos "c"
25557 has_inner_box 1
25558 inner_pos "t"
25559 use_parbox 0
25560 use_makebox 0
25561 width "45col%"
25562 special "none"
25563 height "1in"
25564 height_special "totalheight"
25565 thickness "0.4pt"
25566 separation "3pt"
25567 shadowsize "4pt"
25568 framecolor "black"
25569 backgroundcolor "none"
25570 status open
25571
25572 \begin_layout Plain Layout
25573 \align center
25574 \begin_inset Graphics
25575         filename ../clipart/platypus.eps
25576         lyxscale 50
25577         width 100col%
25578         scaleBeforeRotation
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Plain Layout
25586 \begin_inset Caption Standard
25587
25588 \begin_layout Plain Layout
25589 \begin_inset CommandInset label
25590 LatexCommand label
25591 name "fig:右側のフロート"
25592
25593 \end_inset
25594
25595 右側のフロート
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Plain Layout
25609
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Section
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 Index idx
25630 status collapsed
25631
25632 \begin_layout Plain Layout
25633 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \begin_inset CommandInset label
25640 LatexCommand label
25641 name "sec:キャプションの書式設定"
25642
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \family sans
25651 キャプション
25652 \family default
25653 環境は、
25654 \family sans
25655 フロート
25656 \family default
25657 の既定の段落環境です。キャプションは、\SpecialChar LyX
25658 画面上では、例えば「
25659 \family sans
25660 図 #:
25661 \family default
25662 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25663 \family sans
25664 #
25665 \family default
25666 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25667 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25668 \end_layout
25669
25670 \begin_layout Standard
25671 既定のキャプション書式を変更するには、文書プリアンブルに
25672 \end_layout
25673
25674 \begin_layout Standard
25675
25676 \series bold
25677
25678 \backslash
25679 usepackage[format definition]{caption}
25680 \end_layout
25681
25682 \begin_layout Standard
25683 という行を加えて、\SpecialChar LaTeX
25684 パッケージ
25685 \series bold
25686 caption
25687 \series default
25688
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 \SpecialChar LaTeX
25694 ぱっけーじ@\SpecialChar LaTeX
25695 パッケージ ! caption
25696 \end_layout
25697
25698 \end_inset
25699
25700 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25701 \end_layout
25702
25703 \begin_layout Standard
25704
25705 \series bold
25706
25707 \backslash
25708 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25709 \end_layout
25710
25711 \begin_layout Standard
25712 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25713 \series bold
25714 caption
25715 \series default
25716 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25717 \end_layout
25718
25719 \begin_layout Standard
25720
25721 \series bold
25722
25723 \backslash
25724 captionsetup[フロート型]{書式定義}
25725 \end_layout
25726
25727 \begin_layout Standard
25728 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25729 \begin_inset CommandInset ref
25730 LatexCommand ref
25731 reference "fig:図キャプション"
25732
25733 \end_inset
25734
25735 と表
25736 \begin_inset CommandInset ref
25737 LatexCommand ref
25738 reference "tab:表キャプション"
25739
25740 \end_inset
25741
25742 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25743 \end_layout
25744
25745 \begin_layout Standard
25746
25747 \series bold
25748
25749 \backslash
25750 usepackage[tableposition=top]{caption}
25751 \series default
25752
25753 \begin_inset Newline newline
25754 \end_inset
25755
25756
25757 \series bold
25758
25759 \backslash
25760 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25761 \begin_inset Newline newline
25762 \end_inset
25763
25764
25765 \begin_inset Phantom HPhantom
25766 status open
25767
25768 \begin_layout Plain Layout
25769
25770 \backslash
25771 captionsetup[figure]{
25772 \end_layout
25773
25774 \end_inset
25775
25776 labelsep=period}
25777 \begin_inset Newline newline
25778 \end_inset
25779
25780
25781 \backslash
25782 captionsetup[table]{labelfont={bf,sf}}
25783 \end_layout
25784
25785 \begin_layout Standard
25786 \begin_inset Note Greyedout
25787 status open
25788
25789 \begin_layout Plain Layout
25790
25791 \series bold
25792 【註】
25793 \series default
25794 オプションのうち、
25795 \series bold
25796 tableposition=top
25797 \series default
25798 は、文書クラスに
25799 \series bold
25800 KOMA-script
25801 \series default
25802
25803 \begin_inset Index idx
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807 \SpecialChar LaTeX
25808 ぱっけーじ@\SpecialChar LaTeX
25809 パッケージ ! KOMA-script
25810 \end_layout
25811
25812 \end_inset
25813
25814 が使われているときには、無効になります。この場合には、文書クラスオプション
25815 \series bold
25816 captions=tableheading
25817 \series default
25818 を指定しなくてはなりません。
25819 \end_layout
25820
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829 caption
25830 \series default
25831 パッケージについての詳細は、その取扱説明書
25832 \begin_inset CommandInset citation
25833 LatexCommand cite
25834 key "caption"
25835
25836 \end_inset
25837
25838 をご覧ください。
25839 \end_layout
25840
25841 \begin_layout Standard
25842 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25843 \end_layout
25844
25845 \begin_layout Standard
25846
25847 \series bold
25848
25849 \backslash
25850 renewcommand{
25851 \backslash
25852 fnum@figure}{画像~
25853 \backslash
25854 thefigure}
25855 \end_layout
25856
25857 \begin_layout Standard
25858 なお、
25859 \series bold
25860
25861 \backslash
25862 thefigure
25863 \series default
25864 は表番号を挿入し、「
25865 \series bold
25866 ~
25867 \series default
25868 」は保護された空白を入れます。
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \begin_inset VSpace bigskip
25873 \end_inset
25874
25875
25876 \series bold
25877 KOMA-script
25878 \series default
25879
25880 \begin_inset Index idx
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884 \SpecialChar LaTeX
25885 ぱっけーじ@\SpecialChar LaTeX
25886 パッケージ ! KOMA-script
25887 \end_layout
25888
25889 \end_inset
25890
25891 文書クラス(
25892 \family sans
25893 article (KOMA-script)
25894 \family default
25895
25896 \family sans
25897 book (KOMA-script)
25898 \family default
25899
25900 \family sans
25901 letter (KOMA-script)
25902 \family default
25903
25904 \family sans
25905 report (KOMA-script)
25906 \family default
25907 )を使用している場合には、
25908 \series bold
25909 caption
25910 \series default
25911 パッケージの代わりに
25912 \series bold
25913 KOMA-script
25914 \series default
25915 のビルトインコマンド
25916 \series bold
25917 etkomafont
25918 \series default
25919 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25920 \end_layout
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 setkomafont{captionlabel}{
25928 \backslash
25929 bfseries}
25930 \end_layout
25931
25932 \begin_layout Standard
25933
25934 \series bold
25935
25936 \backslash
25937 setkomafont
25938 \series default
25939 についての詳細は、
25940 \series bold
25941 KOMA-script
25942 \series default
25943 の取扱説明書
25944 \begin_inset CommandInset citation
25945 LatexCommand cite
25946 key "koma-script"
25947
25948 \end_inset
25949
25950 をご覧ください。
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25962 }
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \begin_inset Note Note
25969 status open
25970
25971 \begin_layout Plain Layout
25972 キャプション書式は、この例のみ変更してあります。
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 \begin_inset Float figure
25982 placement !p
25983 wide false
25984 sideways false
25985 status open
25986
25987 \begin_layout Plain Layout
25988 \align center
25989 \begin_inset Graphics
25990         filename ../clipart/mobius.eps
25991         lyxscale 50
25992         scale 50
25993         scaleBeforeRotation
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \begin_layout Plain Layout
26001 \begin_inset Caption Standard
26002
26003 \begin_layout Plain Layout
26004 \begin_inset CommandInset label
26005 LatexCommand label
26006 name "fig:図キャプション"
26007
26008 \end_inset
26009
26010 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset ERT
26025 status collapsed
26026
26027 \begin_layout Plain Layout
26028
26029
26030 \backslash
26031 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26032 on}
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \begin_inset Float table
26042 placement !p
26043 wide false
26044 sideways false
26045 status open
26046
26047 \begin_layout Plain Layout
26048 \begin_inset Caption Standard
26049
26050 \begin_layout Plain Layout
26051 \begin_inset CommandInset label
26052 LatexCommand label
26053 name "tab:表キャプション"
26054
26055 \end_inset
26056
26057 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Plain Layout
26066 \align center
26067 \begin_inset Tabular
26068 <lyxtabular version="3" rows="1" columns="5">
26069 <features tabularvalignment="middle">
26070 <column alignment="center" valignment="top">
26071 <column alignment="center" valignment="top">
26072 <column alignment="center" valignment="top">
26073 <column alignment="center" valignment="top">
26074 <column alignment="center" valignment="top">
26075 <row>
26076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Plain Layout
26080
26081 \end_layout
26082
26083 \end_inset
26084 </cell>
26085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 </lyxtabular>
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Section
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 Index idx
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \begin_inset CommandInset label
26157 LatexCommand label
26158 name "sec:キャプションの配置"
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \begin_layout Standard
26166 通常、キャプションの配置原則は、
26167 \end_layout
26168
26169 \begin_layout Description
26170 図の場合: キャプションを図の下に置く
26171 \end_layout
26172
26173 \begin_layout Description
26174 表の場合: キャプションを表の上に置く
26175 \end_layout
26176
26177 \begin_layout Standard
26178 という風になっています。\SpecialChar LaTeX
26179 の標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26180 \family sans
26181 article
26182 \family default
26183
26184 \family sans
26185 book
26186 \family default
26187
26188 \family sans
26189 letter
26190 \family default
26191
26192 \family sans
26193 report
26194 \family default
26195 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26196 eXパッケージ
26197 \series bold
26198 caption
26199 \series default
26200 を読み込むコマンドに
26201 \end_layout
26202
26203 \begin_layout Standard
26204
26205 \series bold
26206 tableposition=top
26207 \end_layout
26208
26209 \begin_layout Standard
26210 というオプションを追加してください
26211 \begin_inset Foot
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215
26216 \series bold
26217 caption
26218 \series default
26219 パッケージについての詳細な情報は、第
26220 \begin_inset CommandInset ref
26221 LatexCommand ref
26222 reference "sec:キャプションの書式設定"
26223
26224 \end_inset
26225
26226 節をご覧ください。
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \series bold
26233 KOMA-script
26234 \series default
26235
26236 \begin_inset Index idx
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240 \SpecialChar LaTeX
26241 ぱっけーじ@\SpecialChar LaTeX
26242 パッケージ ! KOMA-script
26243 \end_layout
26244
26245 \end_inset
26246
26247 文書クラス(
26248 \family sans
26249 article (KOMA-script)
26250 \family default
26251
26252 \family sans
26253 book (KOMA-script)
26254 \family default
26255
26256 \family sans
26257 letter (KOMA-script)
26258 \family default
26259
26260 \family sans
26261 report (KOMA-script)
26262 \family default
26263
26264 \begin_inset space \thinspace{}
26265 \end_inset
26266
26267 )をお使いの場合には、
26268 \series bold
26269 caption
26270 \series default
26271 パッケージにオプションを与える代わりに、文書クラスオプション
26272 \end_layout
26273
26274 \begin_layout Standard
26275
26276 \series bold
26277 captions=tableheading
26278 \end_layout
26279
26280 \begin_layout Standard
26281 を設定することもできます
26282 \begin_inset Foot
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286 このオプションは本文書で使用されています。
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \begin_layout Standard
26295 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26296 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26297 \begin_inset CommandInset ref
26298 LatexCommand ref
26299 reference "tab:指定付きキャプション"
26300
26301 \end_inset
26302
26303 は、キャプションは、\SpecialChar LyX
26304 中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26305 \begin_inset CommandInset ref
26306 LatexCommand ref
26307 reference "tab:標準表"
26308
26309 \end_inset
26310
26311 のキャプションでは、指定が為されていません。
26312 \end_layout
26313
26314 \begin_layout Standard
26315 \begin_inset Float table
26316 wide false
26317 sideways false
26318 status open
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Caption Below
26322
26323 \begin_layout Plain Layout
26324 \begin_inset CommandInset label
26325 LatexCommand label
26326 name "tab:指定付きキャプション"
26327
26328 \end_inset
26329
26330 表下に来るように指定されたキャプション
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \begin_layout Plain Layout
26339 \align center
26340 \begin_inset Tabular
26341 <lyxtabular version="3" rows="3" columns="3">
26342 <features tabularvalignment="middle">
26343 <column alignment="center" valignment="top" width="0pt">
26344 <column alignment="center" valignment="top" width="0pt">
26345 <column alignment="center" valignment="top" width="0pt">
26346 <row>
26347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26348 \begin_inset Text
26349
26350 \begin_layout Plain Layout
26351 1
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 2
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369 3
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 </row>
26375 <row>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 森嶋
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 宇沢
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 二階堂
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset Formula $\int x^{2}dx$
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 \begin_inset Formula $\left[\begin{array}{cc}
26422 a & b\\
26423 c & d
26424 \end{array}\right]$
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset Formula $1+1=2$
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 </lyxtabular>
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Standard
26458 \begin_inset Float table
26459 wide false
26460 sideways false
26461 status open
26462
26463 \begin_layout Plain Layout
26464 \begin_inset Caption Standard
26465
26466 \begin_layout Plain Layout
26467 \begin_inset CommandInset label
26468 LatexCommand label
26469 name "tab:標準表"
26470
26471 \end_inset
26472
26473 標準の表キャプション
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Plain Layout
26482 \align center
26483 \begin_inset Tabular
26484 <lyxtabular version="3" rows="3" columns="3">
26485 <features tabularvalignment="middle">
26486 <column alignment="center" valignment="top" width="0pt">
26487 <column alignment="center" valignment="top" width="0pt">
26488 <column alignment="center" valignment="top" width="0pt">
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 1
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 2
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 3
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523 森嶋
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532 宇沢
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 二階堂
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset Formula $\int x^{2}dx$
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 \begin_inset Formula $\left[\begin{array}{cc}
26565 a & b\\
26566 c & d
26567 \end{array}\right]$
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 \begin_inset Formula $1+1=2$
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 </lyxtabular>
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601 \begin_inset VSpace bigskip
26602 \end_inset
26603
26604 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26605 \end_layout
26606
26607 \begin_layout Standard
26608
26609 \series bold
26610
26611 \backslash
26612 usepackage[option]{sidecap}
26613 \end_layout
26614
26615 \begin_layout Standard
26616 という行を入れて、\SpecialChar LaTeX
26617 パッケージ
26618 \series bold
26619 sidecap
26620 \series default
26621
26622 \begin_inset Index idx
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 \SpecialChar LaTeX
26627 ぱっけーじ@\SpecialChar LaTeX
26628 パッケージ ! sidecap
26629 \end_layout
26630
26631 \end_inset
26632
26633 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に—偶数ページでは右側、奇数頁では左側に—キャプションが置かれます。
26634 \series bold
26635 innercaption
26636 \series default
26637 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26638 \series bold
26639 rightcaption
26640 \series default
26641 ないし
26642 \series bold
26643 leftcaption
26644 \series default
26645 オプションを用います。
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 ifsidecap
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \begin_inset Note Note
26663 status open
26664
26665 \begin_layout Plain Layout
26666 以下の部分は、\SpecialChar LaTeX
26667 パッケージ
26668 \series bold
26669 sidecap
26670 \series default
26671 が導入されているときのみ表示されます。
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 \SpecialChar LyX
26681 でフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \noindent
26686 \begin_inset CommandInset line
26687 LatexCommand rule
26688 offset "0.5ex"
26689 width "100line%"
26690 height "1pt"
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698
26699 \series bold
26700
26701 \backslash
26702 newcommand{
26703 \backslash
26704 TabBesBeg}[1][1.0]{%
26705 \begin_inset Newline newline
26706 \end_inset
26707
26708
26709 \begin_inset Phantom HPhantom
26710 status open
26711
26712 \begin_layout Plain Layout
26713 \begin_inset space ~
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \backslash
26723 let
26724 \backslash
26725 MyTable
26726 \backslash
26727 table
26728 \begin_inset Newline newline
26729 \end_inset
26730
26731
26732 \begin_inset Phantom HPhantom
26733 status open
26734
26735 \begin_layout Plain Layout
26736
26737 \series medium
26738 \begin_inset space ~
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \backslash
26748 let
26749 \backslash
26750 MyEndtable
26751 \backslash
26752 endtable
26753 \begin_inset Newline newline
26754 \end_inset
26755
26756
26757 \begin_inset Phantom HPhantom
26758 status open
26759
26760 \begin_layout Plain Layout
26761
26762 \series medium
26763 \begin_inset space ~
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770
26771
26772 \backslash
26773 renewenvironment{table}[1]{
26774 \backslash
26775 begin{SCtable}[#1]##1}{
26776 \backslash
26777 end{SCtable}}}
26778 \end_layout
26779
26780 \begin_layout Standard
26781
26782 \series bold
26783
26784 \backslash
26785 newcommand{
26786 \backslash
26787 TabBesEnd}{%
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \begin_inset Phantom HPhantom
26793 status open
26794
26795 \begin_layout Plain Layout
26796 \begin_inset space ~
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \backslash
26806 let
26807 \backslash
26808 table
26809 \backslash
26810 MyTable
26811 \begin_inset Newline newline
26812 \end_inset
26813
26814
26815 \begin_inset Phantom HPhantom
26816 status open
26817
26818 \begin_layout Plain Layout
26819 \begin_inset space ~
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \backslash
26829 let
26830 \backslash
26831 endtable
26832 \backslash
26833 MyEndtable
26834 \end_layout
26835
26836 \begin_layout Standard
26837
26838 \series bold
26839
26840 \backslash
26841 newcommand{
26842 \backslash
26843 FigBesBeg}[1][1.0]{%
26844 \begin_inset Newline newline
26845 \end_inset
26846
26847
26848 \begin_inset Phantom HPhantom
26849 status open
26850
26851 \begin_layout Plain Layout
26852 \begin_inset space ~
26853 \end_inset
26854
26855
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \backslash
26862 let
26863 \backslash
26864 MyFigure
26865 \backslash
26866 figure
26867 \begin_inset Newline newline
26868 \end_inset
26869
26870
26871 \begin_inset Phantom HPhantom
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \begin_inset space ~
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \backslash
26885 let
26886 \backslash
26887 MyEndfigure
26888 \backslash
26889 endfigure
26890 \begin_inset Newline newline
26891 \end_inset
26892
26893
26894 \begin_inset Phantom HPhantom
26895 status open
26896
26897 \begin_layout Plain Layout
26898 \begin_inset space ~
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \backslash
26908 renewenvironment{figure}[1]{
26909 \backslash
26910 begin{SCfigure}[#1]##1}{
26911 \backslash
26912 end{SCfigure}}}
26913 \end_layout
26914
26915 \begin_layout Standard
26916
26917 \series bold
26918
26919 \backslash
26920 newcommand{
26921 \backslash
26922 FigBesEnd}{%
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \begin_inset Phantom HPhantom
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \begin_inset space ~
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \backslash
26941 let
26942 \backslash
26943 figure
26944 \backslash
26945 MyFigure
26946 \begin_inset Newline newline
26947 \end_inset
26948
26949
26950 \begin_inset Phantom HPhantom
26951 status open
26952
26953 \begin_layout Plain Layout
26954 \begin_inset space ~
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \backslash
26964 let
26965 \backslash
26966 endfigure
26967 \backslash
26968 MyEndfigure}
26969 \end_layout
26970
26971 \begin_layout Standard
26972 \noindent
26973 \begin_inset CommandInset line
26974 LatexCommand rule
26975 offset "0.5ex"
26976 width "100line%"
26977 height "1pt"
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Standard
26985 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \series bold
26991
26992 \backslash
26993 FigBesBeg
26994 \end_layout
26995
26996 \begin_layout Standard
26997 というコマンドを、フロートの前に\SpecialChar TeX
26998 コードで入れてください。そして、元のフロート定義に戻したいところで、
26999 \end_layout
27000
27001 \begin_layout Standard
27002
27003 \series bold
27004
27005 \backslash
27006 FigBesEnd
27007 \end_layout
27008
27009 \begin_layout Standard
27010 という\SpecialChar TeX
27011 コードを入れてください。
27012 \end_layout
27013
27014 \begin_layout Standard
27015 表フロートに対しては、対応するコマンド
27016 \end_layout
27017
27018 \begin_layout Standard
27019
27020 \series bold
27021
27022 \backslash
27023 TabBesBeg
27024 \series default
27025 および
27026 \series bold
27027
27028 \backslash
27029 TabBesEnd
27030 \end_layout
27031
27032 \begin_layout Standard
27033 を使用してください。図
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "fig:図横キャプション"
27037
27038 \end_inset
27039
27040 と表
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "tab:表横キャプション"
27044
27045 \end_inset
27046
27047 がキャプションを脇に設定した例です。
27048 \end_layout
27049
27050 \begin_layout Standard
27051 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
27052 を変更するには、文書プリアンブルかフロート直前に、\SpecialChar TeX
27053 コードとして
27054 \end_layout
27055
27056 \begin_layout Standard
27057
27058 \series bold
27059
27060 \backslash
27061 sidecaptionvpos{フロート型}{配置}
27062 \end_layout
27063
27064 \begin_layout Standard
27065 というコマンドを使用します。ここで「フロート型」は
27066 \family sans
27067 figure
27068 \family default
27069
27070 \family sans
27071 table
27072 \family default
27073 であり、「配置」は、上揃えの場合はtopの
27074 \end_layout
27075
27076 \begin_layout Standard
27077
27078 \family sans
27079 t
27080 \family default
27081 」、中央揃えの場合はcenterの「
27082 \family sans
27083 c
27084 \family default
27085 」、下揃えの場合はbottomの「
27086 \family sans
27087 b
27088 \family default
27089 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
27090 \end_layout
27091
27092 \begin_layout Standard
27093
27094 \series bold
27095
27096 \backslash
27097 sidecaptionvpos{figure}{c}
27098 \end_layout
27099
27100 \begin_layout Standard
27101 というコマンドを使用します。これは、図
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "fig:図横キャプション-2"
27105
27106 \end_inset
27107
27108 で使用されています。
27109 \end_layout
27110
27111 \begin_layout Standard
27112 \begin_inset VSpace medskip
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Standard
27119 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
27120 \begin_inset CommandInset ref
27121 LatexCommand ref
27122 reference "tab:表横キャプション"
27123
27124 \end_inset
27125
27126 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
27127 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
27128 \emph on
27129 因数
27130 \emph default
27131 は、
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137
27138 \backslash
27139 FigBesBeg[因数]
27140 \end_layout
27141
27142 \begin_layout Standard
27143 のように、
27144 \series bold
27145
27146 \backslash
27147 FigBesBeg
27148 \series default
27149 への非必須引数として与えることもできますし、
27150 \series bold
27151
27152 \backslash
27153 FigBesBeg
27154 \series default
27155 の定義中で
27156 \series bold
27157 1.0
27158 \series default
27159 を他の値に変更することもできます。表
27160 \begin_inset CommandInset ref
27161 LatexCommand ref
27162 reference "tab:図横幅広"
27163
27164 \end_inset
27165
27166 では、因子5が指定されています。
27167 \end_layout
27168
27169 \begin_layout Standard
27170 \begin_inset Note Greyedout
27171 status open
27172
27173 \begin_layout Plain Layout
27174
27175 \series bold
27176 【註】
27177 \series default
27178 キャプションを横につけたフロートでは、フロート配置オプションの
27179 \family sans
27180 何としても現在地に置く
27181 \family default
27182 は、
27183 \series bold
27184 sidecap
27185 \series default
27186 がサポートしていないので、使用することができません。.
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \begin_layout Standard
27195 \begin_inset VSpace medskip
27196 \end_inset
27197
27198
27199 \series bold
27200 sidecap
27201 \series default
27202 パッケージについての詳細は、
27203 \begin_inset CommandInset citation
27204 LatexCommand cite
27205 key "sidecap"
27206
27207 \end_inset
27208
27209 の説明書をご参照ください。
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset Note Greyedout
27214 status open
27215
27216 \begin_layout Plain Layout
27217
27218 \series bold
27219 【註】
27220 \series default
27221
27222 \begin_inset CommandInset ref
27223 LatexCommand ref
27224 reference "subsec:参照位置"
27225
27226 \end_inset
27227
27228 節に説明がある\SpecialChar LaTeX
27229 パッケージ
27230 \series bold
27231 hypcap
27232 \series default
27233
27234 \begin_inset Index idx
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 \SpecialChar LaTeX
27239 ぱっけーじ@\SpecialChar LaTeX
27240 パッケージ ! hypcap
27241 \end_layout
27242
27243 \end_inset
27244
27245 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27246 \end_layout
27247
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset Note Greyedout
27255 status open
27256
27257 \begin_layout Plain Layout
27258
27259 \series bold
27260 【訳註】
27261 \series default
27262 \SpecialChar LaTeX
27263 パッケージ
27264 \series bold
27265 sidecap
27266 \series default
27267
27268 \begin_inset Index idx
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 \SpecialChar LaTeX
27273 ぱっけーじ@\SpecialChar LaTeX
27274 パッケージ ! sidecap
27275 \end_layout
27276
27277 \end_inset
27278
27279 は、p\SpecialChar LaTeX
27280 と互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例については、
27281 取扱説明書『
27282 \emph on
27283 埋め込み機能篇
27284 \emph default
27285 』(つまりこの文書)の\SpecialChar LyX
27286 文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \begin_inset Note Note
27293 status open
27294
27295 \begin_layout Plain Layout
27296 \begin_inset ERT
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300
27301
27302 \backslash
27303 FigBesBeg 
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Plain Layout
27312 \begin_inset Float figure
27313 wide false
27314 sideways false
27315 status open
27316
27317 \begin_layout Plain Layout
27318 \begin_inset Graphics
27319         filename ../clipart/escher-lsd.eps
27320         scale 75
27321         scaleBeforeRotation
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Plain Layout
27329 \begin_inset Caption Standard
27330
27331 \begin_layout Plain Layout
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "fig:図横キャプション"
27335
27336 \end_inset
27337
27338 これは図の横にあるキャプションです。
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 FigBesEnd
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 TabBesBeg 
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Plain Layout
27384 \begin_inset Float table
27385 wide false
27386 sideways false
27387 status open
27388
27389 \begin_layout Plain Layout
27390 \begin_inset Caption Standard
27391
27392 \begin_layout Plain Layout
27393 \begin_inset CommandInset label
27394 LatexCommand label
27395 name "tab:表横キャプション"
27396
27397 \end_inset
27398
27399 これは表の横にあるキャプションです。
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Plain Layout
27408 \begin_inset Tabular
27409 <lyxtabular version="3" rows="4" columns="5">
27410 <features tabularvalignment="middle">
27411 <column alignment="center" valignment="top">
27412 <column alignment="center" valignment="top">
27413 <column alignment="center" valignment="top">
27414 <column alignment="center" valignment="top">
27415 <column alignment="center" valignment="top">
27416 <row>
27417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27418 \begin_inset Text
27419
27420 \begin_layout Plain Layout
27421
27422 \end_layout
27423
27424 \end_inset
27425 </cell>
27426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430
27431 \end_layout
27432
27433 \end_inset
27434 </cell>
27435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27436 \begin_inset Text
27437
27438 \begin_layout Plain Layout
27439
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448
27449 \end_layout
27450
27451 \end_inset
27452 </cell>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 </row>
27463 <row>
27464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27465 \begin_inset Text
27466
27467 \begin_layout Plain Layout
27468
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Plain Layout
27495
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Plain Layout
27504
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 </row>
27510 <row>
27511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 <row>
27558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Plain Layout
27562
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27586 \begin_inset Text
27587
27588 \begin_layout Plain Layout
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 </row>
27604 </lyxtabular>
27605
27606 \end_inset
27607
27608
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \begin_layout Plain Layout
27617 \begin_inset ERT
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621
27622
27623 \backslash
27624 TabBesEnd
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Plain Layout
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 FigBesBeg 
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset ERT
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650
27651
27652 \backslash
27653 sidecaptionvpos{figure}{c}
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \begin_inset Float figure
27660 wide false
27661 sideways false
27662 status open
27663
27664 \begin_layout Plain Layout
27665 \begin_inset Graphics
27666         filename ../clipart/escher-lsd.eps
27667         scale 75
27668         scaleBeforeRotation
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Plain Layout
27676 \begin_inset Caption Standard
27677
27678 \begin_layout Plain Layout
27679 \begin_inset CommandInset label
27680 LatexCommand label
27681 name "fig:図横キャプション-2"
27682
27683 \end_inset
27684
27685 これは図の横にある縦方向中央揃えのキャプションです。
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Plain Layout
27699 \begin_inset ERT
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703
27704
27705 \backslash
27706 FigBesEnd
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Plain Layout
27715 \begin_inset ERT
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719
27720
27721 \backslash
27722 TabBesBeg[5]
27723 \end_layout
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Plain Layout
27731 \begin_inset Float table
27732 wide false
27733 sideways false
27734 status open
27735
27736 \begin_layout Plain Layout
27737 \begin_inset Caption Standard
27738
27739 \begin_layout Plain Layout
27740 \begin_inset CommandInset label
27741 LatexCommand label
27742 name "tab:図横幅広"
27743
27744 \end_inset
27745
27746 これは表
27747 \begin_inset CommandInset ref
27748 LatexCommand ref
27749 reference "tab:表横キャプション"
27750
27751 \end_inset
27752
27753 よりも幅広のキャプションです
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Plain Layout
27762 \begin_inset Tabular
27763 <lyxtabular version="3" rows="4" columns="5">
27764 <features tabularvalignment="middle">
27765 <column alignment="center" valignment="top">
27766 <column alignment="center" valignment="top">
27767 <column alignment="center" valignment="top">
27768 <column alignment="center" valignment="top">
27769 <column alignment="center" valignment="top">
27770 <row>
27771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 a
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 b
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 c
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 </row>
27817 <row>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 d
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840
27841 \end_layout
27842
27843 \end_inset
27844 </cell>
27845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 e
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27855 \begin_inset Text
27856
27857 \begin_layout Plain Layout
27858
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 </row>
27864 <row>
27865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869 f
27870 \end_layout
27871
27872 \end_inset
27873 </cell>
27874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27875 \begin_inset Text
27876
27877 \begin_layout Plain Layout
27878
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887 g
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 h
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 </row>
27911 <row>
27912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 i
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 j
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 </row>
27958 </lyxtabular>
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Plain Layout
27971 \begin_inset ERT
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975
27976
27977 \backslash
27978 TabBesEnd
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Standard
27992 \begin_inset ERT
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996
27997
27998 \backslash
27999 else
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \begin_inset Note Note
28006 status open
28007
28008 \begin_layout Plain Layout
28009 以下の部分は、\SpecialChar LaTeX
28010 パッケージ
28011 \series bold
28012 sidecap
28013 \series default
28014 が導入されていないときのみ表示されます。
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Standard
28023 本節の残りの部分を出力で表示するには、\SpecialChar LaTeX
28024 パッケージ
28025 \series bold
28026 sidecap
28027 \series default
28028 を導入する必要があります。
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \begin_inset ERT
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 fi
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Section
28048 フロート一覧
28049 \begin_inset Index idx
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 ふろーと@フロート ! ふろーといちらん@フロート一覧
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \begin_layout Standard
28062 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
28063 \family sans
28064 挿入\SpecialChar menuseparator
28065 一覧/目次
28066 \family default
28067 メニューで挿入することができます。
28068 \end_layout
28069
28070 \begin_layout Standard
28071 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
28072 \end_layout
28073
28074 \begin_layout Standard
28075 本文書の終わりに、図一覧と表一覧があります。
28076 \end_layout
28077
28078 \begin_layout Chapter
28079 注釈
28080 \end_layout
28081
28082 \begin_layout Section
28083 \SpecialChar LyX
28084 注釈
28085 \begin_inset Index idx
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 ちゅうしゃく@注釈 ! \SpecialChar LyX
28090 のーと@\SpecialChar LyX
28091 ノート
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Standard
28100 注釈は、ツールバーボタン
28101 \family sans
28102
28103 \begin_inset Info
28104 type  "icon"
28105 arg   "note-insert"
28106 \end_inset
28107
28108
28109 \family default
28110 か、
28111 \family sans
28112 挿入\SpecialChar menuseparator
28113 注釈
28114 \family default
28115 メニューで挿入することができます。注釈には、以下の三つの型があります。
28116 \end_layout
28117
28118 \begin_layout Description
28119 \SpecialChar LyX
28120 注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
28121 \begin_inset Newline newline
28122 \end_inset
28123
28124
28125 \begin_inset Newline newline
28126 \end_inset
28127
28128
28129 \begin_inset Graphics
28130         filename clipart/LyXNoteImageQt4.png
28131         display false
28132         scale 50
28133         scaleBeforeRotation
28134
28135 \end_inset
28136
28137
28138 \begin_inset Note Note
28139 status open
28140
28141 \begin_layout Plain Layout
28142 これは、出力には現れない注釈ボックスに書かれた文章です。
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Description
28151 コメント この注釈も出力には現れませんが、
28152 \family sans
28153 ファイル\SpecialChar menuseparator
28154 書き出し\SpecialChar menuseparator
28155 LaT
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161 {}
28162 \end_layout
28163
28164 \end_inset
28165
28166 eX (pdflatex) / (平文)
28167 \family default
28168  メニューを使って文書を\SpecialChar LaTeX
28169 にエクスポートする際には、\SpecialChar LaTeX
28170 コメントとして出力されます。注釈ボックスは、以下のように表示されます。
28171 \begin_inset Newline newline
28172 \end_inset
28173
28174
28175 \begin_inset Newline newline
28176 \end_inset
28177
28178
28179 \begin_inset Graphics
28180         filename clipart/CommentNoteImageQt4.png
28181         display false
28182         scale 50
28183         scaleBeforeRotation
28184
28185 \end_inset
28186
28187  
28188 \begin_inset Note Comment
28189 status open
28190
28191 \begin_layout Plain Layout
28192 これは、\SpecialChar LaTeX
28193 ファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Description
28202 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28203 \begin_inset Newline newline
28204 \end_inset
28205
28206
28207 \begin_inset Newline newline
28208 \end_inset
28209
28210
28211 \begin_inset Graphics
28212         filename clipart/GreyedOutNoteImageQt4.png
28213         display false
28214         scale 50
28215         scaleBeforeRotation
28216
28217 \end_inset
28218
28219
28220 \begin_inset Newline newline
28221 \end_inset
28222
28223
28224 \begin_inset ERT
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228
28229
28230 \backslash
28231 renewenvironment{lyxgreyedout}
28232 \end_layout
28233
28234 \begin_layout Plain Layout
28235
28236 {
28237 \backslash
28238 textcolor[gray]{0.8}
28239 \backslash
28240 bgroup}{
28241 \backslash
28242 egroup}
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \begin_inset Note Greyedout
28249 status open
28250
28251 \begin_layout Plain Layout
28252 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28253 \begin_inset Foot
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 これは、淡色注釈内に脚注を用いた例です。
28258 \end_layout
28259
28260 \end_inset
28261
28262 です。
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \begin_inset ERT
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272
28273
28274 \backslash
28275 renewenvironment{lyxgreyedout}
28276 \end_layout
28277
28278 \begin_layout Plain Layout
28279
28280 {
28281 \backslash
28282 textcolor{blue}
28283 \backslash
28284 bgroup}{
28285 \backslash
28286 egroup}
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \begin_inset Note Note
28293 status open
28294
28295 \begin_layout Plain Layout
28296 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、\SpecialChar LyX
28297 本来の定義で表示されるように再定義さ
28298 れています。
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307
28308 \begin_inset Newline newline
28309 \end_inset
28310
28311 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28312 \end_layout
28313
28314 \begin_layout Standard
28315 \begin_inset VSpace bigskip
28316 \end_inset
28317
28318 注釈を挿入するのにツールバーボタン
28319 \family sans
28320
28321 \begin_inset Info
28322 type  "icon"
28323 arg   "note-insert"
28324 \end_inset
28325
28326
28327 \family default
28328 を使用すると、
28329 \family sans
28330 \SpecialChar LyX
28331 注釈
28332 \family default
28333 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28334 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28335 さい。
28336 \end_layout
28337
28338 \begin_layout Standard
28339 \begin_inset VSpace bigskip
28340 \end_inset
28341
28342 淡色注釈の文字色は、
28343 \family sans
28344 文書\SpecialChar menuseparator
28345 設定\SpecialChar menuseparator
28346
28347 \family default
28348 メニューで変更することができます。
28349 \end_layout
28350
28351 \begin_layout Section
28352 脚注
28353 \begin_inset CommandInset label
28354 LatexCommand label
28355 name "sec:脚注"
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 \begin_inset Index idx
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 きゃくちゅう@脚注
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 脚注は、ツールバーボタン
28384 \family sans
28385
28386 \begin_inset Info
28387 type  "icon"
28388 arg   "footnote-insert"
28389 \end_inset
28390
28391
28392 \family default
28393 か、
28394 \family sans
28395 挿入\SpecialChar menuseparator
28396 脚注
28397 \family default
28398 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28399 \begin_inset Graphics
28400         filename clipart/footnoteQt4.png
28401         scale 80
28402         scaleBeforeRotation
28403
28404 \end_inset
28405
28406 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28407 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28408 \end_layout
28409
28410 \begin_layout Standard
28411 これが脚注の例です
28412 \begin_inset Foot
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 \begin_inset CommandInset label
28417 LatexCommand label
28418 name "fn:これは脚注の一例"
28419
28420 \end_inset
28421
28422 これは脚注の一例です。
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset ERT
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432
28433
28434 \backslash
28435 newcounter{MyRepeatFoot}
28436 \end_layout
28437
28438 \begin_layout Plain Layout
28439
28440
28441 \backslash
28442 setcounter{MyRepeatFoot}{
28443 \backslash
28444 thefootnote}
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号は\SpecialChar LaTeX
28454 が計算を行い、連番が付けられます。
28455 脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28456 \end_layout
28457
28458 \begin_layout Standard
28459 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28460 \begin_inset CommandInset ref
28461 LatexCommand ref
28462 reference "sec:フロートの参照"
28463
28464 \end_inset
28465
28466 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28467 \begin_inset Newline newline
28468 \end_inset
28469
28470 これは脚注
28471 \begin_inset CommandInset ref
28472 LatexCommand ref
28473 reference "fn:これは脚注の一例"
28474
28475 \end_inset
28476
28477 の相互参照です。
28478 \end_layout
28479
28480 \begin_layout Standard
28481 \begin_inset VSpace defskip
28482 \end_inset
28483
28484
28485 \lang english
28486 Footnotes in title environments are usually not numbered with symbols and
28487  they cannot contain several paragraphs.
28488  See for example the footnote in the titling of this document.
28489 \end_layout
28490
28491 \begin_layout Standard
28492 \begin_inset VSpace defskip
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \begin_layout Standard
28499 \SpecialChar LaTeX
28500 では、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりに\SpecialChar TeX
28501 コードで
28502 \series bold
28503
28504 \backslash
28505 footnotemark{}
28506 \series default
28507 コマンドを入れてください。脚注の本文は、表の後で\SpecialChar TeX
28508 コード
28509 \series bold
28510
28511 \backslash
28512 footnotetext
28513 \series default
28514 コマンドの引数として入力します。
28515 \begin_inset Newline newline
28516 \end_inset
28517
28518 以下の表ではコマンド
28519 \begin_inset Newline newline
28520 \end_inset
28521
28522
28523 \series bold
28524
28525 \backslash
28526 footnotetext{
28527 \series default
28528 出力される脚注の表
28529 \series bold
28530 }
28531 \series default
28532
28533 \begin_inset Newline newline
28534 \end_inset
28535
28536 を用いています。
28537 \end_layout
28538
28539 \begin_layout Standard
28540 \begin_inset Tabular
28541 <lyxtabular version="3" rows="2" columns="1">
28542 <features tabularvalignment="middle">
28543 <column alignment="center" valignment="top">
28544 <row>
28545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28546 \begin_inset Text
28547
28548 \begin_layout Plain Layout
28549 これは例文です。
28550 \begin_inset Foot
28551 status open
28552
28553 \begin_layout Plain Layout
28554 この脚注は出力されません!
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \end_inset
28563 </cell>
28564 </row>
28565 <row>
28566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570 これは例文です。
28571 \begin_inset ERT
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576
28577 \backslash
28578 footnotemark{}
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 </row>
28589 </lyxtabular>
28590
28591 \end_inset
28592
28593
28594 \begin_inset ERT
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598
28599
28600 \backslash
28601 footnotetext{
28602 \end_layout
28603
28604 \end_inset
28605
28606 出力される脚注の表
28607 \begin_inset ERT
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611
28612 }
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 長尺表中の脚注は、第
28622 \begin_inset CommandInset ref
28623 LatexCommand ref
28624 reference "subsec:長尺表での脚注"
28625
28626 \end_inset
28627
28628 節で述べられています。
28629 \end_layout
28630
28631 \begin_layout Standard
28632 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28633 \begin_inset CommandInset ref
28634 LatexCommand ref
28635 reference "sec:ミニページ"
28636
28637 \end_inset
28638
28639 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28640 \series bold
28641
28642 \backslash
28643 footnotemark{}
28644 \series default
28645
28646 \series bold
28647
28648 \backslash
28649 footntoetext
28650 \series default
28651 による方法を用いてください。
28652 \end_layout
28653
28654 \begin_layout Standard
28655 \begin_inset Box Frameless
28656 position "t"
28657 hor_pos "c"
28658 has_inner_box 1
28659 inner_pos "t"
28660 use_parbox 0
28661 use_makebox 0
28662 width "100col%"
28663 special "none"
28664 height "1in"
28665 height_special "totalheight"
28666 thickness "0.4pt"
28667 separation "3pt"
28668 shadowsize "4pt"
28669 framecolor "black"
28670 backgroundcolor "none"
28671 status open
28672
28673 \begin_layout Plain Layout
28674 これはミニページ中の例文です。
28675 \begin_inset Foot
28676 status open
28677
28678 \begin_layout Plain Layout
28679 ミニページ中の脚注です。
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Plain Layout
28688 これはミニページ中の例文です。
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 footnotemark{}
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset ERT
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714
28715
28716 \backslash
28717 footnotetext{
28718 \end_layout
28719
28720 \end_inset
28721
28722 ミニページ外の脚注です。
28723 \begin_inset ERT
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727
28728 }
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \begin_inset VSpace defskip
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、\SpecialChar TeX
28742 コードでコマンド
28743 \series bold
28744
28745 \backslash
28746 footnotemark[番号]
28747 \series default
28748 を使用してください。
28749 \begin_inset Newline newline
28750 \end_inset
28751
28752 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28753 \begin_inset CommandInset ref
28754 LatexCommand ref
28755 reference "fn:これは脚注の一例"
28756
28757 \end_inset
28758
28759 の後に、\SpecialChar TeX
28760 コードで
28761 \end_layout
28762
28763 \begin_layout Standard
28764
28765 \series bold
28766
28767 \backslash
28768 newcounter{MyRepeatFoot}
28769 \begin_inset Newline newline
28770 \end_inset
28771
28772
28773 \backslash
28774 setcounter{MyRepeatFoot}{
28775 \backslash
28776 thefootnote}
28777 \end_layout
28778
28779 \begin_layout Standard
28780 というコマンドを挿入しています。そして脚注マークは、
28781 \end_layout
28782
28783 \begin_layout Standard
28784
28785 \series bold
28786
28787 \backslash
28788 footnotemark[
28789 \backslash
28790 theMyRepeatFoot]
28791 \end_layout
28792
28793 \begin_layout Standard
28794 で作成します。
28795 \end_layout
28796
28797 \begin_layout Standard
28798 これは繰り返し脚注の例です。
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 footnotemark[
28807 \backslash
28808 theMyRepeatFoot]
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Standard
28817 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28818 \end_layout
28819
28820 \begin_layout Standard
28821
28822 \series bold
28823
28824 \backslash
28825 footnotemark[
28826 \backslash
28827 thefootnote]
28828 \end_layout
28829
28830 \begin_layout Standard
28831 を使用してください。
28832 \end_layout
28833
28834 \begin_layout Standard
28835 これは繰り返し脚注の例です。
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841
28842 \backslash
28843 footnotemark[
28844 \backslash
28845 thefootnote]
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Subsection
28854 脚注の付番
28855 \begin_inset CommandInset label
28856 LatexCommand label
28857 name "subsec:脚注の付番"
28858
28859 \end_inset
28860
28861
28862 \begin_inset Index idx
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866 きゃくちゅう@脚注 ! ふばん@付番
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \begin_layout Standard
28875 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28876 \end_layout
28877
28878 \begin_layout Standard
28879
28880 \series bold
28881
28882 \backslash
28883 @addtoreset{footnote}{section}
28884 \end_layout
28885
28886 \begin_layout Standard
28887 というコマンドを加えてください。
28888 \end_layout
28889
28890 \begin_layout Standard
28891 \begin_inset VSpace bigskip
28892 \end_inset
28893
28894 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28895 \end_layout
28896
28897 \begin_layout Standard
28898
28899 \series bold
28900
28901 \backslash
28902 renewcommand{
28903 \backslash
28904 thefootnote}{
28905 \backslash
28906 roman{footnote}}
28907 \end_layout
28908
28909 \begin_layout Standard
28910 \begin_inset ERT
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914
28915
28916 \backslash
28917 renewcommand{
28918 \backslash
28919 thefootnote}{
28920 \backslash
28921 roman{footnote}}
28922 \end_layout
28923
28924 \end_inset
28925
28926 これは、ローマ数字を使った脚注です
28927 \begin_inset Foot
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 これは、ローマ数字を使った脚注の例です。
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28941 \series bold
28942
28943 \backslash
28944 roman
28945 \series default
28946
28947 \series bold
28948
28949 \backslash
28950 Roman
28951 \series default
28952 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28953 \series bold
28954
28955 \backslash
28956 Alph
28957 \series default
28958 または
28959 \series bold
28960
28961 \backslash
28962 alph
28963 \series default
28964 を使用してください。記号を使って付「番」するには、
28965 \series bold
28966
28967 \backslash
28968 fnsymbol
28969 \series default
28970 を使ってください。
28971 \end_layout
28972
28973 \begin_layout Standard
28974 \begin_inset Note Greyedout
28975 status open
28976
28977 \begin_layout Plain Layout
28978
28979 \series bold
28980 【註】
28981 \series default
28982 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \begin_inset Newline newline
28989 \end_inset
28990
28991
28992 \begin_inset Note Greyedout
28993 status open
28994
28995 \begin_layout Plain Layout
28996
28997 \series bold
28998 【註】
28999 \series default
29000 記号を使うと9個の脚注しか番号を振ることができません。
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 付番様式を変更した後、既定様式に戻すには、上記コマンドの
29010 \series bold
29011
29012 \backslash
29013 roman
29014 \series default
29015
29016 \series bold
29017
29018 \backslash
29019 arabic
29020 \series default
29021 に置き換えて使用してください。
29022 \begin_inset ERT
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026
29027
29028 \backslash
29029 renewcommand{
29030 \backslash
29031 thefootnote}{
29032 \backslash
29033 arabic{footnote}}
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042 \begin_inset VSpace bigskip
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
29050 \end_layout
29051
29052 \begin_layout Standard
29053
29054 \series bold
29055
29056 \backslash
29057 numberwithin{footnote}{chapter}
29058 \end_layout
29059
29060 \begin_layout Standard
29061 というコマンドを加えてください。
29062 \series bold
29063
29064 \backslash
29065 numberwithin
29066 \series default
29067 コマンドを使用できるようにするためには、文書設定の
29068 \family sans
29069 数式オプション
29070 \family default
29071 タブで
29072 \family sans
29073 AMS
29074 \begin_inset space ~
29075 \end_inset
29076
29077 mathパッケージを使う
29078 \family default
29079 オプションを有効にしてください。
29080 \end_layout
29081
29082 \begin_layout Standard
29083 \begin_inset ERT
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087
29088
29089 \backslash
29090 numberwithin{footnote}{chapter}
29091 \end_layout
29092
29093 \end_inset
29094
29095 これは、脚注のもう一つの例です
29096 \series bold
29097
29098 \begin_inset Foot
29099 status open
29100
29101 \begin_layout Plain Layout
29102
29103 \series bold
29104 これは、
29105 \series default
29106 「章番号.脚注番号」スキームで番号を振られた脚注です。
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \series default
29113
29114 \begin_inset ERT
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118
29119
29120 \backslash
29121 renewcommand{
29122 \backslash
29123 thefootnote}{
29124 \backslash
29125 arabic{footnote}}
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 \begin_inset Note Greyedout
29135 status open
29136
29137 \begin_layout Plain Layout
29138
29139 \series bold
29140 【註】
29141 \backslash
29142 numberwithin
29143 \series default
29144 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 また、例えば「章番号.
29154 \backslash
29155 Roman{footnote}」スキームを得るには、
29156 \series bold
29157
29158 \backslash
29159 numberwithin
29160 \series default
29161 の代わりに以下のコマンドを使用してください。
29162 \end_layout
29163
29164 \begin_layout Standard
29165
29166 \series bold
29167
29168 \backslash
29169 renewcommand{
29170 \backslash
29171 thefootnote}{
29172 \backslash
29173 thechapter.
29174 \backslash
29175 Roman{footnote}}
29176 \end_layout
29177
29178 \begin_layout Subsection
29179 脚注の配置
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 きゃくちゅう@脚注 ! はいち@配置
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29194 ブルに足して、1.5
29195 \begin_inset space \thinspace{}
29196 \end_inset
29197
29198 mmの余白を追加することもできます。
29199 \end_layout
29200
29201 \begin_layout Standard
29202
29203 \series bold
29204
29205 \backslash
29206 let
29207 \backslash
29208 myFoot
29209 \backslash
29210 footnote
29211 \begin_inset Newline newline
29212 \end_inset
29213
29214
29215 \backslash
29216 renewcommand{
29217 \backslash
29218 footnote}[1]{
29219 \backslash
29220 myFoot{#1
29221 \backslash
29222 vspace{1.5mm}}}
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \begin_inset VSpace bigskip
29227 \end_inset
29228
29229 二段組文書では、脚注は各段底部に表示されます(図
29230 \begin_inset CommandInset ref
29231 LatexCommand ref
29232 reference "fig:標準的脚注配置"
29233
29234 \end_inset
29235
29236 )。図
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "fig:ftnright脚注配置"
29240
29241 \end_inset
29242
29243 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29244 \end_layout
29245
29246 \begin_layout Standard
29247
29248 \series bold
29249
29250 \backslash
29251 usepackage{ftnright}
29252 \end_layout
29253
29254 \begin_layout Standard
29255 というコマンドを書いて、\SpecialChar LaTeX
29256 パッケージ
29257 \series bold
29258 ftnright
29259 \series default
29260
29261 \begin_inset Index idx
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 \SpecialChar LaTeX
29266 ぱっけーじ@\SpecialChar LaTeX
29267 パッケージ ! ftnright
29268 \end_layout
29269
29270 \end_inset
29271
29272 を読み込みます。
29273 \begin_inset Float figure
29274 placement !h
29275 wide false
29276 sideways false
29277 status open
29278
29279 \begin_layout Plain Layout
29280 \begin_inset ERT
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284
29285
29286 \backslash
29287 framebox{
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \begin_inset Graphics
29294         filename ../clipart/without_fntright.pdf
29295         width 100col%
29296         scaleBeforeRotation
29297
29298 \end_inset
29299
29300
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306 }
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Plain Layout
29315 \begin_inset Caption Standard
29316
29317 \begin_layout Plain Layout
29318 \begin_inset CommandInset label
29319 LatexCommand label
29320 name "fig:標準的脚注配置"
29321
29322 \end_inset
29323
29324 二段組文書の標準的な脚注配置
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 \begin_inset Float figure
29339 placement !h
29340 wide false
29341 sideways false
29342 status open
29343
29344 \begin_layout Plain Layout
29345 \begin_inset ERT
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349
29350
29351 \backslash
29352 framebox{
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \begin_inset Graphics
29359         filename ../clipart/with_fntright.pdf
29360         width 100col%
29361         scaleBeforeRotation
29362
29363 \end_inset
29364
29365
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371 }
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Plain Layout
29380 \begin_inset Caption Standard
29381
29382 \begin_layout Plain Layout
29383 \begin_inset CommandInset label
29384 LatexCommand label
29385 name "fig:ftnright脚注配置"
29386
29387 \end_inset
29388
29389 \SpecialChar LaTeX
29390 パッケージ
29391 \series bold
29392 ftnright
29393 \series default
29394 を使用したときの二段組文書の脚注配置
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 \begin_inset VSpace bigskip
29409 \end_inset
29410
29411 科学的文献に於いては、図
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "fig:後注"
29415
29416 \end_inset
29417
29418 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29419 \begin_inset Index idx
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 こちゅう@後注
29424 \end_layout
29425
29426 \end_inset
29427
29428 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29429 \family sans
29430 文書\SpecialChar menuseparator
29431 設定\SpecialChar menuseparator
29432 モジュール
29433 \family default
29434 メニューで
29435 \family sans
29436 脚注から後注へ
29437 \family default
29438 を読み込んでください。まとめた注を出力するには、節ないし章末に\SpecialChar TeX
29439 コードで
29440 \end_layout
29441
29442 \begin_layout Standard
29443
29444 \series bold
29445
29446 \backslash
29447 theendnotes
29448 \end_layout
29449
29450 \begin_layout Standard
29451 というコマンドを挿入してください。
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset Float figure
29456 wide false
29457 sideways false
29458 status open
29459
29460 \begin_layout Plain Layout
29461 \align center
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 framebox{
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \begin_inset Graphics
29476         filename ../clipart/endnotes.pdf
29477         scaleBeforeRotation
29478
29479 \end_inset
29480
29481
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487 }
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \begin_layout Plain Layout
29496 \begin_inset Caption Standard
29497
29498 \begin_layout Plain Layout
29499 \begin_inset CommandInset label
29500 LatexCommand label
29501 name "fig:後注"
29502
29503 \end_inset
29504
29505 後注 – 注を節ないし章末に別段落として印字します。
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 \begin_inset VSpace medskip
29520 \end_inset
29521
29522 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29523 \end_layout
29524
29525 \begin_layout Standard
29526
29527 \series bold
29528
29529 \backslash
29530 renewcommand{
29531 \backslash
29532 notesname}{Anmerkungen}
29533 \end_layout
29534
29535 \begin_layout Standard
29536 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29537 \end_layout
29538
29539 \begin_layout Standard
29540 \begin_inset VSpace medskip
29541 \end_inset
29542
29543
29544 \begin_inset CommandInset ref
29545 LatexCommand ref
29546 reference "subsec:脚注の付番"
29547
29548 \end_inset
29549
29550 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29551 \series bold
29552
29553 \backslash
29554 thefootnote
29555 \series default
29556 コマンドの代わりに
29557 \series bold
29558
29559 \backslash
29560 theendnote
29561 \series default
29562 を用いてください。後注番号をリセットするには、第
29563 \begin_inset CommandInset ref
29564 LatexCommand ref
29565 reference "subsec:脚注の付番"
29566
29567 \end_inset
29568
29569 節で述べたコマンド
29570 \series bold
29571
29572 \backslash
29573 @addtoreset
29574 \series default
29575 の、パラメータ
29576 \series bold
29577 footnote
29578 \series default
29579
29580 \series bold
29581 endnote
29582 \series default
29583 に変えて、使用してください。
29584 \end_layout
29585
29586 \begin_layout Standard
29587 後注の印だけを作成するには、第
29588 \begin_inset CommandInset ref
29589 LatexCommand ref
29590 reference "sec:脚注"
29591
29592 \end_inset
29593
29594 節で説明した
29595 \series bold
29596
29597 \backslash
29598 footnotemark
29599 \series default
29600 コマンドの代わりに、
29601 \series bold
29602
29603 \backslash
29604 endnotemark[番号]
29605 \series default
29606 コマンドを使用してください。
29607 \end_layout
29608
29609 \begin_layout Standard
29610 \begin_inset VSpace bigskip
29611 \end_inset
29612
29613 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、\SpecialChar LaTeX
29614 パッケージ
29615 \series bold
29616 footmisc
29617 \series default
29618
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 \SpecialChar LaTeX
29624 ぱっけーじ@\SpecialChar LaTeX
29625 パッケージ ! footmisc
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset CommandInset citation
29632 LatexCommand cite
29633 key "footmisc"
29634
29635 \end_inset
29636
29637 を参照してください。
29638 \end_layout
29639
29640 \begin_layout Standard
29641 脚注の整形にまつわるその他多くの話題が、\SpecialChar LaTeX
29642 関連書籍
29643 \begin_inset CommandInset citation
29644 LatexCommand cite
29645 key "latexcompanion,latexguide,latexbook"
29646
29647 \end_inset
29648
29649 に載っています。
29650 \series bold
29651 KOMA-Script
29652 \series default
29653
29654 \begin_inset Index idx
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658 \SpecialChar LaTeX
29659 ぱっけーじ@\SpecialChar LaTeX
29660 パッケージ ! KOMA-Script
29661 \end_layout
29662
29663 \end_inset
29664
29665 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29666 \begin_inset CommandInset citation
29667 LatexCommand cite
29668 key "KOMA-Script"
29669
29670 \end_inset
29671
29672 参照)。
29673 \end_layout
29674
29675 \begin_layout Section
29676 傍注
29677 \begin_inset Index idx
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 \SpecialChar LyX
29691 内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29692 \family sans
29693 挿入\SpecialChar menuseparator
29694 傍注
29695 \family default
29696 メニューかツールバーボタン
29697 \family sans
29698
29699 \begin_inset Info
29700 type  "icon"
29701 arg   "marginalnote-insert"
29702 \end_inset
29703
29704
29705 \family default
29706 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29707 \end_layout
29708
29709 \begin_layout Standard
29710 横にあるのが傍注です
29711 \begin_inset Marginal
29712 status open
29713
29714 \begin_layout Plain Layout
29715 これは傍注文です。
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Standard
29724 片面文書においては、傍注は右側に表示され、両面文書においては外側余白—偶数ページでは左側、奇数ページでは右側—に表示されます。傍注文は、外側余白の反対側に—注が
29725 左余白に現れるときには右揃えに—寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29726 \end_layout
29727
29728 \begin_layout Standard
29729 \begin_inset VSpace bigskip
29730 \end_inset
29731
29732 傍注を内側余白に置くには、傍注の前に\SpecialChar TeX
29733 コードで
29734 \end_layout
29735
29736 \begin_layout Standard
29737
29738 \series bold
29739
29740 \backslash
29741 reversemarginpar
29742 \end_layout
29743
29744 \begin_layout Standard
29745 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 reversemarginpar 
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Marginal
29760 status open
29761
29762 \begin_layout Plain Layout
29763 これは内側余白の傍注です。
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \series bold
29770
29771 \begin_inset Newline newline
29772 \end_inset
29773
29774
29775 \series default
29776
29777 \begin_inset Note Greyedout
29778 status open
29779
29780 \begin_layout Plain Layout
29781
29782 \series bold
29783 【註】
29784 \series default
29785 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 既定の配置に戻すには、\SpecialChar TeX
29795 コードで
29796 \end_layout
29797
29798 \begin_layout Standard
29799
29800 \series bold
29801
29802 \backslash
29803 normalmarginpar
29804 \end_layout
29805
29806 \begin_layout Standard
29807 というコマンドを書き加えてください。
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 normalmarginpar 
29816 \end_layout
29817
29818 \end_inset
29819
29820  
29821 \begin_inset Note Greyedout
29822 status open
29823
29824 \begin_layout Plain Layout
29825
29826 \series bold
29827 【註】
29828 \backslash
29829 reversemarginpar
29830 \series default
29831 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 \begin_inset VSpace bigskip
29841 \end_inset
29842
29843
29844 \begin_inset Marginal
29845 status open
29846
29847 \begin_layout Plain Layout
29848 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \begin_inset CommandInset ref
29855 LatexCommand ref
29856 reference "subsec:複数行"
29857
29858 \end_inset
29859
29860 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29861 \begin_inset space \thinspace{}
29862 \end_inset
29863
29864 pt水平空白を挿入してください 
29865 \begin_inset Marginal
29866 status open
29867
29868 \begin_layout Plain Layout
29869 \begin_inset space \hspace*{}
29870 \length 0pt
29871 \end_inset
29872
29873 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset VSpace bigskip
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889 \begin_inset Note Greyedout
29890 status open
29891
29892 \begin_layout Plain Layout
29893
29894 \series bold
29895 【註】
29896 \series default
29897 通常、傍注は表やフロート、脚注の中では使用することができません。
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \begin_inset VSpace bigskip
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Standard
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 ifmarginnote
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Note Note
29927 status open
29928
29929 \begin_layout Plain Layout
29930 以下の部分は、\SpecialChar LaTeX
29931 パッケージ
29932 \series bold
29933 marginnote
29934 \series default
29935 が導入されているときのみ表示されます。
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 この制約は、\SpecialChar LaTeX
29945 パッケージ
29946 \series bold
29947 marginnote
29948 \series default
29949
29950 \begin_inset Index idx
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954 \SpecialChar LaTeX
29955 ぱっけーじ@\SpecialChar LaTeX
29956 パッケージ ! marginnote
29957 \end_layout
29958
29959 \end_inset
29960
29961 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、\SpecialChar LyX
29962 が傍注に使うコマンドが再定義されて、
29963 \series bold
29964 marginnote
29965 \series default
29966 パッケージが提供するコマンドを使うようになります。
29967 \end_layout
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972
29973 \backslash
29974 usepackage{marginnote}
29975 \begin_inset Newline newline
29976 \end_inset
29977
29978
29979 \backslash
29980 let
29981 \backslash
29982 marginpar
29983 \backslash
29984 marginnote
29985 \end_layout
29986
29987 \begin_layout Standard
29988
29989 \series bold
29990 marginnote
29991 \series default
29992 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29993 \series bold
29994 marginnote
29995 \series default
29996 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29997 望まれるときなどに、よく必要とされます。オフセットは、\SpecialChar LyX
29998 中の傍注の後ろに\SpecialChar TeX
29999 コードで直接
30000 \end_layout
30001
30002 \begin_layout Standard
30003
30004 \series bold
30005 [オフセット]
30006 \end_layout
30007
30008 \begin_layout Standard
30009 という形で書くことで設定することができます。ここで「オフセット」には、表
30010 \begin_inset CommandInset ref
30011 LatexCommand ref
30012 reference "tab:単位"
30013
30014 \end_inset
30015
30016 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、\SpecialChar TeX
30017 コードコマンド「
30018 \series bold
30019 [-1.5cm]
30020 \series default
30021 」を使用して、1.5
30022 \begin_inset space \thinspace{}
30023 \end_inset
30024
30025 cm上にずらしてあります
30026 \begin_inset Marginal
30027 status open
30028
30029 \begin_layout Plain Layout
30030 この傍注は、本来の位置よりも1.5
30031 \begin_inset space \thinspace{}
30032 \end_inset
30033
30034 cm上にずらしてあります。
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045 [-1.5cm]
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 \begin_inset VSpace medskip
30055 \end_inset
30056
30057
30058 \series bold
30059 marginnote
30060 \series default
30061 を使うと、傍注の揃えを変更することもできます。たとえば、
30062 \end_layout
30063
30064 \begin_layout Standard
30065
30066 \series bold
30067
30068 \backslash
30069 renewcommand*{
30070 \backslash
30071 raggedleftmarginnote}{
30072 \backslash
30073 centering}
30074 \begin_inset Newline newline
30075 \end_inset
30076
30077
30078 \backslash
30079 renewcommand*{
30080 \backslash
30081 raggedrightmarginnote}{
30082 \backslash
30083 centering}
30084 \end_layout
30085
30086 \begin_layout Standard
30087 というコマンドを使うと、中央揃えになります。
30088 \series bold
30089
30090 \backslash
30091 raggedleftmarginnote
30092 \series default
30093 とは、左側に表示されている傍注のことを指します
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 renewcommand*{
30102 \backslash
30103 raggedleftmarginnote}{
30104 \backslash
30105 centering}
30106 \end_layout
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 renewcommand*{
30113 \backslash
30114 raggedrightmarginnote}{
30115 \backslash
30116 centering}
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \begin_inset Marginal
30123 status open
30124
30125 \begin_layout Plain Layout
30126 この傍注の文章は中央揃えになっています。
30127 \end_layout
30128
30129 \end_inset
30130
30131 。既定の設定は、
30132 \end_layout
30133
30134 \begin_layout Standard
30135
30136 \series bold
30137
30138 \backslash
30139 renewcommand*{
30140 \backslash
30141 raggedleftmarginnote}{
30142 \backslash
30143 raggedleft}
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147
30148 \backslash
30149 renewcommand*{
30150 \backslash
30151 raggedrightmarginnote}{
30152 \backslash
30153 raggedright}
30154 \series default
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 renewcommand*{
30164 \backslash
30165 raggedleftmarginnote}{
30166 \backslash
30167 raggedleft}
30168 \end_layout
30169
30170 \begin_layout Plain Layout
30171
30172
30173 \backslash
30174 renewcommand*{
30175 \backslash
30176 raggedrightmarginnote}{
30177 \backslash
30178 raggedright}
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \begin_layout Standard
30187 です。
30188 \end_layout
30189
30190 \begin_layout Standard
30191 \begin_inset VSpace medskip
30192 \end_inset
30193
30194
30195 \series bold
30196 marginnote
30197 \series default
30198 の他の機能については、
30199 \begin_inset CommandInset citation
30200 LatexCommand cite
30201 key "marginnote"
30202
30203 \end_inset
30204
30205 の取扱説明書をご参照ください。
30206 \end_layout
30207
30208 \begin_layout Standard
30209 \begin_inset VSpace bigskip
30210 \end_inset
30211
30212 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30213 \family sans
30214 \series bold
30215 \bar under
30216 注意!
30217 \family default
30218 \series default
30219 \bar default
30220 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30221 \end_layout
30222
30223 \begin_layout Standard
30224
30225 \series bold
30226
30227 \backslash
30228 let
30229 \backslash
30230 myMarginpar
30231 \backslash
30232 marginpar
30233 \begin_inset Newline newline
30234 \end_inset
30235
30236
30237 \backslash
30238 renewcommand{
30239 \backslash
30240 marginpar}[1]{
30241 \backslash
30242 myMarginpar{%
30243 \begin_inset Newline newline
30244 \end_inset
30245
30246
30247 \begin_inset Phantom HPhantom
30248 status open
30249
30250 \begin_layout Plain Layout
30251
30252 \series bold
30253 \begin_inset space ~
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \backslash
30263 hspace{0pt}
30264 \backslash
30265 textsf{
30266 \backslash
30267 textbf{
30268 \backslash
30269 underbar{注意!}}}%
30270 \begin_inset Newline newline
30271 \end_inset
30272
30273
30274 \begin_inset Phantom HPhantom
30275 status open
30276
30277 \begin_layout Plain Layout
30278
30279 \series bold
30280 \begin_inset space ~
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \backslash
30290 vspace{1.5mm}
30291 \backslash
30292
30293 \backslash
30294 #1}}
30295 \end_layout
30296
30297 \begin_layout Standard
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 let
30306 \backslash
30307 myMarginpar
30308 \backslash
30309 marginpar
30310 \end_layout
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 renewcommand{
30317 \backslash
30318 marginpar}[1]{
30319 \backslash
30320 myMarginpar{%
30321 \end_layout
30322
30323 \begin_layout Plain Layout
30324
30325    
30326 \backslash
30327 textsf{
30328 \backslash
30329 textbf{
30330 \backslash
30331 underbar{注意!}}}%
30332 \end_layout
30333
30334 \begin_layout Plain Layout
30335
30336    
30337 \backslash
30338 vspace{1.5mm}
30339 \backslash
30340
30341 \backslash
30342 #1}}
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \begin_inset Marginal
30349 status open
30350
30351 \begin_layout Plain Layout
30352 これは、定義したヘッダをつけた傍注です。
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \begin_inset ERT
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362
30363 [-1.5cm]
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 renewcommand{
30377 \backslash
30378 marginpar}[1]{
30379 \backslash
30380 myMarginpar{#1}}
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \begin_inset Note Note
30387 status open
30388
30389 \begin_layout Plain Layout
30390 傍注書式は、この例の分だけ変更してあります。
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404
30405 \backslash
30406 else
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \begin_inset Note Note
30413 status open
30414
30415 \begin_layout Plain Layout
30416 以下の部分は、\SpecialChar LaTeX
30417 パッケージ
30418 \series bold
30419 marginnote
30420 \series default
30421 が導入されていないときのみ表示されます。
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
30431 パッケージ
30432 \series bold
30433 marginnote
30434 \series default
30435 を導入する必要があります。
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 fi
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Chapter
30455 ボックス
30456 \end_layout
30457
30458 \begin_layout Section
30459 はじめに
30460 \begin_inset Index idx
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464 ぼっくす@ボックス ! はじめに
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Standard
30473 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30474 \begin_inset CommandInset ref
30475 LatexCommand ref
30476 reference "sec:ミニページ"
30477
30478 \end_inset
30479
30480 節参照)、文章を囲ったり(第
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "sec:装飾"
30484
30485 \end_inset
30486
30487 節参照)、単語がハイフネートされるのを予防したり(第
30488 \begin_inset CommandInset ref
30489 LatexCommand ref
30490 reference "sec:ハイフネーションの回避"
30491
30492 \end_inset
30493
30494 節参照)、文章を揃えたり(第
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "subsec:垂直揃え"
30498
30499 \end_inset
30500
30501 節参照)、あるいは文章の背景色を設定したり(第
30502 \begin_inset CommandInset ref
30503 LatexCommand ref
30504 reference "sec:色付きボックス"
30505
30506 \end_inset
30507
30508 節参照)するのに使用します。
30509 \end_layout
30510
30511 \begin_layout Standard
30512 ボックスは、
30513 \family sans
30514 挿入\SpecialChar menuseparator
30515 ボックス
30516 \family default
30517 メニューかツールバーボタン
30518 \family sans
30519
30520 \begin_inset Info
30521 type  "icon"
30522 arg   "box-insert Frameless"
30523 \end_inset
30524
30525
30526 \family default
30527 を使って挿入することができます。すると、
30528 \begin_inset Graphics
30529         filename clipart/BoxInsetDefaultQt4.png
30530         scale 85
30531         scaleBeforeRotation
30532
30533 \end_inset
30534
30535 のように
30536 \family sans
30537 ボックス(minipage環境)
30538 \family default
30539 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30540 \family sans
30541 設定
30542 \family default
30543 メニューを選択すると現れるボックスダイアログでは、
30544 \family sans
30545 parboxコマンド
30546 \family default
30547
30548 \family sans
30549 minipage環境
30550 \family default
30551 の二つの
30552 \family sans
30553 内部ボックス
30554 \family default
30555 型を選択することができます。
30556 \family sans
30557 minipage
30558 \family default
30559 型は、新規ボックスの既定値となっており、第
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "sec:ミニページ"
30563
30564 \end_inset
30565
30566 節で説明します。
30567 \family sans
30568 parbox
30569 \family default
30570 型については第
30571 \begin_inset CommandInset ref
30572 LatexCommand ref
30573 reference "sec:Parboxes"
30574
30575 \end_inset
30576
30577 節、
30578 \family sans
30579 makebox
30580 \family default
30581 型については第
30582 \begin_inset CommandInset ref
30583 LatexCommand ref
30584 reference "sec:ハイフネーションの回避"
30585
30586 \end_inset
30587
30588 節で述べます。
30589 \end_layout
30590
30591 \begin_layout Standard
30592 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30593 \end_layout
30594
30595 \begin_layout Standard
30596 \begin_inset Note Greyedout
30597 status open
30598
30599 \begin_layout Plain Layout
30600
30601 \series bold
30602 【註】
30603 \series default
30604 ボックスは、
30605 \family sans
30606 箇条書き(記号)
30607 \family default
30608 環境や
30609 \family sans
30610 箇条書き(記述)
30611 \family default
30612 環境の単独要素とすべきではありません。
30613 \end_layout
30614
30615 \end_inset
30616
30617
30618 \end_layout
30619
30620 \begin_layout Standard
30621 \begin_inset Note Greyedout
30622 status open
30623
30624 \begin_layout Plain Layout
30625
30626 \series bold
30627 【註】
30628 \series default
30629 理由は不明ですが、枠付きボックスを使用している場合には、
30630 \family sans
30631 内部ボックス
30632 \family default
30633 型は
30634 \family sans
30635 なし
30636 \family default
30637 にしか設定することができません。
30638 \family sans
30639 内部ボックス
30640 \family default
30641 型や枠のないボックスについては、第
30642 \begin_inset CommandInset ref
30643 LatexCommand ref
30644 reference "sec:ハイフネーションの回避"
30645
30646 \end_inset
30647
30648 節で説明します。
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Section
30657 ボックスダイアログ
30658 \begin_inset CommandInset label
30659 LatexCommand label
30660 name "sec:ボックスダイアログ"
30661
30662 \end_inset
30663
30664
30665 \begin_inset Index idx
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Subsection
30678 寸法
30679 \begin_inset Index idx
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 ぼっくす@ボックス ! すんぽう@寸法
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 ボックスダイアログでは、
30693 \family sans
30694
30695 \family default
30696
30697 \family sans
30698 高さ
30699 \family default
30700 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30701 \begin_inset CommandInset ref
30702 LatexCommand ref
30703 reference "tab:単位"
30704
30705 \end_inset
30706
30707 に説明されています。
30708 \family sans
30709 高さ
30710 \family default
30711 フィールドには、加えて以下の寸法を使用することができます。
30712 \end_layout
30713
30714 \begin_layout Description
30715 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30716 \begin_inset Newline newline
30717 \end_inset
30718
30719
30720 \begin_inset Newline newline
30721 \end_inset
30722
30723
30724 \begin_inset Newline newline
30725 \end_inset
30726
30727
30728 \begin_inset Box Boxed
30729 position "c"
30730 hor_pos "c"
30731 has_inner_box 1
30732 inner_pos "c"
30733 use_parbox 0
30734 use_makebox 0
30735 width "12col%"
30736 special "none"
30737 height "1in"
30738 height_special "depth"
30739 thickness "0.4pt"
30740 separation "3pt"
30741 shadowsize "4pt"
30742 framecolor "black"
30743 backgroundcolor "none"
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 \align center
30748 高さを1階層に設定したボックス
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \begin_inset Newline newline
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Description
30765 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30766 \begin_inset Box Boxed
30767 position "c"
30768 hor_pos "c"
30769 has_inner_box 1
30770 inner_pos "c"
30771 use_parbox 0
30772 use_makebox 0
30773 width "20col%"
30774 special "none"
30775 height "2in"
30776 height_special "height"
30777 thickness "0.4pt"
30778 separation "3pt"
30779 shadowsize "4pt"
30780 framecolor "black"
30781 backgroundcolor "none"
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785 \align center
30786 高さを2高さに設定したボックス
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Description
30795 全高 これは「高さ」+「階層」です。
30796 \begin_inset Box Boxed
30797 position "c"
30798 hor_pos "c"
30799 has_inner_box 1
30800 inner_pos "c"
30801 use_parbox 0
30802 use_makebox 0
30803 width "20col%"
30804 special "none"
30805 height "1in"
30806 height_special "totalheight"
30807 thickness "0.4pt"
30808 separation "3pt"
30809 shadowsize "4pt"
30810 framecolor "black"
30811 backgroundcolor "none"
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 \align center
30816 高さを1全高に設定したボックス
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Description
30825 幅 これはボックスの幅を高さに設定します。
30826 \begin_inset Box Boxed
30827 position "c"
30828 hor_pos "c"
30829 has_inner_box 1
30830 inner_pos "c"
30831 use_parbox 0
30832 use_makebox 0
30833 width "12col%"
30834 special "none"
30835 height "1in"
30836 height_special "width"
30837 thickness "0.4pt"
30838 separation "3pt"
30839 shadowsize "4pt"
30840 framecolor "black"
30841 backgroundcolor "none"
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 \align center
30846 高さを1幅に設定したボックス
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \begin_layout Subsection
30855 文字揃え
30856 \begin_inset Index idx
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 ぼっくす@ボックス ! もじそろえ@文字揃え
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869
30870 \family sans
30871 内部ボックス
30872 \family default
30873 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30874 \end_layout
30875
30876 \begin_layout Description
30877 上 これは例示のための本文行です。
30878 \begin_inset Box Boxed
30879 position "t"
30880 hor_pos "c"
30881 has_inner_box 1
30882 inner_pos "c"
30883 use_parbox 0
30884 use_makebox 0
30885 width "12col%"
30886 special "none"
30887 height "1in"
30888 height_special "totalheight"
30889 thickness "0.4pt"
30890 separation "3pt"
30891 shadowsize "4pt"
30892 framecolor "black"
30893 backgroundcolor "none"
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 \align center
30898 このボックスは上揃えです。
30899 \end_layout
30900
30901 \end_inset
30902
30903 これは例示のための本文行です。
30904 \end_layout
30905
30906 \begin_layout Description
30907 中央 これは例示のための本文行です。
30908 \begin_inset Box Boxed
30909 position "c"
30910 hor_pos "c"
30911 has_inner_box 1
30912 inner_pos "c"
30913 use_parbox 0
30914 use_makebox 0
30915 width "12col%"
30916 special "none"
30917 height "1in"
30918 height_special "totalheight"
30919 thickness "0.4pt"
30920 separation "3pt"
30921 shadowsize "4pt"
30922 framecolor "black"
30923 backgroundcolor "none"
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 \align center
30928 このボックスは中央揃えです。
30929 \end_layout
30930
30931 \end_inset
30932
30933 これは例示のための本文行です。
30934 \end_layout
30935
30936 \begin_layout Description
30937 下 これは例示のための本文行です。
30938 \begin_inset Box Boxed
30939 position "b"
30940 hor_pos "c"
30941 has_inner_box 1
30942 inner_pos "c"
30943 use_parbox 0
30944 use_makebox 0
30945 width "12col%"
30946 special "none"
30947 height "1in"
30948 height_special "totalheight"
30949 thickness "0.4pt"
30950 separation "3pt"
30951 shadowsize "4pt"
30952 framecolor "black"
30953 backgroundcolor "none"
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957 \align center
30958 このボックスは下揃えです。
30959 \end_layout
30960
30961 \end_inset
30962
30963 これは例示のための本文行です。
30964 \end_layout
30965
30966 \begin_layout Standard
30967 \begin_inset Note Greyedout
30968 status open
30969
30970 \begin_layout Plain Layout
30971
30972 \series bold
30973 【註】
30974 \series default
30975 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、\SpecialChar LyX
30985 の段落ダイアログから設定できます。
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset VSpace bigskip
30990 \end_inset
30991
30992
30993 \family sans
30994 内部ボックス
30995 \family default
30996 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30997 \end_layout
30998
30999 \begin_layout Description
31000 上 これは例示のための本文行です。
31001 \begin_inset Box Boxed
31002 position "c"
31003 hor_pos "c"
31004 has_inner_box 1
31005 inner_pos "t"
31006 use_parbox 0
31007 use_makebox 0
31008 width "12col%"
31009 special "none"
31010 height "1.5in"
31011 height_special "totalheight"
31012 thickness "0.4pt"
31013 separation "3pt"
31014 shadowsize "4pt"
31015 framecolor "black"
31016 backgroundcolor "none"
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020 \align center
31021 このボックスの文章は上揃えです。
31022 \end_layout
31023
31024 \end_inset
31025
31026 これは例示のための本文行です。
31027 \end_layout
31028
31029 \begin_layout Description
31030 中央 これは例示のための本文行です。
31031 \begin_inset Box Boxed
31032 position "c"
31033 hor_pos "c"
31034 has_inner_box 1
31035 inner_pos "c"
31036 use_parbox 0
31037 use_makebox 0
31038 width "12col%"
31039 special "none"
31040 height "1.5in"
31041 height_special "totalheight"
31042 thickness "0.4pt"
31043 separation "3pt"
31044 shadowsize "4pt"
31045 framecolor "black"
31046 backgroundcolor "none"
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050 \align center
31051 このボックスの文章は中央揃えです。
31052 \end_layout
31053
31054 \end_inset
31055
31056 これは例示のための本文行です。
31057 \end_layout
31058
31059 \begin_layout Description
31060 下 これは例示のための本文行です。
31061 \begin_inset Box Boxed
31062 position "c"
31063 hor_pos "c"
31064 has_inner_box 1
31065 inner_pos "b"
31066 use_parbox 0
31067 use_makebox 0
31068 width "12col%"
31069 special "none"
31070 height "1.5in"
31071 height_special "totalheight"
31072 thickness "0.4pt"
31073 separation "3pt"
31074 shadowsize "4pt"
31075 framecolor "black"
31076 backgroundcolor "none"
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 \align center
31081 このボックスの文章は下揃えです。
31082 \end_layout
31083
31084 \end_inset
31085
31086 これは例示のための本文行です。
31087 \end_layout
31088
31089 \begin_layout Description
31090 広げる これは例示のための本文行です。
31091 \begin_inset Box Boxed
31092 position "c"
31093 hor_pos "c"
31094 has_inner_box 1
31095 inner_pos "s"
31096 use_parbox 0
31097 use_makebox 0
31098 width "17col%"
31099 special "none"
31100 height "1.5in"
31101 height_special "totalheight"
31102 thickness "0.4pt"
31103 separation "3pt"
31104 shadowsize "4pt"
31105 framecolor "black"
31106 backgroundcolor "none"
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 \align center
31111 このボックスの
31112 \end_layout
31113
31114 \begin_layout Plain Layout
31115 \align center
31116 文章は広げて
31117 \end_layout
31118
31119 \begin_layout Plain Layout
31120 \align center
31121 あります。
31122 \end_layout
31123
31124 \end_inset
31125
31126 これは例示のための本文行です。
31127 \end_layout
31128
31129 \begin_layout Standard
31130 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
31131 \end_layout
31132
31133 \begin_layout Standard
31134 \begin_inset VSpace bigskip
31135 \end_inset
31136
31137
31138 \family sans
31139 内部ボックス
31140 \family default
31141 を設定しているときに、ボックスの内容を水平方向に揃えるには、\SpecialChar LyX
31142 の段落ダイアログを用います。
31143 \end_layout
31144
31145 \begin_layout Standard
31146 \align center
31147 \begin_inset Box Boxed
31148 position "c"
31149 hor_pos "c"
31150 has_inner_box 1
31151 inner_pos "s"
31152 use_parbox 0
31153 use_makebox 0
31154 width "25col%"
31155 special "none"
31156 height "1.25in"
31157 height_special "totalheight"
31158 thickness "0.4pt"
31159 separation "3pt"
31160 shadowsize "4pt"
31161 framecolor "black"
31162 backgroundcolor "none"
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 \align left
31167 このボックスの
31168 \end_layout
31169
31170 \begin_layout Plain Layout
31171 \align center
31172 文章は広げて
31173 \end_layout
31174
31175 \begin_layout Plain Layout
31176 \align right
31177 あります。
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186
31187 \family sans
31188 内部ボックス
31189 \family default
31190 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
31191 \begin_inset Separator parbreak
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \align center
31199 \begin_inset Box Boxed
31200 position "c"
31201 hor_pos "s"
31202 has_inner_box 0
31203 inner_pos "s"
31204 use_parbox 0
31205 use_makebox 0
31206 width "90col%"
31207 special "none"
31208 height "1.25in"
31209 height_special "totalheight"
31210 thickness "0.4pt"
31211 separation "3pt"
31212 shadowsize "4pt"
31213 framecolor "black"
31214 backgroundcolor "none"
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 このボックスの文章は水平方向に広げてあります。
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Subsection
31227 装飾
31228 \begin_inset CommandInset label
31229 LatexCommand label
31230 name "sec:装飾"
31231
31232 \end_inset
31233
31234
31235 \begin_inset Index idx
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 ぼっくす@ボックス ! そうしょく@装飾
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \begin_layout Standard
31248 ボックス型は、ボックスダイアログ中の
31249 \family sans
31250 装飾
31251 \family default
31252 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
31253 \end_layout
31254
31255 \begin_layout Description
31256 縁なし 枠を描きません。
31257 \end_layout
31258
31259 \begin_layout Description
31260 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。
31261 \lang english
31262 The frame line thickness can be specified
31263 \lang japanese
31264 。 
31265 \begin_inset Box Boxed
31266 position "c"
31267 hor_pos "c"
31268 has_inner_box 1
31269 inner_pos "c"
31270 use_parbox 0
31271 use_makebox 0
31272 width "20col%"
31273 special "none"
31274 height "1in"
31275 height_special "totalheight"
31276 thickness "0.4pt"
31277 separation "3pt"
31278 shadowsize "4pt"
31279 framecolor "black"
31280 backgroundcolor "none"
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284 \align center
31285 長方形の箱型
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Description
31294 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31295 \begin_inset space \thinspace{}
31296 \end_inset
31297
31298 ptです。 
31299 \begin_inset Box ovalbox
31300 position "c"
31301 hor_pos "c"
31302 has_inner_box 1
31303 inner_pos "c"
31304 use_parbox 0
31305 use_makebox 0
31306 width "20col%"
31307 special "none"
31308 height "1in"
31309 height_special "totalheight"
31310 thickness "0.4pt"
31311 separation "3pt"
31312 shadowsize "4pt"
31313 framecolor "black"
31314 backgroundcolor "none"
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318 \align center
31319 楕円形の箱型(細線)
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \begin_layout Description
31328 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31329 \begin_inset space \thinspace{}
31330 \end_inset
31331
31332 ptです。 
31333 \begin_inset Box Ovalbox
31334 position "c"
31335 hor_pos "c"
31336 has_inner_box 1
31337 inner_pos "c"
31338 use_parbox 0
31339 use_makebox 0
31340 width "20col%"
31341 special "none"
31342 height "1in"
31343 height_special "totalheight"
31344 thickness "0.4pt"
31345 separation "3pt"
31346 shadowsize "4pt"
31347 framecolor "black"
31348 backgroundcolor "none"
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 \align center
31353 楕円形の箱型(太線)
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \end_layout
31360
31361 \begin_layout Description
31362 影付き これはボックスの周りに影付きの長方形の枠を描きます。
31363 \lang english
31364 The frame line thickness and the shadow can be specified
31365 \lang japanese
31366
31367 \begin_inset Box Shadowbox
31368 position "c"
31369 hor_pos "c"
31370 has_inner_box 1
31371 inner_pos "c"
31372 use_parbox 0
31373 use_makebox 0
31374 width "20col%"
31375 special "none"
31376 height "1in"
31377 height_special "totalheight"
31378 thickness "0.4pt"
31379 separation "3pt"
31380 shadowsize "4pt"
31381 framecolor "black"
31382 backgroundcolor "none"
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386 \align center
31387 影付きの箱型
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \begin_layout Description
31396 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31397 \begin_inset Foot
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401
31402 \begin_inset CommandInset ref
31403 LatexCommand ref
31404 reference "sec:色付きボックス"
31405
31406 \end_inset
31407
31408 節を参照のこと。
31409 \end_layout
31410
31411 \end_inset
31412
31413 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31414 \begin_inset Box Shaded
31415 position "t"
31416 hor_pos "c"
31417 has_inner_box 0
31418 inner_pos "t"
31419 use_parbox 0
31420 use_makebox 0
31421 width "50col%"
31422 special "none"
31423 height "1in"
31424 height_special "totalheight"
31425 thickness "0.4pt"
31426 separation "3pt"
31427 shadowsize "4pt"
31428 framecolor "black"
31429 backgroundcolor "none"
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 影付き背景の箱型
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Description
31442 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。
31443 \lang english
31444 The line thickness of the inner frame is 0.75
31445 \begin_inset space \thinspace{}
31446 \end_inset
31447
31448 line
31449 \begin_inset space ~
31450 \end_inset
31451
31452 thickness, the thickness of the outer frame is 1.5
31453 \begin_inset space \thinspace{}
31454 \end_inset
31455
31456 line
31457 \begin_inset space ~
31458 \end_inset
31459
31460 thickness.
31461  The distance between the lines is 1.5
31462 \begin_inset space \thinspace{}
31463 \end_inset
31464
31465 line
31466 \begin_inset space ~
31467 \end_inset
31468
31469 thickness
31470 \begin_inset space \thinspace{}
31471 \end_inset
31472
31473 +
31474 \begin_inset space \thinspace{}
31475 \end_inset
31476
31477 0.5
31478 \begin_inset space \thinspace{}
31479 \end_inset
31480
31481 pt
31482 \lang japanese
31483 。 
31484 \begin_inset Box Doublebox
31485 position "c"
31486 hor_pos "c"
31487 has_inner_box 1
31488 inner_pos "c"
31489 use_parbox 0
31490 use_makebox 0
31491 width "20col%"
31492 special "none"
31493 height "1in"
31494 height_special "totalheight"
31495 thickness "0.4pt"
31496 separation "3pt"
31497 shadowsize "4pt"
31498 framecolor "black"
31499 backgroundcolor "none"
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503 \align center
31504 二重の長方形の箱型
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Standard
31513 \begin_inset VSpace bigskip
31514 \end_inset
31515
31516 \SpecialChar LyX
31517 のボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、\SpecialChar LaTeX
31518 パッケージ
31519 \series bold
31520 fancybox
31521 \series default
31522
31523 \begin_inset Index idx
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527 \SpecialChar LaTeX
31528 ぱっけーじ@\SpecialChar LaTeX
31529 パッケージ ! fancybox
31530 \end_layout
31531
31532 \end_inset
31533
31534 が導入済みでなくてはなりません。
31535 \end_layout
31536
31537 \begin_layout Standard
31538 \begin_inset VSpace bigskip
31539 \end_inset
31540
31541
31542 \lang english
31543 When you use the decoration 
31544 \family sans
31545 simple rectangular frame
31546 \family default
31547  and no inner box, you can allow page breaks within a box.
31548  Note that then, unlike other framed boxes, the frame always uses the whole
31549  column width and the box is set as its own paragraph:
31550 \lang japanese
31551  
31552 \begin_inset Box Framed
31553 position "t"
31554 hor_pos "c"
31555 has_inner_box 0
31556 inner_pos "t"
31557 use_parbox 0
31558 use_makebox 0
31559 width "100col%"
31560 special "none"
31561 height "1in"
31562 height_special "totalheight"
31563 thickness "0.4pt"
31564 separation "3pt"
31565 shadowsize "4pt"
31566 framecolor "black"
31567 backgroundcolor "none"
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 改行可能な箱型
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \begin_layout Section
31580 ボックスの詳細な設定
31581 \begin_inset Index idx
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 楕円形ボックスの丸い角の直径は、コマンド
31595 \series bold
31596
31597 \backslash
31598 cornersize
31599 \series default
31600 で設定することができます。
31601 \end_layout
31602
31603 \begin_layout Standard
31604
31605 \series bold
31606
31607 \backslash
31608 cornersize*{1cm}
31609 \end_layout
31610
31611 \begin_layout Standard
31612 というコマンドは、直径を1
31613 \begin_inset space \thinspace{}
31614 \end_inset
31615
31616 cmに設定します。
31617 \end_layout
31618
31619 \begin_layout Standard
31620
31621 \series bold
31622
31623 \backslash
31624 cornersize{数値}
31625 \end_layout
31626
31627 \begin_layout Standard
31628 というコマンドは、直径を
31629 \family sans
31630 数値
31631 \begin_inset space \thinspace{}
31632 \end_inset
31633
31634
31635 \family default
31636
31637 \begin_inset Formula $\times$
31638 \end_inset
31639
31640
31641 \family sans
31642
31643 \begin_inset space \thinspace{}
31644 \end_inset
31645
31646 (ボックスの幅と高さの小さい方)
31647 \family default
31648 に設定します。既定値は
31649 \series bold
31650
31651 \backslash
31652 cornersize{0.5}
31653 \series default
31654 です。
31655 \end_layout
31656
31657 \begin_layout Standard
31658 \begin_inset ERT
31659 status collapsed
31660
31661 \begin_layout Plain Layout
31662
31663
31664 \backslash
31665 cornersize*{1.5cm}
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Box Ovalbox
31672 position "c"
31673 hor_pos "c"
31674 has_inner_box 1
31675 inner_pos "c"
31676 use_parbox 0
31677 use_makebox 0
31678 width "25col%"
31679 special "none"
31680 height "1in"
31681 height_special "totalheight"
31682 thickness "0.4pt"
31683 separation "3pt"
31684 shadowsize "4pt"
31685 framecolor "black"
31686 backgroundcolor "none"
31687 status open
31688
31689 \begin_layout Plain Layout
31690 \align center
31691
31692 \series bold
31693
31694 \backslash
31695 cornersize
31696 \series default
31697
31698 \begin_inset space \thinspace{}
31699 \end_inset
31700
31701 =
31702 \begin_inset space \thinspace{}
31703 \end_inset
31704
31705 1.5
31706 \begin_inset space \thinspace{}
31707 \end_inset
31708
31709 cmの楕円形の箱型
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \begin_inset ERT
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719
31720
31721 \backslash
31722 cornersize{0.5}
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset VSpace bigskip
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738
31739 \lang english
31740 The default background color red of 
31741 \family sans
31742 shaded background
31743 \family default
31744  boxes can either be changed locally with the command
31745 \series bold
31746 \lang japanese
31747
31748 \backslash
31749 definecolor{shadebox}
31750 \series default
31751 コマンドで局所的に変更することもできますし、
31752 \family sans
31753 ツール\SpecialChar menuseparator
31754 設定\SpecialChar menuseparator
31755 色\SpecialChar menuseparator
31756 影付きボックス
31757 \family default
31758 メニューからグローバルに変更することもできます。
31759 \series bold
31760
31761 \backslash
31762 definecolor
31763 \series default
31764 コマンドの用法は第
31765 \begin_inset CommandInset ref
31766 LatexCommand ref
31767 reference "sec:色付きの表"
31768
31769 \end_inset
31770
31771
31772 \begin_inset Foot
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 N
31777 \series bold
31778
31779 \backslash
31780 definecolor
31781 \series default
31782 は、\SpecialChar LaTeX
31783 パッケージの
31784 \series bold
31785 color
31786 \series default
31787 をプリアンブルに読み込む必要があります。第
31788 \begin_inset CommandInset ref
31789 LatexCommand ref
31790 reference "sec:色付きボックス"
31791
31792 \end_inset
31793
31794 節をご参照ください。.
31795 \end_layout
31796
31797 \end_inset
31798
31799 で説明されています。
31800 \end_layout
31801
31802 \begin_layout Standard
31803 たとえば、下記の影付き背景ボックスの外見は
31804 \end_layout
31805
31806 \begin_layout Standard
31807
31808 \series bold
31809
31810 \backslash
31811 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31812 \end_layout
31813
31814 \begin_layout Standard
31815 という\SpecialChar TeX
31816 コードコマンドを使って設定してあります。
31817 \end_layout
31818
31819 \begin_layout Standard
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825
31826 \backslash
31827 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \begin_inset Box Shaded
31834 position "t"
31835 hor_pos "c"
31836 has_inner_box 0
31837 inner_pos "t"
31838 use_parbox 0
31839 use_makebox 0
31840 width "100col%"
31841 special "none"
31842 height "1in"
31843 height_special "totalheight"
31844 thickness "0.4pt"
31845 separation "3pt"
31846 shadowsize "4pt"
31847 framecolor "black"
31848 backgroundcolor "none"
31849 status open
31850
31851 \begin_layout Plain Layout
31852
31853 \color yellow
31854 これは、濃緑色の背景の
31855 \family sans
31856 影付き背景
31857 \family default
31858 ボックスに入れた黄色の文章です。
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869
31870 \backslash
31871 definecolor{shadecolor}{rgb}{1,0,0}
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Standard
31880 \begin_inset VSpace bigskip
31881 \end_inset
31882
31883
31884 \lang english
31885 Manually changed sizes and colors are valid for all boxes following the
31886  commands that change them.
31887 \end_layout
31888
31889 \begin_layout Section
31890 ミニページ
31891 \begin_inset CommandInset label
31892 LatexCommand label
31893 name "sec:ミニページ"
31894
31895 \end_inset
31896
31897
31898 \begin_inset Index idx
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 ぼっくす@ボックス ! みにぺーじ@ミニページ
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Standard
31911 ミニページは、\SpecialChar LaTeX
31912 によってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31913 \end_layout
31914
31915 \begin_layout Standard
31916 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31917 \end_layout
31918
31919 \begin_layout Standard
31920 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31921 \family sans
31922 挿入
31923 \family default
31924 \SpecialChar menuseparator
31925
31926 \family sans
31927 整形
31928 \family default
31929 \SpecialChar menuseparator
31930
31931 \family sans
31932 水平方向の空白
31933 \family default
31934 メニューで挿入した水平フィルで隔てられています。
31935 \begin_inset Newpage newpage
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 \begin_inset Box Frameless
31943 position "t"
31944 hor_pos "c"
31945 has_inner_box 1
31946 inner_pos "c"
31947 use_parbox 0
31948 use_makebox 0
31949 width "45col%"
31950 special "none"
31951 height "1in"
31952 height_special "totalheight"
31953 thickness "0.4pt"
31954 separation "3pt"
31955 shadowsize "4pt"
31956 framecolor "black"
31957 backgroundcolor "none"
31958 status open
31959
31960 \begin_layout Plain Layout
31961 Dies ist ein deutscher Text.
31962  Dies ist ein deutscher Text.
31963  Dies ist ein deutscher Text.
31964  Dies ist ein deutscher Text.
31965  Dies ist ein deutscher Text.
31966  Dies ist ein deutscher Text.
31967  Dies ist ein deutscher Text.
31968  Dies ist ein deutscher Text.
31969  Dies ist ein deutscher Text.
31970  Dies ist ein deutscher Text.
31971  Dies ist ein deutscher Text.
31972  Dies ist ein deutscher Text.
31973  Dies ist ein deutscher Text
31974 \begin_inset Foot
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 Dies ist eine deutsche Fußnote.
31979 \end_layout
31980
31981 \end_inset
31982
31983 .
31984  Dies ist ein deutscher Text.
31985  Dies ist ein deutscher Text.
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \begin_inset space \hfill{}
31992 \end_inset
31993
31994
31995 \begin_inset Box Frameless
31996 position "t"
31997 hor_pos "c"
31998 has_inner_box 1
31999 inner_pos "c"
32000 use_parbox 0
32001 use_makebox 0
32002 width "45col%"
32003 special "none"
32004 height "1in"
32005 height_special "totalheight"
32006 thickness "0.4pt"
32007 separation "3pt"
32008 shadowsize "4pt"
32009 framecolor "black"
32010 backgroundcolor "none"
32011 status open
32012
32013 \begin_layout Plain Layout
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  This is an English Text.
32021  This is an English Text.
32022  This is an English Text.
32023  This is an English Text.
32024  This is an English Text.
32025  This is an English Text.
32026  This is an English Text.
32027  This is an English Text.
32028  This is an English Text.
32029  This is an English Text.
32030 \begin_inset Foot
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034 This is an English footnote.
32035 \end_layout
32036
32037 \end_inset
32038
32039  This is an English Text.
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \begin_inset VSpace bigskip
32049 \end_inset
32050
32051 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32052 \family sans
32053 中スキップ
32054 \family default
32055 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32056 \end_layout
32057
32058 \begin_layout Standard
32059 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32060 \begin_inset CommandInset ref
32061 LatexCommand ref
32062 reference "sec:色付きボックス"
32063
32064 \end_inset
32065
32066 節をご参照ください。
32067 \end_layout
32068
32069 \begin_layout Standard
32070 \begin_inset Note Greyedout
32071 status open
32072
32073 \begin_layout Plain Layout
32074
32075 \series bold
32076 【註】
32077 \series default
32078 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Section
32087 Parbox
32088 \begin_inset CommandInset label
32089 LatexCommand label
32090 name "sec:Parboxes"
32091
32092 \end_inset
32093
32094
32095 \begin_inset Index idx
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099 ぼっくす@ボックス ! Parboxes
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32109 \begin_inset Separator parbreak
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \align center
32117 \begin_inset Box Frameless
32118 position "t"
32119 hor_pos "c"
32120 has_inner_box 1
32121 inner_pos "t"
32122 use_parbox 1
32123 use_makebox 0
32124 width "33col%"
32125 special "none"
32126 height "1in"
32127 height_special "totalheight"
32128 thickness "0.4pt"
32129 separation "3pt"
32130 shadowsize "4pt"
32131 framecolor "black"
32132 backgroundcolor "none"
32133 status open
32134
32135 \begin_layout Plain Layout
32136 これはparbox内の文章です。これはparbox内の文章です。
32137 \end_layout
32138
32139 \begin_layout Plain Layout
32140 右の脚注は表示されません。
32141 \begin_inset Foot
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145 これはparbox内の脚注であり、したがって表示はされません。
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Section
32159 単語や文字のボックス
32160 \begin_inset Index idx
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 ぼっくす@ボックス ! もじよう@文字用
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Subsection
32173 ハイフネーションの回避
32174 \begin_inset CommandInset label
32175 LatexCommand label
32176 name "sec:ハイフネーションの回避"
32177
32178 \end_inset
32179
32180
32181 \begin_inset Index idx
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \begin_layout Standard
32194 単語や文章がハイフネートされるのを防ぐには、
32195 \family sans
32196 makebox
32197 \family default
32198 型ボックスを使うことができます。
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202 以下が例示用の文章です。
32203 \end_layout
32204
32205 \begin_layout Standard
32206 This line is an example to show how you can prevent the hyphenation of 
32207 \begin_inset Quotes eld
32208 \end_inset
32209
32210 veryverylongword
32211 \begin_inset Quotes erd
32212 \end_inset
32213
32214 .
32215 \end_layout
32216
32217 \begin_layout Standard
32218 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32219 \family sans
32220 内部ボックス
32221 \family default
32222
32223 \family sans
32224 makebox
32225 \family default
32226 コマンドに設定し、幅は指定しません。
32227 \end_layout
32228
32229 \begin_layout Standard
32230 以下がその結果です。
32231 \end_layout
32232
32233 \begin_layout Standard
32234 This line is an example to show how you can prevent the hyphenation of 
32235 \begin_inset Box Frameless
32236 position "t"
32237 hor_pos "c"
32238 has_inner_box 1
32239 inner_pos "t"
32240 use_parbox 0
32241 use_makebox 1
32242 width ""
32243 special "none"
32244 height "1in"
32245 height_special "totalheight"
32246 thickness "0.4pt"
32247 separation "3pt"
32248 shadowsize "4pt"
32249 framecolor "black"
32250 backgroundcolor "none"
32251 status open
32252
32253 \begin_layout Plain Layout
32254 \begin_inset Quotes eld
32255 \end_inset
32256
32257 veryverylongword
32258 \begin_inset Quotes erd
32259 \end_inset
32260
32261
32262 \end_layout
32263
32264 \end_inset
32265
32266 .
32267 \end_layout
32268
32269 \begin_layout Standard
32270 別の方法としては、以下のように、単語の前に直接\SpecialChar TeX
32271 コードで「
32272 \series bold
32273
32274 \backslash
32275 -
32276 \series default
32277 」コマンドを設定する方法もあります。
32278 \end_layout
32279
32280 \begin_layout Standard
32281 This line is an example to show how you can prevent the hyphenation of 
32282 \begin_inset Quotes eld
32283 \end_inset
32284
32285
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291
32292 \backslash
32293 -
32294 \end_layout
32295
32296 \end_inset
32297
32298 veryverylongword
32299 \begin_inset Quotes erd
32300 \end_inset
32301
32302 .
32303 \end_layout
32304
32305 \begin_layout Standard
32306 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32307 \family sans
32308 挿入
32309 \family default
32310 \SpecialChar menuseparator
32311
32312 \family sans
32313 整形
32314 \family default
32315 \SpecialChar menuseparator
32316
32317 \family sans
32318 整形なし改行
32319 \family default
32320 メニュー(
32321 \begin_inset Flex Ruby
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325 捷径
32326 \begin_inset Argument post:1
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330 ショートカット
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \begin_inset Info
32342 type  "shortcut"
32343 arg   "newline-insert newline"
32344 \end_inset
32345
32346 )から改行を単語の前に入れてください。
32347 \end_layout
32348
32349 \begin_layout Standard
32350 This line is an example to show how you can prevent the hyphenation of 
32351 \begin_inset Newline newline
32352 \end_inset
32353
32354
32355 \begin_inset Box Frameless
32356 position "t"
32357 hor_pos "c"
32358 has_inner_box 1
32359 inner_pos "t"
32360 use_parbox 0
32361 use_makebox 1
32362 width ""
32363 special "none"
32364 height "1in"
32365 height_special "totalheight"
32366 thickness "0.4pt"
32367 separation "3pt"
32368 shadowsize "4pt"
32369 framecolor "black"
32370 backgroundcolor "none"
32371 status open
32372
32373 \begin_layout Plain Layout
32374 \begin_inset Quotes eld
32375 \end_inset
32376
32377 veryverylongword
32378 \begin_inset Quotes erd
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \end_inset
32385
32386 .
32387 \end_layout
32388
32389 \begin_layout Subsection
32390 垂直揃え
32391 \begin_inset CommandInset label
32392 LatexCommand label
32393 name "subsec:垂直揃え"
32394
32395 \end_inset
32396
32397
32398 \begin_inset Index idx
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \begin_inset Index idx
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412 ぼっくす@ボックス ! Raiseboxes
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421
32422 \series bold
32423
32424 \backslash
32425 raisebox
32426 \series default
32427 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32428 \series bold
32429
32430 \backslash
32431 raisebox
32432 \series default
32433 は以下の書式で使用します。
32434 \end_layout
32435
32436 \begin_layout Standard
32437
32438 \series bold
32439
32440 \backslash
32441 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32442 \end_layout
32443
32444 \begin_layout Standard
32445 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32446 \end_layout
32447
32448 \begin_layout Standard
32449 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前に\SpecialChar TeX
32450 コードで
32451 \end_layout
32452
32453 \begin_layout Standard
32454
32455 \series bold
32456
32457 \backslash
32458 raisebox{
32459 \backslash
32460 depth}{
32461 \end_layout
32462
32463 \begin_layout Standard
32464 というコマンドを挿入してください。単語の後には、閉じ括弧「
32465 \series bold
32466 }
32467 \series default
32468 」を\SpecialChar TeX
32469 コードで挿入してください。
32470 \begin_inset Newline newline
32471 \end_inset
32472
32473 以下がその出力です。
32474 \end_layout
32475
32476 \begin_layout Standard
32477 This is a text line with the word 
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 raisebox{
32486 \backslash
32487 depth}{
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \begin_inset Quotes eld
32494 \end_inset
32495
32496 preventing
32497 \begin_inset Quotes erd
32498 \end_inset
32499
32500
32501 \begin_inset ERT
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505
32506 }
32507 \end_layout
32508
32509 \end_inset
32510
32511  as raised word.
32512 \end_layout
32513
32514 \begin_layout Standard
32515 \begin_inset VSpace bigskip
32516 \end_inset
32517
32518 行中の文字を上げ下げすると、以下のように行間が広がります。
32519 \end_layout
32520
32521 \begin_layout Standard
32522 This is a text line with the word 
32523 \begin_inset ERT
32524 status collapsed
32525
32526 \begin_layout Plain Layout
32527
32528
32529 \backslash
32530 raisebox{-
32531 \backslash
32532 depth}{
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \begin_inset Quotes eld
32539 \end_inset
32540
32541 preventing
32542 \begin_inset Quotes erd
32543 \end_inset
32544
32545
32546 \begin_inset ERT
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550
32551 }
32552 \end_layout
32553
32554 \end_inset
32555
32556  as lowered word.
32557 \begin_inset Newline newline
32558 \end_inset
32559
32560 This is a text line with the word 
32561 \begin_inset ERT
32562 status collapsed
32563
32564 \begin_layout Plain Layout
32565
32566
32567 \backslash
32568 raisebox{0.5cm}{
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \begin_inset Quotes eld
32575 \end_inset
32576
32577 testing
32578 \begin_inset Quotes erd
32579 \end_inset
32580
32581
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587 }
32588 \end_layout
32589
32590 \end_inset
32591
32592  as raised word.
32593 \end_layout
32594
32595 \begin_layout Standard
32596 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32597 \end_layout
32598
32599 \begin_layout Standard
32600
32601 \series bold
32602
32603 \backslash
32604 raisebox{-
32605 \backslash
32606 depth}[0pt]{
32607 \end_layout
32608
32609 \begin_layout Standard
32610 とすると、
32611 \end_layout
32612
32613 \begin_layout Standard
32614 This is a text line with the word 
32615 \begin_inset ERT
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619
32620
32621 \backslash
32622 raisebox{-
32623 \backslash
32624 depth}[0pt]{
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \begin_inset Quotes eld
32631 \end_inset
32632
32633 preventing
32634 \begin_inset Quotes erd
32635 \end_inset
32636
32637
32638 \begin_inset ERT
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642
32643 }
32644 \end_layout
32645
32646 \end_inset
32647
32648  as lowered word.
32649 \begin_inset Newline newline
32650 \end_inset
32651
32652
32653 \begin_inset Newline newline
32654 \end_inset
32655
32656 This is a text line with the word 
32657 \begin_inset ERT
32658 status collapsed
32659
32660 \begin_layout Plain Layout
32661
32662
32663 \backslash
32664 raisebox{0.5cm}[0pt]{
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \begin_inset Quotes eld
32671 \end_inset
32672
32673 testing
32674 \begin_inset Quotes erd
32675 \end_inset
32676
32677
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682
32683 }
32684 \end_layout
32685
32686 \end_inset
32687
32688  as raised word.
32689 \end_layout
32690
32691 \begin_layout Section
32692 色付きボックス
32693 \begin_inset CommandInset label
32694 LatexCommand label
32695 name "sec:色付きボックス"
32696
32697 \end_inset
32698
32699
32700 \begin_inset Index idx
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704 ぼっくす@ボックス ! いろつき@色付き
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \begin_layout Standard
32713
32714 \lang english
32715 To color the background of a box just select the color you like in the box
32716  dialog.
32717  This is for example a box with orange background: 
32718 \begin_inset Box Frameless
32719 position "t"
32720 hor_pos "c"
32721 has_inner_box 1
32722 inner_pos "t"
32723 use_parbox 0
32724 use_makebox 1
32725 width ""
32726 special "none"
32727 height "1in"
32728 height_special "totalheight"
32729 thickness "0.4pt"
32730 separation "3pt"
32731 shadowsize "4pt"
32732 framecolor "black"
32733 backgroundcolor "orange"
32734 status open
32735
32736 \begin_layout Plain Layout
32737
32738 \lang english
32739 Box with orange background
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Standard
32748
32749 \lang english
32750 If you use the decoration
32751 \family sans
32752 \lang japanese
32753 簡素な長方形の枠
32754 \family default
32755 \lang english
32756 you can set a frame color.
32757  In this case you must also specify a background color (LyX sets white as
32758  default).
32759  Here is an example: 
32760 \begin_inset Box Boxed
32761 position "t"
32762 hor_pos "c"
32763 has_inner_box 0
32764 inner_pos "t"
32765 use_parbox 0
32766 use_makebox 0
32767 width ""
32768 special "none"
32769 height "1in"
32770 height_special "totalheight"
32771 thickness "0.4pt"
32772 separation "3pt"
32773 shadowsize "4pt"
32774 framecolor "teal"
32775 backgroundcolor "yellow"
32776 status open
32777
32778 \begin_layout Plain Layout
32779
32780 \lang english
32781 Box with teal frame color and yellow background color
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \begin_layout Standard
32790 \begin_inset VSpace bigskip
32791 \end_inset
32792
32793
32794 \lang english
32795 Of course you can also have colored text inside a colored box:
32796 \lang japanese
32797
32798 \begin_inset Newline newline
32799 \end_inset
32800
32801
32802 \begin_inset Box Boxed
32803 position "t"
32804 hor_pos "c"
32805 has_inner_box 0
32806 inner_pos "t"
32807 use_parbox 0
32808 use_makebox 0
32809 width ""
32810 special "none"
32811 height "1in"
32812 height_special "totalheight"
32813 thickness "0.4pt"
32814 separation "3pt"
32815 shadowsize "4pt"
32816 framecolor "cyan"
32817 backgroundcolor "magenta"
32818 status open
32819
32820 \begin_layout Plain Layout
32821
32822 \color yellow
32823 これは着色した色付きボックス中の色付き文章です。
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 \begin_inset VSpace bigskip
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839
32840 \lang english
32841 If you need another color than the predefined ones, you can define your
32842  own color as described in section
32843 \begin_inset space ~
32844 \end_inset
32845
32846
32847 \lang japanese
32848
32849 \begin_inset CommandInset ref
32850 LatexCommand ref
32851 reference "sec:色付きの表"
32852
32853 \end_inset
32854
32855
32856 \lang english
32857 .
32858  To use your own color you must typeset the box by using TeX code:
32859 \end_layout
32860
32861 \begin_layout Standard
32862
32863 \lang english
32864 Colored boxes without frame are created with the command
32865 \series bold
32866 \lang japanese
32867
32868 \backslash
32869 colorbox
32870 \series default
32871 コマンドを使って作ります。これは、以下のような書式で使われます。
32872 \end_layout
32873
32874 \begin_layout Standard
32875
32876 \series bold
32877
32878 \backslash
32879 colorbox{color}{ボックスの内容}
32880 \end_layout
32881
32882 \begin_layout Standard
32883 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。たとえば、単語の背景を赤にするには、単語の前に\SpecialChar TeX
32884 コードで
32885 \begin_inset Note Note
32886 status open
32887
32888 \begin_layout Plain Layout
32889 @Koji: replace here red by darkgreen
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898
32899 \series bold
32900
32901 \backslash
32902 colorbox{darkgreen}{
32903 \end_layout
32904
32905 \begin_layout Standard
32906 というコマンドを入れてください。単語の後には、\SpecialChar TeX
32907 コードで閉じ括弧「
32908 \series bold
32909 }
32910 \series default
32911 」を入れてください。
32912 \begin_inset Newline newline
32913 \end_inset
32914
32915 以下がその結果です。
32916 \end_layout
32917
32918 \begin_layout Standard
32919 この行では、
32920 \begin_inset ERT
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924
32925
32926 \backslash
32927 colorbox{darkgreen}{
32928 \end_layout
32929
32930 \end_inset
32931
32932 「注意!」
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937
32938 }
32939 \end_layout
32940
32941 \end_inset
32942
32943 という単語が赤い背景になっています。
32944 \begin_inset Note Note
32945 status open
32946
32947 \begin_layout Plain Layout
32948 @Koji: replace here red by darkgreen
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Standard
32957
32958 \lang english
32959 Framed, colored boxes are created with the command
32960 \series bold
32961 \lang japanese
32962
32963 \backslash
32964 fcolorbox
32965 \series default
32966 コマンドを使います。
32967 \end_layout
32968
32969 \begin_layout Standard
32970
32971 \series bold
32972
32973 \backslash
32974 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32975 \end_layout
32976
32977 \begin_layout Section
32978 ボックスの伸縮回転
32979 \end_layout
32980
32981 \begin_layout Standard
32982
32983 \lang english
32984 To use the boxes described in this section, the module 
32985 \family sans
32986 GraphicBoxes
32987 \family default
32988  must be loaded in the document settings.
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset Note Greyedout
32993 status open
32994
32995 \begin_layout Plain Layout
32996
32997 \series bold
32998 【註】
32999 \series default
33000 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Standard
33009 \begin_inset Note Greyedout
33010 status open
33011
33012 \begin_layout Plain Layout
33013
33014 \series bold
33015 【註】
33016 \series default
33017 フロートは回転伸縮したボックスの中に入れることはできません。
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Subsection
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 \begin_inset Index idx
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 ひょうのちょうせい@表の調整 ! かいてん@回転
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \begin_layout Standard
33070
33071 \lang english
33072 To rotate material, you can put it into a rotated box.
33073  Such a box is inserted via the menu 
33074 \family sans
33075 Insert\SpecialChar menuseparator
33076 Custom Insets\SpecialChar menuseparator
33077 Rotatebox
33078 \family default
33079 .
33080 \end_layout
33081
33082 \begin_layout Standard
33083
33084 \lang english
33085 The rotation origin can be specified via the inset 
33086 \family sans
33087 Origin
33088 \family default
33089  (menu 
33090 \family sans
33091 Insert\SpecialChar menuseparator
33092 Origin
33093 \family default
33094 ) in the form 
33095 \series bold
33096 \lang japanese
33097 origin=位置
33098 \series default
33099 。位置として指定可能なのは、
33100 \emph on
33101 c
33102 \emph default
33103 (中央揃え)・
33104 \emph on
33105 l
33106 \emph default
33107 (左揃え)・
33108 \emph on
33109 r
33110 \emph default
33111 (右揃え)・
33112 \emph on
33113 b
33114 \emph default
33115 (下揃え)・
33116 \emph on
33117 t
33118 \emph default
33119 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33120 \emph on
33121 lt
33122 \emph default
33123 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33124 \emph on
33125 l
33126 \emph default
33127 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33128 \end_layout
33129
33130 \begin_layout Standard
33131
33132 \lang english
33133 In the following example 
33134 \series bold
33135 origin=c
33136 \series default
33137  was inserted to the 
33138 \family sans
33139 Option
33140 \family default
33141  inset and 
33142 \series bold
33143 60
33144 \series default
33145  was inserted to the 
33146 \family sans
33147 Angle
33148 \family default
33149  inset.
33150 \end_layout
33151
33152 \begin_layout Standard
33153 これは、
33154 \begin_inset Flex Rotatebox
33155 status open
33156
33157 \begin_layout Plain Layout
33158 \begin_inset Argument 1
33159 status open
33160
33161 \begin_layout Plain Layout
33162 origin=c
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \begin_inset Argument 2
33169 status open
33170
33171 \begin_layout Plain Layout
33172 60
33173 \end_layout
33174
33175 \end_inset
33176
33177 回転した
33178 \end_layout
33179
33180 \end_inset
33181
33182 文章を含む行です。
33183 \end_layout
33184
33185 \begin_layout Standard
33186 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33187 \end_layout
33188
33189 \begin_layout Standard
33190 これは、
33191 \begin_inset Flex Rotatebox
33192 status open
33193
33194 \begin_layout Plain Layout
33195 \begin_inset Argument 1
33196 status open
33197
33198 \begin_layout Plain Layout
33199 origin=r
33200 \end_layout
33201
33202 \end_inset
33203
33204
33205 \begin_inset Argument 2
33206 status open
33207
33208 \begin_layout Plain Layout
33209 60
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \begin_inset Box Doublebox
33216 position "c"
33217 hor_pos "c"
33218 has_inner_box 0
33219 inner_pos "c"
33220 use_parbox 0
33221 use_makebox 0
33222 width "1in"
33223 special "width"
33224 height "1in"
33225 height_special "totalheight"
33226 thickness "0.4pt"
33227 separation "3pt"
33228 shadowsize "4pt"
33229 framecolor "black"
33230 backgroundcolor "none"
33231 status open
33232
33233 \begin_layout Plain Layout
33234 回転した
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \end_inset
33243
33244 枠付き文章と
33245 \begin_inset Flex Rotatebox
33246 status open
33247
33248 \begin_layout Plain Layout
33249 \begin_inset Argument 1
33250 status open
33251
33252 \begin_layout Plain Layout
33253 origin=lb
33254 \end_layout
33255
33256 \end_inset
33257
33258
33259 \begin_inset Argument 2
33260 status open
33261
33262 \begin_layout Plain Layout
33263 60
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \end_inset
33276
33277 数式を含む行です。
33278 \end_layout
33279
33280 \begin_layout Standard
33281 あるいは、以下のように図や表を入れることもできます。
33282 \end_layout
33283
33284 \begin_layout Standard
33285 これは、
33286 \begin_inset Flex Rotatebox
33287 status open
33288
33289 \begin_layout Plain Layout
33290 \begin_inset Argument 1
33291 status open
33292
33293 \begin_layout Plain Layout
33294 origin=lb
33295 \end_layout
33296
33297 \end_inset
33298
33299
33300 \begin_inset Argument 2
33301 status open
33302
33303 \begin_layout Plain Layout
33304 90
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \begin_inset Graphics
33311         filename ../clipart/platypus.eps
33312         lyxscale 50
33313         width 25col%
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \end_inset
33321
33322 回転した画像と
33323 \begin_inset Flex Rotatebox
33324 status open
33325
33326 \begin_layout Plain Layout
33327 \begin_inset Argument 2
33328 status open
33329
33330 \begin_layout Plain Layout
33331 -90
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \begin_inset Tabular
33338 <lyxtabular version="3" rows="2" columns="2">
33339 <features tabularvalignment="middle">
33340 <column alignment="center" valignment="top">
33341 <column alignment="center" valignment="top">
33342 <row>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 q
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 w
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 </row>
33362 <row>
33363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 e
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 r
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 </row>
33382 </lyxtabular>
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \end_inset
33390
33391 表を含む行です。
33392 \end_layout
33393
33394 \begin_layout Subsection
33395 ボックスの伸縮
33396 \begin_inset Index idx
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \begin_inset Index idx
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410 しんしゅく@伸縮 ! そざいの@素材の—
33411 \end_layout
33412
33413 \end_inset
33414
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 \end_layout
33437
33438 \begin_layout Standard
33439 素材を伸縮させるには、\SpecialChar TeX
33440 コードで
33441 \series bold
33442
33443 \backslash
33444 scalebox
33445 \series default
33446 コマンドと
33447 \series bold
33448
33449 \backslash
33450 resizebox
33451 \series default
33452 コマンドが使えます。
33453 \end_layout
33454
33455 \begin_layout Standard
33456
33457 \series bold
33458
33459 \backslash
33460 scalebox
33461 \series default
33462 は以下の書式で使用します。
33463 \end_layout
33464
33465 \begin_layout Standard
33466
33467 \series bold
33468
33469 \backslash
33470 scalebox{水平方向}[垂直方向]{ボックスの内容}
33471 \end_layout
33472
33473 \begin_layout Standard
33474 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33475 \end_layout
33476
33477 \begin_layout Standard
33478 たとえば、
33479 \series bold
33480
33481 \backslash
33482 scalebox{2}{こんにちは}
33483 \series default
33484 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490
33491 \backslash
33492 scalebox{2}{
33493 \end_layout
33494
33495 \end_inset
33496
33497 こんにちは
33498 \begin_inset ERT
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502
33503 }
33504 \end_layout
33505
33506 \end_inset
33507
33508 を生成します。
33509 \end_layout
33510
33511 \begin_layout Standard
33512 これに対し、
33513 \series bold
33514
33515 \backslash
33516 scalebox{2}[1]{こんにちは}
33517 \series default
33518 は、
33519 \begin_inset ERT
33520 status collapsed
33521
33522 \begin_layout Plain Layout
33523
33524
33525 \backslash
33526 scalebox{2}[1]{
33527 \end_layout
33528
33529 \end_inset
33530
33531 こんにちは
33532 \begin_inset ERT
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536
33537 }
33538 \end_layout
33539
33540 \end_inset
33541
33542 を変形させます。
33543 \end_layout
33544
33545 \begin_layout Standard
33546 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33547 \series bold
33548
33549 \backslash
33550 scalebox{-1}[1]{こんにちは}
33551 \series default
33552 というコマンドは、右のように反転文字を生成するのに使用できます:
33553 \begin_inset ERT
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557
33558
33559 \backslash
33560 scalebox{-1}[1]{
33561 \end_layout
33562
33563 \end_inset
33564
33565 こんにちは
33566 \begin_inset ERT
33567 status collapsed
33568
33569 \begin_layout Plain Layout
33570
33571 }
33572 \end_layout
33573
33574 \end_inset
33575
33576
33577 \end_layout
33578
33579 \begin_layout Standard
33580
33581 \series bold
33582
33583 \backslash
33584 scalebox{1}[-1]{こんにちは}
33585 \series default
33586 とすると
33587 \begin_inset ERT
33588 status collapsed
33589
33590 \begin_layout Plain Layout
33591
33592
33593 \backslash
33594 scalebox{1}[-1]{
33595 \end_layout
33596
33597 \end_inset
33598
33599 こんにちは
33600 \begin_inset ERT
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604
33605 }
33606 \end_layout
33607
33608 \end_inset
33609
33610 のようにベースラインで鏡像にします。
33611 \end_layout
33612
33613 \begin_layout Standard
33614
33615 \series bold
33616
33617 \backslash
33618 scalebox{-1}[1]{ボックスの内容}
33619 \series default
33620 と同じ働きをするものとして
33621 \begin_inset Newline newline
33622 \end_inset
33623
33624
33625 \series bold
33626
33627 \backslash
33628 reflectbox{ボックスの内容}
33629 \series default
33630
33631 \begin_inset Newline newline
33632 \end_inset
33633
33634 というコマンドがあります。
33635 \end_layout
33636
33637 \begin_layout Standard
33638 \begin_inset VSpace bigskip
33639 \end_inset
33640
33641 指定した幅や丈にボックスを伸縮させるには、
33642 \series bold
33643
33644 \backslash
33645 resizebox
33646 \series default
33647 を使用します。このコマンドの書式は
33648 \end_layout
33649
33650 \begin_layout Standard
33651
33652 \series bold
33653
33654 \backslash
33655 resizebox{幅}{丈}{ボックスの内容}
33656 \end_layout
33657
33658 \begin_layout Standard
33659 です。上記二つのコマンド引数のうち一つが感嘆符「
33660 \series bold
33661 !
33662 \series default
33663 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33664 \end_layout
33665
33666 \begin_layout Standard
33667
33668 \series bold
33669
33670 \backslash
33671 resizebox{2cm}{1cm}{こんにちは}
33672 \series default
33673 というコマンドの出力は、
33674 \begin_inset ERT
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679
33680 \backslash
33681 resizebox{2cm}{1cm}{
33682 \end_layout
33683
33684 \end_inset
33685
33686 こんにちは
33687 \begin_inset ERT
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691
33692 }
33693 \end_layout
33694
33695 \end_inset
33696
33697 となり、
33698 \begin_inset Newline newline
33699 \end_inset
33700
33701
33702 \series bold
33703
33704 \backslash
33705 resizebox{2cm}{!}{こんにちは}
33706 \series default
33707 というコマンドの出力は、
33708 \begin_inset ERT
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712
33713
33714 \backslash
33715 resizebox{2cm}{!}{
33716 \end_layout
33717
33718 \end_inset
33719
33720 こんにちは
33721 \begin_inset ERT
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725
33726 }
33727 \end_layout
33728
33729 \end_inset
33730
33731 となります。
33732 \end_layout
33733
33734 \begin_layout Standard
33735 \begin_inset VSpace bigskip
33736 \end_inset
33737
33738
33739 \begin_inset Note Greyedout
33740 status open
33741
33742 \begin_layout Plain Layout
33743
33744 \series bold
33745 【註】
33746 \backslash
33747 scalebox
33748 \series default
33749
33750 \series bold
33751
33752 \backslash
33753 resizebox
33754 \series default
33755 の引数を零に設定した場合には、文書を書き出す際に\SpecialChar LaTeX
33756 エラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33757 \end_layout
33758
33759 \end_inset
33760
33761
33762 \end_layout
33763
33764 \begin_layout Standard
33765 \begin_inset VSpace bigskip
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 ボックスは好きな順序で組み合わせることができます。たとえば、
33773 \begin_inset Newline newline
33774 \end_inset
33775
33776
33777 \series bold
33778
33779 \backslash
33780 rotatebox[origin=c]{-45}{
33781 \backslash
33782 resizebox{2cm}{!}{
33783 \backslash
33784 reflectbox{こんにちは}}}
33785 \begin_inset Newline newline
33786 \end_inset
33787
33788
33789 \series default
33790 というコマンドは、
33791 \begin_inset Separator parbreak
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \begin_layout Standard
33798 \align center
33799 \begin_inset ERT
33800 status collapsed
33801
33802 \begin_layout Plain Layout
33803
33804
33805 \backslash
33806 rotatebox[origin=c]{-45}{
33807 \backslash
33808 resizebox{2cm}{!}{
33809 \backslash
33810 reflectbox{
33811 \end_layout
33812
33813 \end_inset
33814
33815 こんにちは
33816 \begin_inset ERT
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820
33821 }}}
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 \noindent
33831 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33832 \begin_inset Separator parbreak
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 \align center
33840 \begin_inset ERT
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844
33845
33846 \backslash
33847 rotatebox[origin=c]{-30}{
33848 \backslash
33849 resizebox{2cm}{!}{
33850 \backslash
33851 reflectbox{
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \begin_inset Graphics
33858         filename ../clipart/platypus.eps
33859         lyxscale 50
33860         width 25col%
33861
33862 \end_inset
33863
33864
33865 \begin_inset ERT
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869
33870 }}}
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \begin_inset ERT
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881
33882 \backslash
33883 rotatebox[origin=c]{-45}{
33884 \backslash
33885 resizebox{2cm}{!}{
33886 \backslash
33887 reflectbox{
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \begin_inset Tabular
33894 <lyxtabular version="3" rows="2" columns="2">
33895 <features tabularvalignment="middle">
33896 <column alignment="center" valignment="top">
33897 <column alignment="center" valignment="top">
33898 <row>
33899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33900 \begin_inset Text
33901
33902 \begin_layout Plain Layout
33903 q
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912 w
33913 \end_layout
33914
33915 \end_inset
33916 </cell>
33917 </row>
33918 <row>
33919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33920 \begin_inset Text
33921
33922 \begin_layout Plain Layout
33923 e
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 r
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 </lyxtabular>
33939
33940 \end_inset
33941
33942
33943 \begin_inset ERT
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947
33948 }}}
33949 \end_layout
33950
33951 \end_inset
33952
33953
33954 \begin_inset ERT
33955 status collapsed
33956
33957 \begin_layout Plain Layout
33958
33959
33960 \backslash
33961 rotatebox[origin=c]{-45}{
33962 \backslash
33963 resizebox{2cm}{!}{
33964 \backslash
33965 reflectbox{
33966 \end_layout
33967
33968 \end_inset
33969
33970
33971 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33972 \end_inset
33973
33974
33975 \begin_inset ERT
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979
33980 }}}
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 文書で大域的に数式様式
33990 \series bold
33991 fleqn
33992 \series default
33993 を使用している場合
33994 \begin_inset Foot
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33999 \end_layout
34000
34001 \end_inset
34002
34003 には、別行建て数式も伸縮させることができます。
34004 \end_layout
34005
34006 \begin_layout Chapter
34007 本文回り込みオブジェクト
34008 \begin_inset Index idx
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012 ほんぶんまわりこみ@本文回り込み
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \begin_layout Section
34021 折返しフロート
34022 \begin_inset CommandInset label
34023 LatexCommand label
34024 name "sec:折返しフロート"
34025
34026 \end_inset
34027
34028
34029 \begin_inset Index idx
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \begin_inset Index idx
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 \begin_inset Wrap figure
34053 lines 0
34054 placement l
34055 overhang 1cm
34056 width "40col%"
34057 status open
34058
34059 \begin_layout Plain Layout
34060 \begin_inset Graphics
34061         filename ../clipart/mobius.eps
34062         width 40col%
34063         scaleBeforeRotation
34064         rotateOrigin center
34065
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \begin_layout Plain Layout
34072 \begin_inset Caption Standard
34073
34074 \begin_layout Plain Layout
34075 \begin_inset CommandInset label
34076 LatexCommand label
34077 name "fig:折返し図フロート"
34078
34079 \end_inset
34080
34081 これは折返し図フロートです。
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \end_inset
34090
34091 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、\SpecialChar LaTeX
34092 パッケージの
34093 \series bold
34094 wrapfig
34095 \series default
34096
34097 \begin_inset Index idx
34098 status collapsed
34099
34100 \begin_layout Plain Layout
34101 \SpecialChar LaTeX
34102 ぱっけーじ@\SpecialChar LaTeX
34103 パッケージ ! wrapfig
34104 \end_layout
34105
34106 \end_inset
34107
34108 を導入済みであれば、
34109 \family sans
34110 挿入\SpecialChar menuseparator
34111 フロート\SpecialChar menuseparator
34112 折返し図フロート
34113 \family default
34114
34115 \family sans
34116 折返し表フロート
34117 \family default
34118 メニューで挿入することができます
34119 \begin_inset Foot
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123 \SpecialChar LaTeX
34124 パッケージの導入方法は、取扱説明書の『\SpecialChar LaTeX
34125 の設定』に説明されています。
34126 \end_layout
34127
34128 \end_inset
34129
34130 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34131 \family sans
34132 配置
34133 \family default
34134
34135 \family sans
34136
34137 \family default
34138 です。非必須項目として、
34139 \family sans
34140 ぶら下げ
34141 \family default
34142
34143 \family sans
34144 行幅
34145 \family default
34146 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34147 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34148 にするか、周囲の段落までフロートすることを\SpecialChar LaTeX
34149 に許可するかを指定することができます。第
34150 \begin_inset CommandInset ref
34151 LatexCommand ref
34152 reference "fig:折返し図フロート"
34153
34154 \end_inset
34155
34156 図は、40
34157 \begin_inset space \thinspace{}
34158 \end_inset
34159
34160 列幅%の幅と1
34161 \begin_inset space \thinspace{}
34162 \end_inset
34163
34164 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34165 \end_layout
34166
34167 \begin_layout Standard
34168 \begin_inset Note Greyedout
34169 status open
34170
34171 \begin_layout Plain Layout
34172
34173 \series bold
34174 【註】
34175 \series default
34176 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34177 上書きされて出力されたりします。
34178 \end_layout
34179
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \begin_layout Standard
34186 原則として、
34187 \end_layout
34188
34189 \begin_layout Itemize
34190 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34191 うになってから、正確な位置に挿入しなくてはなりません。
34192 \end_layout
34193
34194 \begin_layout Itemize
34195 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34196 \end_layout
34197
34198 \begin_layout Itemize
34199 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34200 \end_layout
34201
34202 \begin_layout Itemize
34203 折返しフロートは、節見出しや表中に入れることは認められていません。
34204 \end_layout
34205
34206 \begin_layout Itemize
34207 連番や参照は、第
34208 \begin_inset CommandInset ref
34209 LatexCommand ref
34210 reference "chap:フロート"
34211
34212 \end_inset
34213
34214 章で述べられているように動作します。
34215 \end_layout
34216
34217 \begin_layout Section
34218 固定回り込みオブジェクト
34219 \begin_inset Index idx
34220 status collapsed
34221
34222 \begin_layout Plain Layout
34223 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34224 \end_layout
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Standard
34232
34233 \begin_inset CommandInset ref
34234 LatexCommand ref
34235 reference "sec:折返しフロート"
34236
34237 \end_inset
34238
34239 節の折返しフロートは、段落中で、以下のような配置がされます。
34240 \begin_inset Separator parbreak
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 \noindent
34248 \align center
34249 \begin_inset Tabular
34250 <lyxtabular version="3" rows="2" columns="2">
34251 <features tabularvalignment="middle">
34252 <column alignment="center" valignment="top">
34253 <column alignment="center" valignment="top">
34254 <row>
34255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34256 \begin_inset Text
34257
34258 \begin_layout Plain Layout
34259 \begin_inset Graphics
34260         filename ../../images/dialog-show-new-inset_graphics.png
34261         scale 70
34262         scaleBeforeRotation
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275 文章
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 </row>
34281 <row>
34282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Plain Layout
34286 文章
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34292 \begin_inset Text
34293
34294 \begin_layout Plain Layout
34295 文章
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 </row>
34301 </lyxtabular>
34302
34303 \end_inset
34304
34305  or 
34306 \begin_inset Tabular
34307 <lyxtabular version="3" rows="2" columns="2">
34308 <features tabularvalignment="middle">
34309 <column alignment="center" valignment="top">
34310 <column alignment="center" valignment="top">
34311 <row>
34312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 文章
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325 \begin_inset Graphics
34326         filename ../../images/dialog-show-new-inset_graphics.png
34327         scale 70
34328         scaleBeforeRotation
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 </row>
34338 <row>
34339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 文章
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34349 \begin_inset Text
34350
34351 \begin_layout Plain Layout
34352 文章
34353 \end_layout
34354
34355 \end_inset
34356 </cell>
34357 </row>
34358 </lyxtabular>
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Standard
34366 以下に示すいずれかのように、
34367 \begin_inset VSpace defskip
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Standard
34374 \noindent
34375 \align center
34376 \begin_inset Tabular
34377 <lyxtabular version="3" rows="2" columns="2">
34378 <features tabularvalignment="middle">
34379 <column alignment="center" valignment="top">
34380 <column alignment="center" valignment="top">
34381 <row>
34382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386 文章
34387 \end_layout
34388
34389 \end_inset
34390 </cell>
34391 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Plain Layout
34395 文章
34396 \end_layout
34397
34398 \end_inset
34399 </cell>
34400 </row>
34401 <row>
34402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34403 \begin_inset Text
34404
34405 \begin_layout Plain Layout
34406 \begin_inset Graphics
34407         filename ../../images/dialog-show-new-inset_graphics.png
34408         scale 70
34409         scaleBeforeRotation
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 文章
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 </lyxtabular>
34429
34430 \end_inset
34431
34432  
34433 \begin_inset Tabular
34434 <lyxtabular version="3" rows="2" columns="2">
34435 <features tabularvalignment="middle">
34436 <column alignment="center" valignment="top">
34437 <column alignment="center" valignment="top">
34438 <row>
34439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 文章
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34449 \begin_inset Text
34450
34451 \begin_layout Plain Layout
34452 文章
34453 \end_layout
34454
34455 \end_inset
34456 </cell>
34457 </row>
34458 <row>
34459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34460 \begin_inset Text
34461
34462 \begin_layout Plain Layout
34463 文章
34464 \end_layout
34465
34466 \end_inset
34467 </cell>
34468 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
34485 </lyxtabular>
34486
34487 \end_inset
34488
34489  
34490 \begin_inset Tabular
34491 <lyxtabular version="3" rows="2" columns="3">
34492 <features tabularvalignment="middle">
34493 <column alignment="center" valignment="top">
34494 <column alignment="center" valignment="top">
34495 <column alignment="center" valignment="top">
34496 <row>
34497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501 文章
34502 \end_layout
34503
34504 \end_inset
34505 </cell>
34506 <cell alignment="center" valignment="top" topline="true" usebox="none">
34507 \begin_inset Text
34508
34509 \begin_layout Plain Layout
34510 \begin_inset Graphics
34511         filename ../../images/dialog-show-new-inset_graphics.png
34512         scale 70
34513         scaleBeforeRotation
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34523 \begin_inset Text
34524
34525 \begin_layout Plain Layout
34526 文章
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 </row>
34532 <row>
34533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 文章
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546 文章
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34552 \begin_inset Text
34553
34554 \begin_layout Plain Layout
34555 文章
34556 \end_layout
34557
34558 \end_inset
34559 </cell>
34560 </row>
34561 </lyxtabular>
34562
34563 \end_inset
34564
34565  
34566 \begin_inset Tabular
34567 <lyxtabular version="3" rows="2" columns="3">
34568 <features tabularvalignment="middle">
34569 <column alignment="center" valignment="top">
34570 <column alignment="center" valignment="top">
34571 <column alignment="center" valignment="top">
34572 <row>
34573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 文章
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" topline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 文章
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34592 \begin_inset Text
34593
34594 \begin_layout Plain Layout
34595 文章
34596 \end_layout
34597
34598 \end_inset
34599 </cell>
34600 </row>
34601 <row>
34602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34603 \begin_inset Text
34604
34605 \begin_layout Plain Layout
34606 文章
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34612 \begin_inset Text
34613
34614 \begin_layout Plain Layout
34615 \begin_inset Graphics
34616         filename ../../images/dialog-show-new-inset_graphics.png
34617         scale 70
34618         scaleBeforeRotation
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \end_inset
34626 </cell>
34627 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34628 \begin_inset Text
34629
34630 \begin_layout Plain Layout
34631 文章
34632 \end_layout
34633
34634 \end_inset
34635 </cell>
34636 </row>
34637 </lyxtabular>
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Standard
34645 \noindent
34646 \align center
34647 \begin_inset Tabular
34648 <lyxtabular version="3" rows="3" columns="2">
34649 <features tabularvalignment="middle">
34650 <column alignment="center" valignment="top">
34651 <column alignment="center" valignment="top">
34652 <row>
34653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34654 \begin_inset Text
34655
34656 \begin_layout Plain Layout
34657 文章
34658 \end_layout
34659
34660 \end_inset
34661 </cell>
34662 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34663 \begin_inset Text
34664
34665 \begin_layout Plain Layout
34666 文章
34667 \end_layout
34668
34669 \end_inset
34670 </cell>
34671 </row>
34672 <row>
34673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 \begin_inset Graphics
34678         filename ../../images/dialog-show-new-inset_graphics.png
34679         scale 70
34680         scaleBeforeRotation
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 文章
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 </row>
34699 <row>
34700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704 文章
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713 文章
34714 \end_layout
34715
34716 \end_inset
34717 </cell>
34718 </row>
34719 </lyxtabular>
34720
34721 \end_inset
34722
34723  
34724 \begin_inset Tabular
34725 <lyxtabular version="3" rows="3" columns="3">
34726 <features tabularvalignment="middle">
34727 <column alignment="center" valignment="top">
34728 <column alignment="center" valignment="top">
34729 <column alignment="center" valignment="top">
34730 <row>
34731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34732 \begin_inset Text
34733
34734 \begin_layout Plain Layout
34735 文章
34736 \end_layout
34737
34738 \end_inset
34739 </cell>
34740 <cell alignment="center" valignment="top" topline="true" usebox="none">
34741 \begin_inset Text
34742
34743 \begin_layout Plain Layout
34744 文章
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753 文章
34754 \end_layout
34755
34756 \end_inset
34757 </cell>
34758 </row>
34759 <row>
34760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764 文章
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 \begin_inset Graphics
34774         filename ../../images/dialog-show-new-inset_graphics.png
34775         scale 70
34776         scaleBeforeRotation
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \end_inset
34784 </cell>
34785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34786 \begin_inset Text
34787
34788 \begin_layout Plain Layout
34789 文章
34790 \end_layout
34791
34792 \end_inset
34793 </cell>
34794 </row>
34795 <row>
34796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 文章
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 文章
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818 文章
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 </row>
34824 </lyxtabular>
34825
34826 \end_inset
34827
34828  
34829 \begin_inset Tabular
34830 <lyxtabular version="3" rows="3" columns="2">
34831 <features tabularvalignment="middle">
34832 <column alignment="center" valignment="top">
34833 <column alignment="center" valignment="top">
34834 <row>
34835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839 文章
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34845 \begin_inset Text
34846
34847 \begin_layout Plain Layout
34848 文章
34849 \end_layout
34850
34851 \end_inset
34852 </cell>
34853 </row>
34854 <row>
34855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859 文章
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868 \begin_inset Graphics
34869         filename ../../images/dialog-show-new-inset_graphics.png
34870         scale 70
34871         scaleBeforeRotation
34872
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 </row>
34881 <row>
34882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 文章
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 文章
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 </row>
34901 </lyxtabular>
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \noindent
34910 オブジェクトを挿入した場所に正確に配置したい時には、
34911 \series bold
34912 picinpar
34913 \series default
34914
34915 \begin_inset Index idx
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 \SpecialChar LaTeX
34920 ぱっけーじ@\SpecialChar LaTeX
34921 パッケージ ! picinpar
34922 \end_layout
34923
34924 \end_inset
34925
34926 \SpecialChar LaTeX
34927 パッケージを使うことができます。下記はその用例です。
34928 \end_layout
34929
34930 \begin_layout Standard
34931 \begin_inset ERT
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935
34936
34937 \backslash
34938 ifpicinpar
34939 \end_layout
34940
34941 \end_inset
34942
34943
34944 \begin_inset Note Note
34945 status open
34946
34947 \begin_layout Plain Layout
34948 以下の部分は、\SpecialChar LaTeX
34949 パッケージ
34950 \series bold
34951 picinpar
34952 \series default
34953 が導入されているときのみ表示されます。
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Standard
34962 \begin_inset ERT
34963 status collapsed
34964
34965 \begin_layout Plain Layout
34966
34967
34968 \backslash
34969 begin{window}[2,c,{
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \begin_inset Graphics
34976         filename ../clipart/mobius.eps
34977         lyxscale 60
34978         width 40col%
34979         scaleBeforeRotation
34980         rotateOrigin center
34981
34982 \end_inset
34983
34984
34985 \begin_inset ERT
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989
34990 },]
34991 \end_layout
34992
34993 \begin_layout Plain Layout
34994
34995 {}
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \size small
35002 It was in the spring of the year 1894 that all London was interested, and
35003  the fashionable world dismayed, by the murder of the Honourable Ronald
35004  Adair under most unusual and inexplicable circumstances.
35005  The public has already learned those particulars of the crime which
35006 \size default
35007
35008 \begin_inset ERT
35009 status collapsed
35010
35011 \begin_layout Plain Layout
35012
35013
35014 \backslash
35015 footnotemark{}
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \size small
35022  came out in the police investigation, but a good deal was suppressed upon
35023  that occasion, since the case for the prosecution was so overwhelmingly
35024  strong that it was not necessary to bring forward all the facts.
35025  Only now, at the end of nearly ten years, am I allowed to supply those
35026  missing links which make up the whole of that remarkable chain.
35027 \size default
35028
35029 \begin_inset ERT
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033
35034
35035 \backslash
35036 end{window}
35037 \end_layout
35038
35039 \end_inset
35040
35041
35042 \end_layout
35043
35044 \begin_layout Standard
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050
35051 \backslash
35052 footnotetext{
35053 \end_layout
35054
35055 \end_inset
35056
35057 固定オブジェクトのある段落の脚注
35058 \begin_inset ERT
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062
35063 }
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \begin_layout Standard
35072 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35073 ートとは違って、連番のキャプションをつけることはできません。
35074 \end_layout
35075
35076 \begin_layout Standard
35077 固定オブジェクトは、段落冒頭に\SpecialChar TeX
35078 コードで
35079 \end_layout
35080
35081 \begin_layout Standard
35082
35083 \series bold
35084
35085 \backslash
35086 begin{window}[2,c,{
35087 \end_layout
35088
35089 \begin_layout Standard
35090 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35091 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35092 段幅の40
35093 \begin_inset space \thinspace{}
35094 \end_inset
35095
35096 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35097 \end_layout
35098
35099 \begin_layout Standard
35100
35101 \series bold
35102 },説明文]
35103 \begin_inset Newline newline
35104 \end_inset
35105
35106 {}
35107 \end_layout
35108
35109 \begin_layout Standard
35110 というコマンドが挿入されています。2行目に「
35111 \series bold
35112 {}
35113 \series default
35114 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35115 \series bold
35116 {}
35117 \series default
35118 の直後から書き始めてください。段落末には、
35119 \end_layout
35120
35121 \begin_layout Standard
35122
35123 \series bold
35124
35125 \backslash
35126 end{window}
35127 \end_layout
35128
35129 \begin_layout Standard
35130 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35131 \begin_inset CommandInset ref
35132 LatexCommand ref
35133 reference "sec:脚注"
35134
35135 \end_inset
35136
35137 節にあるように、代わりに、段落内で
35138 \series bold
35139
35140 \backslash
35141 footnotemark
35142 \series default
35143 コマンドを使用し、段落外に
35144 \series bold
35145
35146 \backslash
35147 footnotetext
35148 \series default
35149 コマンドを用いてください。
35150 \end_layout
35151
35152 \begin_layout Standard
35153 \begin_inset ERT
35154 status collapsed
35155
35156 \begin_layout Plain Layout
35157
35158
35159 \backslash
35160 else
35161 \end_layout
35162
35163 \end_inset
35164
35165
35166 \begin_inset Note Note
35167 status open
35168
35169 \begin_layout Plain Layout
35170 以下の部分は、\SpecialChar LaTeX
35171 パッケージ
35172 \series bold
35173 picinpar
35174 \series default
35175 が導入されていないときのみ表示されます。
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35185 パッケージ
35186 \series bold
35187 picinpar
35188 \series default
35189 を導入する必要があります。
35190 \end_layout
35191
35192 \begin_layout Standard
35193 \begin_inset ERT
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197
35198
35199 \backslash
35200 fi
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Section
35209 頭文字
35210 \begin_inset Index idx
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214 かしらもじ@頭文字
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \begin_inset Index idx
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35225 \end_layout
35226
35227 \end_inset
35228
35229
35230 \end_layout
35231
35232 \begin_layout Standard
35233 頭文字を用いるには、\SpecialChar LaTeX
35234 パッケージ
35235 \begin_inset Index idx
35236 status collapsed
35237
35238 \begin_layout Plain Layout
35239 \SpecialChar LaTeX
35240 ぱっけーじ@\SpecialChar LaTeX
35241 パッケージ ! lettrine
35242 \end_layout
35243
35244 \end_inset
35245
35246 が導入済みでなくてはならず、文書中で
35247 \family sans
35248 頭文字
35249 \family default
35250 モジュールを使用する必要があります(
35251 \family sans
35252 文書\SpecialChar menuseparator
35253 設定\SpecialChar menuseparator
35254 モジュール
35255 \family default
35256 メニュー)。頭文字を挿入するには、
35257 \family sans
35258 頭文字
35259 \family default
35260 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35261 \family sans
35262 挿入
35263 \family default
35264 メニューから挿入できます。必須引数
35265 \family sans
35266 頭文字
35267 \family default
35268 には、頭文字にする文字を入れ、引数
35269 \family sans
35270 頭文字の残り
35271 \family default
35272 には、頭文字の単語若しくは文字列の残りが入ります。引数
35273 \family sans
35274 オプション
35275 \family default
35276 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35277 \series bold
35278 lettrine
35279 \series default
35280 の取扱説明書
35281 \begin_inset CommandInset citation
35282 LatexCommand cite
35283 key "lettrine"
35284
35285 \end_inset
35286
35287 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35288 \shape smallcaps
35289 スモールキャップ体(small caps
35290 \shape default
35291 )で印字されます。
35292 \end_layout
35293
35294 \begin_layout Standard
35295 下記がその例です。
35296 \end_layout
35297
35298 \begin_layout Standard
35299 \begin_inset ERT
35300 status collapsed
35301
35302 \begin_layout Plain Layout
35303
35304
35305 \backslash
35306 iflettrine
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \begin_inset Note Note
35313 status open
35314
35315 \begin_layout Plain Layout
35316 以下の部分は、\SpecialChar LaTeX
35317 パッケージ
35318 \series bold
35319 lettrine
35320 \series default
35321 が導入されているときのみ表示されます。
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Enumerate
35330 非必須引数なし。頭文字は、数式フォント
35331 \begin_inset Formula $\mathfrak{Fraktur}$
35332 \end_inset
35333
35334 の「I」。
35335 \begin_inset Separator parbreak
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \begin_deeper
35342 \begin_layout Initial
35343 \begin_inset Argument 2
35344 status open
35345
35346 \begin_layout Plain Layout
35347 \begin_inset Formula $\mathfrak{I}$
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \end_inset
35354
35355
35356 \begin_inset Argument 3
35357 status open
35358
35359 \begin_layout Plain Layout
35360 t
35361 \end_layout
35362
35363 \end_inset
35364
35365  was in the spring of the year 1894 that all London was interested, and
35366  the fashionable world dismayed, by the murder of the Honourable Ronald
35367  Adair under most unusual and inexplicable circumstances.
35368  The public has already learned those particulars of the crime which came
35369  out in the police investigation, but a good deal was suppressed upon that
35370  occasion, since the case for the prosecution was so overwhelmingly strong
35371  that it was not necessary to bring forward all the facts.
35372 \begin_inset Newpage newpage
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_deeper
35379 \begin_layout Enumerate
35380 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35381 \begin_inset Separator parbreak
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \begin_deeper
35388 \begin_layout Initial
35389 \begin_inset Argument 1
35390 status open
35391
35392 \begin_layout Plain Layout
35393 lines=1
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \begin_inset Argument 2
35400 status open
35401
35402 \begin_layout Plain Layout
35403 It
35404 \end_layout
35405
35406 \end_inset
35407
35408  was in the spring of the year 1894 that all London was interested, and
35409  the fashionable world dismayed, by the murder of the Honourable Ronald
35410  Adair under most unusual and inexplicable circumstances.
35411  The public has already learned those particulars of the crime which came
35412  out in the police investigation, but a good deal was suppressed upon that
35413  occasion, since the case for the prosecution was so overwhelmingly strong
35414  that it was not necessary to bring forward all the facts.
35415 \end_layout
35416
35417 \end_deeper
35418 \begin_layout Enumerate
35419 ぶら下がり頭文字は、数式フォント
35420 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35421 \end_inset
35422
35423 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35424 \shape smallcaps
35425 スモールキャップ体
35426 \shape default
35427 。頭文字に色をつけるには、頭文字の前に
35428 \begin_inset Newline newline
35429 \end_inset
35430
35431
35432 \series bold
35433
35434 \backslash
35435 renewcommand{
35436 \backslash
35437 LettrineFontHook}{
35438 \backslash
35439 color{色}}
35440 \series default
35441
35442 \begin_inset Newline newline
35443 \end_inset
35444
35445 というコマンドを挿入しなくてはなりません。ここで、
35446 \emph on
35447
35448 \emph default
35449 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35450 ブルに
35451 \begin_inset Newline newline
35452 \end_inset
35453
35454
35455 \series bold
35456
35457 \backslash
35458 @ifundefined{textcolor}
35459 \begin_inset Newline newline
35460 \end_inset
35461
35462
35463 \begin_inset space ~
35464 \end_inset
35465
35466 {
35467 \backslash
35468 usepackage{color}}{}
35469 \begin_inset Newline newline
35470 \end_inset
35471
35472
35473 \series default
35474 というコマンドを書きこんでおかなくてはなりません。
35475 \begin_inset Separator parbreak
35476 \end_inset
35477
35478
35479 \end_layout
35480
35481 \begin_deeper
35482 \begin_layout Standard
35483 \begin_inset ERT
35484 status collapsed
35485
35486 \begin_layout Plain Layout
35487
35488
35489 \backslash
35490 renewcommand{
35491 \backslash
35492 LettrineFontHook}{
35493 \backslash
35494 color{magenta}}
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Note Note
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504
35505 \lang english
35506 makes the initial magenta
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Initial
35515 \begin_inset Argument 1
35516 status open
35517
35518 \begin_layout Plain Layout
35519 lines=3, lhang=0.33, loversize=0.25
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \begin_inset Argument 2
35526 status open
35527
35528 \begin_layout Plain Layout
35529 \begin_inset Formula $\mathcal{I}$
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \begin_inset Argument 3
35539 status open
35540
35541 \begin_layout Plain Layout
35542 t was in the spring
35543 \end_layout
35544
35545 \end_inset
35546
35547  of the year 1894 that all London was interested, and the fashionable world
35548  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35549  and inexplicable circumstances.
35550  The public has already learned those particulars of the crime which came
35551  out in the police investigation, but a good deal was suppressed upon that
35552  occasion, since the case for the prosecution was so overwhelmingly strong
35553  that it was not necessary to bring forward all the facts.
35554 \end_layout
35555
35556 \end_deeper
35557 \begin_layout Standard
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563
35564 \backslash
35565 else
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \begin_inset Note Note
35572 status open
35573
35574 \begin_layout Plain Layout
35575 以下の部分は、\SpecialChar LaTeX
35576 パッケージ
35577 \series bold
35578 lettrine
35579 \series default
35580 が導入されていないときのみ表示されます。
35581 \end_layout
35582
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \begin_layout Standard
35589 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35590 パッケージ
35591 \series bold
35592 lettrine
35593 \series default
35594 を導入する必要があります。
35595 \end_layout
35596
35597 \begin_layout Standard
35598 \begin_inset ERT
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602
35603
35604 \backslash
35605 fi
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \end_layout
35612
35613 \begin_layout Chapter
35614 外部文書構成要素
35615 \begin_inset Index idx
35616 status collapsed
35617
35618 \begin_layout Plain Layout
35619 がいぶぶんしょこうせいようそ@外部文書構成要素
35620 \end_layout
35621
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \begin_layout Standard
35628
35629 \family sans
35630 挿入\SpecialChar menuseparator
35631 ファイル
35632 \family default
35633 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35634 \end_layout
35635
35636 \begin_layout Description
35637 \SpecialChar LyX
35638 文書 別の\SpecialChar LyX
35639 文書。その内容は直接使用中の文書に挿入されます。
35640 \end_layout
35641
35642 \begin_layout Description
35643 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35644 \end_layout
35645
35646 \begin_layout Description
35647 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35648 \end_layout
35649
35650 \begin_layout Description
35651 外部素材 様々な書式のファイル。
35652 \end_layout
35653
35654 \begin_layout Description
35655 子文書 \SpecialChar LyX
35656 あるいは\SpecialChar LaTeX
35657 文書。
35658 \end_layout
35659
35660 \begin_layout Section
35661 外部素材
35662 \begin_inset Index idx
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Standard
35675 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、\SpecialChar LyX
35676 が必要な変換を行うことで、使用中の文書にファイルを挿入することができるようにするも
35677 のです。これは、画像が様々な画像形式のままで\SpecialChar LyX
35678 文書に挿入することができるのと同様の働きをします。\SpecialChar LyX
35679 設定の
35680 \family sans
35681 操作性\SpecialChar menuseparator
35682 表示
35683 \family default
35684 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接\SpecialChar LyX
35685 中に表示されるようになります。
35686 \end_layout
35687
35688 \begin_layout Standard
35689 外部素材は、
35690 \family sans
35691 挿入
35692 \family default
35693 \SpecialChar menuseparator
35694
35695 \family sans
35696 ファイル
35697 \family default
35698 \SpecialChar menuseparator
35699
35700 \family sans
35701 外部素材
35702 \family default
35703 メニューで開くことのできる
35704 \family sans
35705 外部素材
35706 \family default
35707 ダイアログから挿入することができます。目下、以下のファイル形式(
35708 \family sans
35709 ひな型
35710 \family default
35711 )が使用できます。
35712 \end_layout
35713
35714 \begin_layout Description
35715 チェス棋譜 このひな型は、
35716 \series bold
35717
35718 \begin_inset CommandInset href
35719 LatexCommand href
35720 name "XBoard"
35721 target "http://en.wikipedia.org/wiki/XBoard"
35722
35723 \end_inset
35724
35725
35726 \series default
35727 プログラムで作成されたチェス棋譜をサポートします。
35728 \end_layout
35729
35730 \begin_layout Description
35731 日付 これは、
35732 \emph on
35733 日-月-年
35734 \emph default
35735 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35736 \begin_inset External
35737         template Date
35738         filename ../../trunk/lib/trunk/lib/doc/ja
35739
35740 \end_inset
35741
35742
35743 \begin_inset space ~
35744 \end_inset
35745
35746
35747 \begin_inset Note Note
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751 バグ4398が修正されたら、この保護空白は削除してください!
35752 \end_layout
35753
35754 \end_inset
35755
35756
35757 \begin_inset Newline newline
35758 \end_inset
35759
35760 日付は\SpecialChar LyX
35761 内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35762 \family sans
35763 挿入
35764 \family default
35765 \SpecialChar menuseparator
35766 日付メニューを使用する方法で、他は\SpecialChar LaTeX
35767 コマンドの
35768 \series bold
35769
35770 \backslash
35771 today
35772 \series default
35773 を\SpecialChar TeX
35774 コードで使用する方法です。これらの各方法は、表
35775 \begin_inset CommandInset ref
35776 LatexCommand ref
35777 reference "tab:日付挿入方法"
35778
35779 \end_inset
35780
35781 に比較を掲載しておきます。
35782 \end_layout
35783
35784 \begin_layout Description
35785 Dia このひな型は、
35786 \series bold
35787
35788 \begin_inset CommandInset href
35789 LatexCommand href
35790 name "Dia"
35791 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"
35792
35793 \end_inset
35794
35795
35796 \series default
35797 プログラムで作成したダイアグラムをサポートします。
35798 \end_layout
35799
35800 \begin_layout Description
35801 Gnumeric表計算表 このひな形では、
35802 \series bold
35803
35804 \begin_inset CommandInset href
35805 LatexCommand href
35806 name "Gnumeric"
35807 target "http://ja.wikipedia.org/wiki/Gnumeric"
35808
35809 \end_inset
35810
35811
35812 \series default
35813
35814 \begin_inset CommandInset href
35815 LatexCommand href
35816 name "OpenDocument"
35817 target "http://ja.wikipedia.org/wiki/OpenDocument"
35818
35819 \end_inset
35820
35821
35822 \begin_inset CommandInset href
35823 LatexCommand href
35824 name "Microsoft Office XML"
35825 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35826
35827 \end_inset
35828
35829
35830 \begin_inset CommandInset href
35831 LatexCommand href
35832 name "Office Open XML"
35833 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35834
35835 \end_inset
35836
35837 形式の表計算表を挿入することができます。この機能を使用するには、\SpecialChar LyX
35838 の初期設定中に
35839 \family typewriter
35840 ssconvert
35841 \family default
35842 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35843 みである必要があります。用例と制約については、\SpecialChar LyX
35844 用例ファイル
35845 \emph on
35846 spreadsheet.lyx
35847 \emph default
35848 をご覧ください。
35849 \end_layout
35850
35851 \begin_layout Description
35852 Lilypond組版楽譜 このひな型は、
35853 \series bold
35854
35855 \begin_inset CommandInset href
35856 LatexCommand href
35857 name "LilyPond"
35858 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35859
35860 \end_inset
35861
35862
35863 \series default
35864 プログラムで作成した楽譜の組版に使用されます。\SpecialChar LyX
35865 におけるLilyPond拡張サポートについては、\SpecialChar LyX
35866 用例ファイル
35867 \emph on
35868 lilypond.lyx
35869 \emph default
35870 をご覧ください。
35871 \end_layout
35872
35873 \begin_layout Description
35874 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35875 \family sans
35876 \SpecialChar LaTeX
35877 と\SpecialChar LyX
35878 オプション
35879 \family default
35880 タブ中の
35881 \family sans
35882 オプション
35883 \family default
35884 フィールドに
35885 \emph on
35886 pages
35887 \emph default
35888 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35889 \series bold
35890 pages={3,5,6,8}
35891 \series default
35892 の形で入れる)やページ範囲(
35893 \series bold
35894 pages={4-9}
35895 \series default
35896 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35897 \series bold
35898 pages={3,{},8-11,15}
35899 \series default
35900 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35901 \emph on
35902 開始頁-終了頁
35903 \emph default
35904 の文法で指定します。これは、
35905 \emph on
35906 開始頁
35907 \emph default
35908
35909 \emph on
35910 終了頁
35911 \emph default
35912 の間のすべてのページを選択します。
35913 \emph on
35914 開始頁
35915 \emph default
35916 を省略すると、1ページ目を指定したのと同じ事になり、
35917 \emph on
35918 終了頁
35919 \emph default
35920 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35921 \series bold
35922 last
35923 \series default
35924 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35925 \series bold
35926 pages=-
35927 \series default
35928 は文書の全ページを挿入することになり、
35929 \series bold
35930 pages=last-1
35931 \series default
35932 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35933 \begin_inset Newline newline
35934 \end_inset
35935
35936
35937 \series bold
35938 noautoscale
35939 \series default
35940 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35941 \family sans
35942 寸法と回転
35943 \family default
35944 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35945 \series bold
35946 noautoscale
35947 \series default
35948 オプションは無視されます。詳しい情報と取り得るオプション値については、\SpecialChar LaTeX
35949 パッケージ
35950 \series bold
35951 pdfpages
35952 \series default
35953 の取扱説明書
35954 \begin_inset CommandInset citation
35955 LatexCommand cite
35956 key "pdfpages"
35957
35958 \end_inset
35959
35960 をご参照ください。
35961 \begin_inset Index idx
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965 \SpecialChar LaTeX
35966 ぱっけーじ@\SpecialChar LaTeX
35967 パッケージ ! pdfpages
35968 \end_layout
35969
35970 \end_inset
35971
35972
35973 \begin_inset Newline newline
35974 \end_inset
35975
35976 このひな型を
35977 \family sans
35978 Beamer
35979 \family default
35980 プレゼンテーションで使用するには、まず
35981 \family sans
35982 フレーム終了
35983 \family default
35984 環境を挿入して、続く段落で\SpecialChar TeX
35985 コードボックスを挿入し、
35986 \series bold
35987
35988 \backslash
35989 setbeamertemplate{background canvas}{}
35990 \series default
35991 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35992 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35993 に、ひな型を含む段落には、
35994 \family sans
35995 既定
35996 \family default
35997 配置を用いるようにしてください。
35998 \begin_inset Newline newline
35999 \end_inset
36000
36001 下記は、-5度回転させたPDFを取り込んだものです。
36002 \begin_inset Newline newline
36003 \end_inset
36004
36005
36006 \begin_inset Graphics
36007         filename ../clipart/Abstract.pdf
36008         rotateAngle -5
36009         rotateOrigin leftBottom
36010
36011 \end_inset
36012
36013
36014 \begin_inset Newline newline
36015 \end_inset
36016
36017
36018 \begin_inset Note Greyedout
36019 status open
36020
36021 \begin_layout Plain Layout
36022
36023 \series bold
36024 【訳註】
36025 \series default
36026 \SpecialChar LaTeX
36027 パッケージ
36028 \series bold
36029 pdfpages
36030 \series default
36031 は、pdflatexに基づいており、\SpecialChar LaTeX
36032 では組版ができない(\SpecialChar LaTeX
36033 パッケージ
36034 \series bold
36035 pdfpages
36036 \series default
36037 取扱説明書
36038 \begin_inset CommandInset citation
36039 LatexCommand cite
36040 key "pdfpages"
36041
36042 \end_inset
36043
36044 参照)ため、この外部素材はp\SpecialChar LaTeX
36045 では使用することができません。英文版の取扱説明書では、上記のPDFは、
36046 \family sans
36047 挿入\SpecialChar menuseparator
36048 ファイル\SpecialChar menuseparator
36049 外部素材
36050 \family default
36051
36052 \family sans
36053 ひな型
36054 \family default
36055
36056 \family sans
36057 PDFページ
36058 \family default
36059 を指定して挿入されていますが、ここでは
36060 \family sans
36061 挿入\SpecialChar menuseparator
36062 画像
36063 \family default
36064 を使用して挿入しています。
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Description
36073 ラスターイメージ これはビットマップ画像に使用します。
36074 \family sans
36075 外部素材
36076 \family default
36077 ダイアログを使って入れる画像は、第
36078 \begin_inset CommandInset ref
36079 LatexCommand ref
36080 reference "sec:画像ダイアログ"
36081
36082 \end_inset
36083
36084 節にあるように
36085 \family sans
36086 画像
36087 \family default
36088 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36089 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36090 \begin_inset External
36091         template RasterImage
36092         filename clipart/ToolbarEnvBox.png
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \begin_layout Description
36100 XFig このひな型は、
36101 \series bold
36102
36103 \begin_inset CommandInset href
36104 LatexCommand href
36105 name "Xfig"
36106 target "http://ja.wikipedia.org/wiki/Xfig"
36107
36108 \end_inset
36109
36110
36111 \series default
36112 プログラムで作成した画像をサポートします。
36113 \end_layout
36114
36115 \begin_layout Standard
36116 \begin_inset Float table
36117 placement !h
36118 wide false
36119 sideways false
36120 status open
36121
36122 \begin_layout Plain Layout
36123 \begin_inset Caption Standard
36124
36125 \begin_layout Plain Layout
36126 \begin_inset CommandInset label
36127 LatexCommand label
36128 name "tab:日付挿入方法"
36129
36130 \end_inset
36131
36132 日付の挿入方法の比較
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Plain Layout
36141 \align center
36142 \begin_inset Tabular
36143 <lyxtabular version="3" rows="4" columns="4">
36144 <features tabularvalignment="middle">
36145 <column alignment="center" valignment="top">
36146 <column alignment="center" valignment="top">
36147 <column alignment="center" valignment="top">
36148 <column alignment="center" valignment="top">
36149 <row>
36150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36151 \begin_inset Text
36152
36153 \begin_layout Plain Layout
36154 文書書式
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163
36164 \family sans
36165 外部素材\SpecialChar menuseparator
36166 日付
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Plain Layout
36175
36176 \family sans
36177 挿入\SpecialChar menuseparator
36178 日付
36179 \end_layout
36180
36181 \end_inset
36182 </cell>
36183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36184 \begin_inset Text
36185
36186 \begin_layout Plain Layout
36187
36188 \series bold
36189
36190 \backslash
36191 today
36192 \series default
36193 コマンド
36194 \end_layout
36195
36196 \end_inset
36197 </cell>
36198 </row>
36199 <row>
36200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Plain Layout
36204 \SpecialChar LyX
36205
36206 \end_layout
36207
36208 \end_inset
36209 </cell>
36210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36211 \begin_inset Text
36212
36213 \begin_layout Plain Layout
36214 差込枠として
36215 \end_layout
36216
36217 \end_inset
36218 </cell>
36219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36220 \begin_inset Text
36221
36222 \begin_layout Plain Layout
36223 日付として
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36229 \begin_inset Text
36230
36231 \begin_layout Plain Layout
36232 \SpecialChar TeX
36233 コード差込枠として
36234 \end_layout
36235
36236 \end_inset
36237 </cell>
36238 </row>
36239 <row>
36240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36241 \begin_inset Text
36242
36243 \begin_layout Plain Layout
36244 \SpecialChar LaTeX
36245
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36251 \begin_inset Text
36252
36253 \begin_layout Plain Layout
36254 日付として
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263 日付として
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36269 \begin_inset Text
36270
36271 \begin_layout Plain Layout
36272 コマンドとして
36273 \end_layout
36274
36275 \end_inset
36276 </cell>
36277 </row>
36278 <row>
36279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36280 \begin_inset Text
36281
36282 \begin_layout Plain Layout
36283 DVI, PDF, PS
36284 \end_layout
36285
36286 \end_inset
36287 </cell>
36288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36289 \begin_inset Text
36290
36291 \begin_layout Plain Layout
36292 日付として
36293 \end_layout
36294
36295 \end_inset
36296 </cell>
36297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36298 \begin_inset Text
36299
36300 \begin_layout Plain Layout
36301 日付として
36302 \end_layout
36303
36304 \end_inset
36305 </cell>
36306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310 日付として
36311 \end_layout
36312
36313 \end_inset
36314 </cell>
36315 </row>
36316 </lyxtabular>
36317
36318 \end_inset
36319
36320
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329
36330 \family sans
36331 外部素材
36332 \family default
36333 ダイアログの
36334 \family sans
36335 ファイル
36336 \family default
36337 タブ中で
36338 \family sans
36339 下書き
36340 \family default
36341 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36342 \begin_inset Newline newline
36343 \end_inset
36344
36345 \SpecialChar LyX
36346 中での外部素材は、ダイアログ内の
36347 \family sans
36348 \SpecialChar LaTeX
36349 と\SpecialChar LyX
36350 のオプション
36351 \family default
36352 タブにある
36353 \family sans
36354 \SpecialChar LyX
36355 内に表示
36356 \family default
36357 オプションの指定に従って、
36358 \begin_inset Graphics
36359         filename clipart/ExternalMaterialQt4.png
36360         scale 85
36361         scaleBeforeRotation
36362
36363 \end_inset
36364
36365 のようなボックスとして表示されるか、画像として表示されます。
36366 \end_layout
36367
36368 \begin_layout Standard
36369 取扱説明書
36370 \family sans
36371 \emph on
36372 カスタマイズ篇
36373 \family default
36374 \emph default
36375 には、自製のひな型を定義する方法が説明されています。
36376 \end_layout
36377
36378 \begin_layout Section
36379 子文書
36380 \begin_inset CommandInset label
36381 LatexCommand label
36382 name "sec:子文書"
36383
36384 \end_inset
36385
36386
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \begin_inset Index idx
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 ふぁいる@ファイル ! いんくるーど@インクルード
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Standard
36410 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36411 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36412 やその一部を印刷できるようにします。子文書は、\SpecialChar LaTeX
36413 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36414 \end_layout
36415
36416 \begin_layout Standard
36417 親文書を開くことなく子文書で作業できるようにするには、子文書の
36418 \family sans
36419 文書
36420 \family default
36421 \SpecialChar menuseparator
36422
36423 \family sans
36424 設定
36425 \family default
36426 \SpecialChar menuseparator
36427
36428 \family sans
36429 文書クラス
36430 \family default
36431 メニューで親文書を指定してください。すると、子文書を編集する際には、\SpecialChar LyX
36432 がバックグラウンドでこの親文書を扱うようになります。
36433 \end_layout
36434
36435 \begin_layout Standard
36436 取り込んだ文書は、\SpecialChar LyX
36437 中で
36438 \begin_inset Graphics
36439         filename clipart/ChildDocumentQt4.png
36440         scale 85
36441         scaleBeforeRotation
36442
36443 \end_inset
36444
36445 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36446 \family sans
36447 挿入
36448 \family default
36449 \SpecialChar menuseparator
36450
36451 \family sans
36452 ファイル
36453 \family default
36454 \SpecialChar menuseparator
36455
36456 \family sans
36457 子文書
36458 \family default
36459 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36460 \end_layout
36461
36462 \begin_layout Description
36463 Include(インクルード) \SpecialChar LyX
36464 文書と\SpecialChar LaTeX
36465 文書は、インクルードすることができます。
36466 \family sans
36467 子文書
36468 \family default
36469 ダイアログの
36470 \family sans
36471 編集
36472 \family default
36473 ボタンを押すと、インクルードされた文書が、\SpecialChar LyX
36474 中に新規ファイルタブとして開き、修正ができるようになります。
36475 \begin_inset Newline newline
36476 \end_inset
36477
36478
36479 \end_layout
36480
36481 \begin_layout Standard
36482 以下は、
36483 \family sans
36484 Include
36485 \family default
36486 を使用して挿入した子文書です。 
36487 \begin_inset CommandInset include
36488 LatexCommand include
36489 filename "DummyDocument1.lyx"
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Standard
36497 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36498 あります。取り込んだ文書のラベルは、第
36499 \begin_inset CommandInset ref
36500 LatexCommand ref
36501 reference "subsec:外部文書の第1小節"
36502
36503 \end_inset
36504
36505 小節、のように参照することができます。
36506 \end_layout
36507
36508 \begin_layout Standard
36509 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36510 は、新規頁から始まるように挿入され、改頁して終わります。
36511 \end_layout
36512
36513 \begin_layout Standard
36514 \begin_inset Note Greyedout
36515 status open
36516
36517 \begin_layout Plain Layout
36518
36519 \series bold
36520 【註】
36521 \series default
36522 \SpecialChar LyX
36523 または\SpecialChar LaTeX
36524 ファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に警告が発せられま
36525 す。
36526 \end_layout
36527
36528 \end_inset
36529
36530
36531 \end_layout
36532
36533 \begin_layout Description
36534 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36535 \begin_inset Separator parbreak
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \begin_deeper
36542 \begin_layout Itemize
36543 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36544 \end_layout
36545
36546 \begin_layout Itemize
36547 Inputファイルは、\SpecialChar LyX
36548 設定の操作性
36549 \family sans
36550 \SpecialChar menuseparator
36551 表示
36552 \family default
36553 の下にある
36554 \family sans
36555 画像を表示
36556 \family default
36557 を有効にすると、\SpecialChar LyX
36558 中でプレビューすることができます。
36559 \end_layout
36560
36561 \begin_layout Itemize
36562 \SpecialChar LaTeX
36563 コマンドの
36564 \series bold
36565
36566 \backslash
36567 includeonly
36568 \series default
36569 は使用することができません。
36570 \end_layout
36571
36572 \end_deeper
36573 \begin_layout Standard
36574 右は、
36575 \family sans
36576 Input
36577 \family default
36578 を使って挿入した子文書です。 
36579 \begin_inset CommandInset include
36580 LatexCommand input
36581 filename "DummyDocument2.lyx"
36582
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Description
36589 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36590 に用いられているコマンドは実行されません。
36591 \family sans
36592 出力の空白に印付けをする
36593 \family default
36594 オプションを有効にすると、ソースコード中のすべての空白文字に「
36595 \begin_inset ERT
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599
36600
36601 \backslash
36602 textvisiblespace 
36603 \end_layout
36604
36605 \end_inset
36606
36607 」文字を表示させることができます。
36608 \family sans
36609 挿入\SpecialChar menuseparator
36610 ファイル\SpecialChar menuseparator
36611 平文
36612 \family default
36613 メニューを使う方法との違いは、こちらは文書の内容が\SpecialChar LyX
36614 中に表示されないことです。
36615 \end_layout
36616
36617 \begin_layout Standard
36618 以下は、verbatimとして挿入された子文書です。 
36619 \begin_inset CommandInset include
36620 LatexCommand verbatiminput
36621 filename "../DummyTextDocument.txt"
36622
36623 \end_inset
36624
36625
36626 \begin_inset VSpace bigskip
36627 \end_inset
36628
36629 以下は、
36630 \family sans
36631 出力の空白に印付けをする
36632 \family default
36633 オプションを指定して、verbatimとして挿入された子文書です。 
36634 \begin_inset CommandInset include
36635 LatexCommand verbatiminput*
36636 filename "../DummyTextDocument.txt"
36637
36638 \end_inset
36639
36640
36641 \end_layout
36642
36643 \begin_layout Standard
36644 \begin_inset VSpace bigskip
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \begin_layout Standard
36651 \begin_inset Note Greyedout
36652 status open
36653
36654 \begin_layout Plain Layout
36655
36656 \series bold
36657 【註】
36658 \series default
36659 上記の例でわかるように、
36660 \family sans
36661 verbatim
36662 \family default
36663 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \begin_layout Standard
36672 \begin_inset Note Greyedout
36673 status open
36674
36675 \begin_layout Plain Layout
36676
36677 \series bold
36678 【訳註】
36679 \series default
36680 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Description
36689 プログラムリスト この型については、第
36690 \begin_inset CommandInset ref
36691 LatexCommand ref
36692 reference "cha:プログラムコードリスト"
36693
36694 \end_inset
36695
36696 章に説明されています。
36697 \end_layout
36698
36699 \begin_layout Standard
36700 \begin_inset Note Greyedout
36701 status open
36702
36703 \begin_layout Plain Layout
36704
36705 \series bold
36706 【註】
36707 \series default
36708 同一文書中に、同じ文書を異なる方法で二度取り込むと、\SpecialChar LaTeX
36709 で問題が発生する可能性があります。
36710 \end_layout
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \begin_layout Standard
36718 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36719 一部を出力から排除することができます。これは、
36720 \family sans
36721 文書\SpecialChar menuseparator
36722 設定\SpecialChar menuseparator
36723 子文書
36724 \family default
36725 メニューから行うことができます。そこの一覧中の各子文書の
36726 \family sans
36727 出力に含める
36728 \family default
36729 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36730 てのみ機能することにご注意ください)。
36731 \family sans
36732 カウンタと引用を維持
36733 \family default
36734 オプションを有効にすると、\SpecialChar LyX
36735 は、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体のコンテ
36736 クストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、\SpecialChar LyX
36737 はバックグラウンドで文書全体を処理しなくてはなりません。
36738 したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36739 \end_layout
36740
36741 \begin_layout Standard
36742 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36743 \begin_inset Foot
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747 派生枝は、\SpecialChar LyX
36748
36749 \emph on
36750 ユーザーの手引き
36751 \emph default
36752
36753 \emph on
36754 派生枝
36755 \emph default
36756 の節に説明されています。
36757 \end_layout
36758
36759 \end_inset
36760
36761 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36762 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36763 \end_layout
36764
36765 \begin_layout Chapter
36766 プログラムコードリスト
36767 \begin_inset CommandInset label
36768 LatexCommand label
36769 name "cha:プログラムコードリスト"
36770
36771 \end_inset
36772
36773
36774 \begin_inset Index idx
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778 りすと@リスト
36779 \end_layout
36780
36781 \end_inset
36782
36783
36784 \begin_inset Index idx
36785 status collapsed
36786
36787 \begin_layout Plain Layout
36788 ぷろぐらむこーど@プログラムコード
36789 \end_layout
36790
36791 \end_inset
36792
36793
36794 \begin_inset Index idx
36795 status collapsed
36796
36797 \begin_layout Plain Layout
36798 ふろーと@フロート ! りすと@リスト
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \end_layout
36805
36806 \begin_layout Standard
36807 プログラムコードを取り込んで組版するには、
36808 \family sans
36809 挿入
36810 \family default
36811 \SpecialChar menuseparator
36812
36813 \family sans
36814 プログラムリスト
36815 \family default
36816 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用される\SpecialChar LaTeX
36817 パッケージ
36818 \series bold
36819 listings
36820 \series default
36821
36822 \begin_inset Index idx
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826 \SpecialChar LaTeX
36827 ぱっけーじ@\SpecialChar LaTeX
36828 パッケージ ! listings
36829 \end_layout
36830
36831 \end_inset
36832
36833 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36834 \end_layout
36835
36836 \begin_layout Standard
36837 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36838 \end_layout
36839
36840 \begin_layout Standard
36841 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36842 \family sans
36843 行内リスト
36844 \family default
36845 を指定すると、リストは
36846 \begin_inset listings
36847 lstparams "language={C++}"
36848 inline true
36849 status collapsed
36850
36851 \begin_layout Plain Layout
36852
36853 int a=5;
36854 \end_layout
36855
36856 \end_inset
36857
36858 のように行内に印字されます。
36859 \begin_inset Newline newline
36860 \end_inset
36861
36862
36863 \family sans
36864 フロート
36865 \family default
36866 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36867 \begin_inset CommandInset ref
36868 LatexCommand ref
36869 reference "sec:フロートの配置"
36870
36871 \end_inset
36872
36873 節に説明されているフロート配置オプションに従って、「
36874 \family sans
36875 h
36876 \family default
36877 」「
36878 \family sans
36879 t
36880 \family default
36881 」「
36882 \family sans
36883 b
36884 \family default
36885 」「
36886 \family sans
36887 p
36888 \family default
36889 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36890 \family sans
36891 htbp
36892 \family default
36893 」のように区切りを入れることなく入力することができます。「
36894 \family sans
36895 h
36896 \family default
36897 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36898 \family sans
36899 フロート
36900 \family default
36901 オプションを使用しなければ大丈夫です。
36902 \end_layout
36903
36904 \begin_layout Standard
36905
36906 \family sans
36907 挿入
36908 \family default
36909 \SpecialChar menuseparator
36910
36911 \family sans
36912 キャプション
36913 \family default
36914 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36915 \begin_inset CommandInset ref
36916 LatexCommand ref
36917 reference "lst:リストフロート"
36918
36919 \end_inset
36920
36921 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
36922 \family sans
36923 挿入
36924 \lang english
36925 \SpecialChar menuseparator
36926
36927 \lang japanese
36928 一覧/目次
36929 \lang english
36930 \SpecialChar menuseparator
36931
36932 \lang japanese
36933 プログラムリスト一覧
36934 \family default
36935 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
36936 \end_layout
36937
36938 \begin_layout Standard
36939 \begin_inset listings
36940 lstparams "language=Python"
36941 inline false
36942 status open
36943
36944 \begin_layout Plain Layout
36945
36946 \begin_inset Caption Standard
36947
36948 \begin_layout Plain Layout
36949 \begin_inset CommandInset label
36950 LatexCommand label
36951 name "lst:リストフロート"
36952
36953 \end_inset
36954
36955 Example Listing Float
36956 \end_layout
36957
36958 \end_inset
36959
36960 # Example listing float
36961 \end_layout
36962
36963 \begin_layout Plain Layout
36964
36965 def func(param):
36966 \end_layout
36967
36968 \begin_layout Plain Layout
36969
36970     'this is a python function'
36971 \end_layout
36972
36973 \begin_layout Plain Layout
36974
36975     pass
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Standard
36984 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36985 onのキーワード「def」が識別され、ボールド体で出力されます。
36986 \end_layout
36987
36988 \begin_layout Standard
36989 \begin_inset Note Greyedout
36990 status open
36991
36992 \begin_layout Plain Layout
36993
36994 \series bold
36995 【註】
36996 \series default
36997 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36998 \family typewriter
36999 typewriter
37000 \family default
37001 フォントがボールド体を提供していません。この場合には、
37002 \family sans
37003 文書
37004 \family default
37005 \SpecialChar menuseparator
37006
37007 \family sans
37008 設定
37009 \family default
37010 \SpecialChar menuseparator
37011
37012 \family sans
37013 フォント
37014 \family default
37015 メニューで別のフォントを選択してください(
37016 \emph on
37017 LuxiMono
37018 \emph default
37019
37020 \emph on
37021 BeraMono
37022 \emph default
37023
37024 \emph on
37025 Courier
37026 \emph default
37027 の各フォントはボールド体を提供します)。
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \begin_layout Standard
37036 \begin_inset Note Greyedout
37037 status open
37038
37039 \begin_layout Plain Layout
37040
37041 \series bold
37042 【訳註】
37043 \series default
37044 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37045 \end_layout
37046
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \begin_layout Standard
37053 プログラムリストダイアログの
37054 \family sans
37055 行番号
37056 \family default
37057 のセクションでは、行番号の様式を指定することができます。
37058 \family sans
37059 行間
37060 \family default
37061 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37062 \end_layout
37063
37064 \begin_layout Standard
37065 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37066 \family sans
37067 拡張文字コード表を使う
37068 \family default
37069 オプションを使用しなくてはなりません。
37070 \begin_inset Newline newline
37071 \end_inset
37072
37073
37074 \begin_inset Note Greyedout
37075 status open
37076
37077 \begin_layout Plain Layout
37078
37079 \series bold
37080 【訳註】
37081 \series default
37082 これは、p\SpecialChar LaTeX
37083 ではうまく動作しません。
37084 \end_layout
37085
37086 \end_inset
37087
37088
37089 \begin_inset Newline newline
37090 \end_inset
37091
37092 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37093 \begin_inset space \thinspace{}
37094 \end_inset
37095
37096 -
37097 \begin_inset space \thinspace{}
37098 \end_inset
37099
37100 8」で設定したプログラムリストの例です。
37101 \end_layout
37102
37103 \begin_layout Standard
37104 \begin_inset listings
37105 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37106 inline false
37107 status open
37108
37109 \begin_layout Plain Layout
37110
37111 def func(param):
37112 \end_layout
37113
37114 \begin_layout Plain Layout
37115
37116     'this is a python function'
37117 \end_layout
37118
37119 \begin_layout Plain Layout
37120
37121     pass
37122 \end_layout
37123
37124 \begin_layout Plain Layout
37125
37126 def func(param):
37127 \end_layout
37128
37129 \begin_layout Plain Layout
37130
37131 'This is a German word: Tschüß'
37132 \end_layout
37133
37134 \begin_layout Plain Layout
37135
37136 pass
37137 \end_layout
37138
37139 \begin_layout Plain Layout
37140
37141 def func(param):
37142 \end_layout
37143
37144 \begin_layout Plain Layout
37145
37146 'this is a python function'
37147 \end_layout
37148
37149 \begin_layout Plain Layout
37150
37151 pass
37152 \end_layout
37153
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \begin_layout Standard
37160 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37161 \family sans
37162 タビュレータの大きさ
37163 \family default
37164 フィールドで指定することができます。
37165 \end_layout
37166
37167 \begin_layout Standard
37168 \begin_inset Note Greyedout
37169 status open
37170
37171 \begin_layout Plain Layout
37172
37173 \series bold
37174 【註】listings
37175 \series default
37176 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37177 に振られているのはこのためです。
37178 \end_layout
37179
37180 \end_inset
37181
37182
37183 \end_layout
37184
37185 \begin_layout Standard
37186 \begin_inset VSpace bigskip
37187 \end_inset
37188
37189
37190 \end_layout
37191
37192 \begin_layout Standard
37193 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37194 \family sans
37195 挿入
37196 \family default
37197 \SpecialChar menuseparator
37198
37199 \family sans
37200 ファイル
37201 \family default
37202 \SpecialChar menuseparator
37203
37204 \family sans
37205 子文書
37206 \family default
37207 メニューを使用して
37208 \family sans
37209 プログラムリスト
37210 \family default
37211 型を選択してください
37212 \begin_inset Foot
37213 status collapsed
37214
37215 \begin_layout Plain Layout
37216 他の子文書型については、第 section
37217 \begin_inset space ~
37218 \end_inset
37219
37220
37221 \begin_inset CommandInset ref
37222 LatexCommand ref
37223 reference "sec:子文書"
37224
37225 \end_inset
37226
37227 節に説明があります。
37228 \end_layout
37229
37230 \end_inset
37231
37232 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37233 疑問符「?」を打鍵してください。
37234 \end_layout
37235
37236 \begin_layout Standard
37237 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37238 \family sans
37239 挿入
37240 \family default
37241 \SpecialChar menuseparator
37242
37243 \family sans
37244 相互参照
37245 \family default
37246 メニューを使って参照できるようになります。
37247 \end_layout
37248
37249 \begin_layout Standard
37250 プログラムリスト
37251 \begin_inset CommandInset ref
37252 LatexCommand ref
37253 reference "lst:file-listing"
37254
37255 \end_inset
37256
37257 は、ファイルを使ったプログラムリストの一例です。ここでは、この\SpecialChar LyX
37258 ファイルの10行目から15行目が表示されています。
37259 \end_layout
37260
37261 \begin_layout Standard
37262 \begin_inset CommandInset include
37263 LatexCommand lstinputlisting
37264 filename "EmbeddedObjects.lyx"
37265 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37266
37267 \end_inset
37268
37269
37270 \end_layout
37271
37272 \begin_layout Standard
37273 \begin_inset VSpace bigskip
37274 \end_inset
37275
37276
37277 \end_layout
37278
37279 \begin_layout Standard
37280 リストに数式を入れるには、以下のようにします。
37281 \end_layout
37282
37283 \begin_layout Enumerate
37284 リストダイアログを開き、
37285 \family sans
37286 詳細
37287 \family default
37288 タブのフィールド中に
37289 \begin_inset Newline newline
37290 \end_inset
37291
37292
37293 \family sans
37294 mathescape=true
37295 \family default
37296
37297 \begin_inset Newline newline
37298 \end_inset
37299
37300 と書き加えます。
37301 \end_layout
37302
37303 \begin_layout Enumerate
37304 リスト外で数式を作成します。
37305 \end_layout
37306
37307 \begin_layout Enumerate
37308 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37309 \begin_inset Info
37310 type  "shortcut"
37311 arg   "copy"
37312 \end_inset
37313
37314 )。
37315 \end_layout
37316
37317 \begin_layout Enumerate
37318 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37319 \begin_inset Info
37320 type  "shortcut"
37321 arg   "paste"
37322 \end_inset
37323
37324 )。
37325 \end_layout
37326
37327 \begin_layout Standard
37328 \begin_inset listings
37329 lstparams "language=Python,mathescape=true"
37330 inline false
37331 status open
37332
37333 \begin_layout Plain Layout
37334
37335 \begin_inset Caption Standard
37336
37337 \begin_layout Plain Layout
37338 Example Listing float containing a formula
37339 \end_layout
37340
37341 \end_inset
37342
37343 # Example listing float
37344 \end_layout
37345
37346 \begin_layout Plain Layout
37347
37348 def func(param):
37349 \end_layout
37350
37351 \begin_layout Plain Layout
37352
37353     # $
37354 \backslash
37355 prod_{n=1}^{
37356 \backslash
37357 infty}
37358 \backslash
37359 ,
37360 \backslash
37361 frac{1}{x^{2}}$
37362 \end_layout
37363
37364 \begin_layout Plain Layout
37365
37366     pass
37367 \end_layout
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \begin_layout Standard
37375 \begin_inset VSpace bigskip
37376 \end_inset
37377
37378
37379 \end_layout
37380
37381 \begin_layout Standard
37382 大域的なプログラムリストの設定は、
37383 \family sans
37384 文書
37385 \family default
37386 \SpecialChar menuseparator
37387
37388 \family sans
37389 設定
37390 \family default
37391 \SpecialChar menuseparator
37392
37393 \family sans
37394 リスト
37395 \family default
37396 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37397 \family sans
37398 プログラムリスト設定
37399 \family default
37400 フィールドで疑問符「?」を打鍵してください。
37401 \end_layout
37402
37403 \begin_layout Standard
37404
37405 \series bold
37406 listings
37407 \series default
37408 パッケージについての詳しい情報については、取扱説明書
37409 \begin_inset CommandInset citation
37410 LatexCommand cite
37411 key "listings"
37412
37413 \end_inset
37414
37415 をご参照ください。.
37416 \end_layout
37417
37418 \begin_layout Standard
37419 \begin_inset Newpage newpage
37420 \end_inset
37421
37422
37423 \end_layout
37424
37425 \begin_layout Chapter
37426 \start_of_appendix
37427 \SpecialChar LyX
37428 で使用できる単位
37429 \begin_inset Index idx
37430 status collapsed
37431
37432 \begin_layout Plain Layout
37433 たんい@単位
37434 \end_layout
37435
37436 \end_inset
37437
37438
37439 \begin_inset CommandInset label
37440 LatexCommand label
37441 name "cha:LyXで使用できる単位"
37442
37443 \end_inset
37444
37445
37446 \end_layout
37447
37448 \begin_layout Standard
37449 この文書で用いられる単位の理解のために、表
37450 \begin_inset CommandInset ref
37451 LatexCommand ref
37452 reference "tab:単位"
37453
37454 \end_inset
37455
37456 に、\SpecialChar LyX
37457 で使うことのできる単位をまとめておきます。
37458 \end_layout
37459
37460 \begin_layout Standard
37461 \begin_inset Float table
37462 placement h
37463 wide false
37464 sideways false
37465 status open
37466
37467 \begin_layout Plain Layout
37468 \begin_inset Caption Standard
37469
37470 \begin_layout Plain Layout
37471 \begin_inset CommandInset label
37472 LatexCommand label
37473 name "tab:単位"
37474
37475 \end_inset
37476
37477 単位
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \begin_layout Plain Layout
37486 \begin_inset VSpace medskip
37487 \end_inset
37488
37489
37490 \end_layout
37491
37492 \begin_layout Plain Layout
37493 \align center
37494 \begin_inset Tabular
37495 <lyxtabular version="3" rows="20" columns="3">
37496 <features tabularvalignment="middle">
37497 <column alignment="center" valignment="top">
37498 <column alignment="center" valignment="top">
37499 <column alignment="center" valignment="top">
37500 <row>
37501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 単位
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514 名称/摘要
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523 \SpecialChar LaTeX
37524  コマンド
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 </row>
37530 <row>
37531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535 mm
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544 ミリメートル
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553 -
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 <row>
37560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564 cm
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573 センチメートル
37574 \end_layout
37575
37576 \end_inset
37577 </cell>
37578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582 -
37583 \end_layout
37584
37585 \end_inset
37586 </cell>
37587 </row>
37588 <row>
37589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593 in
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602 インチ
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37608 \begin_inset Text
37609
37610 \begin_layout Plain Layout
37611 -
37612 \end_layout
37613
37614 \end_inset
37615 </cell>
37616 </row>
37617 <row>
37618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37619 \begin_inset Text
37620
37621 \begin_layout Plain Layout
37622 pt
37623 \end_layout
37624
37625 \end_inset
37626 </cell>
37627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37628 \begin_inset Text
37629
37630 \begin_layout Plain Layout
37631 ポイント (72.27
37632 \begin_inset space \thinspace{}
37633 \end_inset
37634
37635 pt = 1
37636 \begin_inset space \thinspace{}
37637 \end_inset
37638
37639 in)
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648 -
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 </row>
37654 <row>
37655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659 pc
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37665 \begin_inset Text
37666
37667 \begin_layout Plain Layout
37668 パイカ (1
37669 \begin_inset space \thinspace{}
37670 \end_inset
37671
37672 pc = 12
37673 \begin_inset space \thinspace{}
37674 \end_inset
37675
37676 pt)
37677 \end_layout
37678
37679 \end_inset
37680 </cell>
37681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37682 \begin_inset Text
37683
37684 \begin_layout Plain Layout
37685 -
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 </row>
37691 <row>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696 sp
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37702 \begin_inset Text
37703
37704 \begin_layout Plain Layout
37705 スケールポイント (65536
37706 \begin_inset space \thinspace{}
37707 \end_inset
37708
37709 sp = 1
37710 \begin_inset space \thinspace{}
37711 \end_inset
37712
37713 pt)
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722 -
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 </row>
37728 <row>
37729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 bp
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37739 \begin_inset Text
37740
37741 \begin_layout Plain Layout
37742 ビッグポイント (72
37743 \begin_inset space \thinspace{}
37744 \end_inset
37745
37746 bp = 1
37747 \begin_inset space \thinspace{}
37748 \end_inset
37749
37750 in)
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 -
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 </row>
37765 <row>
37766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37767 \begin_inset Text
37768
37769 \begin_layout Plain Layout
37770 dd
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779 ディドー (72
37780 \begin_inset space \thinspace{}
37781 \end_inset
37782
37783 dd 
37784 \begin_inset Formula $\approx$
37785 \end_inset
37786
37787  37.6
37788 \begin_inset space \thinspace{}
37789 \end_inset
37790
37791 mm)
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800 -
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 </row>
37806 <row>
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811 cc
37812 \end_layout
37813
37814 \end_inset
37815 </cell>
37816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820 シセロ (1
37821 \begin_inset space \thinspace{}
37822 \end_inset
37823
37824 cc = 12
37825 \begin_inset space \thinspace{}
37826 \end_inset
37827
37828 dd)
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837 -
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 </row>
37843 <row>
37844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848
37849 \lang english
37850 Scale Graphics %
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859 元の画像幅の%
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37865 \begin_inset Text
37866
37867 \begin_layout Plain Layout
37868
37869 \end_layout
37870
37871 \end_inset
37872 </cell>
37873 </row>
37874 <row>
37875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37876 \begin_inset Text
37877
37878 \begin_layout Plain Layout
37879
37880 \lang english
37881 Text Width %
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37887 \begin_inset Text
37888
37889 \begin_layout Plain Layout
37890 テキスト幅の%
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37896 \begin_inset Text
37897
37898 \begin_layout Plain Layout
37899
37900 \backslash
37901 textwidth
37902 \end_layout
37903
37904 \end_inset
37905 </cell>
37906 </row>
37907 <row>
37908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37909 \begin_inset Text
37910
37911 \begin_layout Plain Layout
37912
37913 \lang english
37914 Column Width %
37915 \end_layout
37916
37917 \end_inset
37918 </cell>
37919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37920 \begin_inset Text
37921
37922 \begin_layout Plain Layout
37923 組段幅の%
37924 \end_layout
37925
37926 \end_inset
37927 </cell>
37928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37929 \begin_inset Text
37930
37931 \begin_layout Plain Layout
37932
37933 \backslash
37934 columnwidth
37935 \end_layout
37936
37937 \end_inset
37938 </cell>
37939 </row>
37940 <row>
37941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37942 \begin_inset Text
37943
37944 \begin_layout Plain Layout
37945
37946 \lang english
37947 Page Width %
37948 \end_layout
37949
37950 \end_inset
37951 </cell>
37952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956 用紙幅の%
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965
37966 \backslash
37967 paperwidth
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 </row>
37973 <row>
37974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978
37979 \lang english
37980 Line Width %
37981 \end_layout
37982
37983 \end_inset
37984 </cell>
37985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989 行幅の%
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37995 \begin_inset Text
37996
37997 \begin_layout Plain Layout
37998
37999 \backslash
38000 linewidth
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 </row>
38006 <row>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011
38012 \lang english
38013 Text Height %
38014 \end_layout
38015
38016 \end_inset
38017 </cell>
38018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022 テキスト高さの%
38023 \end_layout
38024
38025 \end_inset
38026 </cell>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \backslash
38033 textheight
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 </row>
38039 <row>
38040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38041 \begin_inset Text
38042
38043 \begin_layout Plain Layout
38044
38045 \lang english
38046 Page Height %
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055 用紙高さの%
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064
38065 \backslash
38066 paperheight
38067 \end_layout
38068
38069 \end_inset
38070 </cell>
38071 </row>
38072 <row>
38073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38074 \begin_inset Text
38075
38076 \begin_layout Plain Layout
38077 ex
38078 \end_layout
38079
38080 \end_inset
38081 </cell>
38082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38083 \begin_inset Text
38084
38085 \begin_layout Plain Layout
38086 現在のフォントの文字「x」の高さ
38087 \end_layout
38088
38089 \end_inset
38090 </cell>
38091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095 -
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 </row>
38101 <row>
38102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38103 \begin_inset Text
38104
38105 \begin_layout Plain Layout
38106 em
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115 現在のフォントの文字「M」の幅
38116 \end_layout
38117
38118 \end_inset
38119 </cell>
38120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38121 \begin_inset Text
38122
38123 \begin_layout Plain Layout
38124 -
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 </row>
38130 <row>
38131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135 mu
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144 数式単位 (1
38145 \begin_inset space \thinspace{}
38146 \end_inset
38147
38148 mu = 1/18
38149 \begin_inset space \thinspace{}
38150 \end_inset
38151
38152 em)
38153 \end_layout
38154
38155 \end_inset
38156 </cell>
38157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38158 \begin_inset Text
38159
38160 \begin_layout Plain Layout
38161 -
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 </row>
38167 </lyxtabular>
38168
38169 \end_inset
38170
38171
38172 \end_layout
38173
38174 \end_inset
38175
38176
38177 \end_layout
38178
38179 \begin_layout Chapter
38180 画像を含む場合のファイル出力形式
38181 \begin_inset CommandInset label
38182 LatexCommand label
38183 name "cha:ファイル出力形式"
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Section
38191 DVI
38192 \begin_inset Index idx
38193 status collapsed
38194
38195 \begin_layout Plain Layout
38196 ふぁいるしょしき@ファイル書式 ! DVI
38197 \end_layout
38198
38199 \end_inset
38200
38201
38202 \begin_inset Index idx
38203 status collapsed
38204
38205 \begin_layout Plain Layout
38206 DVI
38207 \begin_inset ERT
38208 status collapsed
38209
38210 \begin_layout Plain Layout
38211
38212 |see{
38213 \end_layout
38214
38215 \end_inset
38216
38217 ファイル書式
38218 \begin_inset ERT
38219 status collapsed
38220
38221 \begin_layout Plain Layout
38222
38223 }
38224 \end_layout
38225
38226 \end_inset
38227
38228
38229 \end_layout
38230
38231 \end_inset
38232
38233
38234 \end_layout
38235
38236 \begin_layout Standard
38237 このファイル型の拡張子は「
38238 \family typewriter
38239 .dvi
38240 \family default
38241 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38242 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38243 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38244 \end_layout
38245
38246 \begin_layout Standard
38247 \begin_inset Note Greyedout
38248 status open
38249
38250 \begin_layout Plain Layout
38251
38252 \series bold
38253 【註】
38254 \series default
38255 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38256 \end_layout
38257
38258 \end_inset
38259
38260 ですから、お使いの
38261 \family typewriter
38262 .dvi
38263 \family default
38264 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38265 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38266 DFを使用することをお勧めします。
38267 \end_layout
38268
38269 \begin_layout Standard
38270 使用中の文書は、
38271 \family sans
38272 ファイル
38273 \family default
38274 \SpecialChar menuseparator
38275
38276 \family sans
38277 書き出し
38278 \family default
38279 \SpecialChar menuseparator
38280
38281 \family sans
38282 DVI
38283 \family default
38284 メニューを使用して、DVIに書き出すことができます。
38285 \family sans
38286 表示
38287 \family default
38288 メニューから、文書をDVIとして表示させることもできます。
38289 \end_layout
38290
38291 \begin_layout Section
38292 PostScript
38293 \begin_inset Index idx
38294 status collapsed
38295
38296 \begin_layout Plain Layout
38297 ふぁいるしょしき@ファイル書式 ! PostScript
38298 \end_layout
38299
38300 \end_inset
38301
38302
38303 \begin_inset Index idx
38304 status collapsed
38305
38306 \begin_layout Plain Layout
38307 PostScript
38308 \begin_inset ERT
38309 status collapsed
38310
38311 \begin_layout Plain Layout
38312
38313 |see{
38314 \end_layout
38315
38316 \end_inset
38317
38318 ファイル書式
38319 \begin_inset ERT
38320 status collapsed
38321
38322 \begin_layout Plain Layout
38323
38324 }
38325 \end_layout
38326
38327 \end_inset
38328
38329
38330 \end_layout
38331
38332 \end_inset
38333
38334
38335 \end_layout
38336
38337 \begin_layout Standard
38338 このファイル型の拡張子は「
38339 \family typewriter
38340 .ps
38341 \family default
38342 」です。PostScriptは、
38343 \family typewriter
38344 Adobe
38345 \family default
38346 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38347 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38348 \begin_inset Foot
38349 status collapsed
38350
38351 \begin_layout Plain Layout
38352 これについてもう少し学ぶ気があれば、\SpecialChar LaTeX
38353 パッケージ
38354 \series bold
38355 PSTricks
38356 \series default
38357
38358 \begin_inset CommandInset citation
38359 LatexCommand cite
38360 key "pstricks"
38361
38362 \end_inset
38363
38364 を見てみてください。
38365 \end_layout
38366
38367 \end_inset
38368
38369 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38370 \end_layout
38371
38372 \begin_layout Standard
38373 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38374 \family typewriter
38375 .eps
38376 \family default
38377 」)」形式の画像のみを含めることができます。\SpecialChar LyX
38378 では、既知の画像形式であればどれでも文書中で使用することができるようになっているため、\SpecialChar LyX
38379 はバックグラウンドで画像をEP
38380 Sに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、\SpecialChar LyX
38381 は50もの変換を行わなくてはなりません。すると、\SpecialChar LyX
38382 で行う
38383 作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像を直接EPSとして入れて
38384 おく方がよいでしょう。
38385 \end_layout
38386
38387 \begin_layout Standard
38388 文書は、
38389 \family sans
38390 ファイル
38391 \family default
38392 \SpecialChar menuseparator
38393
38394 \family sans
38395 書き出し
38396 \family default
38397 \SpecialChar menuseparator
38398
38399 \family sans
38400 Postscript
38401 \family default
38402 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38403 \family sans
38404 表示
38405 \family default
38406 メニューかツールバーボタン
38407 \begin_inset Graphics
38408         filename ../../images/buffer-view_ps.png
38409         scale 85
38410         scaleBeforeRotation
38411
38412 \end_inset
38413
38414 を使用することでPostScriptとして表示させることができます。
38415 \end_layout
38416
38417 \begin_layout Section
38418 PDF
38419 \begin_inset Index idx
38420 status collapsed
38421
38422 \begin_layout Plain Layout
38423 ふぁいるしょしき@ファイル書式 ! PDF
38424 \end_layout
38425
38426 \end_inset
38427
38428
38429 \begin_inset Index idx
38430 status collapsed
38431
38432 \begin_layout Plain Layout
38433 PDF
38434 \end_layout
38435
38436 \end_inset
38437
38438
38439 \end_layout
38440
38441 \begin_layout Standard
38442 このファイル型の拡張子は「
38443 \family typewriter
38444 .pdf
38445 \family default
38446 」です。この「Portable Document Format (PDF)」は、
38447 \family typewriter
38448 Adobe
38449 \family default
38450 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38451 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38452 \end_layout
38453
38454 \begin_layout Standard
38455 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38456 \family typewriter
38457 .jpg
38458 \family default
38459 」または「
38460 \family typewriter
38461 .jpeg
38462 \family default
38463 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38464 \family typewriter
38465 .png
38466 \family default
38467 」)」として含めることができます。それにもかかわらず、\SpecialChar LyX
38468 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することができま
38469 す。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用することをお
38470 勧めします。
38471 \end_layout
38472
38473 \begin_layout Standard
38474 使用中の文書は、
38475 \family sans
38476 ファイル
38477 \family default
38478 \SpecialChar menuseparator
38479
38480 \family sans
38481 書き出し
38482 \family default
38483 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38484 \end_layout
38485
38486 \begin_layout Description
38487 PDF
38488 \begin_inset space ~
38489 \end_inset
38490
38491 (ps2pdf) これは
38492 \family typewriter
38493 ps2pdf
38494 \family default
38495 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38496 \family typewriter
38497 dvips
38498 \family default
38499 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38500 \end_layout
38501
38502 \begin_layout Description
38503 PDF
38504 \begin_inset space ~
38505 \end_inset
38506
38507 (dvipdfm) これは
38508 \family typewriter
38509 dvipdfm
38510 \family default
38511 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38512 \end_layout
38513
38514 \begin_layout Description
38515 PDF
38516 \begin_inset space ~
38517 \end_inset
38518
38519 (pdflatex) これは
38520 \family typewriter
38521 pdftex
38522 \family default
38523 プログラムを使って、現在のファイルを直接PDFに変換します。
38524 \end_layout
38525
38526 \begin_layout Standard
38527
38528 \family typewriter
38529 pdftex
38530 \family default
38531 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38532 \family sans
38533 PDF
38534 \begin_inset space ~
38535 \end_inset
38536
38537 (pdflatex)
38538 \family default
38539 を使用することが推奨されます。
38540 \family typewriter
38541 dvipdfm
38542 \family default
38543 プログラムは開発が停止しており、若干時代遅れになっています。
38544 \end_layout
38545
38546 \begin_layout Standard
38547 使用中の文書をPDFとして表示するには、
38548 \family sans
38549 表示
38550 \family default
38551 メニューかツールバーボタン
38552 \begin_inset Graphics
38553         filename ../../images/buffer-view_pdf2.png
38554         scale 85
38555         scaleBeforeRotation
38556
38557 \end_inset
38558
38559 (これは
38560 \family sans
38561 PDF
38562 \begin_inset space ~
38563 \end_inset
38564
38565 (pdflatex)
38566 \family default
38567 を使用します)を用います。
38568 \end_layout
38569
38570 \begin_layout Chapter
38571 dvips色名一覧
38572 \begin_inset CommandInset label
38573 LatexCommand label
38574 name "chap:dvips色名一覧"
38575
38576 \end_inset
38577
38578
38579 \end_layout
38580
38581 \begin_layout Standard
38582 \begin_inset Tabular
38583 <lyxtabular version="3" rows="17" columns="4">
38584 <features tabularvalignment="middle">
38585 <column alignment="left" valignment="top" width="0pt">
38586 <column alignment="left" valignment="top" width="0pt">
38587 <column alignment="left" valignment="top" width="0pt">
38588 <column alignment="left" valignment="top" width="0pt">
38589 <row>
38590 <cell alignment="left" valignment="top" usebox="none">
38591 \begin_inset Text
38592
38593 \begin_layout Plain Layout
38594 \begin_inset ERT
38595 status collapsed
38596
38597 \begin_layout Plain Layout
38598
38599
38600 \backslash
38601 fcolorbox{black}{
38602 \end_layout
38603
38604 \end_inset
38605
38606 white
38607 \begin_inset ERT
38608 status collapsed
38609
38610 \begin_layout Plain Layout
38611
38612 }{
38613 \end_layout
38614
38615 \end_inset
38616
38617
38618 \begin_inset ERT
38619 status collapsed
38620
38621 \begin_layout Plain Layout
38622
38623 }
38624 \end_layout
38625
38626 \end_inset
38627
38628  色名
38629 \end_layout
38630
38631 \end_inset
38632 </cell>
38633 <cell alignment="left" valignment="top" usebox="none">
38634 \begin_inset Text
38635
38636 \begin_layout Plain Layout
38637 \begin_inset ERT
38638 status collapsed
38639
38640 \begin_layout Plain Layout
38641
38642
38643 \backslash
38644 fcolorbox{black}{
38645 \end_layout
38646
38647 \end_inset
38648
38649 white
38650 \begin_inset ERT
38651 status collapsed
38652
38653 \begin_layout Plain Layout
38654
38655 }{
38656 \end_layout
38657
38658 \end_inset
38659
38660
38661 \begin_inset ERT
38662 status collapsed
38663
38664 \begin_layout Plain Layout
38665
38666 }
38667 \end_layout
38668
38669 \end_inset
38670
38671  色名
38672 \end_layout
38673
38674 \end_inset
38675 </cell>
38676 <cell alignment="left" valignment="top" usebox="none">
38677 \begin_inset Text
38678
38679 \begin_layout Plain Layout
38680 \begin_inset ERT
38681 status collapsed
38682
38683 \begin_layout Plain Layout
38684
38685
38686 \backslash
38687 fcolorbox{black}{
38688 \end_layout
38689
38690 \end_inset
38691
38692 white
38693 \begin_inset ERT
38694 status collapsed
38695
38696 \begin_layout Plain Layout
38697
38698 }{
38699 \end_layout
38700
38701 \end_inset
38702
38703
38704 \begin_inset ERT
38705 status collapsed
38706
38707 \begin_layout Plain Layout
38708
38709 }
38710 \end_layout
38711
38712 \end_inset
38713
38714  色名
38715 \end_layout
38716
38717 \end_inset
38718 </cell>
38719 <cell alignment="left" valignment="top" usebox="none">
38720 \begin_inset Text
38721
38722 \begin_layout Plain Layout
38723 \begin_inset ERT
38724 status collapsed
38725
38726 \begin_layout Plain Layout
38727
38728
38729 \backslash
38730 fcolorbox{black}{
38731 \end_layout
38732
38733 \end_inset
38734
38735 white
38736 \begin_inset ERT
38737 status collapsed
38738
38739 \begin_layout Plain Layout
38740
38741 }{
38742 \end_layout
38743
38744 \end_inset
38745
38746
38747 \begin_inset ERT
38748 status collapsed
38749
38750 \begin_layout Plain Layout
38751
38752 }
38753 \end_layout
38754
38755 \end_inset
38756
38757  色名
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 </row>
38763 <row>
38764 <cell alignment="center" valignment="top" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Plain Layout
38768 \begin_inset ERT
38769 status collapsed
38770
38771 \begin_layout Plain Layout
38772
38773
38774 \backslash
38775 fcolorbox{black}{
38776 \end_layout
38777
38778 \end_inset
38779
38780 Apricot
38781 \begin_inset ERT
38782 status collapsed
38783
38784 \begin_layout Plain Layout
38785
38786 }{
38787 \end_layout
38788
38789 \end_inset
38790
38791
38792 \begin_inset Phantom Phantom
38793 status open
38794
38795 \begin_layout Plain Layout
38796 W
38797 \end_layout
38798
38799 \end_inset
38800
38801
38802 \begin_inset ERT
38803 status collapsed
38804
38805 \begin_layout Plain Layout
38806
38807 }
38808 \end_layout
38809
38810 \end_inset
38811
38812  Apricot
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 <cell alignment="center" valignment="top" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 \begin_inset ERT
38822 status collapsed
38823
38824 \begin_layout Plain Layout
38825
38826
38827 \backslash
38828 fcolorbox{black}{
38829 \end_layout
38830
38831 \end_inset
38832
38833 Aquamarine
38834 \begin_inset ERT
38835 status collapsed
38836
38837 \begin_layout Plain Layout
38838
38839 }{
38840 \end_layout
38841
38842 \end_inset
38843
38844
38845 \begin_inset Phantom Phantom
38846 status open
38847
38848 \begin_layout Plain Layout
38849 W
38850 \end_layout
38851
38852 \end_inset
38853
38854
38855 \begin_inset ERT
38856 status collapsed
38857
38858 \begin_layout Plain Layout
38859
38860 }
38861 \end_layout
38862
38863 \end_inset
38864
38865  Aquamarine
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 <cell alignment="center" valignment="top" usebox="none">
38871 \begin_inset Text
38872
38873 \begin_layout Plain Layout
38874 \begin_inset ERT
38875 status collapsed
38876
38877 \begin_layout Plain Layout
38878
38879
38880 \backslash
38881 fcolorbox{black}{
38882 \end_layout
38883
38884 \end_inset
38885
38886 Bittersweet
38887 \begin_inset ERT
38888 status collapsed
38889
38890 \begin_layout Plain Layout
38891
38892 }{
38893 \end_layout
38894
38895 \end_inset
38896
38897
38898 \begin_inset Phantom Phantom
38899 status open
38900
38901 \begin_layout Plain Layout
38902 W
38903 \end_layout
38904
38905 \end_inset
38906
38907
38908 \begin_inset ERT
38909 status collapsed
38910
38911 \begin_layout Plain Layout
38912
38913 }
38914 \end_layout
38915
38916 \end_inset
38917
38918  Bittersweet
38919 \end_layout
38920
38921 \end_inset
38922 </cell>
38923 <cell alignment="center" valignment="top" usebox="none">
38924 \begin_inset Text
38925
38926 \begin_layout Plain Layout
38927 \begin_inset ERT
38928 status collapsed
38929
38930 \begin_layout Plain Layout
38931
38932
38933 \backslash
38934 fcolorbox{black}{
38935 \end_layout
38936
38937 \end_inset
38938
38939 BlueGreen
38940 \begin_inset ERT
38941 status collapsed
38942
38943 \begin_layout Plain Layout
38944
38945 }{
38946 \end_layout
38947
38948 \end_inset
38949
38950
38951 \begin_inset Phantom Phantom
38952 status open
38953
38954 \begin_layout Plain Layout
38955 W
38956 \end_layout
38957
38958 \end_inset
38959
38960
38961 \begin_inset ERT
38962 status collapsed
38963
38964 \begin_layout Plain Layout
38965
38966 }
38967 \end_layout
38968
38969 \end_inset
38970
38971  BlueGreen
38972 \end_layout
38973
38974 \end_inset
38975 </cell>
38976 </row>
38977 <row>
38978 <cell alignment="left" valignment="top" usebox="none">
38979 \begin_inset Text
38980
38981 \begin_layout Plain Layout
38982 \begin_inset ERT
38983 status collapsed
38984
38985 \begin_layout Plain Layout
38986
38987
38988 \backslash
38989 fcolorbox{black}{
38990 \end_layout
38991
38992 \end_inset
38993
38994 BlueViolet
38995 \begin_inset ERT
38996 status collapsed
38997
38998 \begin_layout Plain Layout
38999
39000 }{
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \begin_inset Phantom Phantom
39007 status open
39008
39009 \begin_layout Plain Layout
39010 W
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \begin_inset ERT
39017 status collapsed
39018
39019 \begin_layout Plain Layout
39020
39021 }
39022 \end_layout
39023
39024 \end_inset
39025
39026  BlueViolet
39027 \end_layout
39028
39029 \end_inset
39030 </cell>
39031 <cell alignment="left" valignment="top" usebox="none">
39032 \begin_inset Text
39033
39034 \begin_layout Plain Layout
39035 \begin_inset ERT
39036 status collapsed
39037
39038 \begin_layout Plain Layout
39039
39040
39041 \backslash
39042 fcolorbox{black}{
39043 \end_layout
39044
39045 \end_inset
39046
39047 BrickRed
39048 \begin_inset ERT
39049 status collapsed
39050
39051 \begin_layout Plain Layout
39052
39053 }{
39054 \end_layout
39055
39056 \end_inset
39057
39058
39059 \begin_inset Phantom Phantom
39060 status open
39061
39062 \begin_layout Plain Layout
39063 W
39064 \end_layout
39065
39066 \end_inset
39067
39068
39069 \begin_inset ERT
39070 status collapsed
39071
39072 \begin_layout Plain Layout
39073
39074 }
39075 \end_layout
39076
39077 \end_inset
39078
39079  BrickRed
39080 \end_layout
39081
39082 \end_inset
39083 </cell>
39084 <cell alignment="left" valignment="top" usebox="none">
39085 \begin_inset Text
39086
39087 \begin_layout Plain Layout
39088 \begin_inset ERT
39089 status collapsed
39090
39091 \begin_layout Plain Layout
39092
39093
39094 \backslash
39095 fcolorbox{black}{
39096 \end_layout
39097
39098 \end_inset
39099
39100 Brown
39101 \begin_inset ERT
39102 status collapsed
39103
39104 \begin_layout Plain Layout
39105
39106 }{
39107 \end_layout
39108
39109 \end_inset
39110
39111
39112 \begin_inset Phantom Phantom
39113 status open
39114
39115 \begin_layout Plain Layout
39116 W
39117 \end_layout
39118
39119 \end_inset
39120
39121
39122 \begin_inset ERT
39123 status collapsed
39124
39125 \begin_layout Plain Layout
39126
39127 }
39128 \end_layout
39129
39130 \end_inset
39131
39132  Brown
39133 \end_layout
39134
39135 \end_inset
39136 </cell>
39137 <cell alignment="left" valignment="top" usebox="none">
39138 \begin_inset Text
39139
39140 \begin_layout Plain Layout
39141 \begin_inset ERT
39142 status collapsed
39143
39144 \begin_layout Plain Layout
39145
39146
39147 \backslash
39148 fcolorbox{black}{
39149 \end_layout
39150
39151 \end_inset
39152
39153 BurntOrange
39154 \begin_inset ERT
39155 status collapsed
39156
39157 \begin_layout Plain Layout
39158
39159 }{
39160 \end_layout
39161
39162 \end_inset
39163
39164
39165 \begin_inset Phantom Phantom
39166 status open
39167
39168 \begin_layout Plain Layout
39169 W
39170 \end_layout
39171
39172 \end_inset
39173
39174
39175 \begin_inset ERT
39176 status collapsed
39177
39178 \begin_layout Plain Layout
39179
39180 }
39181 \end_layout
39182
39183 \end_inset
39184
39185  BurntOrange
39186 \end_layout
39187
39188 \end_inset
39189 </cell>
39190 </row>
39191 <row>
39192 <cell alignment="left" valignment="top" usebox="none">
39193 \begin_inset Text
39194
39195 \begin_layout Plain Layout
39196 \begin_inset ERT
39197 status collapsed
39198
39199 \begin_layout Plain Layout
39200
39201
39202 \backslash
39203 fcolorbox{black}{
39204 \end_layout
39205
39206 \end_inset
39207
39208 CadetBlue
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214 }{
39215 \end_layout
39216
39217 \end_inset
39218
39219
39220 \begin_inset Phantom Phantom
39221 status open
39222
39223 \begin_layout Plain Layout
39224 W
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \begin_inset ERT
39231 status collapsed
39232
39233 \begin_layout Plain Layout
39234
39235 }
39236 \end_layout
39237
39238 \end_inset
39239
39240  CadetBlue
39241 \end_layout
39242
39243 \end_inset
39244 </cell>
39245 <cell alignment="left" valignment="top" usebox="none">
39246 \begin_inset Text
39247
39248 \begin_layout Plain Layout
39249 \begin_inset ERT
39250 status collapsed
39251
39252 \begin_layout Plain Layout
39253
39254
39255 \backslash
39256 fcolorbox{black}{
39257 \end_layout
39258
39259 \end_inset
39260
39261 CarnationPink
39262 \begin_inset ERT
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266
39267 }{
39268 \end_layout
39269
39270 \end_inset
39271
39272
39273 \begin_inset Phantom Phantom
39274 status open
39275
39276 \begin_layout Plain Layout
39277 W
39278 \end_layout
39279
39280 \end_inset
39281
39282
39283 \begin_inset ERT
39284 status collapsed
39285
39286 \begin_layout Plain Layout
39287
39288 }
39289 \end_layout
39290
39291 \end_inset
39292
39293  CarnationPink
39294 \end_layout
39295
39296 \end_inset
39297 </cell>
39298 <cell alignment="left" valignment="top" usebox="none">
39299 \begin_inset Text
39300
39301 \begin_layout Plain Layout
39302 \begin_inset ERT
39303 status collapsed
39304
39305 \begin_layout Plain Layout
39306
39307
39308 \backslash
39309 fcolorbox{black}{
39310 \end_layout
39311
39312 \end_inset
39313
39314 Cerulean
39315 \begin_inset ERT
39316 status collapsed
39317
39318 \begin_layout Plain Layout
39319
39320 }{
39321 \end_layout
39322
39323 \end_inset
39324
39325
39326 \begin_inset Phantom Phantom
39327 status open
39328
39329 \begin_layout Plain Layout
39330 W
39331 \end_layout
39332
39333 \end_inset
39334
39335
39336 \begin_inset ERT
39337 status collapsed
39338
39339 \begin_layout Plain Layout
39340
39341 }
39342 \end_layout
39343
39344 \end_inset
39345
39346  Cerulean
39347 \end_layout
39348
39349 \end_inset
39350 </cell>
39351 <cell alignment="left" valignment="top" usebox="none">
39352 \begin_inset Text
39353
39354 \begin_layout Plain Layout
39355 \begin_inset ERT
39356 status collapsed
39357
39358 \begin_layout Plain Layout
39359
39360
39361 \backslash
39362 fcolorbox{black}{
39363 \end_layout
39364
39365 \end_inset
39366
39367 CornflowerBlue
39368 \begin_inset ERT
39369 status collapsed
39370
39371 \begin_layout Plain Layout
39372
39373 }{
39374 \end_layout
39375
39376 \end_inset
39377
39378
39379 \begin_inset Phantom Phantom
39380 status open
39381
39382 \begin_layout Plain Layout
39383 W
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389 \begin_inset ERT
39390 status collapsed
39391
39392 \begin_layout Plain Layout
39393
39394 }
39395 \end_layout
39396
39397 \end_inset
39398
39399  CornflowerBlue
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 </row>
39405 <row>
39406 <cell alignment="left" valignment="top" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410 \begin_inset ERT
39411 status collapsed
39412
39413 \begin_layout Plain Layout
39414
39415
39416 \backslash
39417 fcolorbox{black}{
39418 \end_layout
39419
39420 \end_inset
39421
39422 Dandelion
39423 \begin_inset ERT
39424 status collapsed
39425
39426 \begin_layout Plain Layout
39427
39428 }{
39429 \end_layout
39430
39431 \end_inset
39432
39433
39434 \begin_inset Phantom Phantom
39435 status open
39436
39437 \begin_layout Plain Layout
39438 W
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \begin_inset ERT
39445 status collapsed
39446
39447 \begin_layout Plain Layout
39448
39449 }
39450 \end_layout
39451
39452 \end_inset
39453
39454  Dandelion
39455 \end_layout
39456
39457 \end_inset
39458 </cell>
39459 <cell alignment="left" valignment="top" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 \begin_inset ERT
39464 status collapsed
39465
39466 \begin_layout Plain Layout
39467
39468
39469 \backslash
39470 fcolorbox{black}{
39471 \end_layout
39472
39473 \end_inset
39474
39475 DarkOrchid
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481 }{
39482 \end_layout
39483
39484 \end_inset
39485
39486
39487 \begin_inset Phantom Phantom
39488 status open
39489
39490 \begin_layout Plain Layout
39491 W
39492 \end_layout
39493
39494 \end_inset
39495
39496
39497 \begin_inset ERT
39498 status collapsed
39499
39500 \begin_layout Plain Layout
39501
39502 }
39503 \end_layout
39504
39505 \end_inset
39506
39507  DarkOrchid
39508 \end_layout
39509
39510 \end_inset
39511 </cell>
39512 <cell alignment="left" valignment="top" usebox="none">
39513 \begin_inset Text
39514
39515 \begin_layout Plain Layout
39516 \begin_inset ERT
39517 status collapsed
39518
39519 \begin_layout Plain Layout
39520
39521
39522 \backslash
39523 fcolorbox{black}{
39524 \end_layout
39525
39526 \end_inset
39527
39528 Emerald
39529 \begin_inset ERT
39530 status collapsed
39531
39532 \begin_layout Plain Layout
39533
39534 }{
39535 \end_layout
39536
39537 \end_inset
39538
39539
39540 \begin_inset Phantom Phantom
39541 status open
39542
39543 \begin_layout Plain Layout
39544 W
39545 \end_layout
39546
39547 \end_inset
39548
39549
39550 \begin_inset ERT
39551 status collapsed
39552
39553 \begin_layout Plain Layout
39554
39555 }
39556 \end_layout
39557
39558 \end_inset
39559
39560  Emerald
39561 \end_layout
39562
39563 \end_inset
39564 </cell>
39565 <cell alignment="left" valignment="top" usebox="none">
39566 \begin_inset Text
39567
39568 \begin_layout Plain Layout
39569 \begin_inset ERT
39570 status collapsed
39571
39572 \begin_layout Plain Layout
39573
39574
39575 \backslash
39576 fcolorbox{black}{
39577 \end_layout
39578
39579 \end_inset
39580
39581 ForestGreen
39582 \begin_inset ERT
39583 status collapsed
39584
39585 \begin_layout Plain Layout
39586
39587 }{
39588 \end_layout
39589
39590 \end_inset
39591
39592
39593 \begin_inset Phantom Phantom
39594 status open
39595
39596 \begin_layout Plain Layout
39597 W
39598 \end_layout
39599
39600 \end_inset
39601
39602
39603 \begin_inset ERT
39604 status collapsed
39605
39606 \begin_layout Plain Layout
39607
39608 }
39609 \end_layout
39610
39611 \end_inset
39612
39613  ForestGreen
39614 \end_layout
39615
39616 \end_inset
39617 </cell>
39618 </row>
39619 <row>
39620 <cell alignment="left" valignment="top" usebox="none">
39621 \begin_inset Text
39622
39623 \begin_layout Plain Layout
39624 \begin_inset ERT
39625 status collapsed
39626
39627 \begin_layout Plain Layout
39628
39629
39630 \backslash
39631 fcolorbox{black}{
39632 \end_layout
39633
39634 \end_inset
39635
39636 Fuchsia
39637 \begin_inset ERT
39638 status collapsed
39639
39640 \begin_layout Plain Layout
39641
39642 }{
39643 \end_layout
39644
39645 \end_inset
39646
39647
39648 \begin_inset Phantom Phantom
39649 status open
39650
39651 \begin_layout Plain Layout
39652 W
39653 \end_layout
39654
39655 \end_inset
39656
39657
39658 \begin_inset ERT
39659 status collapsed
39660
39661 \begin_layout Plain Layout
39662
39663 }
39664 \end_layout
39665
39666 \end_inset
39667
39668  Fuchsia
39669 \end_layout
39670
39671 \end_inset
39672 </cell>
39673 <cell alignment="left" valignment="top" usebox="none">
39674 \begin_inset Text
39675
39676 \begin_layout Plain Layout
39677 \begin_inset ERT
39678 status collapsed
39679
39680 \begin_layout Plain Layout
39681
39682
39683 \backslash
39684 fcolorbox{black}{
39685 \end_layout
39686
39687 \end_inset
39688
39689 Goldenrod
39690 \begin_inset ERT
39691 status collapsed
39692
39693 \begin_layout Plain Layout
39694
39695 }{
39696 \end_layout
39697
39698 \end_inset
39699
39700
39701 \begin_inset Phantom Phantom
39702 status open
39703
39704 \begin_layout Plain Layout
39705 W
39706 \end_layout
39707
39708 \end_inset
39709
39710
39711 \begin_inset ERT
39712 status collapsed
39713
39714 \begin_layout Plain Layout
39715
39716 }
39717 \end_layout
39718
39719 \end_inset
39720
39721  Goldenrod
39722 \end_layout
39723
39724 \end_inset
39725 </cell>
39726 <cell alignment="left" valignment="top" usebox="none">
39727 \begin_inset Text
39728
39729 \begin_layout Plain Layout
39730 \begin_inset ERT
39731 status collapsed
39732
39733 \begin_layout Plain Layout
39734
39735
39736 \backslash
39737 fcolorbox{black}{
39738 \end_layout
39739
39740 \end_inset
39741
39742 Gray
39743 \begin_inset ERT
39744 status collapsed
39745
39746 \begin_layout Plain Layout
39747
39748 }{
39749 \end_layout
39750
39751 \end_inset
39752
39753
39754 \begin_inset Phantom Phantom
39755 status open
39756
39757 \begin_layout Plain Layout
39758 W
39759 \end_layout
39760
39761 \end_inset
39762
39763
39764 \begin_inset ERT
39765 status collapsed
39766
39767 \begin_layout Plain Layout
39768
39769 }
39770 \end_layout
39771
39772 \end_inset
39773
39774  Gray
39775 \end_layout
39776
39777 \end_inset
39778 </cell>
39779 <cell alignment="left" valignment="top" usebox="none">
39780 \begin_inset Text
39781
39782 \begin_layout Plain Layout
39783 \begin_inset ERT
39784 status collapsed
39785
39786 \begin_layout Plain Layout
39787
39788
39789 \backslash
39790 fcolorbox{black}{
39791 \end_layout
39792
39793 \end_inset
39794
39795 GreenYellow
39796 \begin_inset ERT
39797 status collapsed
39798
39799 \begin_layout Plain Layout
39800
39801 }{
39802 \end_layout
39803
39804 \end_inset
39805
39806
39807 \begin_inset Phantom Phantom
39808 status open
39809
39810 \begin_layout Plain Layout
39811 W
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset ERT
39818 status collapsed
39819
39820 \begin_layout Plain Layout
39821
39822 }
39823 \end_layout
39824
39825 \end_inset
39826
39827  GreenYellow
39828 \end_layout
39829
39830 \end_inset
39831 </cell>
39832 </row>
39833 <row>
39834 <cell alignment="center" valignment="top" usebox="none">
39835 \begin_inset Text
39836
39837 \begin_layout Plain Layout
39838 \begin_inset ERT
39839 status collapsed
39840
39841 \begin_layout Plain Layout
39842
39843
39844 \backslash
39845 fcolorbox{black}{
39846 \end_layout
39847
39848 \end_inset
39849
39850 JungleGreen
39851 \begin_inset ERT
39852 status collapsed
39853
39854 \begin_layout Plain Layout
39855
39856 }{
39857 \end_layout
39858
39859 \end_inset
39860
39861
39862 \begin_inset Phantom Phantom
39863 status open
39864
39865 \begin_layout Plain Layout
39866 W
39867 \end_layout
39868
39869 \end_inset
39870
39871
39872 \begin_inset ERT
39873 status collapsed
39874
39875 \begin_layout Plain Layout
39876
39877 }
39878 \end_layout
39879
39880 \end_inset
39881
39882  JungleGreen
39883 \end_layout
39884
39885 \end_inset
39886 </cell>
39887 <cell alignment="center" valignment="top" usebox="none">
39888 \begin_inset Text
39889
39890 \begin_layout Plain Layout
39891 \begin_inset ERT
39892 status collapsed
39893
39894 \begin_layout Plain Layout
39895
39896
39897 \backslash
39898 fcolorbox{black}{
39899 \end_layout
39900
39901 \end_inset
39902
39903 Lavender
39904 \begin_inset ERT
39905 status collapsed
39906
39907 \begin_layout Plain Layout
39908
39909 }{
39910 \end_layout
39911
39912 \end_inset
39913
39914
39915 \begin_inset Phantom Phantom
39916 status open
39917
39918 \begin_layout Plain Layout
39919 W
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \begin_inset ERT
39926 status collapsed
39927
39928 \begin_layout Plain Layout
39929
39930 }
39931 \end_layout
39932
39933 \end_inset
39934
39935  Lavender
39936 \end_layout
39937
39938 \end_inset
39939 </cell>
39940 <cell alignment="center" valignment="top" usebox="none">
39941 \begin_inset Text
39942
39943 \begin_layout Plain Layout
39944 \begin_inset ERT
39945 status collapsed
39946
39947 \begin_layout Plain Layout
39948
39949
39950 \backslash
39951 fcolorbox{black}{
39952 \end_layout
39953
39954 \end_inset
39955
39956 LimeGreen
39957 \begin_inset ERT
39958 status collapsed
39959
39960 \begin_layout Plain Layout
39961
39962 }{
39963 \end_layout
39964
39965 \end_inset
39966
39967
39968 \begin_inset Phantom Phantom
39969 status open
39970
39971 \begin_layout Plain Layout
39972 W
39973 \end_layout
39974
39975 \end_inset
39976
39977
39978 \begin_inset ERT
39979 status collapsed
39980
39981 \begin_layout Plain Layout
39982
39983 }
39984 \end_layout
39985
39986 \end_inset
39987
39988  LimeGreen
39989 \end_layout
39990
39991 \end_inset
39992 </cell>
39993 <cell alignment="center" valignment="top" usebox="none">
39994 \begin_inset Text
39995
39996 \begin_layout Plain Layout
39997 \begin_inset ERT
39998 status collapsed
39999
40000 \begin_layout Plain Layout
40001
40002
40003 \backslash
40004 fcolorbox{black}{
40005 \end_layout
40006
40007 \end_inset
40008
40009 Mahogany
40010 \begin_inset ERT
40011 status collapsed
40012
40013 \begin_layout Plain Layout
40014
40015 }{
40016 \end_layout
40017
40018 \end_inset
40019
40020
40021 \begin_inset Phantom Phantom
40022 status open
40023
40024 \begin_layout Plain Layout
40025 W
40026 \end_layout
40027
40028 \end_inset
40029
40030
40031 \begin_inset ERT
40032 status collapsed
40033
40034 \begin_layout Plain Layout
40035
40036 }
40037 \end_layout
40038
40039 \end_inset
40040
40041  Mahogany
40042 \end_layout
40043
40044 \end_inset
40045 </cell>
40046 </row>
40047 <row>
40048 <cell alignment="left" valignment="top" usebox="none">
40049 \begin_inset Text
40050
40051 \begin_layout Plain Layout
40052 \begin_inset ERT
40053 status collapsed
40054
40055 \begin_layout Plain Layout
40056
40057
40058 \backslash
40059 fcolorbox{black}{
40060 \end_layout
40061
40062 \end_inset
40063
40064 Mahogany
40065 \begin_inset ERT
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069
40070 }{
40071 \end_layout
40072
40073 \end_inset
40074
40075
40076 \begin_inset Phantom Phantom
40077 status open
40078
40079 \begin_layout Plain Layout
40080 W
40081 \end_layout
40082
40083 \end_inset
40084
40085
40086 \begin_inset ERT
40087 status collapsed
40088
40089 \begin_layout Plain Layout
40090
40091 }
40092 \end_layout
40093
40094 \end_inset
40095
40096  Mahogany
40097 \end_layout
40098
40099 \end_inset
40100 </cell>
40101 <cell alignment="left" valignment="top" usebox="none">
40102 \begin_inset Text
40103
40104 \begin_layout Plain Layout
40105 \begin_inset ERT
40106 status collapsed
40107
40108 \begin_layout Plain Layout
40109
40110
40111 \backslash
40112 fcolorbox{black}{
40113 \end_layout
40114
40115 \end_inset
40116
40117 Maroon
40118 \begin_inset ERT
40119 status collapsed
40120
40121 \begin_layout Plain Layout
40122
40123 }{
40124 \end_layout
40125
40126 \end_inset
40127
40128
40129 \begin_inset Phantom Phantom
40130 status open
40131
40132 \begin_layout Plain Layout
40133 W
40134 \end_layout
40135
40136 \end_inset
40137
40138
40139 \begin_inset ERT
40140 status collapsed
40141
40142 \begin_layout Plain Layout
40143
40144 }
40145 \end_layout
40146
40147 \end_inset
40148
40149  Maroon
40150 \end_layout
40151
40152 \end_inset
40153 </cell>
40154 <cell alignment="left" valignment="top" usebox="none">
40155 \begin_inset Text
40156
40157 \begin_layout Plain Layout
40158 \begin_inset ERT
40159 status collapsed
40160
40161 \begin_layout Plain Layout
40162
40163
40164 \backslash
40165 fcolorbox{black}{
40166 \end_layout
40167
40168 \end_inset
40169
40170 Melon
40171 \begin_inset ERT
40172 status collapsed
40173
40174 \begin_layout Plain Layout
40175
40176 }{
40177 \end_layout
40178
40179 \end_inset
40180
40181
40182 \begin_inset Phantom Phantom
40183 status open
40184
40185 \begin_layout Plain Layout
40186 W
40187 \end_layout
40188
40189 \end_inset
40190
40191
40192 \begin_inset ERT
40193 status collapsed
40194
40195 \begin_layout Plain Layout
40196
40197 }
40198 \end_layout
40199
40200 \end_inset
40201
40202  Melon
40203 \end_layout
40204
40205 \end_inset
40206 </cell>
40207 <cell alignment="left" valignment="top" usebox="none">
40208 \begin_inset Text
40209
40210 \begin_layout Plain Layout
40211 \begin_inset ERT
40212 status collapsed
40213
40214 \begin_layout Plain Layout
40215
40216
40217 \backslash
40218 fcolorbox{black}{
40219 \end_layout
40220
40221 \end_inset
40222
40223 MidnightBlue
40224 \begin_inset ERT
40225 status collapsed
40226
40227 \begin_layout Plain Layout
40228
40229 }{
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \begin_inset Phantom Phantom
40236 status open
40237
40238 \begin_layout Plain Layout
40239 W
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \begin_inset ERT
40246 status collapsed
40247
40248 \begin_layout Plain Layout
40249
40250 }
40251 \end_layout
40252
40253 \end_inset
40254
40255  MidnightBlue
40256 \end_layout
40257
40258 \end_inset
40259 </cell>
40260 </row>
40261 <row>
40262 <cell alignment="left" valignment="top" usebox="none">
40263 \begin_inset Text
40264
40265 \begin_layout Plain Layout
40266 \begin_inset ERT
40267 status collapsed
40268
40269 \begin_layout Plain Layout
40270
40271
40272 \backslash
40273 fcolorbox{black}{
40274 \end_layout
40275
40276 \end_inset
40277
40278 Mulberry
40279 \begin_inset ERT
40280 status collapsed
40281
40282 \begin_layout Plain Layout
40283
40284 }{
40285 \end_layout
40286
40287 \end_inset
40288
40289
40290 \begin_inset Phantom Phantom
40291 status open
40292
40293 \begin_layout Plain Layout
40294 W
40295 \end_layout
40296
40297 \end_inset
40298
40299
40300 \begin_inset ERT
40301 status collapsed
40302
40303 \begin_layout Plain Layout
40304
40305 }
40306 \end_layout
40307
40308 \end_inset
40309
40310  Mulberry
40311 \end_layout
40312
40313 \end_inset
40314 </cell>
40315 <cell alignment="left" valignment="top" usebox="none">
40316 \begin_inset Text
40317
40318 \begin_layout Plain Layout
40319 \begin_inset ERT
40320 status collapsed
40321
40322 \begin_layout Plain Layout
40323
40324
40325 \backslash
40326 fcolorbox{black}{
40327 \end_layout
40328
40329 \end_inset
40330
40331 NavyBlue
40332 \begin_inset ERT
40333 status collapsed
40334
40335 \begin_layout Plain Layout
40336
40337 }{
40338 \end_layout
40339
40340 \end_inset
40341
40342
40343 \begin_inset Phantom Phantom
40344 status open
40345
40346 \begin_layout Plain Layout
40347 W
40348 \end_layout
40349
40350 \end_inset
40351
40352
40353 \begin_inset ERT
40354 status collapsed
40355
40356 \begin_layout Plain Layout
40357
40358 }
40359 \end_layout
40360
40361 \end_inset
40362
40363  NavyBlue
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 <cell alignment="left" valignment="top" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 \begin_inset ERT
40373 status collapsed
40374
40375 \begin_layout Plain Layout
40376
40377
40378 \backslash
40379 fcolorbox{black}{
40380 \end_layout
40381
40382 \end_inset
40383
40384 OliveGreen
40385 \begin_inset ERT
40386 status collapsed
40387
40388 \begin_layout Plain Layout
40389
40390 }{
40391 \end_layout
40392
40393 \end_inset
40394
40395
40396 \begin_inset Phantom Phantom
40397 status open
40398
40399 \begin_layout Plain Layout
40400 W
40401 \end_layout
40402
40403 \end_inset
40404
40405
40406 \begin_inset ERT
40407 status collapsed
40408
40409 \begin_layout Plain Layout
40410
40411 }
40412 \end_layout
40413
40414 \end_inset
40415
40416  OliveGreen
40417 \end_layout
40418
40419 \end_inset
40420 </cell>
40421 <cell alignment="left" valignment="top" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 \begin_inset ERT
40426 status collapsed
40427
40428 \begin_layout Plain Layout
40429
40430
40431 \backslash
40432 fcolorbox{black}{
40433 \end_layout
40434
40435 \end_inset
40436
40437 Orange
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443 }{
40444 \end_layout
40445
40446 \end_inset
40447
40448
40449 \begin_inset Phantom Phantom
40450 status open
40451
40452 \begin_layout Plain Layout
40453 W
40454 \end_layout
40455
40456 \end_inset
40457
40458
40459 \begin_inset ERT
40460 status collapsed
40461
40462 \begin_layout Plain Layout
40463
40464 }
40465 \end_layout
40466
40467 \end_inset
40468
40469  Orange
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 </row>
40475 <row>
40476 <cell alignment="left" valignment="top" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 \begin_inset ERT
40481 status collapsed
40482
40483 \begin_layout Plain Layout
40484
40485
40486 \backslash
40487 fcolorbox{black}{
40488 \end_layout
40489
40490 \end_inset
40491
40492 OrangeRed
40493 \begin_inset ERT
40494 status collapsed
40495
40496 \begin_layout Plain Layout
40497
40498 }{
40499 \end_layout
40500
40501 \end_inset
40502
40503
40504 \begin_inset Phantom Phantom
40505 status open
40506
40507 \begin_layout Plain Layout
40508 W
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \begin_inset ERT
40515 status collapsed
40516
40517 \begin_layout Plain Layout
40518
40519 }
40520 \end_layout
40521
40522 \end_inset
40523
40524  OrangeRed
40525 \end_layout
40526
40527 \end_inset
40528 </cell>
40529 <cell alignment="left" valignment="top" usebox="none">
40530 \begin_inset Text
40531
40532 \begin_layout Plain Layout
40533 \begin_inset ERT
40534 status collapsed
40535
40536 \begin_layout Plain Layout
40537
40538
40539 \backslash
40540 fcolorbox{black}{
40541 \end_layout
40542
40543 \end_inset
40544
40545 Orchid
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551 }{
40552 \end_layout
40553
40554 \end_inset
40555
40556
40557 \begin_inset Phantom Phantom
40558 status open
40559
40560 \begin_layout Plain Layout
40561 W
40562 \end_layout
40563
40564 \end_inset
40565
40566
40567 \begin_inset ERT
40568 status collapsed
40569
40570 \begin_layout Plain Layout
40571
40572 }
40573 \end_layout
40574
40575 \end_inset
40576
40577  Orchid
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 <cell alignment="left" valignment="top" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 \begin_inset ERT
40587 status collapsed
40588
40589 \begin_layout Plain Layout
40590
40591
40592 \backslash
40593 fcolorbox{black}{
40594 \end_layout
40595
40596 \end_inset
40597
40598 Peach
40599 \begin_inset ERT
40600 status collapsed
40601
40602 \begin_layout Plain Layout
40603
40604 }{
40605 \end_layout
40606
40607 \end_inset
40608
40609
40610 \begin_inset Phantom Phantom
40611 status open
40612
40613 \begin_layout Plain Layout
40614 W
40615 \end_layout
40616
40617 \end_inset
40618
40619
40620 \begin_inset ERT
40621 status collapsed
40622
40623 \begin_layout Plain Layout
40624
40625 }
40626 \end_layout
40627
40628 \end_inset
40629
40630  Peach
40631 \end_layout
40632
40633 \end_inset
40634 </cell>
40635 <cell alignment="left" valignment="top" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 \begin_inset ERT
40640 status collapsed
40641
40642 \begin_layout Plain Layout
40643
40644
40645 \backslash
40646 fcolorbox{black}{
40647 \end_layout
40648
40649 \end_inset
40650
40651 Periwinkle
40652 \begin_inset ERT
40653 status collapsed
40654
40655 \begin_layout Plain Layout
40656
40657 }{
40658 \end_layout
40659
40660 \end_inset
40661
40662
40663 \begin_inset Phantom Phantom
40664 status open
40665
40666 \begin_layout Plain Layout
40667 W
40668 \end_layout
40669
40670 \end_inset
40671
40672
40673 \begin_inset ERT
40674 status collapsed
40675
40676 \begin_layout Plain Layout
40677
40678 }
40679 \end_layout
40680
40681 \end_inset
40682
40683  Periwinkle
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 </row>
40689 <row>
40690 <cell alignment="left" valignment="top" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 \begin_inset ERT
40695 status collapsed
40696
40697 \begin_layout Plain Layout
40698
40699
40700 \backslash
40701 fcolorbox{black}{
40702 \end_layout
40703
40704 \end_inset
40705
40706 PineGreen
40707 \begin_inset ERT
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711
40712 }{
40713 \end_layout
40714
40715 \end_inset
40716
40717
40718 \begin_inset Phantom Phantom
40719 status open
40720
40721 \begin_layout Plain Layout
40722 W
40723 \end_layout
40724
40725 \end_inset
40726
40727
40728 \begin_inset ERT
40729 status collapsed
40730
40731 \begin_layout Plain Layout
40732
40733 }
40734 \end_layout
40735
40736 \end_inset
40737
40738  PineGreen
40739 \end_layout
40740
40741 \end_inset
40742 </cell>
40743 <cell alignment="left" valignment="top" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 \begin_inset ERT
40748 status collapsed
40749
40750 \begin_layout Plain Layout
40751
40752
40753 \backslash
40754 fcolorbox{black}{
40755 \end_layout
40756
40757 \end_inset
40758
40759 Plum
40760 \begin_inset ERT
40761 status collapsed
40762
40763 \begin_layout Plain Layout
40764
40765 }{
40766 \end_layout
40767
40768 \end_inset
40769
40770
40771 \begin_inset Phantom Phantom
40772 status open
40773
40774 \begin_layout Plain Layout
40775 W
40776 \end_layout
40777
40778 \end_inset
40779
40780
40781 \begin_inset ERT
40782 status collapsed
40783
40784 \begin_layout Plain Layout
40785
40786 }
40787 \end_layout
40788
40789 \end_inset
40790
40791  Plum
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 <cell alignment="left" valignment="top" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 \begin_inset ERT
40801 status collapsed
40802
40803 \begin_layout Plain Layout
40804
40805
40806 \backslash
40807 fcolorbox{black}{
40808 \end_layout
40809
40810 \end_inset
40811
40812 ProcessBlue
40813 \begin_inset ERT
40814 status collapsed
40815
40816 \begin_layout Plain Layout
40817
40818 }{
40819 \end_layout
40820
40821 \end_inset
40822
40823
40824 \begin_inset Phantom Phantom
40825 status open
40826
40827 \begin_layout Plain Layout
40828 W
40829 \end_layout
40830
40831 \end_inset
40832
40833
40834 \begin_inset ERT
40835 status collapsed
40836
40837 \begin_layout Plain Layout
40838
40839 }
40840 \end_layout
40841
40842 \end_inset
40843
40844  ProcessBlue
40845 \end_layout
40846
40847 \end_inset
40848 </cell>
40849 <cell alignment="left" valignment="top" usebox="none">
40850 \begin_inset Text
40851
40852 \begin_layout Plain Layout
40853 \begin_inset ERT
40854 status collapsed
40855
40856 \begin_layout Plain Layout
40857
40858
40859 \backslash
40860 fcolorbox{black}{
40861 \end_layout
40862
40863 \end_inset
40864
40865 Purple
40866 \begin_inset ERT
40867 status collapsed
40868
40869 \begin_layout Plain Layout
40870
40871 }{
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \begin_inset Phantom Phantom
40878 status open
40879
40880 \begin_layout Plain Layout
40881 W
40882 \end_layout
40883
40884 \end_inset
40885
40886
40887 \begin_inset ERT
40888 status collapsed
40889
40890 \begin_layout Plain Layout
40891
40892 }
40893 \end_layout
40894
40895 \end_inset
40896
40897  Purple
40898 \end_layout
40899
40900 \end_inset
40901 </cell>
40902 </row>
40903 <row>
40904 <cell alignment="left" valignment="top" usebox="none">
40905 \begin_inset Text
40906
40907 \begin_layout Plain Layout
40908 \begin_inset ERT
40909 status collapsed
40910
40911 \begin_layout Plain Layout
40912
40913
40914 \backslash
40915 fcolorbox{black}{
40916 \end_layout
40917
40918 \end_inset
40919
40920 RawSienna
40921 \begin_inset ERT
40922 status collapsed
40923
40924 \begin_layout Plain Layout
40925
40926 }{
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \begin_inset Phantom Phantom
40933 status open
40934
40935 \begin_layout Plain Layout
40936 W
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \begin_inset ERT
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946
40947 }
40948 \end_layout
40949
40950 \end_inset
40951
40952  RawSienna
40953 \end_layout
40954
40955 \end_inset
40956 </cell>
40957 <cell alignment="left" valignment="top" usebox="none">
40958 \begin_inset Text
40959
40960 \begin_layout Plain Layout
40961 \begin_inset ERT
40962 status collapsed
40963
40964 \begin_layout Plain Layout
40965
40966
40967 \backslash
40968 fcolorbox{black}{
40969 \end_layout
40970
40971 \end_inset
40972
40973 RedOrange
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979 }{
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \begin_inset Phantom Phantom
40986 status open
40987
40988 \begin_layout Plain Layout
40989 W
40990 \end_layout
40991
40992 \end_inset
40993
40994
40995 \begin_inset ERT
40996 status collapsed
40997
40998 \begin_layout Plain Layout
40999
41000 }
41001 \end_layout
41002
41003 \end_inset
41004
41005  RedOrange
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 <cell alignment="left" valignment="top" usebox="none">
41011 \begin_inset Text
41012
41013 \begin_layout Plain Layout
41014 \begin_inset ERT
41015 status collapsed
41016
41017 \begin_layout Plain Layout
41018
41019
41020 \backslash
41021 fcolorbox{black}{
41022 \end_layout
41023
41024 \end_inset
41025
41026 RedViolet
41027 \begin_inset ERT
41028 status collapsed
41029
41030 \begin_layout Plain Layout
41031
41032 }{
41033 \end_layout
41034
41035 \end_inset
41036
41037
41038 \begin_inset Phantom Phantom
41039 status open
41040
41041 \begin_layout Plain Layout
41042 W
41043 \end_layout
41044
41045 \end_inset
41046
41047
41048 \begin_inset ERT
41049 status collapsed
41050
41051 \begin_layout Plain Layout
41052
41053 }
41054 \end_layout
41055
41056 \end_inset
41057
41058  RedViolet
41059 \end_layout
41060
41061 \end_inset
41062 </cell>
41063 <cell alignment="left" valignment="top" usebox="none">
41064 \begin_inset Text
41065
41066 \begin_layout Plain Layout
41067 \begin_inset ERT
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071
41072
41073 \backslash
41074 fcolorbox{black}{
41075 \end_layout
41076
41077 \end_inset
41078
41079 Rhodamine
41080 \begin_inset ERT
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084
41085 }{
41086 \end_layout
41087
41088 \end_inset
41089
41090
41091 \begin_inset Phantom Phantom
41092 status open
41093
41094 \begin_layout Plain Layout
41095 W
41096 \end_layout
41097
41098 \end_inset
41099
41100
41101 \begin_inset ERT
41102 status collapsed
41103
41104 \begin_layout Plain Layout
41105
41106 }
41107 \end_layout
41108
41109 \end_inset
41110
41111  Rhodamine
41112 \end_layout
41113
41114 \end_inset
41115 </cell>
41116 </row>
41117 <row>
41118 <cell alignment="left" valignment="top" usebox="none">
41119 \begin_inset Text
41120
41121 \begin_layout Plain Layout
41122 \begin_inset ERT
41123 status collapsed
41124
41125 \begin_layout Plain Layout
41126
41127
41128 \backslash
41129 fcolorbox{black}{
41130 \end_layout
41131
41132 \end_inset
41133
41134 RoyalBlue
41135 \begin_inset ERT
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139
41140 }{
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \begin_inset Phantom Phantom
41147 status open
41148
41149 \begin_layout Plain Layout
41150 W
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \begin_inset ERT
41157 status collapsed
41158
41159 \begin_layout Plain Layout
41160
41161 }
41162 \end_layout
41163
41164 \end_inset
41165
41166  RoyalBlue
41167 \end_layout
41168
41169 \end_inset
41170 </cell>
41171 <cell alignment="left" valignment="top" usebox="none">
41172 \begin_inset Text
41173
41174 \begin_layout Plain Layout
41175 \begin_inset ERT
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179
41180
41181 \backslash
41182 fcolorbox{black}{
41183 \end_layout
41184
41185 \end_inset
41186
41187 RoyalPurple
41188 \begin_inset ERT
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192
41193 }{
41194 \end_layout
41195
41196 \end_inset
41197
41198
41199 \begin_inset Phantom Phantom
41200 status open
41201
41202 \begin_layout Plain Layout
41203 W
41204 \end_layout
41205
41206 \end_inset
41207
41208
41209 \begin_inset ERT
41210 status collapsed
41211
41212 \begin_layout Plain Layout
41213
41214 }
41215 \end_layout
41216
41217 \end_inset
41218
41219  RoyalPurple
41220 \end_layout
41221
41222 \end_inset
41223 </cell>
41224 <cell alignment="left" valignment="top" usebox="none">
41225 \begin_inset Text
41226
41227 \begin_layout Plain Layout
41228 \begin_inset ERT
41229 status collapsed
41230
41231 \begin_layout Plain Layout
41232
41233
41234 \backslash
41235 fcolorbox{black}{
41236 \end_layout
41237
41238 \end_inset
41239
41240 RubineRed
41241 \begin_inset ERT
41242 status collapsed
41243
41244 \begin_layout Plain Layout
41245
41246 }{
41247 \end_layout
41248
41249 \end_inset
41250
41251
41252 \begin_inset Phantom Phantom
41253 status open
41254
41255 \begin_layout Plain Layout
41256 W
41257 \end_layout
41258
41259 \end_inset
41260
41261
41262 \begin_inset ERT
41263 status collapsed
41264
41265 \begin_layout Plain Layout
41266
41267 }
41268 \end_layout
41269
41270 \end_inset
41271
41272  RubineRed
41273 \end_layout
41274
41275 \end_inset
41276 </cell>
41277 <cell alignment="left" valignment="top" usebox="none">
41278 \begin_inset Text
41279
41280 \begin_layout Plain Layout
41281 \begin_inset ERT
41282 status collapsed
41283
41284 \begin_layout Plain Layout
41285
41286
41287 \backslash
41288 fcolorbox{black}{
41289 \end_layout
41290
41291 \end_inset
41292
41293 Salmon
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299 }{
41300 \end_layout
41301
41302 \end_inset
41303
41304
41305 \begin_inset Phantom Phantom
41306 status open
41307
41308 \begin_layout Plain Layout
41309 W
41310 \end_layout
41311
41312 \end_inset
41313
41314
41315 \begin_inset ERT
41316 status collapsed
41317
41318 \begin_layout Plain Layout
41319
41320 }
41321 \end_layout
41322
41323 \end_inset
41324
41325  Salmon
41326 \end_layout
41327
41328 \end_inset
41329 </cell>
41330 </row>
41331 <row>
41332 <cell alignment="left" valignment="top" usebox="none">
41333 \begin_inset Text
41334
41335 \begin_layout Plain Layout
41336 \begin_inset ERT
41337 status collapsed
41338
41339 \begin_layout Plain Layout
41340
41341
41342 \backslash
41343 fcolorbox{black}{
41344 \end_layout
41345
41346 \end_inset
41347
41348 SeaGreen
41349 \begin_inset ERT
41350 status collapsed
41351
41352 \begin_layout Plain Layout
41353
41354 }{
41355 \end_layout
41356
41357 \end_inset
41358
41359
41360 \begin_inset Phantom Phantom
41361 status open
41362
41363 \begin_layout Plain Layout
41364 W
41365 \end_layout
41366
41367 \end_inset
41368
41369
41370 \begin_inset ERT
41371 status collapsed
41372
41373 \begin_layout Plain Layout
41374
41375 }
41376 \end_layout
41377
41378 \end_inset
41379
41380  SeaGreen
41381 \end_layout
41382
41383 \end_inset
41384 </cell>
41385 <cell alignment="left" valignment="top" usebox="none">
41386 \begin_inset Text
41387
41388 \begin_layout Plain Layout
41389 \begin_inset ERT
41390 status collapsed
41391
41392 \begin_layout Plain Layout
41393
41394
41395 \backslash
41396 fcolorbox{black}{
41397 \end_layout
41398
41399 \end_inset
41400
41401 Sepia
41402 \begin_inset ERT
41403 status collapsed
41404
41405 \begin_layout Plain Layout
41406
41407 }{
41408 \end_layout
41409
41410 \end_inset
41411
41412
41413 \begin_inset Phantom Phantom
41414 status open
41415
41416 \begin_layout Plain Layout
41417 W
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset ERT
41424 status collapsed
41425
41426 \begin_layout Plain Layout
41427
41428 }
41429 \end_layout
41430
41431 \end_inset
41432
41433  Sepia
41434 \end_layout
41435
41436 \end_inset
41437 </cell>
41438 <cell alignment="left" valignment="top" usebox="none">
41439 \begin_inset Text
41440
41441 \begin_layout Plain Layout
41442 \begin_inset ERT
41443 status collapsed
41444
41445 \begin_layout Plain Layout
41446
41447
41448 \backslash
41449 fcolorbox{black}{
41450 \end_layout
41451
41452 \end_inset
41453
41454 SkyBlue
41455 \begin_inset ERT
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459
41460 }{
41461 \end_layout
41462
41463 \end_inset
41464
41465
41466 \begin_inset Phantom Phantom
41467 status open
41468
41469 \begin_layout Plain Layout
41470 W
41471 \end_layout
41472
41473 \end_inset
41474
41475
41476 \begin_inset ERT
41477 status collapsed
41478
41479 \begin_layout Plain Layout
41480
41481 }
41482 \end_layout
41483
41484 \end_inset
41485
41486  SkyBlue
41487 \end_layout
41488
41489 \end_inset
41490 </cell>
41491 <cell alignment="left" valignment="top" usebox="none">
41492 \begin_inset Text
41493
41494 \begin_layout Plain Layout
41495 \begin_inset ERT
41496 status collapsed
41497
41498 \begin_layout Plain Layout
41499
41500
41501 \backslash
41502 fcolorbox{black}{
41503 \end_layout
41504
41505 \end_inset
41506
41507 SpringGreen
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }{
41514 \end_layout
41515
41516 \end_inset
41517
41518
41519 \begin_inset Phantom Phantom
41520 status open
41521
41522 \begin_layout Plain Layout
41523 W
41524 \end_layout
41525
41526 \end_inset
41527
41528
41529 \begin_inset ERT
41530 status collapsed
41531
41532 \begin_layout Plain Layout
41533
41534 }
41535 \end_layout
41536
41537 \end_inset
41538
41539  SpringGreen
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 </row>
41545 <row>
41546 <cell alignment="left" valignment="top" usebox="none">
41547 \begin_inset Text
41548
41549 \begin_layout Plain Layout
41550 \begin_inset ERT
41551 status collapsed
41552
41553 \begin_layout Plain Layout
41554
41555
41556 \backslash
41557 fcolorbox{black}{
41558 \end_layout
41559
41560 \end_inset
41561
41562 Tan
41563 \begin_inset ERT
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568 }{
41569 \end_layout
41570
41571 \end_inset
41572
41573
41574 \begin_inset Phantom Phantom
41575 status open
41576
41577 \begin_layout Plain Layout
41578 W
41579 \end_layout
41580
41581 \end_inset
41582
41583
41584 \begin_inset ERT
41585 status collapsed
41586
41587 \begin_layout Plain Layout
41588
41589 }
41590 \end_layout
41591
41592 \end_inset
41593
41594  Tan
41595 \end_layout
41596
41597 \end_inset
41598 </cell>
41599 <cell alignment="left" valignment="top" usebox="none">
41600 \begin_inset Text
41601
41602 \begin_layout Plain Layout
41603 \begin_inset ERT
41604 status collapsed
41605
41606 \begin_layout Plain Layout
41607
41608
41609 \backslash
41610 fcolorbox{black}{
41611 \end_layout
41612
41613 \end_inset
41614
41615 TealBlue
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621 }{
41622 \end_layout
41623
41624 \end_inset
41625
41626
41627 \begin_inset Phantom Phantom
41628 status open
41629
41630 \begin_layout Plain Layout
41631 W
41632 \end_layout
41633
41634 \end_inset
41635
41636
41637 \begin_inset ERT
41638 status collapsed
41639
41640 \begin_layout Plain Layout
41641
41642 }
41643 \end_layout
41644
41645 \end_inset
41646
41647  TealBlue
41648 \end_layout
41649
41650 \end_inset
41651 </cell>
41652 <cell alignment="left" valignment="top" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656 \begin_inset ERT
41657 status collapsed
41658
41659 \begin_layout Plain Layout
41660
41661
41662 \backslash
41663 fcolorbox{black}{
41664 \end_layout
41665
41666 \end_inset
41667
41668 Thistle
41669 \begin_inset ERT
41670 status collapsed
41671
41672 \begin_layout Plain Layout
41673
41674 }{
41675 \end_layout
41676
41677 \end_inset
41678
41679
41680 \begin_inset Phantom Phantom
41681 status open
41682
41683 \begin_layout Plain Layout
41684 W
41685 \end_layout
41686
41687 \end_inset
41688
41689
41690 \begin_inset ERT
41691 status collapsed
41692
41693 \begin_layout Plain Layout
41694
41695 }
41696 \end_layout
41697
41698 \end_inset
41699
41700  Thistle
41701 \end_layout
41702
41703 \end_inset
41704 </cell>
41705 <cell alignment="left" valignment="top" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709 \begin_inset ERT
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714
41715 \backslash
41716 fcolorbox{black}{
41717 \end_layout
41718
41719 \end_inset
41720
41721 Turquoise
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }{
41728 \end_layout
41729
41730 \end_inset
41731
41732
41733 \begin_inset Phantom Phantom
41734 status open
41735
41736 \begin_layout Plain Layout
41737 W
41738 \end_layout
41739
41740 \end_inset
41741
41742
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }
41749 \end_layout
41750
41751 \end_inset
41752
41753  Turquoise
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 </row>
41759 <row>
41760 <cell alignment="left" valignment="top" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769
41770 \backslash
41771 fcolorbox{black}{
41772 \end_layout
41773
41774 \end_inset
41775
41776 Violet
41777 \begin_inset ERT
41778 status collapsed
41779
41780 \begin_layout Plain Layout
41781
41782 }{
41783 \end_layout
41784
41785 \end_inset
41786
41787
41788 \begin_inset Phantom Phantom
41789 status open
41790
41791 \begin_layout Plain Layout
41792 W
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset ERT
41799 status collapsed
41800
41801 \begin_layout Plain Layout
41802
41803 }
41804 \end_layout
41805
41806 \end_inset
41807
41808  Violet
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="left" valignment="top" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 \begin_inset ERT
41818 status collapsed
41819
41820 \begin_layout Plain Layout
41821
41822
41823 \backslash
41824 fcolorbox{black}{
41825 \end_layout
41826
41827 \end_inset
41828
41829 VioletRed
41830 \begin_inset ERT
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834
41835 }{
41836 \end_layout
41837
41838 \end_inset
41839
41840
41841 \begin_inset Phantom Phantom
41842 status open
41843
41844 \begin_layout Plain Layout
41845 W
41846 \end_layout
41847
41848 \end_inset
41849
41850
41851 \begin_inset ERT
41852 status collapsed
41853
41854 \begin_layout Plain Layout
41855
41856 }
41857 \end_layout
41858
41859 \end_inset
41860
41861  VioletRed
41862 \end_layout
41863
41864 \end_inset
41865 </cell>
41866 <cell alignment="left" valignment="top" usebox="none">
41867 \begin_inset Text
41868
41869 \begin_layout Plain Layout
41870 \begin_inset ERT
41871 status collapsed
41872
41873 \begin_layout Plain Layout
41874
41875
41876 \backslash
41877 fcolorbox{black}{
41878 \end_layout
41879
41880 \end_inset
41881
41882 WildStrawberry
41883 \begin_inset ERT
41884 status collapsed
41885
41886 \begin_layout Plain Layout
41887
41888 }{
41889 \end_layout
41890
41891 \end_inset
41892
41893
41894 \begin_inset Phantom Phantom
41895 status open
41896
41897 \begin_layout Plain Layout
41898 W
41899 \end_layout
41900
41901 \end_inset
41902
41903
41904 \begin_inset ERT
41905 status collapsed
41906
41907 \begin_layout Plain Layout
41908
41909 }
41910 \end_layout
41911
41912 \end_inset
41913
41914  WildStrawberry
41915 \end_layout
41916
41917 \end_inset
41918 </cell>
41919 <cell alignment="left" valignment="top" usebox="none">
41920 \begin_inset Text
41921
41922 \begin_layout Plain Layout
41923 \begin_inset ERT
41924 status collapsed
41925
41926 \begin_layout Plain Layout
41927
41928
41929 \backslash
41930 fcolorbox{black}{
41931 \end_layout
41932
41933 \end_inset
41934
41935 YellowGreen
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }{
41942 \end_layout
41943
41944 \end_inset
41945
41946
41947 \begin_inset Phantom Phantom
41948 status open
41949
41950 \begin_layout Plain Layout
41951 W
41952 \end_layout
41953
41954 \end_inset
41955
41956
41957 \begin_inset ERT
41958 status collapsed
41959
41960 \begin_layout Plain Layout
41961
41962 }
41963 \end_layout
41964
41965 \end_inset
41966
41967  YellowGreen
41968 \end_layout
41969
41970 \end_inset
41971 </cell>
41972 </row>
41973 <row>
41974 <cell alignment="left" valignment="top" usebox="none">
41975 \begin_inset Text
41976
41977 \begin_layout Plain Layout
41978 \begin_inset ERT
41979 status collapsed
41980
41981 \begin_layout Plain Layout
41982
41983
41984 \backslash
41985 fcolorbox{black}{
41986 \end_layout
41987
41988 \end_inset
41989
41990 YellowOrange
41991 \begin_inset ERT
41992 status collapsed
41993
41994 \begin_layout Plain Layout
41995
41996 }{
41997 \end_layout
41998
41999 \end_inset
42000
42001
42002 \begin_inset Phantom Phantom
42003 status open
42004
42005 \begin_layout Plain Layout
42006 W
42007 \end_layout
42008
42009 \end_inset
42010
42011
42012 \begin_inset ERT
42013 status collapsed
42014
42015 \begin_layout Plain Layout
42016
42017 }
42018 \end_layout
42019
42020 \end_inset
42021
42022  YellowOrange
42023 \end_layout
42024
42025 \end_inset
42026 </cell>
42027 <cell alignment="left" valignment="top" usebox="none">
42028 \begin_inset Text
42029
42030 \begin_layout Plain Layout
42031
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="left" valignment="top" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 <cell alignment="left" valignment="top" usebox="none">
42046 \begin_inset Text
42047
42048 \begin_layout Plain Layout
42049
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 </row>
42055 </lyxtabular>
42056
42057 \end_inset
42058
42059
42060 \end_layout
42061
42062 \begin_layout Chapter
42063 第(
42064 \begin_inset CommandInset ref
42065 LatexCommand ref
42066 reference "eq:Wgn"
42067
42068 \end_inset
42069
42070 )式の説明
42071 \begin_inset CommandInset label
42072 LatexCommand label
42073 name "cha:式の説明"
42074
42075 \end_inset
42076
42077
42078 \end_layout
42079
42080 \begin_layout Standard
42081 \begin_inset Formula $n$
42082 \end_inset
42083
42084 個の表セルの全幅
42085 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42086 \end_inset
42087
42088
42089 \begin_inset Formula 
42090 \begin{equation}
42091 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42092 \end{equation}
42093
42094 \end_inset
42095
42096
42097 \end_layout
42098
42099 \begin_layout Standard
42100 で計算できます。ここで
42101 \begin_inset Formula $W_{g\,n}$
42102 \end_inset
42103
42104 は、すべてのセルが持つ固定幅です。
42105 \series bold
42106
42107 \backslash
42108 tabcolsep
42109 \series default
42110 は、セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
42111 長であり、既定値は6
42112 \begin_inset space \thinspace{}
42113 \end_inset
42114
42115 ptです。
42116 \series bold
42117
42118 \backslash
42119 arrayrulewidth
42120 \series default
42121 は、セル罫線幅であり、既定値は0.4
42122 \begin_inset space \thinspace{}
42123 \end_inset
42124
42125 ptです。
42126 \end_layout
42127
42128 \begin_layout Standard
42129
42130 \begin_inset CommandInset ref
42131 LatexCommand eqref
42132 reference "eq:Wtot_n"
42133
42134 \end_inset
42135
42136 式にしたがえば、連結列の全幅
42137 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42138 \end_inset
42139
42140
42141 \begin_inset Formula 
42142 \begin{equation}
42143 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42144 \end{equation}
42145
42146 \end_inset
42147
42148
42149 \end_layout
42150
42151 \begin_layout Standard
42152 となります。
42153 \begin_inset Formula $n$
42154 \end_inset
42155
42156 列を連結する時には各列の全幅は
42157 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42158 \end_inset
42159
42160 となるので、第
42161 \begin_inset CommandInset ref
42162 LatexCommand eqref
42163 reference "eq:Wtot_n"
42164
42165 \end_inset
42166
42167 式と第
42168 \begin_inset CommandInset ref
42169 LatexCommand eqref
42170 reference "eq:Wtot_mult"
42171
42172 \end_inset
42173
42174 式が等しいものと置けば、必要となる固定幅
42175 \begin_inset Formula $W_{g\,n}$
42176 \end_inset
42177
42178 を計算することができて、
42179 \begin_inset Formula 
42180 \begin{equation}
42181 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42182 \end{equation}
42183
42184 \end_inset
42185
42186 となります。
42187 \end_layout
42188
42189 \begin_layout Bibliography
42190 \labelwidthstring 参考文献
42191 \begin_inset CommandInset bibitem
42192 LatexCommand bibitem
42193 key "latexcompanion"
42194
42195 \end_inset
42196
42197 Frank Mittelbach and Michel Goossens: 
42198 \emph on
42199 The \SpecialChar LaTeX
42200  Companion Second Edition.
42201
42202 \emph default
42203  Addison-Wesley, 2004
42204 \end_layout
42205
42206 \begin_layout Bibliography
42207 \labelwidthstring 参考文献
42208 \begin_inset CommandInset bibitem
42209 LatexCommand bibitem
42210 key "latexguide"
42211
42212 \end_inset
42213
42214 Helmut Kopka and Patrick W.
42215  Daly: 
42216 \emph on
42217 A Guide to \SpecialChar LaTeX
42218  Fourth Edition.
42219
42220 \emph default
42221  Addison-Wesley, 2003
42222 \end_layout
42223
42224 \begin_layout Bibliography
42225 \labelwidthstring 参考文献
42226 \begin_inset CommandInset bibitem
42227 LatexCommand bibitem
42228 key "latexbook"
42229
42230 \end_inset
42231
42232 Leslie Lamport: 
42233 \emph on
42234 \SpecialChar LaTeX
42235 : A Document Preparation System.
42236
42237 \emph default
42238  Addison-Wesley, second edition, 1994
42239 \end_layout
42240
42241 \begin_layout Bibliography
42242 \labelwidthstring 参考文献
42243 \begin_inset CommandInset bibitem
42244 LatexCommand bibitem
42245 key "arydshln"
42246
42247 \end_inset
42248
42249 \SpecialChar LaTeX
42250 パッケージ
42251 \series bold
42252
42253 \begin_inset CommandInset href
42254 LatexCommand href
42255 name "arydshln"
42256 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42257
42258 \end_inset
42259
42260
42261 \series default
42262
42263 \begin_inset Index idx
42264 status collapsed
42265
42266 \begin_layout Plain Layout
42267 \SpecialChar LaTeX
42268 ぱっけーじ@\SpecialChar LaTeX
42269 パッケージ ! arydshln
42270 \end_layout
42271
42272 \end_inset
42273
42274
42275 \end_layout
42276
42277 \begin_layout Bibliography
42278 \labelwidthstring 参考文献
42279 \begin_inset CommandInset bibitem
42280 LatexCommand bibitem
42281 key "booktabs"
42282
42283 \end_inset
42284
42285 \SpecialChar LaTeX
42286 パッケージ
42287 \series bold
42288
42289 \begin_inset CommandInset href
42290 LatexCommand href
42291 name "booktabs"
42292 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42293
42294 \end_inset
42295
42296
42297 \series default
42298
42299 \begin_inset Index idx
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303 \SpecialChar LaTeX
42304 ぱっけーじ@\SpecialChar LaTeX
42305 パッケージ ! booktabs
42306 \end_layout
42307
42308 \end_inset
42309
42310 の取扱説明書
42311 \end_layout
42312
42313 \begin_layout Bibliography
42314 \labelwidthstring 参考文献
42315 \begin_inset CommandInset bibitem
42316 LatexCommand bibitem
42317 key "caption"
42318
42319 \end_inset
42320
42321 \SpecialChar LaTeX
42322 パッケージ
42323 \series bold
42324
42325 \begin_inset CommandInset href
42326 LatexCommand href
42327 name "caption"
42328 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42329
42330 \end_inset
42331
42332
42333 \series default
42334
42335 \begin_inset Index idx
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339 \SpecialChar LaTeX
42340 ぱっけーじ@\SpecialChar LaTeX
42341 パッケージ ! caption
42342 \end_layout
42343
42344 \end_inset
42345
42346 の取扱説明書
42347 \end_layout
42348
42349 \begin_layout Bibliography
42350 \labelwidthstring 参考文献
42351 \begin_inset CommandInset bibitem
42352 LatexCommand bibitem
42353 key "diagbox"
42354
42355 \end_inset
42356
42357 \SpecialChar LaTeX
42358 パッケージ
42359 \series bold
42360
42361 \begin_inset CommandInset href
42362 LatexCommand href
42363 name "diagbox"
42364 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42365
42366 \end_inset
42367
42368
42369 \series default
42370
42371 \begin_inset Index idx
42372 status collapsed
42373
42374 \begin_layout Plain Layout
42375 \SpecialChar LaTeX
42376 ぱっけーじ@\SpecialChar LaTeX
42377 パッケージ ! diagbox
42378 \end_layout
42379
42380 \end_inset
42381
42382
42383 \end_layout
42384
42385 \begin_layout Bibliography
42386 \labelwidthstring 参考文献
42387 \begin_inset CommandInset bibitem
42388 LatexCommand bibitem
42389 key "endfloat"
42390
42391 \end_inset
42392
42393 \SpecialChar LaTeX
42394 パッケージ
42395 \series bold
42396
42397 \begin_inset CommandInset href
42398 LatexCommand href
42399 name "endfloat"
42400 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42401
42402 \end_inset
42403
42404
42405 \series default
42406
42407 \begin_inset Index idx
42408 status collapsed
42409
42410 \begin_layout Plain Layout
42411 \SpecialChar LaTeX
42412 ぱっけーじ@\SpecialChar LaTeX
42413 パッケージ ! endfloat
42414 \end_layout
42415
42416 \end_inset
42417
42418 の取扱説明書
42419 \end_layout
42420
42421 \begin_layout Bibliography
42422 \labelwidthstring 参考文献
42423 \begin_inset CommandInset bibitem
42424 LatexCommand bibitem
42425 key "footmisc"
42426
42427 \end_inset
42428
42429 \SpecialChar LaTeX
42430 パッケージ
42431 \series bold
42432
42433 \begin_inset CommandInset href
42434 LatexCommand href
42435 name "footmisc"
42436 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42437
42438 \end_inset
42439
42440
42441 \series default
42442
42443 \begin_inset Index idx
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447 \SpecialChar LaTeX
42448 ぱっけーじ@\SpecialChar LaTeX
42449 パッケージ ! footmisc
42450 \end_layout
42451
42452 \end_inset
42453
42454 の取扱説明書
42455 \end_layout
42456
42457 \begin_layout Bibliography
42458 \labelwidthstring 参考文献
42459 \begin_inset CommandInset bibitem
42460 LatexCommand bibitem
42461 key "hypcap"
42462
42463 \end_inset
42464
42465 \SpecialChar LaTeX
42466 パッケージ
42467 \series bold
42468
42469 \begin_inset CommandInset href
42470 LatexCommand href
42471 name "hypcap"
42472 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42473
42474 \end_inset
42475
42476
42477 \series default
42478
42479 \begin_inset Index idx
42480 status collapsed
42481
42482 \begin_layout Plain Layout
42483 \SpecialChar LaTeX
42484 ぱっけーじ@\SpecialChar LaTeX
42485 パッケージ ! hyperref
42486 \end_layout
42487
42488 \end_inset
42489
42490 の取扱説明書
42491 \end_layout
42492
42493 \begin_layout Bibliography
42494 \labelwidthstring 参考文献
42495 \begin_inset CommandInset bibitem
42496 LatexCommand bibitem
42497 key "hyperref"
42498
42499 \end_inset
42500
42501 \SpecialChar LaTeX
42502 パッケージ
42503 \series bold
42504
42505 \begin_inset CommandInset href
42506 LatexCommand href
42507 name "hyperref"
42508 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42509
42510 \end_inset
42511
42512
42513 \series default
42514
42515 \begin_inset Index idx
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519 \SpecialChar LaTeX
42520 ぱっけーじ@\SpecialChar LaTeX
42521 パッケージ ! hyperref
42522 \end_layout
42523
42524 \end_inset
42525
42526 の取扱説明書
42527 \end_layout
42528
42529 \begin_layout Bibliography
42530 \labelwidthstring 参考文献
42531 \begin_inset CommandInset bibitem
42532 LatexCommand bibitem
42533 key "KOMA-script"
42534
42535 \end_inset
42536
42537 \SpecialChar LaTeX
42538 パッケージ
42539 \series bold
42540
42541 \begin_inset CommandInset href
42542 LatexCommand href
42543 name "KOMA-script"
42544 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42545
42546 \end_inset
42547
42548
42549 \series default
42550
42551 \begin_inset Index idx
42552 status collapsed
42553
42554 \begin_layout Plain Layout
42555 \SpecialChar LaTeX
42556 ぱっけーじ@\SpecialChar LaTeX
42557 パッケージ ! KOMA-script
42558 \end_layout
42559
42560 \end_inset
42561
42562 の取扱説明書
42563 \end_layout
42564
42565 \begin_layout Bibliography
42566 \labelwidthstring 参考文献
42567 \begin_inset CommandInset bibitem
42568 LatexCommand bibitem
42569 key "lettrine"
42570
42571 \end_inset
42572
42573 \SpecialChar LaTeX
42574 パッケージ
42575 \series bold
42576
42577 \begin_inset CommandInset href
42578 LatexCommand href
42579 name "lettrine"
42580 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42581
42582 \end_inset
42583
42584
42585 \series default
42586 及び
42587 \begin_inset CommandInset href
42588 LatexCommand href
42589 name "用例"
42590 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42591
42592 \end_inset
42593
42594
42595 \begin_inset Index idx
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599 \SpecialChar LaTeX
42600 ぱっけーじ@\SpecialChar LaTeX
42601 パッケージ ! lettrine
42602 \end_layout
42603
42604 \end_inset
42605
42606
42607 \end_layout
42608
42609 \begin_layout Bibliography
42610 \labelwidthstring 参考文献
42611 \begin_inset CommandInset bibitem
42612 LatexCommand bibitem
42613 key "listings"
42614
42615 \end_inset
42616
42617 \SpecialChar LaTeX
42618 パッケージ
42619 \series bold
42620
42621 \begin_inset CommandInset href
42622 LatexCommand href
42623 name "listings"
42624 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42625
42626 \end_inset
42627
42628
42629 \series default
42630
42631 \begin_inset Index idx
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635 \SpecialChar LaTeX
42636 ぱっけーじ@\SpecialChar LaTeX
42637 パッケージ ! listings
42638 \end_layout
42639
42640 \end_inset
42641
42642 の取扱説明書
42643 \end_layout
42644
42645 \begin_layout Bibliography
42646 \labelwidthstring 参考文献
42647 \begin_inset CommandInset bibitem
42648 LatexCommand bibitem
42649 key "marginnote"
42650
42651 \end_inset
42652
42653 \SpecialChar LaTeX
42654 パッケージ
42655 \series bold
42656
42657 \begin_inset CommandInset href
42658 LatexCommand href
42659 name "marginnote"
42660 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42661
42662 \end_inset
42663
42664
42665 \series default
42666
42667 \begin_inset Index idx
42668 status collapsed
42669
42670 \begin_layout Plain Layout
42671 \SpecialChar LaTeX
42672 ぱっけーじ@\SpecialChar LaTeX
42673 パッケージ ! marginnote
42674 \end_layout
42675
42676 \end_inset
42677
42678 の取扱説明書
42679 \end_layout
42680
42681 \begin_layout Bibliography
42682 \labelwidthstring 参考文献
42683 \begin_inset CommandInset bibitem
42684 LatexCommand bibitem
42685 key "pdfpages"
42686
42687 \end_inset
42688
42689 \SpecialChar LaTeX
42690 パッケージ
42691 \series bold
42692
42693 \begin_inset CommandInset href
42694 LatexCommand href
42695 name "pdfpages"
42696 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42697
42698 \end_inset
42699
42700
42701 \series default
42702
42703 \begin_inset Index idx
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707 \SpecialChar LaTeX
42708 ぱっけーじ@\SpecialChar LaTeX
42709 パッケージ ! pdfpages
42710 \end_layout
42711
42712 \end_inset
42713
42714 の取扱説明書
42715 \end_layout
42716
42717 \begin_layout Bibliography
42718 \labelwidthstring 参考文献
42719 \begin_inset CommandInset bibitem
42720 LatexCommand bibitem
42721 key "prettyref"
42722
42723 \end_inset
42724
42725 \SpecialChar LaTeX
42726 パッケージ
42727 \series bold
42728
42729 \begin_inset CommandInset href
42730 LatexCommand href
42731 name "prettyref"
42732 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42733
42734 \end_inset
42735
42736
42737 \series default
42738
42739 \begin_inset Index idx
42740 status collapsed
42741
42742 \begin_layout Plain Layout
42743 \SpecialChar LaTeX
42744 ぱっけーじ@\SpecialChar LaTeX
42745 パッケージ! prettyref
42746 \end_layout
42747
42748 \end_inset
42749
42750 の取扱説明書
42751 \end_layout
42752
42753 \begin_layout Bibliography
42754 \labelwidthstring 参考文献
42755 \begin_inset CommandInset bibitem
42756 LatexCommand bibitem
42757 key "pstricks"
42758
42759 \end_inset
42760
42761 \SpecialChar LaTeX
42762 パッケージ
42763 \series bold
42764
42765 \begin_inset CommandInset href
42766 LatexCommand href
42767 name "PSTricks"
42768 target "http://tug.org/PSTricks/"
42769
42770 \end_inset
42771
42772
42773 \series default
42774
42775 \begin_inset Index idx
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779 \SpecialChar LaTeX
42780 ぱっけーじ@\SpecialChar LaTeX
42781 パッケージ ! PSTricks
42782 \end_layout
42783
42784 \end_inset
42785
42786 のウェブページ
42787 \end_layout
42788
42789 \begin_layout Bibliography
42790 \labelwidthstring 参考文献
42791 \begin_inset CommandInset bibitem
42792 LatexCommand bibitem
42793 key "refstyle"
42794
42795 \end_inset
42796
42797 \SpecialChar LaTeX
42798 パッケージ
42799 \series bold
42800
42801 \begin_inset CommandInset href
42802 LatexCommand href
42803 name "refstyle"
42804 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42805
42806 \end_inset
42807
42808
42809 \series default
42810
42811 \begin_inset Index idx
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815 \SpecialChar LaTeX
42816 ぱっけーじ@\SpecialChar LaTeX
42817 パッケージ ! refstyle
42818 \end_layout
42819
42820 \end_inset
42821
42822 の取扱説明書
42823 \end_layout
42824
42825 \begin_layout Bibliography
42826 \labelwidthstring 参考文献
42827 \begin_inset CommandInset bibitem
42828 LatexCommand bibitem
42829 key "sidecap"
42830
42831 \end_inset
42832
42833 \SpecialChar LaTeX
42834 パッケージ
42835 \series bold
42836
42837 \begin_inset CommandInset href
42838 LatexCommand href
42839 name "sidecap"
42840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42841
42842 \end_inset
42843
42844
42845 \series default
42846
42847 \begin_inset Index idx
42848 status collapsed
42849
42850 \begin_layout Plain Layout
42851 \SpecialChar LaTeX
42852 ぱっけーじ@\SpecialChar LaTeX
42853 パッケージ ! sidecap
42854 \end_layout
42855
42856 \end_inset
42857
42858 の取扱説明書
42859 \end_layout
42860
42861 \begin_layout Bibliography
42862 \labelwidthstring 参考文献
42863 \begin_inset CommandInset bibitem
42864 LatexCommand bibitem
42865 key "NewInLyX20"
42866
42867 \end_inset
42868
42869
42870 \family sans
42871 \SpecialChar LyX
42872  2.0
42873 \family default
42874 の新機能に関する
42875 \begin_inset CommandInset href
42876 LatexCommand href
42877 name "Wikiページ"
42878 target "http://wiki.lyx.org/LyX/NewInLyX20"
42879
42880 \end_inset
42881
42882
42883 \end_layout
42884
42885 \begin_layout Standard
42886 \begin_inset CommandInset index_print
42887 LatexCommand printindex
42888 type "idx"
42889
42890 \end_inset
42891
42892
42893 \end_layout
42894
42895 \end_body
42896 \end_document