]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
7dbed9fcdf916d4c77e6187b4d6a64928564723c
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used to have extra space in table cells
91 \@ifundefined{extrarowheight}
92  {\usepackage{array}}{}
93 \setlength{\extrarowheight}{2pt}
94
95 % used for customized tables
96 % ---
97 \newcolumntype{M}[1]
98  {>{\centering\hspace{0pt}}m{#1}}
99
100 \newcolumntype{S}[2]
101  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
102
103 \newcolumntype{K}[1]
104  {>{\columncolor{#1}\hspace{0pt}}c}
105
106 \newcolumntype{V}{!{\vrule width 1.5pt}}
107
108 \newcolumntype{W}{!{\color{green}\vline}}
109 % ---
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package arydshln
125 % used for tables with dashed lines
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % check for package marginnote
133 % used for margin notes
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % check for package sidecap
142 % used for captions on the side
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % check for picinpar
150 % used for surrounded fixed objects
151 \newboolean{picinpar}
152 \IfFileExists{picinpar.sty}
153  {\usepackage{picinpar}
154   \setboolean{picinpar}{true}}
155  {\setboolean{picinpar}{false}}
156
157 % check for lettrine
158 \newboolean{lettrine}
159 \IfFileExists{lettrine.sty}
160  {\usepackage{lettrine}
161   \setboolean{lettrine}{true}}
162  {\setboolean{lettrine}{false}}
163
164 % check for diagbox
165 \newboolean{diagbox}
166 \IfFileExists{diagbox.sty}
167  {\usepackage{diagbox}
168   \setboolean{diagbox}{true}}
169  {\setboolean{diagbox}{false}}
170
171 \usepackage{t1enc}
172 \renewcommand{\seename}{→}
173
174 \usepackage{subfig}
175 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
176 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
177 \end_preamble
178 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
179 \use_default_options false
180 \begin_modules
181 initials
182 \end_modules
183 \maintain_unincluded_children false
184 \language japanese
185 \language_package default
186 \inputencoding auto
187 \fontencoding global
188 \font_roman default
189 \font_sans default
190 \font_typewriter default
191 \font_default_family default
192 \use_non_tex_fonts false
193 \font_sc false
194 \font_osf false
195 \font_sf_scale 100
196 \font_tt_scale 100
197
198 \graphics default
199 \default_output_format default
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize 12
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
207 \pdf_author "LyX Team, Uwe Stohr"
208 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
209 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
210 \pdf_bookmarks true
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
220 \papersize a4paper
221 \use_geometry true
222 \use_amsmath 2
223 \use_esint 0
224 \use_mhchem 1
225 \use_mathdots 1
226 \cite_engine basic
227 \use_bibtopic false
228 \use_indices false
229 \paperorientation portrait
230 \suppress_date false
231 \use_refstyle 0
232 \notefontcolor #0000ff
233 \index 索引
234 \shortcut idx
235 \color #008000
236 \end_index
237 \leftmargin 2.5cm
238 \topmargin 2.5cm
239 \rightmargin 2.5cm
240 \bottommargin 3cm
241 \secnumdepth 3
242 \tocdepth 3
243 \paragraph_separation skip
244 \defskip medskip
245 \quotes_language english
246 \papercolumns 1
247 \papersides 2
248 \paperpagestyle default
249 \bullet 1 1 34 -1
250 \bullet 2 2 35 -1
251 \bullet 3 2 7 -1
252 \tracking_changes false
253 \output_changes false
254 \html_math_output 0
255 \html_css_as_file 0
256 \html_be_strict false
257 \end_header
258
259 \begin_body
260
261 \begin_layout Title
262 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
263 \end_layout
264
265 \begin_layout Author
266 LyXプロジェクトチーム
267 \begin_inset Foot
268 status collapsed
269
270 \begin_layout Plain Layout
271 \noindent
272 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
277 type "mailto:"
278
279 \end_inset
280
281  までお送り下さい。
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Plain Layout
291 著者:Uwe Stöhr
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \begin_inset Newline newline
302 \end_inset
303
304
305 \family sans
306 バージョン2.0.x
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset CommandInset toc
311 LatexCommand tableofcontents
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset Note Note
320 status open
321
322 \begin_layout Plain Layout
323 本文書の全体をPDFやPS、DVIに書き出すには、
324 \series bold
325 arydshln
326 \series default
327
328 \series bold
329 colortbl
330 \series default
331
332 \series bold
333 diagbox
334 \series default
335
336 \series bold
337 lettrine
338 \series default
339
340 \series bold
341 marginnote
342 \series default
343
344 \series bold
345 picinpar
346 \series default
347
348 \series bold
349 sidecap
350 \series default
351 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
352 されません。
353 \end_layout
354
355 \begin_layout Plain Layout
356 本文書の最新PDF版は
357 \begin_inset Newline newline
358 \end_inset
359
360
361 \series bold
362 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
363 \series default
364
365 \begin_inset Newline newline
366 \end_inset
367
368 にあります。
369 \end_layout
370
371 \end_inset
372
373
374 \end_layout
375
376 \begin_layout Chapter
377
378 \begin_inset Index idx
379 status collapsed
380
381 \begin_layout Plain Layout
382 ず@図
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 がぞう@画像|see
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 {
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409 }
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Section
423 画像ダイアログ
424 \begin_inset Index idx
425 status collapsed
426
427 \begin_layout Plain Layout
428 ず@図 ! がぞうだいあろぐ@画像ダイアログ
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset CommandInset label
435 LatexCommand label
436 name "sec:画像ダイアログ"
437
438 \end_inset
439
440
441 \end_layout
442
443 \begin_layout Standard
444 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
445 \family sans
446
447 \begin_inset Info
448 type  "icon"
449 arg   "dialog-show-new-inset graphics"
450 \end_inset
451
452
453 \family default
454 をクリックするか、
455 \family sans
456 挿入\SpecialChar \menuseparator
457 画像
458 \family default
459 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
460 \end_layout
461
462 \begin_layout Standard
463 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
464 \end_layout
465
466 \begin_layout Description
467
468 \family sans
469 画像
470 \family default
471  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
472 \begin_inset CommandInset ref
473 LatexCommand ref
474 reference "cha:LyXで使用できる単位"
475
476 \end_inset
477
478 に説明があります。
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 ず@図 ! のかいてん@---の回転
488 \end_layout
489
490 \end_inset
491
492 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
493 \begin_inset Newline newline
494 \end_inset
495
496
497 \begin_inset Index idx
498 status collapsed
499
500 \begin_layout Plain Layout
501 ず@図 ! のしんしゅく@---の伸縮
502 \end_layout
503
504 \end_inset
505
506 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
507 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
508 \family sans
509 縦横比を維持する
510 \family default
511 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
512 \begin_inset Newline newline
513 \end_inset
514
515 画像を右クリックすると現れるコンテクストメニューで
516 \family sans
517 外部で編集
518 \family default
519 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
520 ます。
521 \end_layout
522
523 \begin_layout Description
524
525 \family sans
526 切り抜き
527 \family default
528  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
529 \family sans
530 ファイルから取得
531 \family default
532 ボタンを押すことによって、自動的に計算することもできます。
533 \family sans
534 境界枠で切り抜く
535 \family default
536 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
537 \end_layout
538
539 \begin_layout Description
540
541 \family sans
542 LaTeXとLyXのオプション
543 \family default
544  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
545 \family sans
546
547 \begin_inset Newline newline
548 \end_inset
549
550 下書きモード
551 \family default
552 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
553 \family sans
554
555 \begin_inset Newline newline
556 \end_inset
557
558 エクスポートする際に解凍しない
559 \family default
560 オプションは、
561 \emph on
562 x.eps.gz
563 \emph default
564 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
565 ません。
566 \begin_inset Newline newline
567 \end_inset
568
569 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
570 \begin_inset CommandInset ref
571 LatexCommand ref
572 reference "sec:PostScript"
573
574 \end_inset
575
576 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
577 \begin_inset Newline newline
578 \end_inset
579
580
581 \series bold
582 gzip x.eps
583 \series default
584
585 \begin_inset Newline newline
586 \end_inset
587
588
589 \series bold
590 zgrep %%Bounding x.eps.gz > x.eps.bb
591 \series default
592
593 \begin_inset Newline newline
594 \end_inset
595
596 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
597 \begin_inset Newline newline
598 \end_inset
599
600
601 \lang english
602 In the section 
603 \family sans
604 Graphics
605 \begin_inset space ~
606 \end_inset
607
608 Group
609 \family default
610  you can define or join an image settings group.
611 \lang japanese
612
613 \begin_inset Index idx
614 status collapsed
615
616 \begin_layout Plain Layout
617 ず@図 ! せっていぐるーぷ@設定グループ
618 \end_layout
619
620 \end_inset
621
622 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
623 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
624 ーを使用して、望むグループ名をチェックすることで行うこともできます。
625 \end_layout
626
627 \begin_layout Standard
628 \begin_inset VSpace bigskip
629 \end_inset
630
631
632 \end_layout
633
634 \begin_layout Standard
635 下記はEPS書式
636 \begin_inset Foot
637 status collapsed
638
639 \begin_layout Plain Layout
640 画像書式は、第
641 \begin_inset CommandInset ref
642 LatexCommand ref
643 reference "sec:画像書式"
644
645 \end_inset
646
647 節に説明されています。
648 \end_layout
649
650 \end_inset
651
652 の画像の例で、単独の中央揃えの段落に置いてあります。
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename ../clipart/mobius.eps
659         scale 70
660         scaleBeforeRotation
661         rotateOrigin center
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 下記は上と同じ画像ですが、下書きモードのものです。
670 \end_layout
671
672 \begin_layout Standard
673 \align center
674 \begin_inset Graphics
675         filename ../clipart/mobius.eps
676         scale 70
677         draft
678         scaleBeforeRotation
679         rotateOrigin center
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \begin_inset Newpage newpage
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Section
694 図フロート
695 \begin_inset CommandInset label
696 LatexCommand label
697 name "sec:図フロート"
698
699 \end_inset
700
701
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 ふろーと@フロート ! ず@図
707 \end_layout
708
709 \end_inset
710
711
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 ず@図 ! ふろーと@フロート
717 \end_layout
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 フロートについての一般的な説明は、第
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "sec:フロートはじめに"
729
730 \end_inset
731
732 節をご覧下さい。
733 \end_layout
734
735 \begin_layout Standard
736 ツールバーボタンの
737 \family sans
738
739 \begin_inset Info
740 type  "icon"
741 arg   "float-insert figure"
742 \end_inset
743
744
745 \family default
746
747 \family sans
748 挿入\SpecialChar \menuseparator
749 フロート\SpecialChar \menuseparator
750
751 \family default
752 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
753 \begin_inset CommandInset ref
754 LatexCommand ref
755 reference "fig:犠牲のカモノハシ"
756
757 \end_inset
758
759 のようにキャプションの上に置くこともできますし、図
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "fig:エッシャー"
763
764 \end_inset
765
766 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "sec:キャプションの配置"
770
771 \end_inset
772
773 節に述べられています。
774 \end_layout
775
776 \begin_layout Standard
777 \begin_inset Float figure
778 wide false
779 sideways false
780 status open
781
782 \begin_layout Plain Layout
783 \align center
784 \begin_inset Graphics
785         filename ../clipart/platypus.eps
786         width 50col%
787         scaleBeforeRotation
788         rotateOrigin center
789
790 \end_inset
791
792
793 \end_layout
794
795 \begin_layout Plain Layout
796 \begin_inset Caption
797
798 \begin_layout Plain Layout
799 \begin_inset CommandInset label
800 LatexCommand label
801 name "fig:犠牲のカモノハシ"
802
803 \end_inset
804
805 フロート中の激しく歪んだカモノハシ
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \end_inset
814
815
816 \end_layout
817
818 \begin_layout Standard
819 \begin_inset Float figure
820 wide false
821 sideways false
822 status open
823
824 \begin_layout Plain Layout
825 \begin_inset Caption
826
827 \begin_layout Plain Layout
828 \begin_inset CommandInset label
829 LatexCommand label
830 name "fig:エッシャー"
831
832 \end_inset
833
834 行ってしまったM.C.エッシャー
835 \end_layout
836
837 \end_inset
838
839
840 \end_layout
841
842 \begin_layout Plain Layout
843 \align center
844 \begin_inset Graphics
845         filename ../clipart/escher-lsd.eps
846         scale 80
847         scaleBeforeRotation
848         rotateOrigin center
849
850 \end_inset
851
852
853 \end_layout
854
855 \end_inset
856
857
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Index idx
862 status collapsed
863
864 \begin_layout Plain Layout
865 さんしょう@参照 ! ずへの@図への ---
866 \end_layout
867
868 \end_inset
869
870
871 \begin_inset CommandInset ref
872 LatexCommand ref
873 reference "fig:犠牲のカモノハシ"
874
875 \end_inset
876
877 図と第
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "fig:エッシャー"
881
882 \end_inset
883
884 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
885 \family sans
886 挿入\SpecialChar \menuseparator
887 ラベル
888 \family default
889 メニューかツールバーボタン
890 \family sans
891
892 \begin_inset Info
893 type  "icon"
894 arg   "label-insert"
895 \end_inset
896
897
898 \family default
899 を使用して、キャプションにラベルを挿入してください。その後、
900 \family sans
901 挿入\SpecialChar \menuseparator
902 相互参照
903 \family default
904 メニューかツールバーボタン
905 \family sans
906
907 \begin_inset Info
908 type  "icon"
909 arg   "dialog-show-new-inset ref"
910 \end_inset
911
912
913 \family default
914 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
915 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
916 \begin_inset Newline newline
917 \end_inset
918
919 参照は、第
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "sec:フロートの参照"
923
924 \end_inset
925
926 節で詳細に説明されています。
927 \end_layout
928
929 \begin_layout Standard
930 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
931 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
932 \begin_inset CommandInset ref
933 LatexCommand ref
934 reference "fig:歪められた二つの像"
935
936 \end_inset
937
938 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
939 \begin_inset CommandInset ref
940 LatexCommand ref
941 reference "fig:何かわからない構造"
942
943 \end_inset
944
945 と図
946 \begin_inset CommandInset ref
947 LatexCommand ref
948 reference "fig:カモノハシ"
949
950 \end_inset
951
952 が内部図になります。
953 \end_layout
954
955 \begin_layout Standard
956 \begin_inset Float figure
957 wide false
958 sideways false
959 status open
960
961 \begin_layout Plain Layout
962 \begin_inset space \hfill{}
963 \end_inset
964
965
966 \begin_inset Float figure
967 wide false
968 sideways false
969 status open
970
971 \begin_layout Plain Layout
972 \begin_inset Caption
973
974 \begin_layout Plain Layout
975 \begin_inset CommandInset label
976 LatexCommand label
977 name "fig:何かわからない構造"
978
979 \end_inset
980
981 何かわからない構造
982 \end_layout
983
984 \end_inset
985
986
987 \end_layout
988
989 \begin_layout Plain Layout
990 \begin_inset Graphics
991         filename ../clipart/escher-lsd.eps
992         width 45col%
993         scaleBeforeRotation
994         groupId distorted
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \begin_inset space \hfill{}
1005 \end_inset
1006
1007
1008 \begin_inset Float figure
1009 wide false
1010 sideways false
1011 status open
1012
1013 \begin_layout Plain Layout
1014 \begin_inset Caption
1015
1016 \begin_layout Plain Layout
1017 \begin_inset CommandInset label
1018 LatexCommand label
1019 name "fig:カモノハシ"
1020
1021 \end_inset
1022
1023 カモノハシ
1024 \end_layout
1025
1026 \end_inset
1027
1028
1029 \end_layout
1030
1031 \begin_layout Plain Layout
1032 \begin_inset Graphics
1033         filename ../clipart/platypus.eps
1034         width 45col%
1035         scaleBeforeRotation
1036         groupId distorted
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \end_inset
1044
1045
1046 \begin_inset space \hfill{}
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Plain Layout
1053 \begin_inset Caption
1054
1055 \begin_layout Plain Layout
1056 \begin_inset CommandInset label
1057 LatexCommand label
1058 name "fig:歪められた二つの像"
1059
1060 \end_inset
1061
1062 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Newpage newpage
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \begin_layout Section
1083 画像書式
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "sec:画像書式"
1087
1088 \end_inset
1089
1090
1091 \begin_inset Index idx
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 がぞうしょしき@画像書式
1096 \end_layout
1097
1098 \end_inset
1099
1100
1101 \begin_inset Index idx
1102 status collapsed
1103
1104 \begin_layout Plain Layout
1105 ず@図 ! がぞうしょしき@画像書式
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Standard
1114 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "cha:ファイル出力形式"
1118
1119 \end_inset
1120
1121 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1122 ウンドで
1123 \family typewriter
1124 ImageMagick
1125 \family default
1126 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1127 用するとよいでしょう。出力ファイル書式は、付録
1128 \begin_inset CommandInset ref
1129 LatexCommand ref
1130 reference "cha:ファイル出力形式"
1131
1132 \end_inset
1133
1134 に説明されています。
1135 \end_layout
1136
1137 \begin_layout Standard
1138 フォントと同じく、画像形式にも以下の二つの型があります。
1139 \end_layout
1140
1141 \begin_layout Description
1142 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1143 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1144 \family typewriter
1145 .gif
1146 \family default
1147 」)
1148 \begin_inset Index idx
1149 status collapsed
1150
1151 \begin_layout Plain Layout
1152 GIF|see
1153 \begin_inset ERT
1154 status collapsed
1155
1156 \begin_layout Plain Layout
1157
1158 {
1159 \end_layout
1160
1161 \end_inset
1162
1163 画像書式
1164 \begin_inset ERT
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168
1169 }
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \end_inset
1178
1179 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1180 \family typewriter
1181 .png
1182 \family default
1183 」)
1184 \begin_inset Index idx
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188 PNG|see
1189 \begin_inset ERT
1190 status collapsed
1191
1192 \begin_layout Plain Layout
1193
1194 {
1195 \end_layout
1196
1197 \end_inset
1198
1199 画像書式
1200 \begin_inset ERT
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204
1205 }
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \end_inset
1214
1215 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1216 \family typewriter
1217 .jpg
1218 \family default
1219 」または「
1220 \family typewriter
1221 .jpeg
1222 \family default
1223 」)
1224 \begin_inset Index idx
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228 JPG|see
1229 \begin_inset ERT
1230 status collapsed
1231
1232 \begin_layout Plain Layout
1233
1234 {
1235 \end_layout
1236
1237 \end_inset
1238
1239 画像書式
1240 \begin_inset ERT
1241 status collapsed
1242
1243 \begin_layout Plain Layout
1244
1245 }
1246 \end_layout
1247
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \end_inset
1254
1255 などがあります。
1256 \end_layout
1257
1258 \begin_layout Description
1259 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1260 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1261 に便利です。
1262 \begin_inset Newline newline
1263 \end_inset
1264
1265 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1266 \family typewriter
1267 .svg
1268 \family default
1269 」)
1270 \begin_inset Index idx
1271 status collapsed
1272
1273 \begin_layout Plain Layout
1274 SVG|see
1275 \begin_inset ERT
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279
1280 {
1281 \end_layout
1282
1283 \end_inset
1284
1285 画像書式
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 }
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \end_layout
1298
1299 \end_inset
1300
1301 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1302 \family typewriter
1303 .eps
1304 \family default
1305 」)
1306 \begin_inset Index idx
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310 EPS|see
1311 \begin_inset ERT
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315
1316 {
1317 \end_layout
1318
1319 \end_inset
1320
1321 画像書式
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 }
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \end_inset
1336
1337 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1338 \family typewriter
1339 .pdf
1340 \family default
1341 」)
1342 \begin_inset Index idx
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346 PDF
1347 \end_layout
1348
1349 \end_inset
1350
1351 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1352 \family typewriter
1353 .wmf
1354 \family default
1355 」)
1356 \begin_inset Index idx
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360 SVG|see
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 {
1367 \end_layout
1368
1369 \end_inset
1370
1371 画像書式
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 }
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1388 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1389 \begin_inset Foot
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 PDFの場合には、さらに元画像が圧縮されます。
1394 \end_layout
1395
1396 \end_inset
1397
1398 。たとえば、
1399 \family typewriter
1400 Adobe Photoshop
1401 \family default
1402 が生成するPDFファイルは、ビットマップ画像です。
1403 \end_layout
1404
1405 \begin_layout Standard
1406 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1407 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1408 \begin_inset Formula $\to$
1409 \end_inset
1410
1411 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1412 \end_layout
1413
1414 \begin_layout Chapter
1415
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 ひょう@表
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \begin_layout Section
1429 はじめに
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 ひょう@表 ! はじめに
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \begin_layout Standard
1443
1444 \family roman
1445 \series medium
1446 \shape up
1447 \size normal
1448 \emph off
1449 \bar no
1450 \noun off
1451 \color none
1452 表を挿入するには、ツールバーボタ
1453 \family default
1454 \series default
1455 \shape default
1456 \size default
1457 \emph default
1458 \bar default
1459 \noun default
1460 \color inherit
1461
1462 \begin_inset Info
1463 type  "icon"
1464 arg   "tabular-insert"
1465 \end_inset
1466
1467
1468 \family roman
1469 \series medium
1470 \shape up
1471 \size normal
1472 \emph off
1473 \bar no
1474 \noun off
1475 \color none
1476
1477 \family sans
1478 \series default
1479 \shape default
1480 \size default
1481 \emph default
1482 \bar default
1483 \noun default
1484 \color inherit
1485 挿入\SpecialChar \menuseparator
1486
1487 \family default
1488 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1489 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1490 \begin_inset Newline newline
1491 \end_inset
1492
1493 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1494 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1495 \end_layout
1496
1497 \begin_layout Standard
1498 \align center
1499 \begin_inset Tabular
1500 <lyxtabular version="3" rows="4" columns="4">
1501 <features tabularvalignment="middle">
1502 <column alignment="center" valignment="top" width="0">
1503 <column alignment="center" valignment="top" width="0">
1504 <column alignment="center" valignment="top" width="0">
1505 <column alignment="center" valignment="top" width="0">
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 1
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 2
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 3
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 </row>
1544 <row>
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 </row>
1582 <row>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 </row>
1620 <row>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634
1635 \end_layout
1636
1637 \end_inset
1638 </cell>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 </row>
1658 </lyxtabular>
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Section
1666 表ダイアログ
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 ひょう@表 ! だいあろぐ@ダイアログ
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680
1681 \family roman
1682 \series medium
1683 \shape up
1684 \size normal
1685 \emph off
1686 \bar no
1687 \noun off
1688 \color none
1689 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1690 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1691 \family default
1692 \series default
1693 \shape default
1694 \size default
1695 \emph default
1696 \bar default
1697 \noun default
1698 \color inherit
1699 セルの
1700 \emph on
1701 内容
1702 \emph default
1703 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1704 \begin_inset Newline newline
1705 \end_inset
1706
1707 ダイアログオプションの
1708 \family sans
1709 直ちに適用
1710 \family default
1711 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1712 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1713 \begin_inset Newline newline
1714 \end_inset
1715
1716 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1717 \end_layout
1718
1719 \begin_layout Description
1720
1721 \family sans
1722 表の設定
1723 \family default
1724  ここでは、現在列の幅と水平揃えを設定することができます。
1725 \family sans
1726 小数点で
1727 \family default
1728 とある揃えは、第
1729 \begin_inset CommandInset ref
1730 LatexCommand ref
1731 reference "sub:特殊なセル揃え"
1732
1733 \end_inset
1734
1735 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1736 は、第
1737 \begin_inset CommandInset ref
1738 LatexCommand ref
1739 reference "sub:複数行"
1740
1741 \end_inset
1742
1743 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1744 \begin_inset Newline newline
1745 \end_inset
1746
1747 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1748 \begin_inset CommandInset ref
1749 LatexCommand ref
1750 reference "sub:連結列"
1751
1752 \end_inset
1753
1754 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1755 \begin_inset CommandInset ref
1756 LatexCommand ref
1757 reference "sub:連結行"
1758
1759 \end_inset
1760
1761 節をご参照ください。
1762 \begin_inset Newline newline
1763 \end_inset
1764
1765 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1766 \begin_inset Newline newline
1767 \end_inset
1768
1769
1770 \begin_inset Note Greyedout
1771 status open
1772
1773 \begin_layout Plain Layout
1774
1775 \series bold
1776 【註】
1777 \series default
1778 DVIビューアのすべてが回転を表示できるわけではありません。
1779 \end_layout
1780
1781 \end_inset
1782
1783
1784 \begin_inset Newline newline
1785 \end_inset
1786
1787 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1788 \begin_inset Newline newline
1789 \end_inset
1790
1791 各種の揃えを適用した同一行中の表:
1792 \begin_inset Tabular
1793 <lyxtabular version="3" rows="2" columns="2">
1794 <features tabularvalignment="top">
1795 <column alignment="center" valignment="top" width="0pt">
1796 <column alignment="center" valignment="top" width="0">
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811 1
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 A
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 </lyxtabular>
1838
1839 \end_inset
1840
1841  
1842 \begin_inset Tabular
1843 <lyxtabular version="3" rows="2" columns="2">
1844 <features tabularvalignment="middle">
1845 <column alignment="center" valignment="top" width="0">
1846 <column alignment="center" valignment="top" width="0">
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 1
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 A
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 </row>
1887 </lyxtabular>
1888
1889 \end_inset
1890
1891  
1892 \begin_inset Tabular
1893 <lyxtabular version="3" rows="2" columns="2">
1894 <features tabularvalignment="bottom">
1895 <column alignment="center" valignment="top" width="0pt">
1896 <column alignment="center" valignment="top" width="0">
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 1
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 A
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 </row>
1937 </lyxtabular>
1938
1939 \end_inset
1940
1941
1942 \begin_inset Newline newline
1943 \end_inset
1944
1945 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "sub:連結列の計算"
1949
1950 \end_inset
1951
1952 節および第
1953 \begin_inset CommandInset ref
1954 LatexCommand ref
1955 reference "sec:色付きの表"
1956
1957 \end_inset
1958
1959 節をご参照下さい。
1960 \end_layout
1961
1962 \begin_layout Description
1963
1964 \family sans
1965 罫線
1966 \family default
1967  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 様式オプションとして
1972 \family sans
1973 フォーマル様式
1974 \family default
1975 を使用すると、第
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "sec:フォーマル形式の表"
1979
1980 \end_inset
1981
1982 節に述べられているフォーマル様式の表に表を変換します。
1983 \begin_inset Newline newline
1984 \end_inset
1985
1986 またここで、第
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sub:行の余白取り"
1990
1991 \end_inset
1992
1993 節に述べられているように、表の行に空白を追加することもできます。
1994 \end_layout
1995
1996 \begin_layout Description
1997
1998 \family sans
1999 長尺表
2000 \family default
2001  このタブは、複数のページにわたる、いわゆる「
2002 \emph on
2003 長尺表
2004 \emph default
2005 」を作るためのものです。第
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "sec:長尺表"
2009
2010 \end_inset
2011
2012 節および第
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sec:長尺表にまつわる諸点"
2016
2017 \end_inset
2018
2019 節に、長尺表の機能に関する詳細な説明があります。
2020 \end_layout
2021
2022 \begin_layout Section
2023 表ツールバー
2024 \begin_inset Index idx
2025 status collapsed
2026
2027 \begin_layout Plain Layout
2028 ひょう@表 ! つーるばー@ツールバー
2029 \end_layout
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2038 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2039 \end_layout
2040
2041 \begin_layout Standard
2042 ツールバーには、以下のアイコンがあります。
2043 \end_layout
2044
2045 \begin_layout Labeling
2046 \labelwidthstring 00.00.0000
2047
2048 \family sans
2049 \begin_inset Info
2050 type  "icon"
2051 arg   "inset-modify tabular append-row"
2052 \end_inset
2053
2054
2055 \family default
2056  は、現在セルあるいは選択範囲の下に行を追加します。
2057 \end_layout
2058
2059 \begin_layout Labeling
2060 \labelwidthstring 00.00.0000
2061
2062 \family sans
2063 \begin_inset Info
2064 type  "icon"
2065 arg   "inset-modify tabular append-column"
2066 \end_inset
2067
2068
2069 \family default
2070  は、現在セルあるいは選択範囲の右に列を追加します。
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075
2076 \family sans
2077 \begin_inset Info
2078 type  "icon"
2079 arg   "inset-modify tabular delete-row"
2080 \end_inset
2081
2082
2083 \family default
2084  は、現在行あるいは選択範囲行を削除します。
2085 \end_layout
2086
2087 \begin_layout Labeling
2088 \labelwidthstring 00.00.0000
2089
2090 \family sans
2091 \begin_inset Info
2092 type  "icon"
2093 arg   "inset-modify tabular delete-column"
2094 \end_inset
2095
2096
2097 \family default
2098  は、現在列あるいは選択範囲列を削除します。
2099 \end_layout
2100
2101 \begin_layout Labeling
2102 \labelwidthstring 00.00.0000
2103
2104 \family sans
2105 \begin_inset Info
2106 type  "icon"
2107 arg   "inset-modify tabular toggle-line-top"
2108 \end_inset
2109
2110
2111 \family default
2112  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117
2118 \family sans
2119 \begin_inset Info
2120 type  "icon"
2121 arg   "inset-modify tabular toggle-line-bottom"
2122 \end_inset
2123
2124
2125 \family default
2126  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131
2132 \family sans
2133 \begin_inset Info
2134 type  "icon"
2135 arg   "inset-modify tabular toggle-line-left"
2136 \end_inset
2137
2138
2139 \family default
2140  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2141 \end_layout
2142
2143 \begin_layout Labeling
2144 \labelwidthstring 00.00.0000
2145
2146 \family sans
2147 \begin_inset Info
2148 type  "icon"
2149 arg   "inset-modify tabular toggle-line-right"
2150 \end_inset
2151
2152
2153 \family default
2154  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2155 \end_layout
2156
2157 \begin_layout Labeling
2158 \labelwidthstring 00.00.0000
2159
2160 \family sans
2161 \begin_inset Info
2162 type  "icon"
2163 arg   "inset-modify tabular set-all-lines"
2164 \end_inset
2165
2166
2167 \family default
2168  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173
2174 \family sans
2175 \begin_inset Info
2176 type  "icon"
2177 arg   "inset-modify tabular unset-all-lines"
2178 \end_inset
2179
2180
2181 \family default
2182  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187
2188 \family sans
2189 \begin_inset Info
2190 type  "icon"
2191 arg   "inset-modify tabular m-align-left"
2192 \end_inset
2193
2194
2195 \family default
2196  は、現在セルあるいは現在列の内容を左揃えにします。
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201
2202 \family sans
2203 \begin_inset Info
2204 type  "icon"
2205 arg   "inset-modify tabular m-align-center"
2206 \end_inset
2207
2208
2209 \family default
2210  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2211 \end_layout
2212
2213 \begin_layout Labeling
2214 \labelwidthstring 00.00.0000
2215
2216 \family sans
2217 \begin_inset Info
2218 type  "icon"
2219 arg   "inset-modify tabular m-align-right"
2220 \end_inset
2221
2222
2223 \family default
2224  は、現在セルあるいは現在列の内容を右揃えにします。
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229
2230 \family sans
2231 \begin_inset Info
2232 type  "icon"
2233 arg   "inset-modify tabular align-decimal"
2234 \end_inset
2235
2236
2237 \family default
2238  は、現在セルの内容を特定文字位置で揃えます。
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243
2244 \family sans
2245 \begin_inset Info
2246 type  "icon"
2247 arg   "inset-modify tabular m-valign-top"
2248 \end_inset
2249
2250
2251 \family default
2252  は、現在セルの内容を垂直方向上揃えにします。
2253 \end_layout
2254
2255 \begin_layout Labeling
2256 \labelwidthstring 00.00.0000
2257
2258 \family sans
2259 \begin_inset Info
2260 type  "icon"
2261 arg   "inset-modify tabular m-valign-middle"
2262 \end_inset
2263
2264
2265 \family default
2266  は、現在セルの内容を垂直方向中央揃えにします。
2267 \end_layout
2268
2269 \begin_layout Labeling
2270 \labelwidthstring 00.00.0000
2271
2272 \family sans
2273 \begin_inset Info
2274 type  "icon"
2275 arg   "inset-modify tabular m-valign-bottom"
2276 \end_inset
2277
2278
2279 \family default
2280  は、現在セルの内容を垂直方向下揃えにします。
2281 \end_layout
2282
2283 \begin_layout Labeling
2284 \labelwidthstring 00.00.0000
2285
2286 \family sans
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "inset-modify tabular set-rotate-cell"
2290 \end_inset
2291
2292
2293 \family default
2294  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2295 \end_layout
2296
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299
2300 \family sans
2301 \begin_inset Info
2302 type  "icon"
2303 arg   "inset-modify tabular set-rotate-tabular"
2304 \end_inset
2305
2306
2307 \family default
2308  は、表全体を反時計廻りに90度回転します。
2309 \end_layout
2310
2311 \begin_layout Labeling
2312 \labelwidthstring 00.00.0000
2313
2314 \family sans
2315 \begin_inset Info
2316 type  "icon"
2317 arg   "inset-modify tabular multicolumn"
2318 \end_inset
2319
2320
2321 \family default
2322  は、現在セルあるいは選択範囲を連結列にします。
2323 \end_layout
2324
2325 \begin_layout Labeling
2326 \labelwidthstring 00.00.0000
2327
2328 \family sans
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "inset-modify tabular multirow"
2332 \end_inset
2333
2334
2335 \family default
2336  は、現在セルあるいは選択範囲を連結行にします。
2337 \end_layout
2338
2339 \begin_layout Standard
2340 \begin_inset Note Greyedout
2341 status open
2342
2343 \begin_layout Plain Layout
2344
2345 \series bold
2346 【註】
2347 \series default
2348 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Section
2357 表編集メニュー
2358 \begin_inset Index idx
2359 status collapsed
2360
2361 \begin_layout Plain Layout
2362 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \begin_layout Standard
2371 表ダイアログと表ツールバーの他に、
2372 \family sans
2373 編集\SpecialChar \menuseparator
2374
2375 \family default
2376 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2377 部にあるときのみ、表示されます。
2378 \end_layout
2379
2380 \begin_layout Section
2381 表フロート
2382 \begin_inset CommandInset label
2383 LatexCommand label
2384 name "sec:表フロート"
2385
2386 \end_inset
2387
2388
2389 \begin_inset Index idx
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 ふろーと@フロート ! ひょう@表
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \begin_inset Index idx
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403 ひょう@表 ! ふろーと@フロート
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Standard
2412 フロートの一般的な説明については、第
2413 \begin_inset CommandInset ref
2414 LatexCommand ref
2415 reference "sec:フロートはじめに"
2416
2417 \end_inset
2418
2419 節をご覧下さい。
2420 \end_layout
2421
2422 \begin_layout Standard
2423 \begin_inset Float table
2424 placement h
2425 wide false
2426 sideways false
2427 status open
2428
2429 \begin_layout Plain Layout
2430 \begin_inset Caption
2431
2432 \begin_layout Plain Layout
2433 \begin_inset CommandInset label
2434 LatexCommand label
2435 name "tab:表フロート"
2436
2437 \end_inset
2438
2439 表フロート
2440 \end_layout
2441
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \begin_layout Plain Layout
2448 \align center
2449 \begin_inset Tabular
2450 <lyxtabular version="3" rows="3" columns="3">
2451 <features tabularvalignment="middle">
2452 <column alignment="center" valignment="top" width="0pt">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <column alignment="center" valignment="top" width="0pt">
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460
2461 \family roman
2462 \series medium
2463 \shape up
2464 \size normal
2465 \emph off
2466 \bar no
2467 \noun off
2468 \color none
2469 1
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478
2479 \family roman
2480 \series medium
2481 \shape up
2482 \size normal
2483 \emph off
2484 \bar no
2485 \noun off
2486 \color none
2487 2
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \family roman
2498 \series medium
2499 \shape up
2500 \size normal
2501 \emph off
2502 \bar no
2503 \noun off
2504 \color none
2505 3
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 </row>
2511 <row>
2512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 森嶋
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2522 \begin_inset Text
2523
2524 \begin_layout Plain Layout
2525 宇沢
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534 二階堂
2535 \end_layout
2536
2537 \end_inset
2538 </cell>
2539 </row>
2540 <row>
2541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2542 \begin_inset Text
2543
2544 \begin_layout Plain Layout
2545
2546 \family roman
2547 \series medium
2548 \shape up
2549 \size normal
2550 \emph off
2551 \bar no
2552 \noun off
2553 \color none
2554 \begin_inset Formula $\int x^{2}dx$
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 \begin_inset Formula $\left[\begin{array}{cc}
2576 a & b\\
2577 c & d
2578 \end{array}\right]$
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \end_inset
2585 </cell>
2586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2587 \begin_inset Text
2588
2589 \begin_layout Plain Layout
2590
2591 \family roman
2592 \series medium
2593 \shape up
2594 \size normal
2595 \emph off
2596 \bar no
2597 \noun off
2598 \color none
2599 \begin_inset Formula $1+1=2$
2600 \end_inset
2601
2602
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 </row>
2608 </lyxtabular>
2609
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Standard
2621 表フロートは、
2622 \family sans
2623 挿入
2624 \shape up
2625 \SpecialChar \menuseparator
2626 フロート\SpecialChar \menuseparator
2627
2628 \family default
2629 \shape default
2630 メニューかツールバーボタン
2631 \family sans
2632
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "float-insert table"
2636 \end_inset
2637
2638
2639 \family default
2640 を使うと挿入することができます。
2641 \end_layout
2642
2643 \begin_layout Standard
2644 フロートは折りたたむことのできるボックスとして表示され、中には「表
2645 \begin_inset space ~
2646 \end_inset
2647
2648 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2649 \end_layout
2650
2651 \begin_layout Standard
2652
2653 \begin_inset space ~
2654 \end_inset
2655
2656
2657 \begin_inset CommandInset ref
2658 LatexCommand ref
2659 reference "tab:表フロート"
2660
2661 \end_inset
2662
2663 は、表フロートに入れた表の例です。
2664 \end_layout
2665
2666 \begin_layout Standard
2667 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2668 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2669 eXパッケージの
2670 \series bold
2671 caption
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \begin_layout Standard
2687
2688 \series bold
2689 tableposition=top
2690 \end_layout
2691
2692 \begin_layout Standard
2693 というオプションとともにloadコマンドを使って読み込んでください
2694 \begin_inset Foot
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 詳しくは、第
2699 \begin_inset CommandInset ref
2700 LatexCommand ref
2701 reference "sec:キャプションの配置"
2702
2703 \end_inset
2704
2705 節をご覧下さい。
2706 \end_layout
2707
2708 \end_inset
2709
2710 。キャプション書式を調整するには、第
2711 \begin_inset CommandInset ref
2712 LatexCommand ref
2713 reference "sec:キャプションの書式設定"
2714
2715 \end_inset
2716
2717 節にものべられているように
2718 \series bold
2719 caption
2720 \series default
2721 パッケージを使用します。
2722 \end_layout
2723
2724 \begin_layout Standard
2725 \begin_inset Index idx
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 さんしょう@参照 ! ひょうへの@表への
2730 \end_layout
2731
2732 \end_inset
2733
2734 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2735 \family sans
2736 挿入\SpecialChar \menuseparator
2737 ラベル
2738 \family default
2739 メニューかツールバーボタンの
2740 \family sans
2741
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "label-insert"
2745 \end_inset
2746
2747
2748 \family default
2749 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2750 相互参照メニューかツールバーボタンの
2751 \family sans
2752
2753 \begin_inset Info
2754 type  "icon"
2755 arg   "dialog-show-new-inset ref"
2756 \end_inset
2757
2758
2759 \family default
2760 を用いて、このラベルを参照することができます。
2761 \begin_inset Newline newline
2762 \end_inset
2763
2764 参照は、第
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "sec:フロートの参照"
2768
2769 \end_inset
2770
2771 節で詳細に説明されています。
2772 \end_layout
2773
2774 \begin_layout Section
2775 長尺表
2776 \begin_inset CommandInset label
2777 LatexCommand label
2778 name "sec:長尺表"
2779
2780 \end_inset
2781
2782
2783 \begin_inset Index idx
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 ちょうしゃくひょう@長尺表
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 ひょう@表 ! ちょうしゃくひょう@長尺表
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Standard
2806 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2807 \family sans
2808 長尺表
2809 \family default
2810 タブにある
2811 \family sans
2812 長尺表を使う
2813 \family default
2814 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2815 することができるようになります。
2816 \end_layout
2817
2818 \begin_layout Description
2819 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 ただし、
2829 \family sans
2830 \series default
2831 \shape default
2832 \size default
2833 \emph default
2834 \bar default
2835 \noun default
2836 \color inherit
2837 冒頭ヘッダ
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 が定義されているときは、冒頭ページを除きます。
2847 \family default
2848 \series default
2849 \shape default
2850 \size default
2851 \emph default
2852 \bar default
2853 \noun default
2854 \color inherit
2855 これと区別して、このヘッダは本体ヘッダと呼びます。
2856 \end_layout
2857
2858 \begin_layout Description
2859 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2860 \end_layout
2861
2862 \begin_layout Description
2863 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2864 \family roman
2865 \series medium
2866 \shape up
2867 \size normal
2868 \emph off
2869 \bar no
2870 \noun off
2871 \color none
2872 ただし、
2873 \family sans
2874 \series default
2875 \shape default
2876 \size default
2877 \emph default
2878 \bar default
2879 \noun default
2880 \color inherit
2881 末尾フッタ
2882 \family roman
2883 \series medium
2884 \shape up
2885 \size normal
2886 \emph off
2887 \bar no
2888 \noun off
2889 \color none
2890 が定義されているときは、末尾ページを除きます。
2891 \end_layout
2892
2893 \begin_layout Description
2894 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2895 \end_layout
2896
2897 \begin_layout Description
2898 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2899 \begin_inset CommandInset ref
2900 LatexCommand ref
2901 reference "sub:長尺表のキャプション"
2902
2903 \end_inset
2904
2905 節で説明されています。
2906 \end_layout
2907
2908 \begin_layout Standard
2909 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2910 \end_layout
2911
2912 \begin_layout Standard
2913 \align center
2914 \begin_inset Tabular
2915 <lyxtabular version="3" rows="69" columns="3">
2916 <features islongtable="true" longtabularalignment="center">
2917 <column alignment="left" valignment="top" width="0cm">
2918 <column alignment="left" valignment="top" width="0pt">
2919 <column alignment="center" valignment="top" width="0pt">
2920 <row endfirsthead="true">
2921 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \series bold
2927 例示用電話帳(名前は無視してください)
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row endfirsthead="true">
2952 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 氏名
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \series bold
2976 TEL.
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endhead="true">
2983 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987
2988 \series bold
2989 例示用電話帳
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row endhead="true">
3014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 氏名
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \series bold
3038 TEL.
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row endfoot="true">
3045 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 次頁へつづく
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 Annovi
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Silvia
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 111
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Bertoli
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Stefano
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Bozzi
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Walter
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Cachia
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Maria
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Cachia
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Maurizio
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Cinquemani
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Giusi
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Colin
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Bernard
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Concli
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Gianfranco
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Dal Bosco
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Carolina
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Dalpiaz
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Annamaria
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Feliciello
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Domenico
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Focarelli
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Paola
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Galletti
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Oreste
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Gasparini
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Franca
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Rizzardi
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Paola
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Lassini
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Giancarlo
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Malfatti
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Luciano
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Malfatti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Valeriano
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Meneguzzo
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Roberto
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Mezzadra
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Roberto
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Pirpamer
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Erich
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Pochiesa
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Paolo
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111, 222
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Radina
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Claudio
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Stuffer
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Oskar
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Tacchelli
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Ugo
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Tezzele
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Margit
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Unterkalmsteiner
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Frieda
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Vieider
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Hilde
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Vigna
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Jürgen
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Weber
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Maurizio
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Winkler
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Franz
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039  
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Annovi
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Silvia
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 555
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Bertoli
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Stefano
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Bozzi
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Walter
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Cachia
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Maria
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Cachia
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Maurizio
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Cinquemani
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Giusi
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Colin
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Bernard
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Concli
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Gianfranco
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Dal Bosco
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Carolina
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Dalpiaz
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Annamaria
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Feliciello
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Domenico
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Focarelli
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Paola
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Galletti
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Oreste
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Gasparini
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Franca
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Rizzardi
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Paola
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Lassini
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Giancarlo
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Malfatti
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Luciano
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Malfatti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Valeriano
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Meneguzzo
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Roberto
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Mezzadra
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Roberto
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Pirpamer
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Erich
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Pochiesa
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Paolo
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555, 222
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Radina
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Claudio
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Stuffer
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Oskar
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Tacchelli
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Ugo
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Tezzele
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Margit
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Unterkalmsteiner
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Frieda
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Vieider
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Hilde
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Vigna
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Jürgen
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 999
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Weber
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Maurizio
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Winkler
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Franz
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row endlastfoot="true">
5025 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 以上
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 </lyxtabular>
5054
5055 \end_inset
5056
5057
5058 \begin_inset ERT
5059 status collapsed
5060
5061 \begin_layout Plain Layout
5062
5063
5064 \backslash
5065 addtocounter{table}{-1}
5066 \end_layout
5067
5068 \end_inset
5069
5070
5071 \begin_inset Note Note
5072 status collapsed
5073
5074 \begin_layout Plain Layout
5075 本コマンドの説明については、第
5076 \begin_inset CommandInset ref
5077 LatexCommand ref
5078 reference "sub:長尺表のキャプション"
5079
5080 \end_inset
5081
5082 節の最初の淡色表示注釈をご覧下さい。
5083 \end_layout
5084
5085 \end_inset
5086
5087
5088 \end_layout
5089
5090 \begin_layout Subsection
5091 長尺表での脚注
5092 \begin_inset CommandInset label
5093 LatexCommand label
5094 name "sub:長尺表での脚注"
5095
5096 \end_inset
5097
5098
5099 \begin_inset Index idx
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5104 \end_layout
5105
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \begin_layout Standard
5112 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5113 \begin_inset CommandInset ref
5114 LatexCommand ref
5115 reference "tab:別キャプション"
5116
5117 \end_inset
5118
5119 には脚注が付いています。
5120 \end_layout
5121
5122 \begin_layout Subsection
5123 長尺表の縦横揃え
5124 \begin_inset Index idx
5125 status collapsed
5126
5127 \begin_layout Plain Layout
5128 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5129 \end_layout
5130
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Standard
5137 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5138 設定してから
5139 \end_layout
5140
5141 \begin_layout Standard
5142
5143 \series bold
5144
5145 \backslash
5146 setlength{
5147 \backslash
5148 LTleft}{値}
5149 \end_layout
5150
5151 \begin_layout Standard
5152 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5153 \series bold
5154
5155 \backslash
5156 LTleft
5157 \series default
5158 および
5159 \series bold
5160
5161 \backslash
5162 LTright
5163 \series default
5164 の値を変更しなくてはなりません。ここで「値」は、第
5165 \begin_inset CommandInset ref
5166 LatexCommand ref
5167 reference "tab:単位"
5168
5169 \end_inset
5170
5171 表に挙げてある単位であれば、どの単位を取ることもできます。
5172 \series bold
5173
5174 \backslash
5175 LTleft
5176 \series default
5177 は、左頁余白から長尺表までの水平方向の距離を制御し、
5178 \series bold
5179
5180 \backslash
5181 LTright
5182 \series default
5183 は、右頁余白からの距離を制御します。これらの長さの既定値は
5184 \series bold
5185
5186 \backslash
5187 fill
5188 \series default
5189 となっており、LyXの水平フィルと同等になっています。
5190 \end_layout
5191
5192 \begin_layout Standard
5193 以下の長尺表は、中央揃えの上、
5194 \series bold
5195
5196 \backslash
5197 LTleft
5198 \series default
5199
5200 \family sans
5201 0.1
5202 \backslash
5203 columnwidth
5204 \family default
5205 に設定してあります。
5206 \begin_inset ERT
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210
5211
5212 \backslash
5213 setlength{
5214 \backslash
5215 LTleft}{0.1
5216 \backslash
5217 columnwidth}
5218 \end_layout
5219
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \begin_layout Standard
5226 \begin_inset Tabular
5227 <lyxtabular version="3" rows="5" columns="5">
5228 <features islongtable="true" longtabularalignment="center">
5229 <column alignment="center" valignment="top" width="0">
5230 <column alignment="center" valignment="top" width="0">
5231 <column alignment="center" valignment="top" width="0">
5232 <column alignment="center" valignment="top" width="0">
5233 <column alignment="center" valignment="top" width="0">
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 1
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 2
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 3
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 4
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 5
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 いろは
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 いろは
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 いろは
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 いろは
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 いろは
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 いろは
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 いろは
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 いろは
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 いろは
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 いろは
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 いろは
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 </lyxtabular>
5470
5471 \end_inset
5472
5473
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 setlength{
5482 \backslash
5483 LTleft}{
5484 \backslash
5485 fill}
5486 \end_layout
5487
5488 \end_inset
5489
5490
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 addtocounter{table}{-1}
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \begin_inset Note Note
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 このコマンドの説明に関しては、第
5509 \begin_inset CommandInset ref
5510 LatexCommand ref
5511 reference "sub:長尺表のキャプション"
5512
5513 \end_inset
5514
5515 節の最初の淡色表示注釈をご覧下さい。
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Subsection
5524 長尺表のキャプション
5525 \begin_inset Index idx
5526 status collapsed
5527
5528 \begin_layout Plain Layout
5529 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5530 \end_layout
5531
5532 \end_inset
5533
5534
5535 \begin_inset CommandInset label
5536 LatexCommand label
5537 name "sub:長尺表のキャプション"
5538
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \begin_layout Standard
5545 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5546 \begin_inset CommandInset ref
5547 LatexCommand ref
5548 reference "sec:長尺表"
5549
5550 \end_inset
5551
5552 節に述べられているように、ある行で長尺表オプションの
5553 \family sans
5554 キャプション
5555 \family default
5556 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5557 \end_layout
5558
5559 \begin_layout Standard
5560 以下は、動作を確認するための短い長尺表です。
5561 \end_layout
5562
5563 \begin_layout Standard
5564 \begin_inset Tabular
5565 <lyxtabular version="3" rows="6" columns="5">
5566 <features islongtable="true" longtabularalignment="center">
5567 <column alignment="center" valignment="top" width="0">
5568 <column alignment="center" valignment="top" width="0">
5569 <column alignment="center" valignment="top" width="0">
5570 <column alignment="center" valignment="top" width="0">
5571 <column alignment="center" valignment="top" width="0">
5572 <row caption="true">
5573 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 \begin_inset Caption
5578
5579 \begin_layout Plain Layout
5580 キャプション付き長尺表
5581 \begin_inset Argument
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585 長尺表
5586 \end_layout
5587
5588 \end_inset
5589
5590
5591 \end_layout
5592
5593 \end_inset
5594
5595
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 </row>
5637 <row>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 1
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 2
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 3
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 4
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 5
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 いろは
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 いろは
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 いろは
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 いろは
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 いろは
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 いろは
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 いろは
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 </lyxtabular>
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880 \begin_inset VSpace medskip
5881 \end_inset
5882
5883
5884 \begin_inset Note Greyedout
5885 status open
5886
5887 \begin_layout Plain Layout
5888
5889 \series bold
5890 【註1】
5891 \series default
5892 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5893 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5894 \end_layout
5895
5896 \begin_layout Plain Layout
5897
5898 \series bold
5899
5900 \backslash
5901 addtocounter{table}{-1}
5902 \end_layout
5903
5904 \begin_layout Plain Layout
5905 というコマンドを挿入する方法があります。
5906 \end_layout
5907
5908 \begin_layout Plain Layout
5909 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5910 \end_layout
5911
5912 \begin_layout Plain Layout
5913
5914 \series bold
5915
5916 \backslash
5917 let
5918 \backslash
5919 myEnd
5920 \backslash
5921 endlongtable
5922 \begin_inset Newline newline
5923 \end_inset
5924
5925
5926 \backslash
5927 renewcommand{
5928 \backslash
5929 endlongtable}{
5930 \backslash
5931 myEnd
5932 \backslash
5933 addtocounter{table}{-1}}
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 \begin_inset Note Greyedout
5943 status open
5944
5945 \begin_layout Plain Layout
5946
5947 \series bold
5948 【註2】
5949 \series default
5950 相互参照をリンクするために、
5951 \family sans
5952 文書設定
5953 \family default
5954 ダイアログの
5955 \family sans
5956 PDF特性
5957 \family default
5958
5959 \series bold
5960 hyperref
5961 \series default
5962
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5968 \end_layout
5969
5970 \end_inset
5971
5972 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5973 \end_layout
5974
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \begin_layout Subsubsection
5981 長尺表への参照
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Standard
5995 \begin_inset Tabular
5996 <lyxtabular version="3" rows="6" columns="5">
5997 <features islongtable="true" longtabularalignment="center">
5998 <column alignment="center" valignment="top" width="0">
5999 <column alignment="center" valignment="top" width="0">
6000 <column alignment="center" valignment="top" width="0">
6001 <column alignment="center" valignment="top" width="0">
6002 <column alignment="center" valignment="top" width="0">
6003 <row caption="true">
6004 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Caption
6009
6010 \begin_layout Plain Layout
6011 参照された長尺表
6012 \begin_inset CommandInset label
6013 LatexCommand label
6014 name "tab:参照例"
6015
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 1
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 2
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 3
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 4
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 5
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 いろは
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 いろは
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 いろは
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 いろは
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 いろは
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 いろは
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 いろは
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 いろは
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 いろは
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 </lyxtabular>
6301
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \begin_layout Standard
6308 長尺表を参照するには、キャプションにラベルを挿入してください。
6309 \end_layout
6310
6311 \begin_layout Standard
6312 これは表
6313 \begin_inset CommandInset ref
6314 LatexCommand ref
6315 reference "tab:参照例"
6316
6317 \end_inset
6318
6319 への参照です。
6320 \end_layout
6321
6322 \begin_layout Standard
6323 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6324 \series bold
6325 caption
6326 \series default
6327
6328 \begin_inset Index idx
6329 status collapsed
6330
6331 \begin_layout Plain Layout
6332 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6333 \end_layout
6334
6335 \end_inset
6336
6337 を使用して設定することができます。第
6338 \begin_inset CommandInset ref
6339 LatexCommand ref
6340 reference "sec:キャプションの書式設定"
6341
6342 \end_inset
6343
6344 節をご覧下さい。
6345 \end_layout
6346
6347 \begin_layout Subsubsection
6348 キャプションの幅
6349 \begin_inset Index idx
6350 status collapsed
6351
6352 \begin_layout Plain Layout
6353 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Standard
6362 キャプション行の最大長は、長さ
6363 \series bold
6364
6365 \backslash
6366 LTcapwidth
6367 \series default
6368 によって指定することができます。既定値は4
6369 \begin_inset space \thinspace{}
6370 \end_inset
6371
6372 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6373 \end_layout
6374
6375 \begin_layout Standard
6376
6377 \series bold
6378
6379 \backslash
6380 setlength{
6381 \backslash
6382 LTcapwidth}{幅}
6383 \end_layout
6384
6385 \begin_layout Standard
6386 というコマンドを書き加えて下さい。ここで「幅」には、付録
6387 \begin_inset CommandInset ref
6388 LatexCommand ref
6389 reference "cha:LyXで使用できる単位"
6390
6391 \end_inset
6392
6393 に挙げられている単位を取ることができます。
6394 \end_layout
6395
6396 \begin_layout Standard
6397 以下の各表で違いを示します。
6398 \end_layout
6399
6400 \begin_layout Standard
6401 \begin_inset Tabular
6402 <lyxtabular version="3" rows="6" columns="5">
6403 <features islongtable="true" longtabularalignment="center">
6404 <column alignment="center" valignment="top" width="0">
6405 <column alignment="center" valignment="top" width="0">
6406 <column alignment="center" valignment="top" width="0">
6407 <column alignment="center" valignment="top" width="0">
6408 <column alignment="center" valignment="top" width="0">
6409 <row caption="true">
6410 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Caption
6415
6416 \begin_layout Plain Layout
6417 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6418 \begin_inset Argument
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422 既定幅のキャプション
6423 \end_layout
6424
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 1
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 2
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 3
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 4
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 5
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 いろは
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 いろは
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 いろは
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
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
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 いろは
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 いろは
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 </lyxtabular>
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \begin_inset ERT
6718 status collapsed
6719
6720 \begin_layout Plain Layout
6721
6722
6723 \backslash
6724 setlength{
6725 \backslash
6726 LTcapwidth}{5cm}
6727 \end_layout
6728
6729 \end_inset
6730
6731
6732 \begin_inset Tabular
6733 <lyxtabular version="3" rows="6" columns="5">
6734 <features islongtable="true" longtabularalignment="center">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <column alignment="center" valignment="top" width="0">
6738 <column alignment="center" valignment="top" width="0">
6739 <column alignment="center" valignment="top" width="0">
6740 <row caption="true">
6741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 \begin_inset Caption
6746
6747 \begin_layout Plain Layout
6748 5
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 cm幅のなが〜いフルタイトル・5
6753 \begin_inset space \thinspace{}
6754 \end_inset
6755
6756 cm幅のなが〜いフルタイトル・5
6757 \begin_inset space \thinspace{}
6758 \end_inset
6759
6760 cm幅のなが〜いフルタイトル
6761 \begin_inset Argument
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 5
6766 \begin_inset space \thinspace{}
6767 \end_inset
6768
6769 cm幅のキャプション
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 </row>
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 1
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 2
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 3
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 4
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 5
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 </row>
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 いろは
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 いろは
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" 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 alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 いろは
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
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
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 いろは
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 いろは
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 </lyxtabular>
7057
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \begin_layout Standard
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 setlength{
7072 \backslash
7073 LTcapwidth}{4in}
7074 \end_layout
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \begin_layout Standard
7082 \begin_inset Note Greyedout
7083 status open
7084
7085 \begin_layout Plain Layout
7086
7087 \series bold
7088 【註】
7089 \series default
7090 この文書のようにLaTeXパッケージの
7091 \series bold
7092 caption
7093 \series default
7094
7095 \begin_inset Index idx
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7100 \end_layout
7101
7102 \end_inset
7103
7104 を使用している時には、
7105 \series bold
7106
7107 \backslash
7108 LTcapwidth
7109 \series default
7110 に既定値の4
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 in幅のキャプションを作るには、3.99
7119 \begin_inset space \thinspace{}
7120 \end_inset
7121
7122 inのように4.0
7123 \begin_inset space \thinspace{}
7124 \end_inset
7125
7126 inと少し違う値を指定するか、
7127 \series bold
7128 caption
7129 \series default
7130 パッケージが提供している
7131 \series bold
7132
7133 \backslash
7134 captionsetup{width=値}
7135 \series default
7136 というLaTeXコマンドを用いる方法があります。
7137 \end_layout
7138
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \begin_layout Subsubsection
7145 表の各ページごとに異なるキャプション
7146 \begin_inset Index idx
7147 status collapsed
7148
7149 \begin_layout Plain Layout
7150 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7151 \end_layout
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7160 \end_layout
7161
7162 \begin_layout Standard
7163
7164 \series bold
7165
7166 \backslash
7167 caption*{キャプション文}
7168 \backslash
7169
7170 \backslash
7171 %
7172 \end_layout
7173
7174 \begin_layout Standard
7175 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7176 \begin_inset CommandInset ref
7177 LatexCommand ref
7178 reference "tab:別キャプション"
7179
7180 \end_inset
7181
7182 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \align center
7187 \begin_inset Tabular
7188 <lyxtabular version="3" rows="59" columns="3">
7189 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7190 <column alignment="left" valignment="top" width="0cm">
7191 <column alignment="left" valignment="top" width="0pt">
7192 <column alignment="center" valignment="top" width="0pt">
7193 <row caption="true">
7194 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 \begin_inset Caption
7199
7200 \begin_layout Plain Layout
7201 例示用電話帳
7202 \begin_inset CommandInset label
7203 LatexCommand label
7204 name "tab:別キャプション"
7205
7206 \end_inset
7207
7208
7209 \begin_inset Argument
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213 例示用電話帳
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row endfirsthead="true">
7248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \series bold
7254 例示用電話帳(名前は無視の事)
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 <row endfirsthead="true">
7279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \series bold
7285 氏名
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \series bold
7305 TEL.
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row endhead="true">
7312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 caption*{例示用電話帳の続き}
7324 \backslash
7325
7326 \backslash
7327 %
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row endhead="true">
7357 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \series bold
7363 例示用電話帳
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell multicolumn="2" 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 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row endhead="true">
7388 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \series bold
7394 氏名
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \series bold
7414 TEL.
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 </row>
7420 <row endfoot="true">
7421 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 次頁に続く
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \series bold
7456 Annovi
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 Silvia
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 111
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \series bold
7487 Bertoli
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 Stefano
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 111
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row>
7512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \series bold
7518 Bozzi
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 Walter
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 111
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549 Cachia
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 Maria
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 111
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578
7579 \series bold
7580 Cachia
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 Maurizio
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 111
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 </row>
7604 <row>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \series bold
7611 Cinquemani
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 Giusi
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 111
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \series bold
7642 Colin
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 Bernard
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 111
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \series bold
7673 Concli
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 Gianfranco
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 111
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \series bold
7704 Dal Bosco
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 Carolina
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 111
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Dalpiaz
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 Annamaria
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 111
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Feliciello
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 Domenico
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 111
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Focarelli
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 Paola
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 111
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Galletti
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Oreste
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Gasparini
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Franca
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Rizzardi
7891 \series default
7892
7893 \begin_inset Foot
7894 status collapsed
7895
7896 \begin_layout Plain Layout
7897 例示用脚注
7898 \end_layout
7899
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Paola
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 111
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \series bold
7933 Lassini
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 Giancarlo
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 111
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 Malfatti
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Luciano
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Malfatti
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Valeriano
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Meneguzzo
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Roberto
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Mezzadra
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Roberto
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Pirpamer
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Erich
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Pochiesa
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Paolo
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111, 222
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Radina
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Claudio
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Stuffer
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Oskar
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Tacchelli
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Ugo
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Tezzele
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Margit
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Unterkalmsteiner
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Frieda
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Vieider
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Hilde
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Vigna
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Jürgen
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Weber
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Maurizio
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Winkler
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Franz
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427  
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \series bold
8458 Annovi
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 Silvia
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 555
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \series bold
8489 Bertoli
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 Stefano
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 555
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \series bold
8520 Bozzi
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 Walter
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 555
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \series bold
8551 Cachia
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 Maria
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 555
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 <row>
8576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \series bold
8582 Cachia
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Maurizio
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 555
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \series bold
8613 Cinquemani
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Giusi
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 555
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \series bold
8644 Colin
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Bernard
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 555
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \series bold
8675 Concli
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Gianfranco
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 555
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706 Dal Bosco
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 Carolina
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 555
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737 Dalpiaz
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 Annamaria
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 555
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \series bold
8768 Feliciello
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Domenico
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 555
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \series bold
8799 Focarelli
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Paola
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 555
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Galletti
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Oreste
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Gasparini
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Franca
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Rizzardi
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Paola
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Lassini
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Giancarlo
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Malfatti
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Luciano
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Malfatti
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Valeriano
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Meneguzzo
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Roberto
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Mezzadra
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Roberto
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 </lyxtabular>
9072
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \begin_layout Section
9079 長尺表にまつわる諸点
9080 \begin_inset CommandInset label
9081 LatexCommand label
9082 name "sec:長尺表にまつわる諸点"
9083
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \begin_layout Subsection
9090 長尺表の計算
9091 \begin_inset Index idx
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095 ちょうしゃくひょう@長尺表 ! けいさん@計算
9096 \end_layout
9097
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \begin_layout Standard
9104 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9105 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9106 \end_layout
9107
9108 \begin_layout Standard
9109
9110 \series bold
9111
9112 \backslash
9113 setcounter{LTchunksize}{100}
9114 \end_layout
9115
9116 \begin_layout Standard
9117 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9118 \end_layout
9119
9120 \begin_layout Subsection
9121 フロートと長尺表
9122 \begin_inset Index idx
9123 status collapsed
9124
9125 \begin_layout Plain Layout
9126 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9127 \end_layout
9128
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \begin_layout Standard
9135 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9136 \series bold
9137
9138 \backslash
9139 clearpage
9140 \series default
9141 コマンドを長尺表の前にTeXコードとして書き加えてください。
9142 \end_layout
9143
9144 \begin_layout Subsection
9145 強制改頁
9146 \begin_inset Index idx
9147 status collapsed
9148
9149 \begin_layout Plain Layout
9150 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9151 \end_layout
9152
9153 \end_inset
9154
9155
9156 \end_layout
9157
9158 \begin_layout Standard
9159 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9160 ド「
9161 \series bold
9162
9163 \backslash
9164
9165 \backslash
9166
9167 \series default
9168 」を挿入します。
9169 \series bold
9170
9171 \backslash
9172
9173 \backslash
9174
9175 \series default
9176 コマンドの前には、現セルよりも右にある列数と同じ数の「
9177 \series bold
9178 &
9179 \series default
9180 」文字を、TeXコードで挿入してやる必要があります。この
9181 \series bold
9182 &
9183 \series default
9184 は、表セルの区切り文字です。各
9185 \series bold
9186 &
9187 \series default
9188 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9189 \begin_inset Newline newline
9190 \end_inset
9191
9192
9193 \series bold
9194
9195 \backslash
9196
9197 \backslash
9198
9199 \series default
9200 コマンドの後ろには、現在列の左側にある列数と同じ数の
9201 \series bold
9202 &
9203 \series default
9204 文字を挿入してください。表
9205 \begin_inset CommandInset ref
9206 LatexCommand ref
9207 reference "tab:強制改頁"
9208
9209 \end_inset
9210
9211 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9212 \end_layout
9213
9214 \begin_layout Standard
9215
9216 \series bold
9217 & 111
9218 \backslash
9219
9220 \backslash
9221  
9222 \backslash
9223 newpage
9224 \begin_inset Newline newline
9225 \end_inset
9226
9227 &
9228 \end_layout
9229
9230 \begin_layout Standard
9231 というコマンドが、セル中「
9232 \emph on
9233 Castelchiodato,
9234 \emph default
9235 」の後にTeXコードとして挿入してあります。
9236 \end_layout
9237
9238 \begin_layout Standard
9239 同一行3列目の「111」は削除してあります。
9240 \series bold
9241
9242 \backslash
9243 newpage
9244 \series default
9245 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9246 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9247 \end_layout
9248
9249 \begin_layout Standard
9250
9251 \series bold
9252 & 111
9253 \backslash
9254
9255 \backslash
9256
9257 \begin_inset Newline newline
9258 \end_inset
9259
9260
9261 \backslash
9262 hline &
9263 \end_layout
9264
9265 \begin_layout Standard
9266 というコマンドを使用して下さい。
9267 \end_layout
9268
9269 \begin_layout Standard
9270 改頁をしたいセルが最右列にある場合には、
9271 \end_layout
9272
9273 \begin_layout Standard
9274
9275 \series bold
9276
9277 \backslash
9278 setlength{
9279 \backslash
9280 parfillskip}{0pt}
9281 \end_layout
9282
9283 \begin_layout Standard
9284 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9285
9286 \end_layout
9287
9288 \begin_layout Standard
9289 \align center
9290 \begin_inset Tabular
9291 <lyxtabular version="3" rows="38" columns="3">
9292 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9293 <column alignment="left" valignment="top" width="0cm">
9294 <column alignment="left" valignment="top" width="3cm">
9295 <column alignment="center" valignment="top" width="0pt">
9296 <row caption="true">
9297 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Caption
9302
9303 \begin_layout Plain Layout
9304 表セル内で強制改頁をしている表
9305 \begin_inset CommandInset label
9306 LatexCommand label
9307 name "tab:強制改頁"
9308
9309 \end_inset
9310
9311
9312 \begin_inset Argument
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316 表セル内で強制改頁をしている表
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \end_inset
9325
9326
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row endfirsthead="true">
9351 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 例示用電話帳(氏名は無視の事)
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row endfirsthead="true">
9382 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 氏名
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 TEL.
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row endhead="true">
9415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset ERT
9420 status collapsed
9421
9422 \begin_layout Plain Layout
9423
9424
9425 \backslash
9426 caption*{例示用電話帳の続き}
9427 \backslash
9428
9429 \backslash
9430 %
9431 \end_layout
9432
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row endhead="true">
9460 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 例示用電話帳
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row endhead="true">
9489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \series bold
9495 氏名
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 TEL.
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row endfoot="true">
9522 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 次頁に続く
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \series bold
9557 Annovi
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 Silvia
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 111
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588 Bertoli
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 Stefano
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 111
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 <row>
9613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \series bold
9619 Bozzi
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Walter
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 111
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row>
9644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 Cachia
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Maria
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 111
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row>
9675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \series bold
9681 Cachia
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 Maurizio
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 111
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row>
9706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \series bold
9712 Cinquemani
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 Giusi
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 111
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \series bold
9743 Colin
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 Bernard
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 111
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 Concli
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Gianfranco
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 111
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \series bold
9805 Dal Bosco
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 Carolina
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 111
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \series bold
9836 Dalpiaz
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 Annamaria
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 111
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row>
9861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 Feliciello
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 Domenico
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 111
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \series bold
9898 Focarelli
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 Paola
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 111
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \series bold
9929 Galletti
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Oreste
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 111
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Gasparini
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Franca
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 111
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Lassini
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Giancarlo
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Malfatti
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Luciano
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Malfatti
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Valeriano
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Meneguzzo
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Roberto
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Mezzadra
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Roberto
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Pirpamer
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Erich
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Pochiesa
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Paolo
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111, 222
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Radina
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Claudio
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Rizzardi
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Paolo, 11.
10249  Fürst von Montecompatri, 11.
10250  Fürst von Sulmona und Vivaro, 10.
10251  Fürst von Rossano, 5.
10252  Herzog von Canemorte, 11.
10253  Herzog von Palombara, 5.
10254  Herzog von Castelchiodato,
10255 \begin_inset ERT
10256 status collapsed
10257
10258 \begin_layout Plain Layout
10259
10260 & 111
10261 \backslash
10262
10263 \backslash
10264  
10265 \backslash
10266 newpage
10267 \end_layout
10268
10269 \begin_layout Plain Layout
10270
10271 &
10272 \end_layout
10273
10274 \end_inset
10275
10276  11.
10277  Herzog von Poggionativo, 11.
10278  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10279  Graf von Valinfreda, 11.
10280  Baron von Cropalati, 11.
10281  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Stuffer
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Oskar
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Tacchelli
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Ugo
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Tezzele
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Margit
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Unterkalmsteiner
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Frieda
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Vieider
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Hilde
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Vigna
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Jürgen
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Weber
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Maurizio
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Winkler
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Franz
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 </lyxtabular>
10545
10546 \end_inset
10547
10548
10549 \end_layout
10550
10551 \begin_layout Section
10552 複数行・連結列・連結行
10553 \end_layout
10554
10555 \begin_layout Subsection
10556 表セル内の複数行
10557 \begin_inset CommandInset label
10558 LatexCommand label
10559 name "sub:複数行"
10560
10561 \end_inset
10562
10563
10564 \begin_inset Index idx
10565 status collapsed
10566
10567 \begin_layout Plain Layout
10568 ひょうせるないのふくすうぎょう@表セル内の複数行
10569 \end_layout
10570
10571 \end_inset
10572
10573
10574 \begin_inset Index idx
10575 status collapsed
10576
10577 \begin_layout Plain Layout
10578 ひょう@表 ! かいぎょう@改行
10579 \end_layout
10580
10581 \end_inset
10582
10583
10584 \end_layout
10585
10586 \begin_layout Standard
10587 \noindent
10588 \begin_inset Float table
10589 placement H
10590 wide false
10591 sideways false
10592 status open
10593
10594 \begin_layout Plain Layout
10595 \begin_inset Caption
10596
10597 \begin_layout Plain Layout
10598 \begin_inset CommandInset label
10599 LatexCommand label
10600 name "tab:複数行表"
10601
10602 \end_inset
10603
10604 セル内に複数の行がある表
10605 \end_layout
10606
10607 \end_inset
10608
10609
10610 \end_layout
10611
10612 \begin_layout Plain Layout
10613 \align center
10614 \begin_inset Tabular
10615 <lyxtabular version="3" rows="3" columns="3">
10616 <features tabularvalignment="middle">
10617 <column alignment="center" valignment="middle" width="2.5cm">
10618 <column alignment="center" valignment="middle" width="0">
10619 <column alignment="center" valignment="middle" width="0">
10620 <row>
10621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 複数の
10626 \begin_inset Newline linebreak
10627 \end_inset
10628
10629
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 </lyxtabular>
10712
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \end_inset
10719
10720
10721 \end_layout
10722
10723 \begin_layout Standard
10724 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10725 \end_layout
10726
10727 \begin_layout Standard
10728
10729 \begin_inset CommandInset ref
10730 LatexCommand ref
10731 reference "tab:複数行表"
10732
10733 \end_inset
10734
10735 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10736 \family sans
10737 設定
10738 \family default
10739 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10740 \begin_inset space \thinspace{}
10741 \end_inset
10742
10743 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10744 \begin_inset space \thinspace{}
10745 \end_inset
10746
10747 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10748 \begin_inset Info
10749 type  "shortcut"
10750 arg   "newline-insert linebreak"
10751 \end_inset
10752
10753 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10754 \end_layout
10755
10756 \begin_layout Standard
10757 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10758 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10759 \begin_inset space \thinspace{}
10760 \end_inset
10761
10762 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10763 \begin_inset CommandInset ref
10764 LatexCommand ref
10765 reference "tab:ハイフネーション表"
10766
10767 \end_inset
10768
10769 が違いを示しています
10770 \begin_inset Foot
10771 status open
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 【訳註】
10777 \series default
10778 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10779 \end_layout
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Standard
10787 \begin_inset Float table
10788 placement h
10789 wide false
10790 sideways false
10791 status open
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Caption
10795
10796 \begin_layout Plain Layout
10797 \begin_inset CommandInset label
10798 LatexCommand label
10799 name "tab:ハイフネーション表"
10800
10801 \end_inset
10802
10803 ハイフネーション有/無の表
10804 \end_layout
10805
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \begin_layout Plain Layout
10812 \begin_inset space \hfill{}
10813 \end_inset
10814
10815
10816 \begin_inset Tabular
10817 <lyxtabular version="3" rows="3" columns="3">
10818 <features tabularvalignment="middle">
10819 <column alignment="center" valignment="middle" width="2.5cm">
10820 <column alignment="center" valignment="middle" width="0">
10821 <column alignment="center" valignment="middle" width="0">
10822 <row>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 verylongtablecellword
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 </row>
10880 <row>
10881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 </row>
10909 </lyxtabular>
10910
10911 \end_inset
10912
10913
10914 \begin_inset space \hfill{}
10915 \end_inset
10916
10917
10918 \begin_inset Tabular
10919 <lyxtabular version="3" rows="3" columns="3">
10920 <features tabularvalignment="middle">
10921 <column alignment="center" valignment="middle" width="2.5cm">
10922 <column alignment="center" valignment="middle" width="0">
10923 <column alignment="center" valignment="middle" width="0">
10924 <row>
10925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 \begin_inset space \hspace{}
10930 \length 0pt
10931 \end_inset
10932
10933 verylongtablecellword
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 </row>
10986 <row>
10987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 </lyxtabular>
11016
11017 \end_inset
11018
11019
11020 \begin_inset space \hfill{}
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \begin_layout Subsection
11032 連結列
11033 \begin_inset CommandInset label
11034 LatexCommand label
11035 name "sub:連結列"
11036
11037 \end_inset
11038
11039
11040 \begin_inset Index idx
11041 status collapsed
11042
11043 \begin_layout Plain Layout
11044 れんけつれつ@連結列
11045 \end_layout
11046
11047 \end_inset
11048
11049
11050 \begin_inset Index idx
11051 status collapsed
11052
11053 \begin_layout Plain Layout
11054 ひょう@表 ! れんけつれつ@連結列
11055 \end_layout
11056
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \begin_layout Subsubsection
11063 連結列の基礎
11064 \end_layout
11065
11066 \begin_layout Standard
11067 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11068 \family sans
11069
11070 \begin_inset Info
11071 type  "icon"
11072 arg   "inset-modify tabular multicolumn"
11073 \end_inset
11074
11075
11076 \family default
11077 を押すか、
11078 \family sans
11079 編集\SpecialChar \menuseparator
11080 表\SpecialChar \menuseparator
11081 連結列
11082 \family default
11083 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11084 \family sans
11085 連結列
11086 \family default
11087 を有効にするかしてください。
11088 \end_layout
11089
11090 \begin_layout Standard
11091 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11092 、最下行に上罫線のない連結行がある表の例です。
11093 \end_layout
11094
11095 \begin_layout Standard
11096 \align center
11097 \begin_inset Tabular
11098 <lyxtabular version="3" rows="3" columns="4">
11099 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11100 <column alignment="center" valignment="top" width="0pt">
11101 <column alignment="center" valignment="middle" width="0">
11102 <column alignment="center" valignment="top" width="0in">
11103 <column alignment="center" valignment="top" width="0pt">
11104 <row>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 いろは
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 にほへとちり
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 ぬるを
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="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" 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" 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 <row>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 </row>
11218 </lyxtabular>
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Subsubsection
11226 連結列の計算
11227 \begin_inset CommandInset label
11228 LatexCommand label
11229 name "sub:連結列の計算"
11230
11231 \end_inset
11232
11233
11234 \begin_inset Index idx
11235 status collapsed
11236
11237 \begin_layout Plain Layout
11238 れんけつれつ@連結列 ! けいさん@計算
11239 \end_layout
11240
11241 \end_inset
11242
11243
11244 \end_layout
11245
11246 \begin_layout Standard
11247 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11248 \end_layout
11249
11250 \begin_layout Standard
11251 \begin_inset Float table
11252 placement h
11253 wide false
11254 sideways false
11255 status open
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Caption
11259
11260 \begin_layout Plain Layout
11261 \begin_inset CommandInset label
11262 LatexCommand label
11263 name "tab:中央揃え表"
11264
11265 \end_inset
11266
11267 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11268 \begin_inset Argument
11269 status collapsed
11270
11271 \begin_layout Plain Layout
11272 完全なる連結列表
11273 \end_layout
11274
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \begin_layout Plain Layout
11286 \align center
11287 \begin_inset Tabular
11288 <lyxtabular version="3" rows="3" columns="3">
11289 <features tabularvalignment="middle">
11290 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11291 <column alignment="center" valignment="middle" width="0">
11292 <column alignment="center" valignment="top" width="0">
11293 <row>
11294 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 複数行にわたる連結列
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 <row>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 </row>
11380 </lyxtabular>
11381
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \begin_layout Standard
11393 たとえば、表
11394 \begin_inset CommandInset ref
11395 LatexCommand ref
11396 reference "tab:中央揃え表"
11397
11398 \end_inset
11399
11400 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11401 \family sans
11402 設定
11403 \family default
11404 を選択します。そして現れる表の設定ダイアログで、このセルを
11405 \emph on
11406 連結列
11407 \emph default
11408
11409 \emph on
11410 中央揃え
11411 \emph default
11412 、2.5
11413 \begin_inset space \thinspace{}
11414 \end_inset
11415
11416 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11417 \begin_inset space \thinspace{}
11418 \end_inset
11419
11420 cm幅に設定します。すると第二列は自動的に1.25
11421 \begin_inset space \thinspace{}
11422 \end_inset
11423
11424 cm幅(連結列幅マイナス第一列の幅)になります。表
11425 \begin_inset CommandInset ref
11426 LatexCommand ref
11427 reference "tab:半分でない表"
11428
11429 \end_inset
11430
11431 もこのようにして作成してあります。
11432 \end_layout
11433
11434 \begin_layout Standard
11435 \begin_inset Float table
11436 wide false
11437 sideways false
11438 status open
11439
11440 \begin_layout Plain Layout
11441 \begin_inset Caption
11442
11443 \begin_layout Plain Layout
11444 \begin_inset CommandInset label
11445 LatexCommand label
11446 name "tab:半分でない表"
11447
11448 \end_inset
11449
11450 連結セルの下の列が正確に半分になっていない表
11451 \begin_inset Argument
11452 status collapsed
11453
11454 \begin_layout Plain Layout
11455 不完全な連結列表
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \begin_layout Plain Layout
11469 \align center
11470 \begin_inset Tabular
11471 <lyxtabular version="3" rows="3" columns="3">
11472 <features tabularvalignment="middle">
11473 <column alignment="center" valignment="top" width="1.25cm">
11474 <column alignment="center" valignment="top" width="0">
11475 <column alignment="center" valignment="top" width="0">
11476 <row>
11477 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 複数行にわたる連結列
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 </row>
11505 <row>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 </lyxtabular>
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11577 指定したセル幅
11578 \begin_inset Formula $W_{\mbox{指}}$
11579 \end_inset
11580
11581 がセルの全幅
11582 \begin_inset Formula $W_{\text{全}}$
11583 \end_inset
11584
11585 と等しくならないためです。付録
11586 \begin_inset CommandInset ref
11587 LatexCommand ref
11588 reference "cha:式の説明"
11589
11590 \end_inset
11591
11592 がこの事情を詳細に説明しています。
11593 \end_layout
11594
11595 \begin_layout Standard
11596
11597 \emph on
11598 n
11599 \emph default
11600 列を連結する際、各列の全幅が
11601 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11602 \end_inset
11603
11604 となるために必要な指定幅
11605 \begin_inset Formula $W_{\mbox{指}:n}$
11606 \end_inset
11607
11608 は、
11609 \begin_inset Formula 
11610 \begin{equation}
11611 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11612 \end{equation}
11613
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \begin_layout Standard
11620 で計算することができます。上記の例では
11621 \begin_inset Formula $n=2$
11622 \end_inset
11623
11624 かつ
11625 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11626 \end_inset
11627
11628 cmかつ長さは既定値ですから、第
11629 \begin_inset CommandInset ref
11630 LatexCommand ref
11631 reference "eq:Wgn"
11632
11633 \end_inset
11634
11635 式は
11636 \begin_inset Formula 
11637 \begin{equation}
11638 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11639 \end{equation}
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11648 \end_layout
11649
11650 \begin_layout Standard
11651
11652 \series bold
11653
11654 \backslash
11655 usepackage{calc}
11656 \end_layout
11657
11658 \begin_layout Standard
11659 と書いて、LaTeXパッケージ
11660 \series bold
11661 calc
11662 \series default
11663
11664 \begin_inset Index idx
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11669 \end_layout
11670
11671 \end_inset
11672
11673 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11674 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11675 \end_layout
11676
11677 \begin_layout Itemize
11678
11679 \series bold
11680 p{幅}
11681 \series default
11682 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11683 \end_layout
11684
11685 \begin_layout Itemize
11686
11687 \series bold
11688 m{幅}
11689 \series default
11690 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11691 \end_layout
11692
11693 \begin_layout Itemize
11694
11695 \series bold
11696 b{幅}
11697 \series default
11698 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11699 \end_layout
11700
11701 \begin_layout Standard
11702 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11703 \end_layout
11704
11705 \begin_layout Standard
11706 \begin_inset Note Greyedout
11707 status open
11708
11709 \begin_layout Plain Layout
11710
11711 \series bold
11712 【註】
11713 \series default
11714 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11715 \end_layout
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Standard
11723 文章を水平方向中央揃えにしたいので、
11724 \series bold
11725
11726 \backslash
11727 centering
11728 \series default
11729 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11730 \end_layout
11731
11732 \begin_layout Standard
11733
11734 \series bold
11735 >{
11736 \backslash
11737 centering}m{1.25cm-6.2pt}
11738 \end_layout
11739
11740 \begin_layout Standard
11741
11742 \series bold
11743 >{ }
11744 \series default
11745 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11746 \end_layout
11747
11748 \begin_layout Standard
11749 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11750 がって、連結セルには
11751 \end_layout
11752
11753 \begin_layout Standard
11754
11755 \series bold
11756 >{
11757 \backslash
11758 centering}m{2.5cm}
11759 \end_layout
11760
11761 \begin_layout Standard
11762 というLaTeX変数を指定しなくてはなりません。
11763 \end_layout
11764
11765 \begin_layout Subsection
11766 連結行
11767 \begin_inset CommandInset label
11768 LatexCommand label
11769 name "sub:連結行"
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index idx
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 れんけつぎょう@連結行
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \begin_inset Index idx
11785 status collapsed
11786
11787 \begin_layout Plain Layout
11788 ひょう@表 ! れんけつぎょう@連結行
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Standard
11797 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11798 \family sans
11799
11800 \begin_inset Info
11801 type  "icon"
11802 arg   "inset-modify tabular multirow"
11803 \end_inset
11804
11805
11806 \family default
11807 を押すか、メニュー
11808 \family sans
11809 編集\SpecialChar \menuseparator
11810 表\SpecialChar \menuseparator
11811 連結行
11812 \family default
11813 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11814 \family sans
11815 \SpecialChar \menuseparator
11816 連結行
11817 \family default
11818 を選んでください。
11819 \end_layout
11820
11821 \begin_layout Standard
11822 下記は一列目に連結列を適用した表の例です。
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="3">
11829 <features tabularvalignment="middle">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <column alignment="center" valignment="top" width="0">
11832 <column alignment="center" valignment="top" width="0">
11833 <row>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 長いセル項目
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
11862 <row>
11863 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 連結列
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 </row>
11891 <row>
11892 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 </lyxtabular>
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11929 \family sans
11930 垂直オフセット
11931 \family default
11932 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11933 \end_layout
11934
11935 \begin_layout Standard
11936 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 renewcommand{
11945 \backslash
11946 multirowsetup}{
11947 \backslash
11948 centering}
11949 \end_layout
11950
11951 \begin_layout Standard
11952 というコマンドを使用して、コマンド
11953 \series bold
11954
11955 \backslash
11956 multirowsetup
11957 \series default
11958 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11959 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11960 \series bold
11961
11962 \backslash
11963 centering
11964 \series default
11965 の代わりに
11966 \series bold
11967
11968 \backslash
11969 raggedleft
11970 \series default
11971 を使用して下さい。左揃えに戻すには、
11972 \series bold
11973
11974 \backslash
11975 raggedright
11976 \series default
11977 とします。
11978 \end_layout
11979
11980 \begin_layout Standard
11981 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11982 \end_layout
11983
11984 \begin_layout Standard
11985 \noindent
11986 \align center
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 renewcommand{
11995 \backslash
11996 multirowsetup}{
11997 \backslash
11998 raggedleft}
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset Tabular
12005 <lyxtabular version="3" rows="4" columns="3">
12006 <features tabularvalignment="middle">
12007 <column alignment="center" valignment="top" width="3cm">
12008 <column alignment="center" valignment="top" width="0">
12009 <column alignment="center" valignment="top" width="0">
12010 <row>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 長いセル項目
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 <row>
12040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 </row>
12068 <row>
12069 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 連結列
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 </row>
12097 <row>
12098 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 </lyxtabular>
12127
12128 \end_inset
12129
12130
12131 \begin_inset ERT
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135
12136
12137 \backslash
12138 renewcommand{
12139 \backslash
12140 multirowsetup}{
12141 \backslash
12142 raggedright}
12143 \end_layout
12144
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \begin_layout Standard
12151
12152 \lang english
12153 To start a new line in a multirow you can use a forced line break (shortcut
12154  
12155 \begin_inset Info
12156 type  "shortcut"
12157 arg   "newline-insert newline"
12158 \end_inset
12159
12160 ) but this will not respect the cell lines as demonstrated in this table:
12161 \end_layout
12162
12163 \begin_layout Standard
12164 \noindent
12165 \align center
12166
12167 \lang english
12168 \begin_inset Tabular
12169 <lyxtabular version="3" rows="3" columns="2">
12170 <features tabularvalignment="middle">
12171 <column alignment="left" valignment="middle" width="2cm">
12172 <column alignment="center" valignment="top" width="0">
12173 <row>
12174 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178
12179 \lang english
12180 aaa
12181 \begin_inset Newline newline
12182 \end_inset
12183
12184 aaa
12185 \begin_inset Newline newline
12186 \end_inset
12187
12188 wrong cell
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197
12198 \lang english
12199 ccc
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219
12220 \lang english
12221 ddd
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 </row>
12227 <row>
12228 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \lang english
12234 bbb
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243
12244 \lang english
12245 eee
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 </row>
12251 </lyxtabular>
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259
12260 \lang english
12261 Therefore be careful with forced line breaks.
12262 \end_layout
12263
12264 \begin_layout Subsection
12265
12266 \lang english
12267 Cells with diagonal line(s)
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \lang english
12273 To tell the reader what is meant by column and row headings in a table,
12274  it is helpful to split the first cell of the table by one or two diagonal
12275  lines.
12276  This can be achieved by loading the LaTeX-package 
12277 \series bold
12278 diagbox
12279 \series default
12280 \lang japanese
12281
12282 \begin_inset Index idx
12283 status collapsed
12284
12285 \begin_layout Plain Layout
12286 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12287 \end_layout
12288
12289 \end_inset
12290
12291
12292 \lang english
12293  in the document preamble.
12294  The package provides the command 
12295 \series bold
12296
12297 \backslash
12298 diagbox
12299 \series default
12300  that is inserted as TeX-Code and that can take 2 or 3
12301 \begin_inset space ~
12302 \end_inset
12303
12304 arguments:
12305 \end_layout
12306
12307 \begin_layout Standard
12308
12309 \series bold
12310 \lang english
12311
12312 \backslash
12313 diagbox[options]{lower left}{upper right}
12314 \end_layout
12315
12316 \begin_layout Standard
12317
12318 \series bold
12319 \lang english
12320
12321 \backslash
12322 diagbox[options]{lower left}{upper left}{upper right}
12323 \end_layout
12324
12325 \begin_layout Standard
12326
12327 \lang english
12328 The first scheme divides the cell by a single diagonal line and the arguments
12329  are placed below and above this line.
12330  The second scheme divides the cell by 2
12331 \begin_inset space ~
12332 \end_inset
12333
12334 lines.
12335 \end_layout
12336
12337 \begin_layout Standard
12338 \begin_inset ERT
12339 status collapsed
12340
12341 \begin_layout Plain Layout
12342
12343
12344 \backslash
12345 ifdiagbox
12346 \end_layout
12347
12348 \end_inset
12349
12350
12351 \begin_inset Note Note
12352 status open
12353
12354 \begin_layout Plain Layout
12355 この節は、LaTeXパッケージ
12356 \series bold
12357 diagbox
12358 \series default
12359 が導入済みの時のみ表示されます。
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \lang english
12370 Here is an example table where 
12371 \series bold
12372
12373 \backslash
12374 diagbox 
12375 \series default
12376 is used in the 2-argument scheme in the first cell:
12377 \begin_inset VSpace medskip
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \begin_layout Standard
12384 \noindent
12385
12386 \lang english
12387 \begin_inset Tabular
12388 <lyxtabular version="3" rows="4" columns="4">
12389 <features tabularvalignment="middle">
12390 <column alignment="center" valignment="top" width="0">
12391 <column alignment="center" valignment="top" width="0">
12392 <column alignment="center" valignment="top" width="0">
12393 <column alignment="center" valignment="top" width="0">
12394 <row>
12395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399
12400 \lang english
12401 \begin_inset ERT
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405
12406
12407 \backslash
12408 diagbox{
12409 \end_layout
12410
12411 \end_inset
12412
12413 Name
12414 \begin_inset ERT
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418
12419 }{
12420 \end_layout
12421
12422 \end_inset
12423
12424 Parameter
12425 \begin_inset ERT
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429
12430 }
12431 \end_layout
12432
12433 \end_inset
12434
12435
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Plain Layout
12444
12445 \lang english
12446 Thickness in nm
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455
12456 \lang english
12457 Transparency in %
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466
12467 \lang english
12468 Hardness in MPa
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 </row>
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479
12480 \lang english
12481 Perfect Green
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490
12491 \lang english
12492 45
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501
12502 \lang english
12503 80
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512
12513 \lang english
12514 504
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 </row>
12520 <row>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525
12526 \lang english
12527 Dark Multi-P
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536
12537 \lang english
12538 60
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547
12548 \lang english
12549 72
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558
12559 \lang english
12560 982
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 <row>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571
12572 \lang english
12573 Crystal Clear Pro
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582
12583 \lang english
12584 18
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \lang english
12595 86
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604
12605 \lang english
12606 374
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 </lyxtabular>
12613
12614 \end_inset
12615
12616
12617 \begin_inset VSpace medskip
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \begin_layout Standard
12624
12625 \lang english
12626 The 3-argument scheme is for example useful for cross-tables of sports leagues
12627  or distances:
12628 \end_layout
12629
12630 \begin_layout Standard
12631 \noindent
12632 \align center
12633
12634 \lang english
12635 \begin_inset Tabular
12636 <lyxtabular version="3" rows="4" columns="4">
12637 <features tabularvalignment="middle">
12638 <column alignment="center" valignment="top" width="0pt">
12639 <column alignment="center" valignment="top" width="0">
12640 <column alignment="center" valignment="top" width="0">
12641 <column alignment="center" valignment="top" width="0">
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647
12648 \lang english
12649 \begin_inset ERT
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653
12654
12655 \backslash
12656 diagbox{
12657 \end_layout
12658
12659 \end_inset
12660
12661 Team home
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667 }{
12668 \end_layout
12669
12670 \end_inset
12671
12672 Result
12673 \begin_inset ERT
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677
12678 }{
12679 \end_layout
12680
12681 \end_inset
12682
12683 Team away
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689 }
12690 \end_layout
12691
12692 \end_inset
12693
12694
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
12704 \lang english
12705 Tigers
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714
12715 \lang english
12716 Panthers
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725
12726 \lang english
12727 Falcons
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \lang english
12740 Tigers
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \lang english
12751 ---
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \lang english
12762 1:3
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \lang english
12773 0:1
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 </row>
12779 <row>
12780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784
12785 \lang english
12786 Panthers
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795
12796 \lang english
12797 3:1
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \lang english
12808 ---
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \lang english
12819 0:0
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 </row>
12825 <row>
12826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830
12831 \lang english
12832 Falcons
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \lang english
12843 1:0
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852
12853 \lang english
12854 0:0
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863
12864 \lang english
12865 ---
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 </lyxtabular>
12872
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879
12880 \lang english
12881 For larger cross-tables one might use split cells in 2 or every corner of
12882  the table like in this example:
12883 \end_layout
12884
12885 \begin_layout Standard
12886 \noindent
12887 \align center
12888
12889 \lang english
12890 \begin_inset Tabular
12891 <lyxtabular version="3" rows="5" columns="5">
12892 <features tabularvalignment="middle">
12893 <column alignment="center" valignment="top" width="0pt">
12894 <column alignment="center" valignment="top" width="0">
12895 <column alignment="center" valignment="top" width="0">
12896 <column alignment="center" valignment="top" width="0">
12897 <column alignment="center" valignment="top" width="0">
12898 <row>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903
12904 \lang english
12905 \begin_inset ERT
12906 status open
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 diagbox{
12913 \end_layout
12914
12915 \end_inset
12916
12917 Team home
12918 \begin_inset ERT
12919 status collapsed
12920
12921 \begin_layout Plain Layout
12922
12923 }{
12924 \end_layout
12925
12926 \end_inset
12927
12928 Result
12929 \begin_inset ERT
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933
12934 }{
12935 \end_layout
12936
12937 \end_inset
12938
12939 Team away
12940 \begin_inset ERT
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944
12945 }
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959
12960 \lang english
12961 Tigers
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970
12971 \lang english
12972 Panthers
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981
12982 \lang english
12983 Falcons
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992
12993 \lang english
12994 \begin_inset ERT
12995 status open
12996
12997 \begin_layout Plain Layout
12998
12999
13000 \backslash
13001 diagbox[dir=NE]{
13002 \end_layout
13003
13004 \end_inset
13005
13006 Team home
13007 \begin_inset ERT
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011
13012 }{
13013 \end_layout
13014
13015 \end_inset
13016
13017 Result
13018 \begin_inset ERT
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022
13023 }{
13024 \end_layout
13025
13026 \end_inset
13027
13028 Team away
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034 }
13035 \end_layout
13036
13037 \end_inset
13038
13039
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row>
13046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050
13051 \lang english
13052 Tigers
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061
13062 \lang english
13063 ---
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072
13073 \lang english
13074 1:3
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083
13084 \lang english
13085 0:1
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094
13095 \lang english
13096 Tigers
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 </row>
13102 <row>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107
13108 \lang english
13109 Panthers
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118
13119 \lang english
13120 3:1
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129
13130 \lang english
13131 ---
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140
13141 \lang english
13142 0:0
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151
13152 \lang english
13153 Panthers
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164
13165 \lang english
13166 Falcons
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175
13176 \lang english
13177 1:0
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186
13187 \lang english
13188 0:0
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197
13198 \lang english
13199 ---
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \lang english
13210 Falcons
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221
13222 \lang english
13223 \begin_inset ERT
13224 status open
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox[dir=SW]{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277
13278 \lang english
13279 Tigers
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288
13289 \lang english
13290 Panthers
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299
13300 \lang english
13301 Falcons
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310
13311 \lang english
13312 \begin_inset ERT
13313 status open
13314
13315 \begin_layout Plain Layout
13316
13317
13318 \backslash
13319 diagbox[dir=SE]{
13320 \end_layout
13321
13322 \end_inset
13323
13324 Team home
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330 }{
13331 \end_layout
13332
13333 \end_inset
13334
13335 Result
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341 }{
13342 \end_layout
13343
13344 \end_inset
13345
13346 Team away
13347 \begin_inset ERT
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351
13352 }
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 </row>
13363 </lyxtabular>
13364
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \begin_layout Standard
13371
13372 \lang english
13373 To rotate the diagonal lines, the command option 
13374 \series bold
13375 dir=direction
13376 \series default
13377  is used.
13378  
13379 \emph on
13380 direction
13381 \emph default
13382  is either 
13383 \series bold
13384 NE
13385 \series default
13386
13387 \series bold
13388 DE
13389 \series default
13390
13391 \series bold
13392 SW
13393 \series default
13394  or 
13395 \series bold
13396 NW
13397 \series default
13398  and represent a point of a compass.
13399  
13400 \series bold
13401 SW
13402 \series default
13403  is for example the south-west corner.
13404  Thus in the lower left cell of the above table the command
13405 \end_layout
13406
13407 \begin_layout Standard
13408
13409 \series bold
13410 \lang english
13411
13412 \backslash
13413 diagbox[dir=SW]{Team home}{Result}{Team away}
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \lang english
13419 is used.
13420  If no direction is given, it will be NW.
13421 \end_layout
13422
13423 \begin_layout Standard
13424
13425 \lang english
13426 The necessary width of split cells is automatically calculated.
13427  Thus if you set a fixed column width smaller than the calculated one, the
13428  cell's content will protrude the cell borders:
13429 \end_layout
13430
13431 \begin_layout Standard
13432 \noindent
13433 \align center
13434
13435 \lang english
13436 \begin_inset Tabular
13437 <lyxtabular version="3" rows="2" columns="2">
13438 <features tabularvalignment="middle">
13439 <column alignment="center" valignment="top" width="3cm">
13440 <column alignment="center" valignment="top" width="0">
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446
13447 \lang english
13448 \begin_inset ERT
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452
13453
13454 \backslash
13455 diagbox{
13456 \end_layout
13457
13458 \end_inset
13459
13460 Name
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466 }{
13467 \end_layout
13468
13469 \end_inset
13470
13471 Parameter
13472 \begin_inset ERT
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476
13477 }
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \lang english
13493 Thickness in nm
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \lang english
13506 Perfect Green
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515
13516 \lang english
13517 45
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 </lyxtabular>
13524
13525 \end_inset
13526
13527
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \lang english
13533 If you need a certain width for columns with a split cell, use the command
13534  option 
13535 \series bold
13536 width=3cm
13537 \series default
13538  (replace '3cm' by the width you need).
13539  In the following table the width of the first column is set to 4
13540 \begin_inset space \thinspace{}
13541 \end_inset
13542
13543 cm.
13544  For 
13545 \series bold
13546
13547 \backslash
13548 diagbox
13549 \series default
13550  a width of 4
13551 \begin_inset space \thinspace{}
13552 \end_inset
13553
13554 cm + 2
13555 \begin_inset space \thinspace{}
13556 \end_inset
13557
13558
13559 \backslash
13560 tabcolsep is necessary because the overall width is the width for the text
13561  (in this case the 4
13562 \begin_inset space \thinspace{}
13563 \end_inset
13564
13565 cm) plus two times the separation of the text and the cell border.
13566  The calculation of the width cannot be done in the command option of 
13567 \series bold
13568
13569 \backslash
13570 diagbox
13571 \series default
13572  so one needs to create a new length which can be used later.
13573  This is done with the TeX-Code commands
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \series bold
13579
13580 \backslash
13581 newlength{
13582 \backslash
13583 diagtest}
13584 \begin_inset Newline newline
13585 \end_inset
13586
13587
13588 \backslash
13589 setlength{
13590 \backslash
13591 diagtest}{4cm+2
13592 \backslash
13593 tabcolsep}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602
13603 \backslash
13604 newlength{
13605 \backslash
13606 diagtest}
13607 \end_layout
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 setlength{
13614 \backslash
13615 diagtest}{4cm+2
13616 \backslash
13617 tabcolsep}
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \begin_layout Standard
13626
13627 \lang english
13628 To enable calculations in LaTeX one needs to load the package 
13629 \series bold
13630 calc
13631 \series default
13632 \lang japanese
13633
13634 \begin_inset Index idx
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13639 \end_layout
13640
13641 \end_inset
13642
13643
13644 \lang english
13645  in the document preamble.
13646 \end_layout
13647
13648 \begin_layout Standard
13649
13650 \lang english
13651 In this table you can now use the command
13652 \end_layout
13653
13654 \begin_layout Standard
13655
13656 \series bold
13657 \lang english
13658
13659 \backslash
13660 diagbox[width=
13661 \backslash
13662 diagtest]{A}{B}
13663 \end_layout
13664
13665 \begin_layout Standard
13666
13667 \lang english
13668 in the first cell:
13669 \end_layout
13670
13671 \begin_layout Standard
13672 \noindent
13673 \align center
13674
13675 \lang english
13676 \begin_inset Tabular
13677 <lyxtabular version="3" rows="2" columns="2">
13678 <features tabularvalignment="middle">
13679 <column alignment="center" valignment="top" width="4cm">
13680 <column alignment="center" valignment="top" width="0">
13681 <row>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686
13687 \lang english
13688 \begin_inset ERT
13689 status open
13690
13691 \begin_layout Plain Layout
13692
13693
13694 \backslash
13695 diagbox[width=
13696 \backslash
13697 diagtest]{
13698 \end_layout
13699
13700 \end_inset
13701
13702 A
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708 }{
13709 \end_layout
13710
13711 \end_inset
13712
13713 B
13714 \begin_inset ERT
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719 }
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733
13734 \lang english
13735 Thickness in nm
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \lang english
13748 Perfect Green
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \lang english
13759 45
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 </lyxtabular>
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \begin_layout Standard
13773
13774 \lang english
13775 Note that the split cell needs to be the widest one in the column.
13776  Otherwise the length of the diagonal line cannot be calculated correctly
13777  like in this table:
13778 \end_layout
13779
13780 \begin_layout Standard
13781 \noindent
13782 \align center
13783
13784 \lang english
13785 \begin_inset Tabular
13786 <lyxtabular version="3" rows="2" columns="2">
13787 <features tabularvalignment="middle">
13788 <column alignment="center" valignment="top" width="0pt">
13789 <column alignment="center" valignment="top" width="0">
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \lang english
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802
13803 \backslash
13804 diagbox{
13805 \end_layout
13806
13807 \end_inset
13808
13809 A
13810 \begin_inset ERT
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814
13815 }{
13816 \end_layout
13817
13818 \end_inset
13819
13820 B
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826 }
13827 \end_layout
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840
13841 \lang english
13842 Thickness in nm
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 </row>
13848 <row>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \lang english
13855 Perfect Green
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \lang english
13866 45
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 </lyxtabular>
13873
13874 \end_inset
13875
13876
13877 \end_layout
13878
13879 \begin_layout Standard
13880
13881 \lang english
13882 In this case use the 
13883 \series bold
13884 width
13885 \series default
13886  option of the 
13887 \series bold
13888
13889 \backslash
13890 diagbox
13891 \series default
13892  command.
13893  It is then not necessary to add 2
13894 \backslash
13895 tabcolsep because the cell width is now the width of the column.
13896  In this table a width of 3
13897 \begin_inset space \thinspace{}
13898 \end_inset
13899
13900 cm is used:
13901 \end_layout
13902
13903 \begin_layout Standard
13904 \noindent
13905 \align center
13906
13907 \lang english
13908 \begin_inset Tabular
13909 <lyxtabular version="3" rows="2" columns="2">
13910 <features tabularvalignment="middle">
13911 <column alignment="center" valignment="top" width="0pt">
13912 <column alignment="center" valignment="top" width="0">
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918
13919 \lang english
13920 \begin_inset ERT
13921 status open
13922
13923 \begin_layout Plain Layout
13924
13925
13926 \backslash
13927 diagbox[width=3cm]{
13928 \end_layout
13929
13930 \end_inset
13931
13932 A
13933 \begin_inset ERT
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937
13938 }{
13939 \end_layout
13940
13941 \end_inset
13942
13943 B
13944 \begin_inset ERT
13945 status collapsed
13946
13947 \begin_layout Plain Layout
13948
13949 }
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963
13964 \lang english
13965 Thickness in nm
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \lang english
13978 Perfect Green
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987
13988 \lang english
13989 45
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 </row>
13995 </lyxtabular>
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Standard
14003
14004 \lang english
14005 For multiple text lines in split cells one needs some extra height to fit
14006  the text to the cell.
14007  This can be achieved with the 
14008 \series bold
14009
14010 \backslash
14011 diagbox
14012 \series default
14013  option 
14014 \series bold
14015 height=3cm
14016 \series default
14017  (replace '3cm' by the height you need).
14018  In the following table the command
14019 \end_layout
14020
14021 \begin_layout Standard
14022
14023 \series bold
14024 \lang english
14025
14026 \backslash
14027 diagbox[width=3cm,height=1.4cm]{A
14028 \backslash
14029
14030 \backslash
14031 B}{C
14032 \backslash
14033
14034 \backslash
14035 D}
14036 \end_layout
14037
14038 \begin_layout Standard
14039
14040 \lang english
14041 is used in the first cell.
14042  The command 
14043 \series bold
14044
14045 \backslash
14046
14047 \backslash
14048
14049 \series default
14050  creates hereby the line break.
14051 \begin_inset Foot
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056 \lang english
14057 Breaking lines with 
14058 \family sans
14059 Ctrl+Return
14060 \family default
14061  is only possible when the column has a fixed width.
14062 \end_layout
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \noindent
14071 \align center
14072
14073 \lang english
14074 \begin_inset Tabular
14075 <lyxtabular version="3" rows="2" columns="2">
14076 <features tabularvalignment="middle">
14077 <column alignment="center" valignment="top" width="0">
14078 <column alignment="center" valignment="top" width="0">
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084
14085 \lang english
14086 \begin_inset ERT
14087 status open
14088
14089 \begin_layout Plain Layout
14090
14091
14092 \backslash
14093 diagbox[width=3cm,height=1.4cm]{
14094 \end_layout
14095
14096 \end_inset
14097
14098 A
14099 \begin_inset ERT
14100 status collapsed
14101
14102 \begin_layout Plain Layout
14103
14104
14105 \backslash
14106
14107 \backslash
14108
14109 \end_layout
14110
14111 \end_inset
14112
14113 B
14114 \begin_inset ERT
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118
14119 }{
14120 \end_layout
14121
14122 \end_inset
14123
14124 C
14125 \begin_inset ERT
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129
14130
14131 \backslash
14132
14133 \backslash
14134
14135 \end_layout
14136
14137 \end_inset
14138
14139 D
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145 }
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159
14160 \lang english
14161 Thickness in nm
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172
14173 \lang english
14174 Perfect Green
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183
14184 \lang english
14185 45
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 </lyxtabular>
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \begin_layout Standard
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204
14205 \backslash
14206 else
14207 \end_layout
14208
14209 \end_inset
14210
14211
14212 \begin_inset Note Note
14213 status open
14214
14215 \begin_layout Plain Layout
14216 以下は、LaTeXパッケージ
14217 \series bold
14218 diagbox
14219 \series default
14220 が導入済みでないときに表示されます。
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Standard
14229 本節の内容を出力に表示するためには、
14230 \series bold
14231 diagbox
14232 \series default
14233 パッケージを導入しなくてはなりません。
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \begin_inset ERT
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241
14242
14243 \backslash
14244 fi
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \begin_layout Standard
14253
14254 \lang english
14255 For more info about the LaTeX-package 
14256 \series bold
14257 diagbox
14258 \series default
14259 , see its documentation
14260 \lang japanese
14261
14262 \begin_inset CommandInset citation
14263 LatexCommand cite
14264 key "diagbox"
14265
14266 \end_inset
14267
14268 .
14269 \end_layout
14270
14271 \begin_layout Section
14272 フォーマル形式の表
14273 \begin_inset CommandInset label
14274 LatexCommand label
14275 name "sec:フォーマル形式の表"
14276
14277 \end_inset
14278
14279
14280 \begin_inset Index idx
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293 書籍中の表は、よく表
14294 \begin_inset CommandInset ref
14295 LatexCommand ref
14296 reference "tab:ブックタブ表の例"
14297
14298 \end_inset
14299
14300 のように組版されます。この種の表は、「
14301 \emph on
14302 フォーマル形式
14303 \emph default
14304 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \begin_inset Float table
14309 placement h
14310 wide false
14311 sideways false
14312 status open
14313
14314 \begin_layout Plain Layout
14315 \begin_inset Caption
14316
14317 \begin_layout Plain Layout
14318 \begin_inset CommandInset label
14319 LatexCommand label
14320 name "tab:ブックタブ表の例"
14321
14322 \end_inset
14323
14324 ブックタブ表の例
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Plain Layout
14333 \align center
14334 \begin_inset Tabular
14335 <lyxtabular version="3" rows="8" columns="4">
14336 <features booktabs="true" tabularvalignment="middle">
14337 <column alignment="center" valignment="top" width="0">
14338 <column alignment="center" valignment="top" width="0">
14339 <column alignment="center" valignment="top" width="0">
14340 <column alignment="center" valignment="top" width="0">
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 システム
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 Medipix
14356 \begin_inset space \thinspace{}
14357 \end_inset
14358
14359 1
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 Medipix
14369 \begin_inset space \thinspace{}
14370 \end_inset
14371
14372 2
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 \begin_inset ERT
14393 status collapsed
14394
14395 \begin_layout Plain Layout
14396
14397
14398 \backslash
14399 cmidrule(r){2-2}
14400 \end_layout
14401
14402 \end_inset
14403
14404
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410
14411 \backslash
14412 cmidrule(l){3-4}
14413 \end_layout
14414
14415 \end_inset
14416
14417 検知器の厚み [µm]
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 300
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 300
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 700
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 </row>
14450 <row>
14451 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 エッジ角 [°]
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 3.55
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 2.71
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 7.99
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 <row topspace="default">
14489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 空間分解能 [µm]
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 4.26
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 10.17
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 10.56
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 </row>
14526 <row topspace="default">
14527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Formula $f_{\mathrm{max}}$
14532 \end_inset
14533
14534 におけるMTF
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 0.53
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 0.37
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 0.39
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 <row topspace="default">
14568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 \begin_inset ERT
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576
14577
14578 \backslash
14579 cmidrule(l{10pt}){1-1}
14580 \end_layout
14581
14582 \end_inset
14583
14584 LSF空間分解能
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 </row>
14617 <row>
14618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 µm表示
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 "sub:行の余白取り"
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 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14795 \series bold
14796
14797 \backslash
14798 cmidrule
14799 \series default
14800 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14801 \end_layout
14802
14803 \begin_layout Standard
14804
14805 \series bold
14806
14807 \backslash
14808 cmidrule[幅](刈込){開始列-終了列}
14809 \end_layout
14810
14811 \begin_layout Standard
14812 です。
14813 \series bold
14814
14815 \backslash
14816 cmidrule
14817 \series default
14818 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14819 \series bold
14820
14821 \backslash
14822 cmidrule
14823 \series default
14824 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14825
14826 \end_layout
14827
14828 \begin_layout Standard
14829 この線幅の既定値は0.03
14830 \begin_inset space \thinspace{}
14831 \end_inset
14832
14833 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14834 。非必須パラメーターの「刈込」は、
14835 \emph on
14836 l{刈込幅}
14837 \emph default
14838 あるいは
14839 \emph on
14840 r{刈込幅}
14841 \emph default
14842 の値を取り、刈込幅の指定は非必須です。たとえば、
14843 \emph on
14844 l{2pt}
14845 \emph default
14846 というパラメーターを使うと、罫線が左端から2
14847 \begin_inset space \thinspace{}
14848 \end_inset
14849
14850 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14851 \begin_inset space \thinspace{}
14852 \end_inset
14853
14854 emだけ刈り込まれます。
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset VSpace bigskip
14859 \end_inset
14860
14861
14862 \begin_inset CommandInset ref
14863 LatexCommand ref
14864 reference "tab:ブックタブ表の例"
14865
14866 \end_inset
14867
14868 は、
14869 \end_layout
14870
14871 \begin_layout Standard
14872
14873 \series bold
14874
14875 \backslash
14876 cmidrule(r){2-2}
14877 \backslash
14878 cmidrule(l){3-4}
14879 \end_layout
14880
14881 \begin_layout Standard
14882 というコマンドを第二行の初めに使用し、
14883 \end_layout
14884
14885 \begin_layout Standard
14886
14887 \series bold
14888
14889 \backslash
14890 cmidrule(l{10pt}){1-1}
14891 \end_layout
14892
14893 \begin_layout Standard
14894 を第六行に使用して作成されています。
14895 \end_layout
14896
14897 \begin_layout Standard
14898 \begin_inset VSpace bigskip
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Standard
14905 ときには、表
14906 \begin_inset CommandInset ref
14907 LatexCommand ref
14908 reference "tab:特殊なブックタブ表"
14909
14910 \end_inset
14911
14912 のような重なり合った
14913 \series bold
14914
14915 \backslash
14916 cmidrule
14917 \series default
14918 が欲しいことがあるかもしれません。これは、TeXコードで
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 morecmidrules
14927 \end_layout
14928
14929 \begin_layout Standard
14930 コマンドを使用することによって実現することができます。表
14931 \begin_inset CommandInset ref
14932 LatexCommand ref
14933 reference "tab:特殊なブックタブ表"
14934
14935 \end_inset
14936
14937 の第二列には
14938 \end_layout
14939
14940 \begin_layout Standard
14941
14942 \series bold
14943
14944 \backslash
14945 cmidrule(r){2-2}
14946 \backslash
14947 cmidrule(l){3-4}
14948 \backslash
14949 morecmidrules
14950 \backslash
14951 cmidrule{2-4}
14952 \end_layout
14953
14954 \begin_layout Standard
14955 というコマンドが使用されており、第六列には
14956 \end_layout
14957
14958 \begin_layout Standard
14959
14960 \series bold
14961
14962 \backslash
14963 midrule
14964 \backslash
14965 morecmidrules
14966 \backslash
14967 cmidrule{3-4}
14968 \end_layout
14969
14970 \begin_layout Standard
14971 というコマンドが使用されています。
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset VSpace bigskip
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Standard
14982 罫線の余白取りにどうしても満足が行かない場合には、
14983 \end_layout
14984
14985 \begin_layout Standard
14986
14987 \series bold
14988
14989 \backslash
14990 specialrule{幅}{上余白}{下余白}
14991 \end_layout
14992
14993 \begin_layout Standard
14994 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14995 \series bold
14996 booktabs
14997 \series default
14998  
14999 \begin_inset CommandInset citation
15000 LatexCommand cite
15001 key "booktabs"
15002
15003 \end_inset
15004
15005
15006 \begin_inset Index idx
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
15011 \end_layout
15012
15013 \end_inset
15014
15015 の取扱説明書をご参照下さい。
15016 \end_layout
15017
15018 \begin_layout Standard
15019 \begin_inset Float table
15020 placement h
15021 wide false
15022 sideways false
15023 status open
15024
15025 \begin_layout Plain Layout
15026 \begin_inset Caption
15027
15028 \begin_layout Plain Layout
15029 \begin_inset CommandInset label
15030 LatexCommand label
15031 name "tab:特殊なブックタブ表"
15032
15033 \end_inset
15034
15035 特殊なブックタブ表
15036 \end_layout
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Plain Layout
15044 \align center
15045 \begin_inset Tabular
15046 <lyxtabular version="3" rows="8" columns="4">
15047 <features booktabs="true" tabularvalignment="middle">
15048 <column alignment="center" valignment="top" width="0">
15049 <column alignment="center" valignment="top" width="0">
15050 <column alignment="center" valignment="top" width="0">
15051 <column alignment="center" valignment="top" width="0">
15052 <row>
15053 <cell alignment="center" valignment="top" topline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 システム
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 Medipix
15067 \begin_inset space \thinspace{}
15068 \end_inset
15069
15070 1
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Medipix
15080 \begin_inset space \thinspace{}
15081 \end_inset
15082
15083 2
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 cmidrule(r){2-2}
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \begin_inset ERT
15117 status collapsed
15118
15119 \begin_layout Plain Layout
15120
15121
15122 \backslash
15123 cmidrule(l){3-4}
15124 \end_layout
15125
15126 \end_inset
15127
15128
15129 \begin_inset ERT
15130 status collapsed
15131
15132 \begin_layout Plain Layout
15133
15134
15135 \backslash
15136 morecmidrules 
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \begin_inset ERT
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146
15147
15148 \backslash
15149 cmidrule{2-4}
15150 \end_layout
15151
15152 \end_inset
15153
15154 検知器の厚み [µm]
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 300
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 300
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 700
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 エッジ角 [°]
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 3.55
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 2.71
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" topline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 7.99
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row topspace="default">
15226 <cell alignment="center" valignment="top" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 空間分解能 [µm]
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 4.26
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 10.17
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 10.56
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 <row topspace="default">
15264 <cell alignment="center" valignment="top" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 \begin_inset Formula $f_{\mathrm{max}}$
15269 \end_inset
15270
15271 におけるMTF
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 0.53
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 0.37
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 0.39
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset ERT
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313
15314
15315 \backslash
15316 morecmidrules 
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \begin_inset ERT
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326
15327
15328 \backslash
15329 cmidrule{3-4}
15330 \end_layout
15331
15332 \end_inset
15333
15334 LSF空間分解能
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372 µm表示
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 129.7
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 52.75
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 50.78
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 ピクセルサイズに対する%表示
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 76.3
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 95.9
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 92.3
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 </lyxtabular>
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Section
15456 表の垂直揃え
15457 \begin_inset Index idx
15458 status collapsed
15459
15460 \begin_layout Plain Layout
15461 ひょう@表 ! そろえ@揃え
15462 \end_layout
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \begin_layout Standard
15470 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15471 \begin_inset CommandInset ref
15472 LatexCommand ref
15473 reference "sec:ボックスダイアログ"
15474
15475 \end_inset
15476
15477 節に述べられているように、ボックスの垂直揃えを行います。
15478 \end_layout
15479
15480 \begin_layout Standard
15481 以下の例では、各表は15
15482 \begin_inset space \thinspace{}
15483 \end_inset
15484
15485 列幅%を持つminipage
15486 \begin_inset Foot
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490 minipageは第
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "sec:ミニページ"
15494
15495 \end_inset
15496
15497 節で説明されています。
15498 \end_layout
15499
15500 \end_inset
15501
15502 ボックスの中に入れてあります。
15503 \end_layout
15504
15505 \begin_layout Itemize
15506 動作試験 
15507 \begin_inset Box Frameless
15508 position "t"
15509 hor_pos "c"
15510 has_inner_box 1
15511 inner_pos "c"
15512 use_parbox 0
15513 use_makebox 0
15514 width "15col%"
15515 special "none"
15516 height "1in"
15517 height_special "totalheight"
15518 status collapsed
15519
15520 \begin_layout Plain Layout
15521 \begin_inset Tabular
15522 <lyxtabular version="3" rows="3" columns="3">
15523 <features tabularvalignment="middle">
15524 <column alignment="center" valignment="top" width="0">
15525 <column alignment="center" valignment="top" width="0">
15526 <column alignment="center" valignment="top" width="0">
15527 <row>
15528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row>
15586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 </row>
15614 </lyxtabular>
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \end_inset
15622
15623  動作試験 
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 raisebox{0.85
15632 \backslash
15633 baselineskip}{
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \begin_inset Box Frameless
15640 position "t"
15641 hor_pos "c"
15642 has_inner_box 1
15643 inner_pos "c"
15644 use_parbox 0
15645 use_makebox 0
15646 width "15col%"
15647 special "none"
15648 height "1in"
15649 height_special "totalheight"
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653 \begin_inset Tabular
15654 <lyxtabular version="3" rows="3" columns="3">
15655 <features tabularvalignment="middle">
15656 <column alignment="center" valignment="top" width="0">
15657 <column alignment="center" valignment="top" width="0">
15658 <column alignment="center" valignment="top" width="0">
15659 <row>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 </row>
15717 <row>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 </lyxtabular>
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \end_inset
15754
15755
15756 \begin_inset ERT
15757 status collapsed
15758
15759 \begin_layout Plain Layout
15760
15761 }
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Itemize
15770 動作試験 
15771 \begin_inset Box Frameless
15772 position "c"
15773 hor_pos "c"
15774 has_inner_box 1
15775 inner_pos "c"
15776 use_parbox 0
15777 use_makebox 0
15778 width "15col%"
15779 special "none"
15780 height "1in"
15781 height_special "totalheight"
15782 status collapsed
15783
15784 \begin_layout Plain Layout
15785 \begin_inset Tabular
15786 <lyxtabular version="3" rows="3" columns="3">
15787 <features tabularvalignment="middle">
15788 <column alignment="center" valignment="top" width="0">
15789 <column alignment="center" valignment="top" width="0">
15790 <column alignment="center" valignment="top" width="0">
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 <row>
15850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 </lyxtabular>
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \begin_layout Itemize
15891 動作試験 
15892 \begin_inset Box Frameless
15893 position "b"
15894 hor_pos "c"
15895 has_inner_box 1
15896 inner_pos "c"
15897 use_parbox 0
15898 use_makebox 0
15899 width "15col%"
15900 special "none"
15901 height "1in"
15902 height_special "totalheight"
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906 \begin_inset Tabular
15907 <lyxtabular version="3" rows="3" columns="3">
15908 <features tabularvalignment="middle">
15909 <column alignment="center" valignment="top" width="0">
15910 <column alignment="center" valignment="top" width="0">
15911 <column alignment="center" valignment="top" width="0">
15912 <row>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
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" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 </lyxtabular>
16000
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \end_inset
16007
16008  動作試験 
16009 \begin_inset ERT
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013
16014
16015 \backslash
16016 raisebox{-0.32
16017 \backslash
16018 baselineskip}{
16019 \end_layout
16020
16021 \end_inset
16022
16023
16024 \begin_inset Box Frameless
16025 position "b"
16026 hor_pos "c"
16027 has_inner_box 1
16028 inner_pos "c"
16029 use_parbox 0
16030 use_makebox 0
16031 width "15col%"
16032 special "none"
16033 height "1in"
16034 height_special "totalheight"
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038 \begin_inset Tabular
16039 <lyxtabular version="3" rows="3" columns="3">
16040 <features tabularvalignment="middle">
16041 <column alignment="center" valignment="top" width="0">
16042 <column alignment="center" valignment="top" width="0">
16043 <column alignment="center" valignment="top" width="0">
16044 <row>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 </lyxtabular>
16132
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \end_inset
16139
16140
16141 \begin_inset ERT
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145
16146 }
16147 \end_layout
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \begin_layout Standard
16155 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16156 \begin_inset Foot
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160 raiseboxは、第
16161 \begin_inset CommandInset ref
16162 LatexCommand ref
16163 reference "sub:垂直揃え"
16164
16165 \end_inset
16166
16167 節で説明されています。
16168 \end_layout
16169
16170 \end_inset
16171
16172 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16173 \end_layout
16174
16175 \begin_layout Standard
16176
16177 \series bold
16178
16179 \backslash
16180 raisebox{0.85
16181 \backslash
16182 baselineskip}{
16183 \end_layout
16184
16185 \begin_layout Standard
16186 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16187 \series bold
16188 }
16189 \series default
16190 をTeXコードとして挿入してあります。最後の項目の第二表には、
16191 \end_layout
16192
16193 \begin_layout Standard
16194
16195 \series bold
16196
16197 \backslash
16198 raisebox{-0.32
16199 \backslash
16200 baselineskip}{
16201 \end_layout
16202
16203 \begin_layout Standard
16204 というコマンドを使用しています。
16205 \end_layout
16206
16207 \begin_layout Standard
16208 \begin_inset Note Greyedout
16209 status open
16210
16211 \begin_layout Plain Layout
16212
16213 \series bold
16214 【註】
16215 \series default
16216 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16217 \series bold
16218
16219 \backslash
16220 raisebox
16221 \series default
16222 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16223 \end_layout
16224
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \begin_layout Section
16231 色付きの表
16232 \begin_inset CommandInset label
16233 LatexCommand label
16234 name "sec:色付きの表"
16235
16236 \end_inset
16237
16238
16239 \begin_inset Index idx
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243 ひょう@表 ! いろつき@色付き
16244 \end_layout
16245
16246 \end_inset
16247
16248
16249 \end_layout
16250
16251 \begin_layout Subsection
16252 色付きのセル
16253 \begin_inset Index idx
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257 ひょうのいろ@表の色 ! せるぶ@セル部
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \begin_inset Index idx
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 いろつき@色付き ! ひょうせるぶ@表セル部
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 \begin_inset Float table
16277 placement h
16278 wide false
16279 sideways false
16280 status open
16281
16282 \begin_layout Plain Layout
16283 \begin_inset Caption
16284
16285 \begin_layout Plain Layout
16286 \begin_inset CommandInset label
16287 LatexCommand label
16288 name "tab:colortblなしの表"
16289
16290 \end_inset
16291
16292
16293 \series bold
16294 colortbl
16295 \series default
16296 パッケージを使用しない色付き表
16297 \begin_inset Argument
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301 colortblなしの表
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \begin_layout Plain Layout
16315 \align center
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="3" columns="3">
16318 <features tabularvalignment="middle">
16319 <column alignment="center" valignment="top" width="0">
16320 <column alignment="center" valignment="top" width="0">
16321 <column alignment="center" valignment="top" width="0">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \color green
16329
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \color red
16340
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349
16350 \color red
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \color green
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \color blue
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384
16385 \color blue
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \color green
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408
16409 \color blue
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \color blue
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 </lyxtabular>
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16441 \family sans
16442 編集\SpecialChar \menuseparator
16443 文字様式
16444 \family default
16445 メニューで色を選んでください。表
16446 \begin_inset CommandInset ref
16447 LatexCommand ref
16448 reference "tab:colortblなしの表"
16449
16450 \end_inset
16451
16452 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16453 \series bold
16454 colortbl
16455 \series default
16456
16457 \begin_inset Index idx
16458 status collapsed
16459
16460 \begin_layout Plain Layout
16461 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16462 \end_layout
16463
16464 \end_inset
16465
16466 を使用しなくてはなりません。
16467 \end_layout
16468
16469 \begin_layout Standard
16470 \begin_inset ERT
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474
16475
16476 \backslash
16477 ifcolortbl
16478 \end_layout
16479
16480 \end_inset
16481
16482
16483 \begin_inset Note Note
16484 status open
16485
16486 \begin_layout Plain Layout
16487 本節の以下の部分は、LaTeXパッケージ
16488 \series bold
16489 colortbl
16490 \series default
16491 が導入済みのときのみ表示されます。
16492 \end_layout
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \begin_layout Standard
16500 色付きの表を作成するには、プリアンブルに
16501 \end_layout
16502
16503 \begin_layout Standard
16504
16505 \series bold
16506
16507 \backslash
16508 usepackage{colortbl}
16509 \end_layout
16510
16511 \begin_layout Standard
16512 という行を書いて
16513 \series bold
16514 colortbl
16515 \series default
16516 を読み込まなくてはなりません。列の色は、
16517 \series bold
16518 >{ }
16519 \series default
16520 コマンドの中に
16521 \end_layout
16522
16523 \begin_layout Standard
16524
16525 \series bold
16526
16527 \backslash
16528 columncolor{色彩名}
16529 \end_layout
16530
16531 \begin_layout Standard
16532 というコマンドを書いて指定することができます。
16533 \series bold
16534 >{}
16535 \series default
16536 コマンドに関する詳細は、第
16537 \begin_inset CommandInset ref
16538 LatexCommand ref
16539 reference "sub:連結列の計算"
16540
16541 \end_inset
16542
16543 節に述べられています。
16544 \end_layout
16545
16546 \begin_layout Standard
16547 以下の色彩名が事前に定義されています。
16548 \end_layout
16549
16550 \begin_layout Standard
16551
16552 \family sans
16553 red
16554 \family default
16555
16556 \family sans
16557 green
16558 \family default
16559
16560 \family sans
16561 yellow
16562 \family default
16563
16564 \family sans
16565 blue
16566 \family default
16567
16568 \family sans
16569 cyan
16570 \family default
16571
16572 \family sans
16573 magenta
16574 \family default
16575
16576 \family sans
16577 black
16578 \family default
16579
16580 \family sans
16581 white
16582 \end_layout
16583
16584 \begin_layout Standard
16585 \begin_inset VSpace medskip
16586 \end_inset
16587
16588
16589 \end_layout
16590
16591 \begin_layout Standard
16592
16593 \lang english
16594 If you add the options
16595 \end_layout
16596
16597 \begin_layout Standard
16598
16599 \series bold
16600 usenames,dvipsnames
16601 \end_layout
16602
16603 \begin_layout Standard
16604
16605 \lang english
16606 to the document class options in the document settings, you can additionally
16607  use further 61
16608 \begin_inset space ~
16609 \end_inset
16610
16611 colors.
16612  These colors are listed in appendix
16613 \begin_inset space ~
16614 \end_inset
16615
16616
16617 \begin_inset CommandInset ref
16618 LatexCommand ref
16619 reference "chap:List-of-dvips-colornames"
16620
16621 \end_inset
16622
16623 .
16624  One of these colors, 
16625 \family sans
16626 Maroon
16627 \family default
16628 , is used as example in Table
16629 \lang japanese
16630
16631 \begin_inset space ~
16632 \end_inset
16633
16634
16635 \begin_inset CommandInset ref
16636 LatexCommand ref
16637 reference "tab:色付き表"
16638
16639 \end_inset
16640
16641 .
16642 \end_layout
16643
16644 \begin_layout Standard
16645 \begin_inset VSpace medskip
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \begin_layout Standard
16652 また
16653 \end_layout
16654
16655 \begin_layout Standard
16656
16657 \series bold
16658
16659 \backslash
16660 definecolor{色彩名}{色彩モデル}{色彩値}
16661 \end_layout
16662
16663 \begin_layout Standard
16664 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16665 \end_layout
16666
16667 \begin_layout Labeling
16668 \labelwidthstring 00.00.0000
16669 cmyk:シアン(
16670 \bar under
16671 c
16672 \bar default
16673 yan)・マゼンタ(
16674 \bar under
16675 m
16676 \bar default
16677 agenta)・黄(
16678 \bar under
16679 y
16680 \bar default
16681 ellow)・黒(blac
16682 \bar under
16683 k
16684 \bar default
16685
16686 \end_layout
16687
16688 \begin_layout Labeling
16689 \labelwidthstring 00.00.0000
16690 rgb:赤(
16691 \bar under
16692 r
16693 \bar default
16694 ed)・緑(
16695 \bar under
16696 g
16697 \bar default
16698 reen)・青(
16699 \bar under
16700 b
16701 \bar default
16702 lue)
16703 \end_layout
16704
16705 \begin_layout Labeling
16706 \labelwidthstring 00.00.0000
16707 gray:グレー
16708 \end_layout
16709
16710 \begin_layout Standard
16711 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16712 \end_layout
16713
16714 \begin_layout Standard
16715 たとえば、プリアンブルに
16716 \end_layout
16717
16718 \begin_layout Standard
16719
16720 \series bold
16721
16722 \backslash
16723 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16724 \end_layout
16725
16726 \begin_layout Standard
16727 と書くことによって、「
16728 \emph on
16729 darkgreen
16730 \emph default
16731 」色を定義することができますし、
16732 \end_layout
16733
16734 \begin_layout Standard
16735
16736 \series bold
16737
16738 \backslash
16739 definecolor{lightgray}{gray}{0.8}
16740 \end_layout
16741
16742 \begin_layout Standard
16743 と書けば、「
16744 \emph on
16745 lightgray
16746 \emph default
16747 」色を定義することができます。
16748 \end_layout
16749
16750 \begin_layout Standard
16751 \begin_inset VSpace medskip
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \begin_layout Standard
16758 罫線は
16759 \end_layout
16760
16761 \begin_layout Standard
16762
16763 \series bold
16764
16765 \backslash
16766 rowcolor{色彩名}
16767 \end_layout
16768
16769 \begin_layout Standard
16770 というコマンドを使用して色付けすることができ、セルは
16771 \end_layout
16772
16773 \begin_layout Standard
16774
16775 \series bold
16776
16777 \backslash
16778 cellcolor{色彩名}
16779 \end_layout
16780
16781 \begin_layout Standard
16782 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16783 \end_layout
16784
16785 \begin_layout Standard
16786 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16787 \family sans
16788 編集\SpecialChar \menuseparator
16789 文字様式
16790 \family default
16791 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16792 ます。
16793 \end_layout
16794
16795 \begin_layout Standard
16796 \begin_inset Note Greyedout
16797 status open
16798
16799 \begin_layout Plain Layout
16800 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Standard
16809 \begin_inset VSpace bigskip
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Standard
16816
16817 \begin_inset CommandInset ref
16818 LatexCommand ref
16819 reference "tab:色付き表"
16820
16821 \end_inset
16822
16823 を作成するには、以下のようにしてください。第一列の色は
16824 \emph on
16825 darkgreen
16826 \emph default
16827 にしたいので、この列のLaTeX変数として
16828 \end_layout
16829
16830 \begin_layout Standard
16831
16832 \series bold
16833 >{
16834 \backslash
16835 columncolor{darkgreen}
16836 \backslash
16837 centering}c
16838 \end_layout
16839
16840 \begin_layout Standard
16841 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16842 \end_layout
16843
16844 \begin_layout Standard
16845
16846 \series bold
16847
16848 \backslash
16849 rowcolow{cyan}
16850 \end_layout
16851
16852 \begin_layout Standard
16853 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
16854 \lang english
16855 The last cell of the last row is colored maroon by inserting the TeX-Code
16856  command
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 cellcolor{Maroon}
16865 \end_layout
16866
16867 \begin_layout Standard
16868 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
16869 \family sans
16870 編集\SpecialChar \menuseparator
16871 文字様式
16872 \family default
16873 メニューを使って、各文字に色付けをすることができます。
16874 \end_layout
16875
16876 \begin_layout Standard
16877 \begin_inset Float table
16878 placement h
16879 wide false
16880 sideways false
16881 status open
16882
16883 \begin_layout Plain Layout
16884 \begin_inset Caption
16885
16886 \begin_layout Plain Layout
16887
16888 \series bold
16889 \begin_inset CommandInset label
16890 LatexCommand label
16891 name "tab:色付き表"
16892
16893 \end_inset
16894
16895 colortbl
16896 \series default
16897 パッケージを使用した色付き表
16898 \begin_inset Argument
16899 status collapsed
16900
16901 \begin_layout Plain Layout
16902 colortblを使った表
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \begin_layout Plain Layout
16916 \align center
16917 \begin_inset Tabular
16918 <lyxtabular version="3" rows="3" columns="3">
16919 <features tabularvalignment="middle">
16920 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
16921 <column alignment="center" valignment="top" width="0">
16922 <column alignment="center" valignment="top" width="0">
16923 <row>
16924 <cell alignment="center" valignment="top" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 \begin_inset ERT
16929 status collapsed
16930
16931 \begin_layout Plain Layout
16932
16933
16934 \backslash
16935 rowcolor{cyan}
16936 \end_layout
16937
16938 \end_inset
16939
16940
16941 \color magenta
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \color red
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color red
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \color yellow
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \color blue
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color blue
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \color yellow
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \color blue
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset ERT
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036
17037
17038 \backslash
17039 cellcolor{Maroon}
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \color green
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 </lyxtabular>
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 \begin_inset ERT
17066 status collapsed
17067
17068 \begin_layout Plain Layout
17069
17070
17071 \backslash
17072 else
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \begin_inset Note Note
17079 status open
17080
17081 \begin_layout Plain Layout
17082 以下は、LaTeXパッケージ
17083 \series bold
17084 colortbl
17085 \series default
17086 が導入されていないときに表示されます。
17087 \end_layout
17088
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \begin_layout Standard
17095 この節の内容を出力で表示させるには、
17096 \series bold
17097 colortbl
17098 \series default
17099 パッケージを導入する必要があります。
17100 \end_layout
17101
17102 \begin_layout Standard
17103 \begin_inset ERT
17104 status collapsed
17105
17106 \begin_layout Plain Layout
17107
17108
17109 \backslash
17110 fi
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Subsection
17119 色付き罫線
17120 \begin_inset Index idx
17121 status collapsed
17122
17123 \begin_layout Plain Layout
17124 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17125 \end_layout
17126
17127 \end_inset
17128
17129
17130 \begin_inset Index idx
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143
17144 \begin_inset CommandInset ref
17145 LatexCommand ref
17146 reference "sub:罫線幅"
17147
17148 \end_inset
17149
17150 節に述べられているように、表中の全罫線の線幅は、長さ
17151 \series bold
17152
17153 \backslash
17154 arrayrulewidth
17155 \series default
17156 を使って調節することができます。本節の表では、すべて1.5
17157 \begin_inset space \thinspace{}
17158 \end_inset
17159
17160 ptに設定されています。
17161 \begin_inset ERT
17162 status collapsed
17163
17164 \begin_layout Plain Layout
17165
17166
17167 \backslash
17168 setlength{
17169 \backslash
17170 arrayrulewidth}{1.5pt}
17171 \end_layout
17172
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \begin_layout Standard
17179 たとえば縦罫線を緑に着色するには、第
17180 \begin_inset CommandInset ref
17181 LatexCommand ref
17182 reference "sub:自製書式"
17183
17184 \end_inset
17185
17186 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17187 \end_layout
17188
17189 \begin_layout Standard
17190
17191 \series bold
17192
17193 \backslash
17194 newcolumntype{W}{!{
17195 \backslash
17196 color{green}
17197 \backslash
17198 vline}}
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \begin_inset CommandInset ref
17204 LatexCommand ref
17205 reference "tab:色付き縦罫線の表"
17206
17207 \end_inset
17208
17209 では、最右列にLaTeX変数
17210 \series bold
17211 WcW
17212 \series default
17213 、他の列にLaTeX変数
17214 \series bold
17215 Wc
17216 \series default
17217 が使用されています。
17218 \end_layout
17219
17220 \begin_layout Standard
17221 複数の色を用いたいときには、列書式をもっと定義してください。
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset Float table
17226 placement h
17227 wide false
17228 sideways false
17229 status open
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Caption
17233
17234 \begin_layout Plain Layout
17235 \begin_inset CommandInset label
17236 LatexCommand label
17237 name "tab:色付き縦罫線の表"
17238
17239 \end_inset
17240
17241 色付き縦罫線の表
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Plain Layout
17250 \align center
17251 \begin_inset Tabular
17252 <lyxtabular version="3" rows="3" columns="3">
17253 <features tabularvalignment="middle">
17254 <column alignment="center" valignment="top" width="0" special="Wc">
17255 <column alignment="center" valignment="top" width="0" special="Wc">
17256 <column alignment="center" valignment="top" width="0" special="WcW">
17257 <row>
17258 <cell alignment="center" valignment="top" topline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 sd
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" topline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" topline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 sd
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 sd
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 </lyxtabular>
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Standard
17357 \begin_inset VSpace bigskip
17358 \end_inset
17359
17360
17361 \begin_inset CommandInset ref
17362 LatexCommand ref
17363 reference "tab:色付き横罫線の表"
17364
17365 \end_inset
17366
17367 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373
17374 \backslash
17375 let
17376 \backslash
17377 myHlineC
17378 \backslash
17379 hline
17380 \begin_inset Newline newline
17381 \end_inset
17382
17383
17384 \backslash
17385 renewcommand{
17386 \backslash
17387 hline}
17388 \begin_inset Newline newline
17389 \end_inset
17390
17391
17392 \begin_inset Phantom HPhantom
17393 status open
17394
17395 \begin_layout Plain Layout
17396 \begin_inset space ~
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403
17404 {
17405 \backslash
17406 arrayrulecolor{red}
17407 \backslash
17408 myHlineC
17409 \backslash
17410 arrayrulecolor{black}}
17411 \end_layout
17412
17413 \begin_layout Standard
17414 というコマンドを入力して下さい。
17415 \end_layout
17416
17417 \begin_layout Standard
17418 \begin_inset ERT
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422
17423
17424 \backslash
17425 let
17426 \backslash
17427 myHlineC
17428 \backslash
17429 hline
17430 \end_layout
17431
17432 \begin_layout Plain Layout
17433
17434
17435 \backslash
17436 renewcommand{
17437 \backslash
17438 hline}
17439 \end_layout
17440
17441 \begin_layout Plain Layout
17442
17443  {
17444 \backslash
17445 arrayrulecolor{red}
17446 \backslash
17447 myHlineC
17448 \backslash
17449 arrayrulecolor{black}}
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \begin_inset Float table
17456 placement h
17457 wide false
17458 sideways false
17459 status open
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Caption
17463
17464 \begin_layout Plain Layout
17465 \begin_inset CommandInset label
17466 LatexCommand label
17467 name "tab:色付き横罫線の表"
17468
17469 \end_inset
17470
17471 色付き横罫線の表
17472 \end_layout
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Plain Layout
17480 \align center
17481 \begin_inset Tabular
17482 <lyxtabular version="3" rows="3" columns="3">
17483 <features tabularvalignment="middle">
17484 <column alignment="center" valignment="top" width="0">
17485 <column alignment="center" valignment="top" width="0">
17486 <column alignment="center" valignment="top" width="0">
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 sd
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 sd
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 sd
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 </lyxtabular>
17575
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587 既定値の黒罫線に戻るには、
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 renewcommand{
17596 \backslash
17597 hline}{
17598 \backslash
17599 myHlineC}
17600 \end_layout
17601
17602 \begin_layout Standard
17603 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
17604 \begin_inset CommandInset ref
17605 LatexCommand ref
17606 reference "tab:色付き罫線の表"
17607
17608 \end_inset
17609
17610 は、縦横罫線を色付けした例です。
17611 \end_layout
17612
17613 \begin_layout Standard
17614 \begin_inset Float table
17615 placement h
17616 wide false
17617 sideways false
17618 status open
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Caption
17622
17623 \begin_layout Plain Layout
17624 \begin_inset CommandInset label
17625 LatexCommand label
17626 name "tab:色付き罫線の表"
17627
17628 \end_inset
17629
17630 色付き罫線の表
17631 \end_layout
17632
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \begin_layout Plain Layout
17639 \align center
17640 \begin_inset Tabular
17641 <lyxtabular version="3" rows="3" columns="3">
17642 <features tabularvalignment="middle">
17643 <column alignment="center" valignment="top" width="0" special="Wc">
17644 <column alignment="center" valignment="top" width="0" special="Wc">
17645 <column alignment="center" valignment="top" width="0" special="WcW">
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 sd
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 <cell alignment="center" valignment="top" topline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" topline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 sd
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 </row>
17704 <row topspace="default">
17705 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 sd
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 </row>
17733 </lyxtabular>
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 \begin_inset ERT
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 renewcommand{
17754 \backslash
17755 hline}{
17756 \backslash
17757 myHlineC}
17758 \end_layout
17759
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \begin_layout Standard
17766 \begin_inset ERT
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 setlength{
17774 \backslash
17775 arrayrulewidth}{0.4pt}
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Section
17784
17785 \lang english
17786 Table Width Calculation
17787 \begin_inset CommandInset label
17788 LatexCommand label
17789 name "sec:Table-Width-Calculation"
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797
17798 \lang english
17799 For wide tables it is sometimes difficult to assure that the table does
17800  not protrude over the page margin.
17801  Setting a fixed width for every column of the table is the solution, but
17802  what amount of space is needed for each column?
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \lang english
17808 The table width 
17809 \begin_inset Formula $W_{\mathrm{table}}$
17810 \end_inset
17811
17812  can be calculated: Every column has the width of the specified column width
17813  
17814 \begin_inset Formula $W_{\mathrm{column}}$
17815 \end_inset
17816
17817  (that the content of the column can consume) plus two times the separation
17818  between the column content and the column border (LaTeX length
17819 \series bold
17820  
17821 \backslash
17822 tabcolsep
17823 \series default
17824 , default 6
17825 \begin_inset space \thinspace{}
17826 \end_inset
17827
17828 pt) plus the width of a border line (LaTeX length 
17829 \series bold
17830
17831 \backslash
17832 arrayrulewidth
17833 \series default
17834 , default 0.4
17835 \begin_inset space \thinspace{}
17836 \end_inset
17837
17838 pt): So if all 
17839 \begin_inset Formula $n$
17840 \end_inset
17841
17842
17843 \begin_inset space ~
17844 \end_inset
17845
17846 columns have the same width, the table width is
17847 \lang japanese
17848
17849 \begin_inset Formula 
17850 \begin{equation}
17851 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
17852 \end{equation}
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860
17861 \lang english
17862 The available width for a table is the space between the page margins or
17863  the width of a text column (for a two-column document) (LaTeX length 
17864 \series bold
17865
17866 \backslash
17867 columnwidth
17868 \series default
17869 ).
17870  If all table columns should have the same width and 
17871 \begin_inset Formula $W_{\mathrm{table}}$
17872 \end_inset
17873
17874  should be 1
17875 \begin_inset space \thinspace{}
17876 \end_inset
17877
17878
17879 \backslash
17880 columnwidth, 
17881 \begin_inset Formula $W_{\mathrm{column}}$
17882 \end_inset
17883
17884  can easily be calculated.
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \lang english
17890 To be able to perform calculations you need to load the LaTeX-package 
17891 \series bold
17892 calc
17893 \series default
17894 \lang japanese
17895
17896 \begin_inset Index idx
17897 status collapsed
17898
17899 \begin_layout Plain Layout
17900 LaTeXぱっけーじ@LaTeXパッケージ ! calc
17901 \end_layout
17902
17903 \end_inset
17904
17905
17906 \lang english
17907  in the document preamble.
17908  To set the width in the table dialog you have to use the field 
17909 \family sans
17910 LaTeX argument
17911 \family default
17912 .
17913  The command scheme for this field is the same that is explained in section
17914 \begin_inset space ~
17915 \end_inset
17916
17917
17918 \lang japanese
17919
17920 \begin_inset CommandInset ref
17921 LatexCommand ref
17922 reference "sub:連結列の計算"
17923
17924 \end_inset
17925
17926
17927 \lang english
17928 .
17929  For a table with 5
17930 \begin_inset space \thinspace{}
17931 \end_inset
17932
17933 columns with an uniform width and centered text, enter there for each column
17934  the command
17935 \end_layout
17936
17937 \begin_layout Standard
17938
17939 \series bold
17940 >{
17941 \backslash
17942 centering}p{(1
17943 \backslash
17944 columnwidth-62.4pt)/5}
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \lang english
17950 For a table with 5
17951 \begin_inset space \thinspace{}
17952 \end_inset
17953
17954 columns where 2 should have 0.75
17955 \begin_inset space ~
17956 \end_inset
17957
17958 times the width than the 3 others, the calculation is
17959 \lang japanese
17960
17961 \begin_inset Formula 
17962 \begin{align}
17963 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
17964  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
17965  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
17966 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
17967 \end{align}
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975
17976 \lang english
17977 In the table therefore the command
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983 >{
17984 \backslash
17985 centering}p{(1
17986 \backslash
17987 columnwidth-62.4pt)/
17988 \backslash
17989 real{4.5}}
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \lang english
17995 is used for the wider columns and
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001 >{
18002 \backslash
18003 centering}p{(1
18004 \backslash
18005 columnwidth-62.4pt)/
18006 \backslash
18007 real{4.5}*
18008 \backslash
18009 real{0.75}}
18010 \end_layout
18011
18012 \begin_layout Standard
18013
18014 \lang english
18015 for the smaller ones:
18016 \end_layout
18017
18018 \begin_layout Standard
18019 \begin_inset Tabular
18020 <lyxtabular version="3" rows="2" columns="5">
18021 <features tabularvalignment="middle">
18022 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18023 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18024 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18025 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18026 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18027 <row>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 1
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 2
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 3
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 4
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 5
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 <row>
18075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 111111 1111111 111111 111111111 11111 11111 1111
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 2222 22222 222222 222222222 2222222 22 22222
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 333333 333333 333333 33333 3333333 333
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 </row>
18121 </lyxtabular>
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Section
18129 表の調整
18130 \begin_inset Index idx
18131 status collapsed
18132
18133 \begin_layout Plain Layout
18134 ひょうのちょうせい@表の調整
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \begin_inset Index idx
18141 status collapsed
18142
18143 \begin_layout Plain Layout
18144 ひょう@表 ! ちょうせい@調整
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Subsection
18153 行の余白取り
18154 \begin_inset CommandInset label
18155 LatexCommand label
18156 name "sub:行の余白取り"
18157
18158 \end_inset
18159
18160
18161 \begin_inset Index idx
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \end_layout
18172
18173 \begin_layout Standard
18174 表の設定ダイアログの
18175 \family sans
18176 罫線
18177 \family default
18178 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18179 \end_layout
18180
18181 \begin_layout Description
18182 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18183 \begin_inset Foot
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 フォーマル形式の表は第
18188 \begin_inset CommandInset ref
18189 LatexCommand ref
18190 reference "sec:フォーマル形式の表"
18191
18192 \end_inset
18193
18194 節で説明されています。
18195 \end_layout
18196
18197 \end_inset
18198
18199 ならば、LyXは既定値として0.5
18200 \begin_inset space \thinspace{}
18201 \end_inset
18202
18203 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18204 \begin_inset VSpace medskip
18205 \end_inset
18206
18207
18208 \begin_inset Newline newline
18209 \end_inset
18210
18211
18212 \begin_inset space \hspace*{}
18213 \length 0pt
18214 \end_inset
18215
18216
18217 \begin_inset space \hfill{}
18218 \end_inset
18219
18220
18221 \begin_inset Tabular
18222 <lyxtabular version="3" rows="3" columns="1">
18223 <features tabularvalignment="middle">
18224 <column alignment="center" valignment="top" width="0">
18225 <row>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 </row>
18236 <row topspace="3mm">
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 行上に3
18242 \begin_inset space \thinspace{}
18243 \end_inset
18244
18245 mmの余白
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 </row>
18262 </lyxtabular>
18263
18264 \end_inset
18265
18266
18267 \begin_inset space \hfill{}
18268 \end_inset
18269
18270
18271 \begin_inset space \hspace*{}
18272 \length 0pt
18273 \end_inset
18274
18275
18276 \begin_inset VSpace medskip
18277 \end_inset
18278
18279
18280 \begin_inset Newline newline
18281 \end_inset
18282
18283 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18284 \end_layout
18285
18286 \begin_layout Description
18287 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18288 \begin_inset space \thinspace{}
18289 \end_inset
18290
18291 emの余白を挿入し、通常の表ならば既定値として2
18292 \begin_inset space \thinspace{}
18293 \end_inset
18294
18295 ptを挿入します。
18296 \end_layout
18297
18298 \begin_layout Description
18299 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18300 \begin_inset space \thinspace{}
18301 \end_inset
18302
18303 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18304 \begin_inset VSpace medskip
18305 \end_inset
18306
18307
18308 \begin_inset Newline newline
18309 \end_inset
18310
18311
18312 \begin_inset space \hspace*{}
18313 \length 0pt
18314 \end_inset
18315
18316
18317 \begin_inset space \hfill{}
18318 \end_inset
18319
18320
18321 \begin_inset Tabular
18322 <lyxtabular version="3" rows="3" columns="1">
18323 <features tabularvalignment="middle">
18324 <column alignment="center" valignment="top" width="0">
18325 <row>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row interlinespace="3mm">
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 \begin_inset Formula $\downarrow$
18342 \end_inset
18343
18344  行間に3
18345 \begin_inset space \thinspace{}
18346 \end_inset
18347
18348 mmの余白 
18349 \begin_inset Formula $\downarrow$
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 </row>
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 \begin_inset Formula $\uparrow$
18364 \end_inset
18365
18366  行間に3
18367 \begin_inset space \thinspace{}
18368 \end_inset
18369
18370 mmの余白 
18371 \begin_inset Formula $\uparrow$
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 </lyxtabular>
18381
18382 \end_inset
18383
18384
18385 \begin_inset space \hfill{}
18386 \end_inset
18387
18388
18389 \begin_inset space \hspace*{}
18390 \length 0pt
18391 \end_inset
18392
18393
18394 \begin_inset VSpace medskip
18395 \end_inset
18396
18397
18398 \begin_inset Newline newline
18399 \end_inset
18400
18401 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18402 \end_layout
18403
18404 \begin_layout Standard
18405 \begin_inset VSpace bigskip
18406 \end_inset
18407
18408 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414
18415 \backslash
18416 @ifundefined{extrarowheight}
18417 \begin_inset Newline newline
18418 \end_inset
18419
18420
18421 \begin_inset Phantom HPhantom
18422 status open
18423
18424 \begin_layout Plain Layout
18425 \begin_inset space ~
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \end_inset
18432
18433 {
18434 \backslash
18435 usepackage{array}}{}
18436 \begin_inset Newline newline
18437 \end_inset
18438
18439
18440 \backslash
18441 setlength{
18442 \backslash
18443 extrarowheight}{height}
18444 \end_layout
18445
18446 \begin_layout Standard
18447 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18448 \series bold
18449 array
18450 \series default
18451 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18452 \series bold
18453
18454 \backslash
18455 @ifundefined
18456 \series default
18457 が使用されています)。
18458 \end_layout
18459
18460 \begin_layout Standard
18461 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18462 \series bold
18463
18464 \backslash
18465 strut
18466 \series default
18467 コマンドを挿入することで補正することができます。表
18468 \begin_inset CommandInset ref
18469 LatexCommand ref
18470 reference "tab:垂直揃え"
18471
18472 \end_inset
18473
18474 は、この効果を示したものです。
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \noindent
18479 \begin_inset Float table
18480 placement h
18481 wide false
18482 sideways false
18483 status open
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Caption
18487
18488 \begin_layout Plain Layout
18489 \begin_inset CommandInset label
18490 LatexCommand label
18491 name "tab:垂直揃え"
18492
18493 \end_inset
18494
18495 大きなフォント寸法の文章の垂直揃え
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \begin_layout Plain Layout
18504 \begin_inset space \hfill{}
18505 \end_inset
18506
18507
18508 \begin_inset Float table
18509 wide false
18510 sideways false
18511 status open
18512
18513 \begin_layout Plain Layout
18514 \begin_inset Caption
18515
18516 \begin_layout Plain Layout
18517 通常の表
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Plain Layout
18526 \noindent
18527 \align center
18528 \begin_inset Tabular
18529 <lyxtabular version="3" rows="6" columns="1">
18530 <features tabularvalignment="middle">
18531 <column alignment="left" valignment="top" width="0">
18532 <row>
18533 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 Normal, g
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \size large
18550 Large
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \size larger
18563 Larger
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 </row>
18569 <row>
18570 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \size largest
18576 Largest
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 </row>
18582 <row>
18583 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587
18588 \size huge
18589 Huge
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \size giant
18602 Huger
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 </lyxtabular>
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \begin_inset space \hfill{}
18619 \end_inset
18620
18621
18622 \begin_inset Float table
18623 wide false
18624 sideways false
18625 status open
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Caption
18629
18630 \begin_layout Plain Layout
18631
18632 \series bold
18633
18634 \backslash
18635 strut
18636 \series default
18637 コマンドを使用した表
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646 \noindent
18647 \align center
18648 \begin_inset Tabular
18649 <lyxtabular version="3" rows="6" columns="1">
18650 <features tabularvalignment="middle">
18651 <column alignment="left" valignment="top" width="0">
18652 <row>
18653 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 Normal, g
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \size large
18670 \begin_inset ERT
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674
18675
18676 \backslash
18677 strut 
18678 \end_layout
18679
18680 \end_inset
18681
18682 Large
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 </row>
18688 <row>
18689 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \size larger
18695 \begin_inset ERT
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699
18700
18701 \backslash
18702 strut 
18703 \end_layout
18704
18705 \end_inset
18706
18707 Larger
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 </row>
18713 <row>
18714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718
18719 \size largest
18720 \begin_inset ERT
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724
18725
18726 \backslash
18727 strut 
18728 \end_layout
18729
18730 \end_inset
18731
18732 Largest
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 <row>
18739 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \size huge
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 strut 
18753 \end_layout
18754
18755 \end_inset
18756
18757 Huge
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 <row>
18764 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \size giant
18770 \begin_inset ERT
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775
18776 \backslash
18777 strut 
18778 \end_layout
18779
18780 \end_inset
18781
18782 Huger
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 </lyxtabular>
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \begin_inset space \hfill{}
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Subsection
18810 特殊なセル揃え
18811 \begin_inset CommandInset label
18812 LatexCommand label
18813 name "sub:特殊なセル揃え"
18814
18815 \end_inset
18816
18817
18818 \begin_inset Index idx
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 ときには表
18832 \begin_inset CommandInset ref
18833 LatexCommand ref
18834 reference "tab:表セル"
18835
18836 \end_inset
18837
18838 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
18839 \begin_inset Graphics
18840         filename ../../images/tabular-feature_align-decimal.png
18841         scale 85
18842         scaleBeforeRotation
18843
18844 \end_inset
18845
18846 を押すか、表設定中で揃えを
18847 \family sans
18848 小数点で
18849 \family default
18850 に設定します。
18851 \end_layout
18852
18853 \begin_layout Standard
18854 \begin_inset Float table
18855 placement h
18856 wide false
18857 sideways false
18858 status open
18859
18860 \begin_layout Plain Layout
18861 \begin_inset Caption
18862
18863 \begin_layout Plain Layout
18864 \begin_inset CommandInset label
18865 LatexCommand label
18866 name "tab:表セル"
18867
18868 \end_inset
18869
18870 一列が小数点で揃えられた表セル
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Plain Layout
18879 \align center
18880 \begin_inset Tabular
18881 <lyxtabular version="3" rows="4" columns="1">
18882 <features booktabs="true" tabularvalignment="middle">
18883 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
18884 <row>
18885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 見出し
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 </row>
18895 <row>
18896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 12.6
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 </row>
18906 <row>
18907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 0.68
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 -123.0
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 </lyxtabular>
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Standard
18941 \begin_inset Float table
18942 placement h
18943 wide false
18944 sideways false
18945 status open
18946
18947 \begin_layout Plain Layout
18948 \begin_inset Caption
18949
18950 \begin_layout Plain Layout
18951 \begin_inset CommandInset label
18952 LatexCommand label
18953 name "tab:演算子揃え表"
18954
18955 \end_inset
18956
18957 一列が演算子で揃えられた表セル
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Plain Layout
18966 \align center
18967 \begin_inset Tabular
18968 <lyxtabular version="3" rows="4" columns="2">
18969 <features booktabs="true" tabularvalignment="middle">
18970 <column alignment="right" valignment="top" width="0pt">
18971 <column alignment="left" valignment="top" width="0pt" special="@{}l">
18972 <row>
18973 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 見出し
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 \begin_inset Formula $12\,+$
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 \begin_inset Formula $\,6$
19010 \end_inset
19011
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 \begin_inset Formula $0\,-$
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 \begin_inset Formula $\,68$
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row>
19045 <cell alignment="center" valignment="top" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 \begin_inset Formula $-123\,/$
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 \begin_inset Formula $\,0$
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 </row>
19070 </lyxtabular>
19071
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \begin_layout Standard
19083 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19084 \begin_inset CommandInset ref
19085 LatexCommand ref
19086 reference "tab:演算子揃え表"
19087
19088 \end_inset
19089
19090 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
19091 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
19092 ために、
19093 \end_layout
19094
19095 \begin_layout Standard
19096
19097 \series bold
19098 @{}l
19099 \end_layout
19100
19101 \begin_layout Standard
19102 というLaTeX引数を第2列に指定します。
19103 \end_layout
19104
19105 \begin_layout Standard
19106
19107 \begin_inset CommandInset ref
19108 LatexCommand ref
19109 reference "tab:表セル揃え"
19110
19111 \end_inset
19112
19113 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19114 \begin_inset CommandInset ref
19115 LatexCommand ref
19116 reference "tab:演算子揃え表"
19117
19118 \end_inset
19119
19120 の冒頭には、小空白が加えられています。
19121 \end_layout
19122
19123 \begin_layout Standard
19124 \begin_inset Float table
19125 wide false
19126 sideways false
19127 status open
19128
19129 \begin_layout Plain Layout
19130 \begin_inset Caption
19131
19132 \begin_layout Plain Layout
19133 \begin_inset CommandInset label
19134 LatexCommand label
19135 name "tab:表セル揃え"
19136
19137 \end_inset
19138
19139 表セルの揃えの例
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout Plain Layout
19148 \align center
19149 \begin_inset Tabular
19150 <lyxtabular version="3" rows="4" columns="6">
19151 <features tabularvalignment="middle">
19152 <column alignment="right" valignment="top" width="0">
19153 <column alignment="left" valignment="top" width="0" special="@{}l">
19154 <column alignment="right" valignment="top" width="0">
19155 <column alignment="left" valignment="top" width="0" special="@{}l">
19156 <column alignment="right" valignment="top" width="0">
19157 <column alignment="left" valignment="top" width="0" special="@{}l">
19158 <row>
19159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 単位
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 冪数
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 関係子
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 12×
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 24本の瓶
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $10\cdot$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 \begin_inset Formula $10^{\mbox{-}17}$
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 <cell alignment="center" valignment="top" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261 \begin_inset Formula $\Gamma(t)\propto$
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 \begin_inset Formula $\:\Upsilon(t)$
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 </row>
19282 <row>
19283 <cell alignment="center" valignment="top" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 1024×
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 768ピクセル
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $5.78\cdot$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $10^{7}$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset Formula $A\ne$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\: B_{\mathrm{red}}$
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 32×
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 6
19365 \begin_inset space \thinspace{}
19366 \end_inset
19367
19368 cm
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 -
19378 \begin_inset Formula $33.5\cdot$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $10^{4}$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Formula $\sin(\alpha)\ge$
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 \begin_inset Formula $\:\sin(\beta)$
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 </lyxtabular>
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Subsection
19436 自製のセル書式および列書式
19437 \begin_inset CommandInset label
19438 LatexCommand label
19439 name "sub:自製書式"
19440
19441 \end_inset
19442
19443
19444 \begin_inset Index idx
19445 status collapsed
19446
19447 \begin_layout Plain Layout
19448 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \begin_layout Standard
19457
19458 \lang english
19459 Calculating the required width for normal columns as described in section
19460 \begin_inset space ~
19461 \end_inset
19462
19463
19464 \begin_inset CommandInset ref
19465 LatexCommand ref
19466 reference "sec:Table-Width-Calculation"
19467
19468 \end_inset
19469
19470  or for spanned columns as described in section
19471 \begin_inset space ~
19472 \end_inset
19473
19474
19475 \lang japanese
19476
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "sub:連結列の計算"
19480
19481 \end_inset
19482
19483
19484 \lang english
19485  is very annoying if you have several tables where a calculation is necessary.
19486
19487 \lang japanese
19488  そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19489 \end_layout
19490
19491 \begin_layout Standard
19492
19493 \series bold
19494
19495 \backslash
19496 newcolumntype{書式名}[引数の数]{コマンド}
19497 \end_layout
19498
19499 \begin_layout Standard
19500 書式名は、一文字だけでも構いません。
19501 \emph on
19502 b
19503 \emph default
19504
19505 \emph on
19506 c
19507 \emph default
19508
19509 \emph on
19510 l
19511 \emph default
19512
19513 \emph on
19514 m
19515 \emph default
19516
19517 \emph on
19518 p
19519 \emph default
19520
19521 \emph on
19522 r
19523 \emph default
19524 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19525 \end_layout
19526
19527 \begin_layout Standard
19528 \begin_inset VSpace medskip
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \begin_layout Standard
19535 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19536 \end_layout
19537
19538 \begin_layout Standard
19539
19540 \series bold
19541
19542 \backslash
19543 newcolumntype{M}[1]{>{
19544 \backslash
19545 centering
19546 \backslash
19547 hspace{0pt}}m{#1}}
19548 \end_layout
19549
19550 \begin_layout Standard
19551 ここで
19552 \series bold
19553
19554 \backslash
19555 hspace{0pt}
19556 \series default
19557 は、第
19558 \begin_inset CommandInset ref
19559 LatexCommand ref
19560 reference "sub:複数行"
19561
19562 \end_inset
19563
19564 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
19565 \end_layout
19566
19567 \begin_layout Standard
19568
19569 \series bold
19570 M{width}
19571 \end_layout
19572
19573 \begin_layout Standard
19574 と入力するだけですみます。
19575 \end_layout
19576
19577 \begin_layout Standard
19578 \begin_inset VSpace bigskip
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
19586 \end_layout
19587
19588 \begin_layout Standard
19589
19590 \series bold
19591
19592 \backslash
19593 newcolumntype{S}[2]{>{
19594 \backslash
19595 centering
19596 \backslash
19597 hspace{0pt}}
19598 \begin_inset Newline newline
19599 \end_inset
19600
19601
19602 \begin_inset Phantom HPhantom
19603 status open
19604
19605 \begin_layout Plain Layout
19606
19607 \series bold
19608
19609 \backslash
19610 newcolumntype
19611 \end_layout
19612
19613 \end_inset
19614
19615 m{(#1+(2
19616 \backslash
19617 tabcolsep+
19618 \backslash
19619 arrayrulewidth)*(1-#2))/#2}}
19620 \end_layout
19621
19622 \begin_layout Standard
19623 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
19624 \begin_inset CommandInset ref
19625 LatexCommand eqref
19626 reference "eq:Wgn"
19627
19628 \end_inset
19629
19630 式を使用しています。
19631 \end_layout
19632
19633 \begin_layout Standard
19634 こうしておけば、当該セルのLaTeX引数に
19635 \end_layout
19636
19637 \begin_layout Standard
19638
19639 \series bold
19640 S{連結列セルの幅}{連結列セルがまたがる列の数}
19641 \end_layout
19642
19643 \begin_layout Standard
19644 と入力するだけですみます。
19645 \end_layout
19646
19647 \begin_layout Standard
19648 \begin_inset VSpace bigskip
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \begin_layout Standard
19655 色付き列については、以下のように定義するとよいでしょう。
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 newcolumntype{K}[1]{>{
19664 \backslash
19665 columncolor{#1}
19666 \backslash
19667 hspace{0pt}}c}
19668 \end_layout
19669
19670 \begin_layout Standard
19671 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
19672 \end_layout
19673
19674 \begin_layout Standard
19675
19676 \series bold
19677 K{色名}
19678 \end_layout
19679
19680 \begin_layout Standard
19681 と入力します。
19682 \end_layout
19683
19684 \begin_layout Standard
19685 \begin_inset VSpace bigskip
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692
19693 \begin_inset CommandInset ref
19694 LatexCommand ref
19695 reference "tab:ユーザー定義の表書式"
19696
19697 \end_inset
19698
19699 を生成するには、第1列と連結列にLaTeX引数として
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705 M{2.5cm}
19706 \end_layout
19707
19708 \begin_layout Standard
19709 を指定し、最終列に
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \series bold
19715 K{red}
19716 \end_layout
19717
19718 \begin_layout Standard
19719 そして第2列の各セルに
19720 \end_layout
19721
19722 \begin_layout Standard
19723
19724 \series bold
19725 S{2.5cm}{2}
19726 \end_layout
19727
19728 \begin_layout Standard
19729 と指定します。
19730 \end_layout
19731
19732 \begin_layout Standard
19733 \begin_inset Float table
19734 placement h
19735 wide false
19736 sideways false
19737 status open
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Caption
19741
19742 \begin_layout Plain Layout
19743 \begin_inset CommandInset label
19744 LatexCommand label
19745 name "tab:ユーザー定義の表書式"
19746
19747 \end_inset
19748
19749 ユーザー定義の表書式を使用した表
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \begin_layout Plain Layout
19758 \align center
19759 \begin_inset Tabular
19760 <lyxtabular version="3" rows="3" columns="4">
19761 <features tabularvalignment="middle">
19762 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
19763 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
19764 <column alignment="center" valignment="middle" width="0">
19765 <column alignment="center" valignment="middle" width="0" special="K{red}">
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 とても長い表セル中の単語
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 複数行の連結列
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 c
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 d
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 e
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 f
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 g
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 h
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 i
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 j
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 k
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 </lyxtabular>
19881
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \begin_layout Subsection
19893 罫線幅
19894 \begin_inset CommandInset label
19895 LatexCommand label
19896 name "sub:罫線幅"
19897
19898 \end_inset
19899
19900
19901 \begin_inset Index idx
19902 status collapsed
19903
19904 \begin_layout Plain Layout
19905 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \begin_layout Standard
19914 表中のすべての罫線の罫線幅を調整するには、長さ
19915 \series bold
19916
19917 \backslash
19918 arrayrulewidth
19919 \series default
19920 を使用します。たとえば、表
19921 \begin_inset CommandInset ref
19922 LatexCommand ref
19923 reference "tab:Table-with-1.5"
19924
19925 \end_inset
19926
19927 のように罫線幅を1.5
19928 \begin_inset space \thinspace{}
19929 \end_inset
19930
19931 ptにするには、表や表フロートの前にTeXコードで
19932 \end_layout
19933
19934 \begin_layout Standard
19935
19936 \series bold
19937
19938 \backslash
19939 setlength{
19940 \backslash
19941 arrayrulewidth}{1.5pt}
19942 \end_layout
19943
19944 \begin_layout Standard
19945 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
19946 \series bold
19947
19948 \backslash
19949 arrayrulewidth
19950 \series default
19951 を0.4
19952 \begin_inset space \thinspace{}
19953 \end_inset
19954
19955 ptに設定してください。
19956 \end_layout
19957
19958 \begin_layout Standard
19959 \begin_inset ERT
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963
19964
19965 \backslash
19966 setlength{
19967 \backslash
19968 arrayrulewidth}{1.5pt}
19969 \end_layout
19970
19971 \end_inset
19972
19973
19974 \begin_inset Float table
19975 wide false
19976 sideways false
19977 status open
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Caption
19981
19982 \begin_layout Plain Layout
19983 \begin_inset CommandInset label
19984 LatexCommand label
19985 name "tab:Table-with-1.5"
19986
19987 \end_inset
19988
19989 1.5
19990 \begin_inset space \thinspace{}
19991 \end_inset
19992
19993 pt幅罫線の表
19994 \end_layout
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Plain Layout
20002 \align center
20003 \begin_inset Tabular
20004 <lyxtabular version="3" rows="3" columns="3">
20005 <features tabularvalignment="middle">
20006 <column alignment="center" valignment="top" width="0">
20007 <column alignment="center" valignment="top" width="0">
20008 <column alignment="center" valignment="top" width="0">
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 sd
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 sd
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 sd
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 </lyxtabular>
20097
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \begin_inset ERT
20107 status collapsed
20108
20109 \begin_layout Plain Layout
20110
20111
20112 \backslash
20113 setlength{
20114 \backslash
20115 arrayrulewidth}{0.4pt}
20116 \end_layout
20117
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \begin_layout Standard
20124 \begin_inset VSpace bigskip
20125 \end_inset
20126
20127
20128 \begin_inset CommandInset ref
20129 LatexCommand ref
20130 reference "tab:1.5pt幅横罫"
20131
20132 \end_inset
20133
20134 のように横罫だけを1.5
20135 \begin_inset space \thinspace{}
20136 \end_inset
20137
20138 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20139 \end_layout
20140
20141 \begin_layout Standard
20142
20143 \series bold
20144
20145 \backslash
20146 let
20147 \backslash
20148 myHline
20149 \backslash
20150 hline
20151 \begin_inset Newline newline
20152 \end_inset
20153
20154
20155 \backslash
20156 renewcommand{
20157 \backslash
20158 hline}
20159 \begin_inset Newline newline
20160 \end_inset
20161
20162  {
20163 \backslash
20164 noalign{
20165 \backslash
20166 global
20167 \backslash
20168 arrayrulewidth 1.5pt}
20169 \begin_inset Newline newline
20170 \end_inset
20171
20172  
20173 \backslash
20174 myHline
20175 \backslash
20176 noalign{
20177 \backslash
20178 global
20179 \backslash
20180 arrayrulewidth 0.4pt}}
20181 \end_layout
20182
20183 \begin_layout Standard
20184 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20185 \end_layout
20186
20187 \begin_layout Standard
20188
20189 \series bold
20190
20191 \backslash
20192 renewcommand{
20193 \backslash
20194 hline}{
20195 \backslash
20196 myHline}
20197 \end_layout
20198
20199 \begin_layout Standard
20200 \begin_inset ERT
20201 status collapsed
20202
20203 \begin_layout Plain Layout
20204
20205
20206 \backslash
20207 let
20208 \backslash
20209 myHline
20210 \backslash
20211 hline
20212 \end_layout
20213
20214 \begin_layout Plain Layout
20215
20216
20217 \backslash
20218 renewcommand{
20219 \backslash
20220 hline}
20221 \end_layout
20222
20223 \begin_layout Plain Layout
20224
20225  {
20226 \backslash
20227 noalign{
20228 \backslash
20229 global
20230 \backslash
20231 arrayrulewidth 1.5pt}
20232 \end_layout
20233
20234 \begin_layout Plain Layout
20235
20236   
20237 \backslash
20238 myHline
20239 \backslash
20240 noalign{
20241 \backslash
20242 global
20243 \backslash
20244 arrayrulewidth 0.4pt}}
20245 \end_layout
20246
20247 \end_inset
20248
20249
20250 \begin_inset Float table
20251 wide false
20252 sideways false
20253 status open
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Caption
20257
20258 \begin_layout Plain Layout
20259 \begin_inset CommandInset label
20260 LatexCommand label
20261 name "tab:1.5pt幅横罫"
20262
20263 \end_inset
20264
20265 1.5
20266 \begin_inset space \thinspace{}
20267 \end_inset
20268
20269 pt幅横罫の表
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Plain Layout
20278 \align center
20279 \begin_inset Tabular
20280 <lyxtabular version="3" rows="3" columns="3">
20281 <features tabularvalignment="middle">
20282 <column alignment="center" valignment="top" width="0">
20283 <column alignment="center" valignment="top" width="0">
20284 <column alignment="center" valignment="top" width="0">
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 sd
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 sd
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 sd
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 </lyxtabular>
20373
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380
20381
20382 \begin_inset ERT
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386
20387
20388 \backslash
20389 renewcommand{
20390 \backslash
20391 hline}{
20392 \backslash
20393 myHline}
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Standard
20402 \begin_inset VSpace bigskip
20403 \end_inset
20404
20405 縦罫だけを1.5
20406 \begin_inset space \thinspace{}
20407 \end_inset
20408
20409 pt幅にするには、第
20410 \begin_inset CommandInset ref
20411 LatexCommand ref
20412 reference "sub:自製書式"
20413
20414 \end_inset
20415
20416 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20417 \end_layout
20418
20419 \begin_layout Standard
20420
20421 \series bold
20422
20423 \backslash
20424 newcolumntype{V}{!{
20425 \backslash
20426 vrule width 1.5pt}}
20427 \end_layout
20428
20429 \begin_layout Standard
20430
20431 \begin_inset CommandInset ref
20432 LatexCommand ref
20433 reference "tab:1.5pt幅縦罫"
20434
20435 \end_inset
20436
20437 を作るには、最右列にLaTeX引数
20438 \end_layout
20439
20440 \begin_layout Standard
20441
20442 \series bold
20443 VcV
20444 \end_layout
20445
20446 \begin_layout Standard
20447 を指定し、他の列には
20448 \end_layout
20449
20450 \begin_layout Standard
20451
20452 \series bold
20453 Vc
20454 \end_layout
20455
20456 \begin_layout Standard
20457 を指定します。
20458 \end_layout
20459
20460 \begin_layout Standard
20461 \begin_inset Float table
20462 wide false
20463 sideways false
20464 status open
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Caption
20468
20469 \begin_layout Plain Layout
20470 \begin_inset CommandInset label
20471 LatexCommand label
20472 name "tab:1.5pt幅縦罫"
20473
20474 \end_inset
20475
20476 1.5
20477 \begin_inset space \thinspace{}
20478 \end_inset
20479
20480 pt幅縦罫の表
20481 \end_layout
20482
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Plain Layout
20489 \align center
20490 \begin_inset Tabular
20491 <lyxtabular version="3" rows="3" columns="3">
20492 <features tabularvalignment="middle">
20493 <column alignment="center" valignment="top" width="0" special="Vc">
20494 <column alignment="center" valignment="top" width="0" special="Vc">
20495 <column alignment="center" valignment="top" width="0" special="VcV">
20496 <row>
20497 <cell alignment="center" valignment="top" topline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 sd
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 <cell alignment="center" valignment="top" topline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 sd
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 sd
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 </lyxtabular>
20584
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Subsection
20596 点罫
20597 \begin_inset Index idx
20598 status collapsed
20599
20600 \begin_layout Plain Layout
20601 ひょうのちょうせい@表の調整 ! てんけい@点罫
20602 \end_layout
20603
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \begin_layout Standard
20610 \begin_inset ERT
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614
20615
20616 \backslash
20617 ifarydshln
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \begin_inset Note Note
20624 status open
20625
20626 \begin_layout Plain Layout
20627 この節は、LaTeXパッケージ
20628 \series bold
20629 arydshln
20630 \series default
20631 が導入済みの時のみ表示されます。
20632 \end_layout
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Standard
20640 \begin_inset Float table
20641 placement H
20642 wide false
20643 sideways false
20644 status open
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Caption
20648
20649 \begin_layout Plain Layout
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "tab:点罫表"
20653
20654 \end_inset
20655
20656 点罫を使用した表
20657 \end_layout
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \begin_layout Plain Layout
20665 \align center
20666 \begin_inset Tabular
20667 <lyxtabular version="3" rows="5" columns="5">
20668 <features tabularvalignment="middle">
20669 <column alignment="center" valignment="top" width="0">
20670 <column alignment="center" valignment="top" width="0">
20671 <column alignment="center" valignment="top" width="0" special=":c">
20672 <column alignment="center" valignment="top" width="0">
20673 <column alignment="center" valignment="top" width="0">
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset ERT
20774 status collapsed
20775
20776 \begin_layout Plain Layout
20777
20778
20779 \backslash
20780 hdashline 
20781 \end_layout
20782
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset ERT
20833 status collapsed
20834
20835 \begin_layout Plain Layout
20836
20837
20838 \backslash
20839 cdashline{4-5}
20840 \end_layout
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 </lyxtabular>
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
20947 \end_layout
20948
20949 \begin_layout Standard
20950
20951 \series bold
20952
20953 \backslash
20954 usepackage{arydshln}
20955 \end_layout
20956
20957 \begin_layout Standard
20958 というコマンドを書き、LaTeXパッケージの
20959 \series bold
20960 arydshln
20961 \series default
20962
20963 \begin_inset Index idx
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
20968 \end_layout
20969
20970 \end_inset
20971
20972 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
20973 \end_layout
20974
20975 \begin_layout Standard
20976 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
20977 \end_layout
20978
20979 \begin_layout Standard
20980
20981 \series bold
20982
20983 \backslash
20984 hdashline
20985 \end_layout
20986
20987 \begin_layout Standard
20988 というコマンドを加えてください。
20989 \end_layout
20990
20991 \begin_layout Standard
20992 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
20993 \end_layout
20994
20995 \begin_layout Standard
20996
20997 \series bold
20998
20999 \backslash
21000 cdashline{列番号
21001 \series default
21002 }
21003 \end_layout
21004
21005 \begin_layout Standard
21006 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012
21013 \backslash
21014 cdashline{2-4}
21015 \end_layout
21016
21017 \begin_layout Standard
21018 なるコマンドを置いてください。
21019 \end_layout
21020
21021 \begin_layout Standard
21022 \begin_inset VSpace bigskip
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Standard
21029
21030 \begin_inset CommandInset ref
21031 LatexCommand ref
21032 reference "tab:点罫表"
21033
21034 \end_inset
21035
21036 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21037 \series bold
21038
21039 \backslash
21040 hdashline
21041 \series default
21042 が挿れられており、第3行の最初のセルには、TeXコードのコマンド
21043 \begin_inset Newline newline
21044 \end_inset
21045
21046  
21047 \series bold
21048
21049 \backslash
21050 cdashline{4-5}
21051 \series default
21052 が挿れられています。
21053 \end_layout
21054
21055 \begin_layout Standard
21056 \begin_inset VSpace bigskip
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \lang english
21065 Tables with dashed lines can also be colored as shown by Table
21066 \lang japanese
21067
21068 \begin_inset space ~
21069 \end_inset
21070
21071
21072 \begin_inset CommandInset ref
21073 LatexCommand ref
21074 reference "tab:Colored-table-with"
21075
21076 \end_inset
21077
21078 .
21079 \end_layout
21080
21081 \begin_layout Standard
21082 \begin_inset ERT
21083 status collapsed
21084
21085 \begin_layout Plain Layout
21086
21087
21088 \backslash
21089 setlength{
21090 \backslash
21091 arrayrulewidth}{1pt}
21092 \end_layout
21093
21094 \end_inset
21095
21096
21097 \lang english
21098
21099 \begin_inset Note Note
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103
21104 \lang english
21105 thicker lines for better visualization of the line color
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Standard
21114 \begin_inset ERT
21115 status collapsed
21116
21117 \begin_layout Plain Layout
21118
21119
21120 \backslash
21121 dashgapcolor{green}
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \lang english
21128
21129 \begin_inset Note Note
21130 status collapsed
21131
21132 \begin_layout Plain Layout
21133
21134 \lang english
21135 color gaps between dashes green
21136 \end_layout
21137
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \begin_layout Standard
21144 \begin_inset ERT
21145 status collapsed
21146
21147 \begin_layout Plain Layout
21148
21149
21150 \backslash
21151 let
21152 \backslash
21153 myHdashline
21154 \backslash
21155 hdashline
21156 \end_layout
21157
21158 \begin_layout Plain Layout
21159
21160
21161 \backslash
21162 renewcommand{
21163 \backslash
21164 hdashline}
21165 \end_layout
21166
21167 \begin_layout Plain Layout
21168
21169  {
21170 \backslash
21171 arrayrulecolor{red}
21172 \backslash
21173 myHdashline
21174 \backslash
21175 arrayrulecolor{black}}
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \lang english
21182
21183 \begin_inset Note Note
21184 status collapsed
21185
21186 \begin_layout Plain Layout
21187
21188 \lang english
21189 color horizontal, dashed lines red
21190 \end_layout
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \begin_layout Standard
21198 \begin_inset ERT
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202
21203
21204 \backslash
21205 let
21206 \backslash
21207 myCdashline
21208 \backslash
21209 cdashline
21210 \end_layout
21211
21212 \begin_layout Plain Layout
21213
21214
21215 \backslash
21216 renewcommand{
21217 \backslash
21218 cdashline}[1]
21219 \end_layout
21220
21221 \begin_layout Plain Layout
21222
21223  {
21224 \backslash
21225 arrayrulecolor{yellow}
21226 \backslash
21227 myCdashline{#1}
21228 \backslash
21229 arrayrulecolor{black}}
21230 \end_layout
21231
21232 \end_inset
21233
21234
21235 \lang english
21236
21237 \begin_inset Note Note
21238 status collapsed
21239
21240 \begin_layout Plain Layout
21241
21242 \lang english
21243 color partial horizontal, dashed lines yellow
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 \begin_inset Float table
21253 placement h
21254 wide false
21255 sideways false
21256 status open
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Caption
21260
21261 \begin_layout Plain Layout
21262 \begin_inset CommandInset label
21263 LatexCommand label
21264 name "tab:Colored-table-with"
21265
21266 \end_inset
21267
21268
21269 \lang english
21270 Colored table with dashed lines
21271 \end_layout
21272
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \begin_layout Plain Layout
21279 \align center
21280 \begin_inset Tabular
21281 <lyxtabular version="3" rows="5" columns="5">
21282 <features tabularvalignment="middle">
21283 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21284 <column alignment="center" valignment="top" width="0pt">
21285 <column alignment="center" valignment="top" width="0pt" special=":c">
21286 <column alignment="center" valignment="top" width="0">
21287 <column alignment="center" valignment="top" width="0">
21288 <row>
21289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 a
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" topline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 b
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" topline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 c
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 d
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 e
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 f
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" topline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 g
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" topline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 h
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 i
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 j
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset ERT
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391
21392
21393 \backslash
21394 hdashline 
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \begin_inset ERT
21401 status collapsed
21402
21403 \begin_layout Plain Layout
21404
21405
21406 \backslash
21407 rowcolor{Gray}
21408 \end_layout
21409
21410 \end_inset
21411
21412 k
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 l
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 m
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 n
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 o
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset ERT
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463
21464
21465 \backslash
21466 cdashline{4-5}
21467 \end_layout
21468
21469 \end_inset
21470
21471 p
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 q
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 r
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 s
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 t
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 u
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 v
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 w
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset ERT
21555 status collapsed
21556
21557 \begin_layout Plain Layout
21558
21559
21560 \backslash
21561 cellcolor{Maroon}
21562 \end_layout
21563
21564 \end_inset
21565
21566 i
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 </lyxtabular>
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \begin_layout Standard
21585 \begin_inset ERT
21586 status collapsed
21587
21588 \begin_layout Plain Layout
21589
21590
21591 \backslash
21592 renewcommand{
21593 \backslash
21594 hdashline}{
21595 \backslash
21596 myHdashline}
21597 \end_layout
21598
21599 \end_inset
21600
21601
21602 \lang english
21603
21604 \begin_inset Note Note
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608
21609 \lang english
21610 reset to default
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Standard
21619 \begin_inset ERT
21620 status collapsed
21621
21622 \begin_layout Plain Layout
21623
21624
21625 \backslash
21626 renewcommand{
21627 \backslash
21628 cdashline}{
21629 \backslash
21630 myCdashline}
21631 \end_layout
21632
21633 \end_inset
21634
21635
21636 \lang english
21637
21638 \begin_inset Note Note
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642
21643 \lang english
21644 reset to default
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset ERT
21654 status collapsed
21655
21656 \begin_layout Plain Layout
21657
21658
21659 \backslash
21660 nodashgapcolor
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \lang english
21667
21668 \begin_inset Note Note
21669 status collapsed
21670
21671 \begin_layout Plain Layout
21672
21673 \lang english
21674 reset to default
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \begin_layout Standard
21683 \begin_inset ERT
21684 status collapsed
21685
21686 \begin_layout Plain Layout
21687
21688
21689 \backslash
21690 setlength{
21691 \backslash
21692 arrayrulewidth}{0.4pt}
21693 \end_layout
21694
21695 \end_inset
21696
21697
21698 \lang english
21699
21700 \begin_inset Note Note
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704
21705 \lang english
21706 reset to default
21707 \end_layout
21708
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \begin_layout Standard
21715
21716 \lang english
21717 The coloring of lines, columns and lines works as decribed in section
21718 \begin_inset space ~
21719 \end_inset
21720
21721
21722 \lang japanese
21723
21724 \begin_inset CommandInset ref
21725 LatexCommand ref
21726 reference "sec:色付きの表"
21727
21728 \end_inset
21729
21730
21731 \lang english
21732 .
21733  Coloring horizontal lines works analogically as described there as well,
21734  one only needs to replace in the commands 
21735 \series bold
21736
21737 \backslash
21738 myHlineC
21739 \series default
21740  by 
21741 \series bold
21742
21743 \backslash
21744 myHdashline
21745 \series default
21746  and 
21747 \backslash
21748
21749 \series bold
21750 hline
21751 \series default
21752  by 
21753 \series bold
21754
21755 \backslash
21756 hdashline
21757 \series default
21758 ; so one uses the command
21759 \end_layout
21760
21761 \begin_layout Standard
21762
21763 \series bold
21764
21765 \backslash
21766 let
21767 \backslash
21768 myHdashline
21769 \backslash
21770 hdashline
21771 \begin_inset Newline newline
21772 \end_inset
21773
21774
21775 \backslash
21776 renewcommand{
21777 \backslash
21778 hdashline}
21779 \begin_inset Newline newline
21780 \end_inset
21781
21782
21783 \begin_inset Phantom HPhantom
21784 status open
21785
21786 \begin_layout Plain Layout
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794
21795 {
21796 \backslash
21797 arrayrulecolor{red}
21798 \backslash
21799 myHdashline
21800 \backslash
21801 arrayrulecolor{black}}
21802 \end_layout
21803
21804 \begin_layout Standard
21805
21806 \lang english
21807 To color 
21808 \series bold
21809
21810 \backslash
21811 cdashline
21812 \series default
21813 , the command is
21814 \end_layout
21815
21816 \begin_layout Standard
21817
21818 \series bold
21819
21820 \backslash
21821 let
21822 \backslash
21823 myCdashline
21824 \backslash
21825 cdashline
21826 \begin_inset Newline newline
21827 \end_inset
21828
21829
21830 \backslash
21831 renewcommand{
21832 \backslash
21833 cdashline}[1]
21834 \begin_inset Newline newline
21835 \end_inset
21836
21837
21838 \begin_inset Phantom HPhantom
21839 status open
21840
21841 \begin_layout Plain Layout
21842 \begin_inset space ~
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849
21850 {
21851 \backslash
21852 arrayrulecolor{red}
21853 \backslash
21854 myCdashline{#1}
21855 \backslash
21856 arrayrulecolor{black}}
21857 \end_layout
21858
21859 \begin_layout Standard
21860
21861 \lang english
21862 To get back the black line color, one needs to insert the following commands
21863  as TeX-Code behind the table:
21864 \end_layout
21865
21866 \begin_layout Standard
21867
21868 \lang english
21869 For 
21870 \series bold
21871
21872 \backslash
21873 hdashline
21874 \end_layout
21875
21876 \begin_layout Standard
21877
21878 \series bold
21879
21880 \backslash
21881 renewcommand{
21882 \backslash
21883 hdashline}{
21884 \backslash
21885 myHdashline}
21886 \end_layout
21887
21888 \begin_layout Standard
21889
21890 \lang english
21891 and for 
21892 \series bold
21893
21894 \backslash
21895 cdashline
21896 \end_layout
21897
21898 \begin_layout Standard
21899
21900 \series bold
21901
21902 \backslash
21903 renewcommand{
21904 \backslash
21905 cdashline}{
21906 \backslash
21907 myCdashline}
21908 \end_layout
21909
21910 \begin_layout Standard
21911
21912 \lang english
21913 To color the gaps between the dashes the command
21914 \end_layout
21915
21916 \begin_layout Standard
21917
21918 \series bold
21919 \lang english
21920
21921 \backslash
21922 dashgapcolor{color}
21923 \end_layout
21924
21925 \begin_layout Standard
21926
21927 \lang english
21928 can be used in front of a table as TeX-Code.
21929  color is hereby the name of a defined color.
21930  The command
21931 \end_layout
21932
21933 \begin_layout Standard
21934
21935 \series bold
21936
21937 \backslash
21938 nodashgapcolor
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \lang english
21944 unsets the changes made by 
21945 \series bold
21946
21947 \backslash
21948 dashgapcolor
21949 \series default
21950 .
21951 \end_layout
21952
21953 \begin_layout Standard
21954
21955 \lang english
21956 \begin_inset Note Greyedout
21957 status open
21958
21959 \begin_layout Plain Layout
21960
21961 \series bold
21962 \color none
21963 \lang english
21964 Note
21965 \series default
21966 : If there are multiple commands in a cell, the command of 
21967 \series bold
21968 arydshln
21969 \series default
21970  needs to be the first one in the cell.
21971  Therefore in cell 
21972 \emph on
21973 k
21974 \emph default
21975  of Table
21976 \begin_inset space ~
21977 \end_inset
21978
21979
21980 \begin_inset CommandInset ref
21981 LatexCommand ref
21982 reference "tab:Colored-table-with"
21983
21984 \end_inset
21985
21986  the command 
21987 \series bold
21988
21989 \backslash
21990 hdashline
21991 \series default
21992  is before 
21993 \series bold
21994
21995 \backslash
21996 rowcolor
21997 \series default
21998 .
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Standard
22007
22008 \lang english
22009 \begin_inset Note Greyedout
22010 status open
22011
22012 \begin_layout Plain Layout
22013
22014 \series bold
22015 \color none
22016 \lang english
22017 Note:
22018 \series default
22019  The LaTeX-package 
22020 \series bold
22021 arydshln
22022 \series default
22023  must be loaded in the document preamble before the LaTeX-package
22024 \lang japanese
22025  
22026 \series bold
22027 colortbl
22028 \series default
22029 \color inherit
22030
22031 \begin_inset Index idx
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \color none
22042 .
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \begin_layout Standard
22051 \begin_inset ERT
22052 status collapsed
22053
22054 \begin_layout Plain Layout
22055
22056
22057 \backslash
22058 else
22059 \end_layout
22060
22061 \end_inset
22062
22063
22064 \begin_inset Note Note
22065 status open
22066
22067 \begin_layout Plain Layout
22068 以下は、LaTeXパッケージ
22069 \series bold
22070 arydshln
22071 \series default
22072 が導入済みでないときに表示されます。
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Standard
22081 本節の内容を出力に表示するためには、
22082 \series bold
22083 arydshln
22084 \series default
22085 パッケージを導入しなくてはなりません。
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \begin_inset ERT
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093
22094
22095 \backslash
22096 fi
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Standard
22105
22106 \lang english
22107 For more information about dashed lines see the documentation of
22108 \lang japanese
22109  
22110 \series bold
22111 arydshln
22112 \series default
22113
22114 \begin_inset CommandInset citation
22115 LatexCommand cite
22116 key "arydshln"
22117
22118 \end_inset
22119
22120 .
22121 \end_layout
22122
22123 \begin_layout Chapter
22124 フロート
22125 \begin_inset CommandInset label
22126 LatexCommand label
22127 name "chap:フロート"
22128
22129 \end_inset
22130
22131
22132 \begin_inset Index idx
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136 ふろーと@フロート
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Section
22145 はじめに
22146 \begin_inset CommandInset label
22147 LatexCommand label
22148 name "sec:フロートはじめに"
22149
22150 \end_inset
22151
22152
22153 \begin_inset Index idx
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157 ふろーと@フロート ! はじめに
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Standard
22166 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22167 ート)ことができます。
22168 \family sans
22169 脚注
22170 \family default
22171
22172 \family sans
22173 傍注
22174 \family default
22175 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22176 \end_layout
22177
22178 \begin_layout Standard
22179 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22180 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22181 ートには連番が割り当てられます。参照については、第
22182 \begin_inset CommandInset ref
22183 LatexCommand ref
22184 reference "sec:フロートの参照"
22185
22186 \end_inset
22187
22188 節で述べられています。
22189 \end_layout
22190
22191 \begin_layout Standard
22192 フロートを挿入するには、
22193 \family sans
22194 挿入\SpecialChar \menuseparator
22195 フロート
22196 \family default
22197 メニューを使えば、ラベルのついたボックスすなわち
22198 \family sans
22199 キャプション
22200 \family default
22201 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22202 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22203 \begin_inset CommandInset ref
22204 LatexCommand ref
22205 reference "sec:キャプションの配置"
22206
22207 \end_inset
22208
22209 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22210 ます。畳んだフロートボックスは、
22211 \begin_inset Graphics
22212         filename clipart/floatQt4.png
22213         scale 70
22214         scaleBeforeRotation
22215
22216 \end_inset
22217
22218 のように、灰色ボタンに赤字ラベルで表示されます。
22219 \end_layout
22220
22221 \begin_layout Standard
22222 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22223 \end_layout
22224
22225 \begin_layout Standard
22226 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22227 \end_layout
22228
22229 \begin_layout Section
22230 フロート型
22231 \end_layout
22232
22233 \begin_layout Standard
22234 LyXには、第
22235 \begin_inset CommandInset ref
22236 LatexCommand ref
22237 reference "sec:図フロート"
22238
22239 \end_inset
22240
22241 節および第
22242 \begin_inset CommandInset ref
22243 LatexCommand ref
22244 reference "sec:表フロート"
22245
22246 \end_inset
22247
22248 節で各々説明されている図フロートと表フロート以外に、
22249 \family sans
22250 アルゴリズム型
22251 \series bold
22252
22253 \series default
22254 折返し型
22255 \family default
22256 のフロート型があります。 
22257 \lang english
22258 The latter are explained in sec.
22259 \lang japanese
22260
22261 \begin_inset space \thinspace{}
22262 \end_inset
22263
22264
22265 \begin_inset CommandInset ref
22266 LatexCommand ref
22267 reference "sec:折返しフロート"
22268
22269 \end_inset
22270
22271 .
22272 \end_layout
22273
22274 \begin_layout Subsection
22275 アルゴリズムフロート
22276 \begin_inset Index idx
22277 status collapsed
22278
22279 \begin_layout Plain Layout
22280 ふろーと@フロート ! あるごりずむ@アルゴリズム
22281 \end_layout
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \begin_layout Standard
22289 \begin_inset Float algorithm
22290 placement h
22291 wide false
22292 sideways false
22293 status open
22294
22295 \begin_layout Plain Layout
22296 \begin_inset Caption
22297
22298 \begin_layout Plain Layout
22299 \begin_inset CommandInset label
22300 LatexCommand label
22301 name "alg:アルゴリズムフロートの例"
22302
22303 \end_inset
22304
22305 アルゴリズムフロートの例
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout LyX-Code
22314 for I in 1..N loop
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318  Sum:= Sum + A(I); /*comment*/
22319 \begin_inset Newline newline
22320 \end_inset
22321
22322 end loop
22323 \begin_inset VSpace -4mm
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Standard
22335 このフロート型は、
22336 \family sans
22337 挿入
22338 \shape up
22339 \SpecialChar \menuseparator
22340 フロート\SpecialChar \menuseparator
22341 アルゴリズム
22342 \family default
22343 \shape default
22344 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22345 \begin_inset CommandInset ref
22346 LatexCommand ref
22347 reference "cha:プログラムコードリスト"
22348
22349 \end_inset
22350
22351 章で説明されているプログラムコードリストの代わりとみなすことができます。
22352 \emph on
22353 LyXユーザーの手引き
22354 \emph default
22355 に述べられているように、アルゴリズム向けの環境としては、
22356 \family sans
22357 LyXコード
22358 \family default
22359 があります。 アルゴリズム
22360 \begin_inset CommandInset ref
22361 LatexCommand ref
22362 reference "alg:アルゴリズムフロートの例"
22363
22364 \end_inset
22365
22366 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 mmの垂直空白が入れてあります。
22371 \end_layout
22372
22373 \begin_layout Standard
22374 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22375 \end_layout
22376
22377 \begin_layout Standard
22378
22379 \series bold
22380
22381 \backslash
22382 floatname{algorithm}{付けたい名称}
22383 \end_layout
22384
22385 \begin_layout Standard
22386 という行を手動で加える必要があります。ここで
22387 \family sans
22388 \series bold
22389 付けたい名称
22390 \family default
22391 \series default
22392 には、お使いの言語で「
22393 \emph on
22394 algorithm
22395 \emph default
22396 」に対応する単語を指定します。
22397 \end_layout
22398
22399 \begin_layout Standard
22400 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22401 \family sans
22402 挿入\SpecialChar \menuseparator
22403 一覧/目次\SpecialChar \menuseparator
22404 アルゴリズム一覧
22405 \family default
22406 メニューを使用します。それ以外の場合には、代わりに
22407 \end_layout
22408
22409 \begin_layout Standard
22410
22411 \series bold
22412
22413 \backslash
22414 listof{algorithm}{付けたい名称}
22415 \end_layout
22416
22417 \begin_layout Standard
22418 というコマンドをTeXコードとして用います。ここで
22419 \family sans
22420 付けたい名称
22421 \family default
22422 とは、「
22423 \emph on
22424 List of Algorithm
22425 \emph default
22426 s」という単語に相当する、ご使用になりたい言語での単語です。
22427 \end_layout
22428
22429 \begin_layout Standard
22430 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22431 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22432 \end_layout
22433
22434 \begin_layout Standard
22435
22436 \series bold
22437
22438 \backslash
22439 numberwithin{algorithm}{chapter}
22440 \end_layout
22441
22442 \begin_layout Standard
22443 というコマンドを追加してください。
22444 \series bold
22445
22446 \backslash
22447 numberwithin
22448 \series default
22449 というコマンドを使用するには、文書設定の
22450 \family sans
22451 数式オプション
22452 \family default
22453 タブで
22454 \family sans
22455 AMS mathパッケージを使用する
22456 \family default
22457 オプションを有効にしてください。
22458 \end_layout
22459
22460 \begin_layout Section
22461 フロートの連番
22462 \begin_inset Index idx
22463 status collapsed
22464
22465 \begin_layout Plain Layout
22466 ふろーと@フロート ! れんばん@連番
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Standard
22475 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22476 て変わります。
22477 \end_layout
22478
22479 \begin_layout Standard
22480 節から独立して付けられている連番を変更するには、文書プリアンブルで
22481 \end_layout
22482
22483 \begin_layout Standard
22484
22485 \series bold
22486
22487 \backslash
22488 renewcommand{
22489 \backslash
22490 thetable}{
22491 \backslash
22492 roman{table}}
22493 \end_layout
22494
22495 \begin_layout Standard
22496
22497 \series bold
22498 というコマンドを使うと良いでしょう。
22499 \backslash
22500 thetable
22501 \series default
22502 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22503 \series bold
22504
22505 \backslash
22506 thefigure
22507 \series default
22508 コマンドを使用します。上のコマンドで使用されている
22509 \series bold
22510
22511 \backslash
22512 roman
22513 \series default
22514 は、表番号を小文字のローマ数字で印字するコマンドです。
22515 \end_layout
22516
22517 \begin_layout Standard
22518 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22519 \end_layout
22520
22521 \begin_layout Standard
22522
22523 \series bold
22524
22525 \backslash
22526 numberwithin{table}{subsection}
22527 \end_layout
22528
22529 \begin_layout Standard
22530 というコマンドを使用してください。
22531 \series bold
22532
22533 \backslash
22534 numberwithin
22535 \series default
22536 コマンドを使用可能にするためには、文書設定の
22537 \family sans
22538 数式オプション
22539 \family default
22540 タブで、
22541 \family sans
22542 AMS
22543 \begin_inset space ~
22544 \end_inset
22545
22546 math数式パッケージを使用する
22547 \family default
22548 を使用します。
22549 \end_layout
22550
22551 \begin_layout Standard
22552 連番コマンドについての詳細と大切な注意点については、第
22553 \begin_inset CommandInset ref
22554 LatexCommand ref
22555 reference "sub:脚注の付番"
22556
22557 \end_inset
22558
22559 節もご覧ください。
22560 \end_layout
22561
22562 \begin_layout Section
22563 フロートの参照
22564 \begin_inset CommandInset label
22565 LatexCommand label
22566 name "sec:フロートの参照"
22567
22568 \end_inset
22569
22570
22571 \begin_inset Index idx
22572 status collapsed
22573
22574 \begin_layout Plain Layout
22575 ふろーと@フロート ! さんしょう@参照
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \begin_inset Index idx
22582 status collapsed
22583
22584 \begin_layout Plain Layout
22585 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Standard
22594 フロートを参照するには、
22595 \family sans
22596 挿入\SpecialChar \menuseparator
22597 ラベル
22598 \family default
22599 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22600 \begin_inset Graphics
22601         filename ../clipart/labelQt4.png
22602         scale 85
22603         scaleBeforeRotation
22604
22605 \end_inset
22606
22607 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22608 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22609 \family sans
22610 fig:
22611 \family default
22612 」という前置句がつけられます。
22613 \end_layout
22614
22615 \begin_layout Standard
22616 ラベルは、参照のための名称兼位置標として用いられます。
22617 \family sans
22618 挿入\SpecialChar \menuseparator
22619 相互参照
22620 \family default
22621 メニューかツールバーボタン
22622 \family sans
22623
22624 \begin_inset Info
22625 type  "icon"
22626 arg   "dialog-show-new-inset ref"
22627 \end_inset
22628
22629
22630 \family default
22631 を使えば、ラベルを参照することができます。
22632 \begin_inset Graphics
22633         filename clipart/referenceQt4.png
22634         scale 85
22635         scaleBeforeRotation
22636
22637 \end_inset
22638
22639 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22640 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22641 れます。
22642 \end_layout
22643
22644 \begin_layout Standard
22645 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22646 出力では、参照の代わりに二つの疑問符が表示されることになります。
22647 \end_layout
22648
22649 \begin_layout Standard
22650 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22651 で、リンクの更新に手間を割く必要はありません。
22652 \end_layout
22653
22654 \begin_layout Standard
22655 相互参照ウィンドウの
22656 \family sans
22657 ラベルへ移動
22658 \family default
22659 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22660 \family sans
22661 戻る
22662 \family default
22663 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22664 \end_layout
22665
22666 \begin_layout Subsection
22667 相互参照の書式
22668 \begin_inset CommandInset label
22669 LatexCommand label
22670 name "sub:相互参照の書式"
22671
22672 \end_inset
22673
22674
22675 \begin_inset Index idx
22676 status collapsed
22677
22678 \begin_layout Plain Layout
22679 さんしょう@参照 ! しょしき@書式
22680 \end_layout
22681
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \begin_layout Standard
22688 相互参照には、以下の6種類があります。
22689 \end_layout
22690
22691 \begin_layout Description
22692 <参照>: これはフロート番号を表示します。これが既定値です。例:
22693 \begin_inset CommandInset ref
22694 LatexCommand ref
22695 reference "fig:歪められた二つの像"
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Description
22703 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
22704 例:
22705 \begin_inset CommandInset ref
22706 LatexCommand eqref
22707 reference "eq:Wgn"
22708
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \begin_layout Description
22715 <参照ページ>: これはページ番号を表示します。例:Page
22716 \begin_inset space ~
22717 \end_inset
22718
22719
22720 \begin_inset CommandInset ref
22721 LatexCommand pageref
22722 reference "fig:歪められた二つの像"
22723
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \begin_layout Description
22730 on
22731 \begin_inset space ~
22732 \end_inset
22733
22734 page
22735 \begin_inset space ~
22736 \end_inset
22737
22738 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
22739 \begin_inset CommandInset ref
22740 LatexCommand vpageref
22741 reference "fig:歪められた二つの像"
22742
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \begin_layout Description
22749 <参照>
22750 \begin_inset space ~
22751 \end_inset
22752
22753 on
22754 \begin_inset space ~
22755 \end_inset
22756
22757 page
22758 \begin_inset space ~
22759 \end_inset
22760
22761 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
22762 \begin_inset CommandInset ref
22763 LatexCommand vref
22764 reference "fig:歪められた二つの像"
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Description
22772 整形された参照: これは自製の相互参照書式で出力します。
22773 \begin_inset Newline newline
22774 \end_inset
22775
22776
22777 \begin_inset Note Greyedout
22778 status open
22779
22780 \begin_layout Plain Layout
22781 【註】この機能は、LaTeXパッケージ
22782 \series bold
22783 prettyref
22784 \series default
22785 または
22786 \series bold
22787 refstyle
22788 \series default
22789 が導入されている場合のみ使用することができます。
22790 \begin_inset Index idx
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset Index idx
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \end_inset
22813
22814
22815 \begin_inset Newline newline
22816 \end_inset
22817
22818 メニュー
22819 \family sans
22820 文書\SpecialChar \menuseparator
22821 設定\SpecialChar \menuseparator
22822 文書クラス
22823 \family default
22824 でオプション
22825 \family sans
22826 相互参照に(prettyrefではなく)refstyleを使用
22827 \family default
22828 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
22829 \series bold
22830
22831 \backslash
22832 newrefformat
22833 \series default
22834 コマンド(prettyrefの場合)あるいは
22835 \series bold
22836
22837 \backslash
22838 newref
22839 \series default
22840 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
22841 \family sans
22842 fig
22843 \family default
22844 」を持ちます)をすべて定義し直すには、
22845 \begin_inset Newline newline
22846 \end_inset
22847
22848
22849 \series bold
22850
22851 \backslash
22852 newref{fig}{refcmd={Image on page 
22853 \backslash
22854 pageref{#1}}}
22855 \begin_inset Newline newline
22856 \end_inset
22857
22858
22859 \series default
22860 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
22861 \begin_inset CommandInset citation
22862 LatexCommand cite
22863 key "prettyref,refstyle"
22864
22865 \end_inset
22866
22867 をご覧ください。
22868 \end_layout
22869
22870 \begin_layout Description
22871 名称参照: これは、右のように参照のキャプションを出力します。 
22872 \begin_inset CommandInset ref
22873 LatexCommand nameref
22874 reference "fig:歪められた二つの像"
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882
22883 \family sans
22884 <参照ページ>
22885 \family default
22886 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
22887 \family sans
22888 on this page
22889 \family default
22890 」のような文章が表示されます。様式
22891 \family sans
22892 <参照> on page <参照ページ>
22893 \family default
22894 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
22895 \end_layout
22896
22897 \begin_layout Standard
22898 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
22899 \family sans
22900 書式
22901 \family default
22902 フィールドで選ぶことができます。
22903 \end_layout
22904
22905 \begin_layout Standard
22906 \begin_inset Note Greyedout
22907 status open
22908
22909 \begin_layout Plain Layout
22910
22911 \series bold
22912 Note:
22913 \series default
22914  It is recommended to use the LaTeX-package 
22915 \series bold
22916 refstyle
22917 \series default
22918
22919 \begin_inset Index idx
22920 status collapsed
22921
22922 \begin_layout Plain Layout
22923 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22924 \end_layout
22925
22926 \end_inset
22927
22928  because 
22929 \series bold
22930 prettyref
22931 \series default
22932
22933 \begin_inset Index idx
22934 status collapsed
22935
22936 \begin_layout Plain Layout
22937 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22938 \end_layout
22939
22940 \end_inset
22941
22942  does not know all of LyX's possible label shortcuts
22943 \begin_inset Foot
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Quotes eld
22948 \end_inset
22949
22950 fig:
22951 \begin_inset Quotes erd
22952 \end_inset
22953
22954  is for example LyX's shortcut for labels in figure captions.
22955 \end_layout
22956
22957 \end_inset
22958
22959  and is not internationalized.
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \begin_layout Subsection
22968 参照名の自動命名
22969 \begin_inset Index idx
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973 さんしょう@参照 ! じどうめいめい@自動命名
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982
22983 \family sans
22984 文書設定
22985 \family default
22986 ダイアログの
22987 \family sans
22988 PDF特性
22989 \family default
22990 で有効にされた
22991 \series bold
22992 hyperref
22993 \series default
22994
22995 \begin_inset Index idx
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23000 \end_layout
23001
23002 \end_inset
23003
23004  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23005 \emph on
23006
23007 \emph default
23008 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23009 の機能を使用するには、hyperrefを有効にして、
23010 \end_layout
23011
23012 \begin_layout Standard
23013
23014 \series bold
23015
23016 \backslash
23017 AtBeginDocument{
23018 \backslash
23019 renewcommand{
23020 \backslash
23021 ref}[1]{
23022 \backslash
23023 mbox{
23024 \backslash
23025 autoref{#1}}}}
23026 \end_layout
23027
23028 \begin_layout Standard
23029 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23030 \begin_inset space \thinspace{}
23031 \end_inset
23032
23033 」としたいなど、既定の参照名以外のものが欲しい場合には、
23034 \end_layout
23035
23036 \begin_layout Standard
23037
23038 \series bold
23039
23040 \backslash
23041 addto
23042 \backslash
23043 extrasenglish{
23044 \backslash
23045 renewcommand{
23046 \backslash
23047 sectionautorefname}
23048 \begin_inset Newline newline
23049 \end_inset
23050
23051
23052 \begin_inset Phantom HPhantom
23053 status open
23054
23055 \begin_layout Plain Layout
23056
23057 \series bold
23058 \begin_inset space ~
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \end_inset
23065
23066 {sec.
23067 \backslash
23068 negthinspace}}
23069 \end_layout
23070
23071 \begin_layout Standard
23072 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23073 \begin_inset Newline newline
23074 \end_inset
23075
23076
23077 \series bold
23078
23079 \backslash
23080 extrasenglishを
23081 \backslash
23082 extras***
23083 \series default
23084 に置き換えてください(***は使用中の言語名)。
23085 \end_layout
23086
23087 \begin_layout Standard
23088 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23089 \end_layout
23090
23091 \begin_layout Standard
23092
23093 \series bold
23094
23095 \backslash
23096 addto
23097 \backslash
23098 extrasenglish{
23099 \backslash
23100 renewcommand*{
23101 \backslash
23102 equationautorefname}[1]{}}
23103 \end_layout
23104
23105 \begin_layout Standard
23106 この話題に関する詳細は、hyperrefの説明書
23107 \begin_inset CommandInset citation
23108 LatexCommand cite
23109 key "hyperref"
23110
23111 \end_inset
23112
23113 をお読みください。
23114 \end_layout
23115
23116 \begin_layout Standard
23117 \begin_inset Note Greyedout
23118 status open
23119
23120 \begin_layout Plain Layout
23121
23122 \series bold
23123 【註】
23124 \series default
23125 参照の自動命名は、相互参照を
23126 \family sans
23127 整形参照
23128 \family default
23129 様式(第
23130 \begin_inset CommandInset ref
23131 LatexCommand ref
23132 reference "sub:相互参照の書式"
23133
23134 \end_inset
23135
23136 節)で使用しているときには、使用することができません。
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Standard
23145
23146 \lang english
23147 LyX's english 
23148 \emph on
23149 Math
23150 \emph default
23151  manual is an example where automatic reference naming is used.
23152 \end_layout
23153
23154 \begin_layout Subsection
23155 参照位置
23156 \begin_inset CommandInset label
23157 LatexCommand label
23158 name "sub:参照位置"
23159
23160 \end_inset
23161
23162
23163 \begin_inset Index idx
23164 status collapsed
23165
23166 \begin_layout Plain Layout
23167 さんしょう@参照 ! さんしょういち@参照位置
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \begin_layout Standard
23176
23177 \family sans
23178 文書設定
23179 \family default
23180 ダイアログの
23181 \family sans
23182 PDF特性
23183 \family default
23184 で、
23185 \series bold
23186 hyperref
23187 \series default
23188
23189 \begin_inset Index idx
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23194 \end_layout
23195
23196 \end_inset
23197
23198 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23199 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23200 \series bold
23201 hyperref
23202 \series default
23203
23204 \begin_inset Index idx
23205 status collapsed
23206
23207 \begin_layout Plain Layout
23208 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23209 \end_layout
23210
23211 \end_inset
23212
23213 の一部である
23214 \series bold
23215 hyperref
23216 \series default
23217
23218 \begin_inset Index idx
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23223 \end_layout
23224
23225 \end_inset
23226
23227 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23228 \end_layout
23229
23230 \begin_layout Standard
23231
23232 \series bold
23233
23234 \backslash
23235 usepackage[figure]{hypcap}
23236 \end_layout
23237
23238 \begin_layout Standard
23239 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23240 hypcapの説明書
23241 \begin_inset CommandInset citation
23242 LatexCommand cite
23243 key "hypcap"
23244
23245 \end_inset
23246
23247 をご覧ください。
23248 \end_layout
23249
23250 \begin_layout Standard
23251 \begin_inset Note Greyedout
23252 status open
23253
23254 \begin_layout Plain Layout
23255
23256 \series bold
23257 【註】hypcap
23258 \series default
23259 は内部図への参照には効力がありません。
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \begin_layout Section
23268 フロートの配置
23269 \begin_inset CommandInset label
23270 LatexCommand label
23271 name "sec:フロートの配置"
23272
23273 \end_inset
23274
23275
23276 \begin_inset Index idx
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280 ふろーと@フロート ! はいち@配置
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289
23290 \family roman
23291 \series medium
23292 \shape up
23293 \size normal
23294 \emph off
23295 \bar no
23296 \noun off
23297 \color none
23298 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23299 \begin_inset Newline newline
23300 \end_inset
23301
23302
23303 \family sans
23304 \series default
23305 \shape default
23306 \size default
23307 \emph default
23308 \bar default
23309 \noun default
23310 \color inherit
23311 段をまたぐ
23312 \family roman
23313 \series medium
23314 \shape up
23315 \size normal
23316 \emph off
23317 \bar no
23318 \noun off
23319 \color none
23320 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23321 \begin_inset Newline newline
23322 \end_inset
23323
23324
23325 \family sans
23326 \series default
23327 \shape default
23328 \size default
23329 \emph default
23330 \bar default
23331 \noun default
23332 \color inherit
23333 横倒しに回転
23334 \family roman
23335 \series medium
23336 \shape up
23337 \size normal
23338 \emph off
23339 \bar no
23340 \noun off
23341 \color none
23342 オプションは、フロートを回転するのに用います。第
23343 \family default
23344 \series default
23345 \shape default
23346 \size default
23347 \emph default
23348 \bar default
23349 \noun default
23350 \color inherit
23351
23352 \begin_inset CommandInset ref
23353 LatexCommand ref
23354 reference "sec:回転フロート"
23355
23356 \end_inset
23357
23358
23359 \family roman
23360 \series medium
23361 \shape up
23362 \size normal
23363 \emph off
23364 \bar no
23365 \noun off
23366 \color none
23367 節をご参照ください。
23368 \end_layout
23369
23370 \begin_layout Standard
23371
23372 \family roman
23373 \series medium
23374 \shape up
23375 \size normal
23376 \emph off
23377 \bar no
23378 \noun off
23379 \color none
23380 フロートダイアログでは、
23381 \family sans
23382 \series default
23383 \shape default
23384 \size default
23385 \emph default
23386 \bar default
23387 \noun default
23388 \color inherit
23389 既定の配置を使う
23390 \family roman
23391 \series medium
23392 \shape up
23393 \size normal
23394 \emph off
23395 \bar no
23396 \noun off
23397 \color none
23398 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23399 \end_layout
23400
23401 \begin_layout Description
23402 可能ならば現在位置に: 
23403 \family roman
23404 \series medium
23405 \shape up
23406 \size normal
23407 \emph off
23408 \bar no
23409 \noun off
23410 \color none
23411 フロートを挿入位置に配置することを試みます
23412 \end_layout
23413
23414 \begin_layout Description
23415 ページ上部: 
23416 \family roman
23417 \series medium
23418 \shape up
23419 \size normal
23420 \emph off
23421 \bar no
23422 \noun off
23423 \color none
23424 フロートを現在ページの上部に配置することを試みます
23425 \end_layout
23426
23427 \begin_layout Description
23428 ページ下部: 
23429 \family roman
23430 \series medium
23431 \shape up
23432 \size normal
23433 \emph off
23434 \bar no
23435 \noun off
23436 \color none
23437 フロートを現在ページの下部に配置することを試みます
23438 \end_layout
23439
23440 \begin_layout Description
23441 フロートを独立したページに: 
23442 \family roman
23443 \series medium
23444 \shape up
23445 \size normal
23446 \emph off
23447 \bar no
23448 \noun off
23449 \color none
23450 フロートを独立したページに配置することを試みます
23451 \end_layout
23452
23453 \begin_layout Standard
23454 LaTeXは、
23455 \emph on
23456 つねに
23457 \emph default
23458 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23459 \family sans
23460 可能ならば現在位置に
23461 \family default
23462 を試み、次に
23463 \family sans
23464 ページの上部
23465 \family default
23466 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23467 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23468 \end_layout
23469
23470 \begin_layout Standard
23471 既定では、各オプションはそれぞれ以下の規則を持っています。
23472 \end_layout
23473
23474 \begin_layout Labeling
23475 \labelwidthstring 00.00.0000
23476
23477 \family sans
23478 ページ上部
23479 \family default
23480  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23481 \series bold
23482
23483 \backslash
23484 topfraction
23485 \series default
23486 )。
23487 \end_layout
23488
23489 \begin_layout Labeling
23490 \labelwidthstring 00.00.0000
23491
23492 \family sans
23493 ページ下部
23494 \family default
23495  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23496 \series bold
23497
23498 \backslash
23499 bottomfraction
23500 \series default
23501 )。
23502 \end_layout
23503
23504 \begin_layout Labeling
23505 \labelwidthstring 00.00.0000
23506
23507 \family sans
23508 フロートを独立したページ 
23509 \family default
23510 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23511 \series bold
23512
23513 \backslash
23514 floatpagefraction
23515 \series default
23516 )。
23517 \end_layout
23518
23519 \begin_layout Standard
23520 これらの規則に従いたくないときは、
23521 \family sans
23522 LaTeXの規則を無視する
23523 \family default
23524 オプションを追加することによって、これらを無視することができます。
23525 \begin_inset Newline newline
23526 \end_inset
23527
23528 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23529 、ページの5割に変えるには、文書プリアンブルに
23530 \end_layout
23531
23532 \begin_layout Standard
23533
23534 \series bold
23535
23536 \backslash
23537 renewcommand{
23538 \backslash
23539 bottomfraction}{0.5}
23540 \end_layout
23541
23542 \begin_layout Standard
23543 という行を加えてください。
23544 \end_layout
23545
23546 \begin_layout Standard
23547 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23548 \family sans
23549 何としても現在位置に置く
23550 \family default
23551 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23552 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23553 からです。
23554 \end_layout
23555
23556 \begin_layout Standard
23557 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23558 \end_layout
23559
23560 \begin_layout Standard
23561 \begin_inset VSpace bigskip
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23569 することがあります。この問題を避けるには、LaTeXコマンドの
23570 \backslash
23571 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23572 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23573 \end_layout
23574
23575 \begin_layout Standard
23576
23577 \series bold
23578
23579 \backslash
23580 let
23581 \backslash
23582 mySection
23583 \backslash
23584 section
23585 \begin_inset Newline newline
23586 \end_inset
23587
23588
23589 \backslash
23590 renewcommand{
23591 \backslash
23592 section}{
23593 \backslash
23594 suppressfloats[t]
23595 \backslash
23596 mySection}
23597 \end_layout
23598
23599 \begin_layout Standard
23600 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23601 することがあるので、これらに対する定義はお勧めしません。
23602 \end_layout
23603
23604 \begin_layout Standard
23605 \begin_inset VSpace bigskip
23606 \end_inset
23607
23608 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23609 \series bold
23610 endfloat
23611 \series default
23612
23613 \begin_inset Index idx
23614 status collapsed
23615
23616 \begin_layout Plain Layout
23617 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23618 \end_layout
23619
23620 \end_inset
23621
23622 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23623 \begin_inset Quotes eld
23624 \end_inset
23625
23626
23627 \family sans
23628 [Figure
23629 \begin_inset space ~
23630 \end_inset
23631
23632 3.2 about here.]
23633 \family default
23634
23635 \begin_inset Quotes erd
23636 \end_inset
23637
23638 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23639 \end_layout
23640
23641 \begin_layout Standard
23642
23643 \series bold
23644
23645 \backslash
23646 usepackage[options]{endfloat}
23647 \end_layout
23648
23649 \begin_layout Standard
23650 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23651 \series bold
23652 endfloat
23653 \series default
23654 取扱説明書
23655 \begin_inset CommandInset citation
23656 LatexCommand cite
23657 key "endfloat"
23658
23659 \end_inset
23660
23661 をご参照ください。
23662 \begin_inset Newline newline
23663 \end_inset
23664
23665
23666 \begin_inset Note Greyedout
23667 status open
23668
23669 \begin_layout Plain Layout
23670
23671 \series bold
23672 【註】endfloat
23673 \series default
23674 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
23675 \begin_inset CommandInset citation
23676 LatexCommand cite
23677 key "endfloat"
23678
23679 \end_inset
23680
23681 の第4節をご参照ください。
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \begin_inset Newline newline
23688 \end_inset
23689
23690
23691 \begin_inset Note Greyedout
23692 status open
23693
23694 \begin_layout Plain Layout
23695
23696 \series bold
23697 【註】
23698 \series default
23699 現在のところ、
23700 \series bold
23701 endfloat
23702 \series default
23703 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
23704 \series bold
23705
23706 \backslash
23707 ss
23708 \series default
23709 」コマンドを使用してください。
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset VSpace bigskip
23719 \end_inset
23720
23721 フロートの割付に関する詳細は、LaTeX関連書
23722 \begin_inset CommandInset citation
23723 LatexCommand cite
23724 key "latexcompanion,latexguide,latexbook"
23725
23726 \end_inset
23727
23728 をご覧ください。
23729 \end_layout
23730
23731 \begin_layout Section
23732 回転フロート
23733 \begin_inset CommandInset label
23734 LatexCommand label
23735 name "sec:回転フロート"
23736
23737 \end_inset
23738
23739
23740 \begin_inset Index idx
23741 status collapsed
23742
23743 \begin_layout Plain Layout
23744 ふろーと@フロート ! かいてん@回転
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \begin_layout Standard
23753 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
23754 \family sans
23755 横倒しに回転
23756 \family default
23757 オプションを有効にします。
23758 \end_layout
23759
23760 \begin_layout Standard
23761 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
23762 \family sans
23763 段をまたぐ
23764 \family default
23765 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
23766 たって回転方向を強制したい場合には、文書クラスオプションに
23767 \series bold
23768 figuresleft
23769 \series default
23770 オプションあるいは
23771 \series bold
23772 figuresright
23773 \series default
23774 オプションを加えることができます。
23775 \end_layout
23776
23777 \begin_layout Standard
23778 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
23779 \begin_inset CommandInset ref
23780 LatexCommand ref
23781 reference "tab:回転した表"
23782
23783 \end_inset
23784
23785 が回転表フロートの例です。
23786 \end_layout
23787
23788 \begin_layout Standard
23789 \begin_inset Note Greyedout
23790 status open
23791
23792 \begin_layout Plain Layout
23793
23794 \series bold
23795 【註】
23796 \series default
23797 すべてのDVIビューアが回転フロートを表示できるわけではありません。
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \begin_inset Float table
23807 wide false
23808 sideways true
23809 status open
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Caption
23813
23814 \begin_layout Plain Layout
23815 \begin_inset CommandInset label
23816 LatexCommand label
23817 name "tab:回転した表"
23818
23819 \end_inset
23820
23821 回転した表
23822 \end_layout
23823
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \begin_layout Plain Layout
23830 \align center
23831 \begin_inset Tabular
23832 <lyxtabular version="3" rows="1" columns="5">
23833 <features tabularvalignment="middle">
23834 <column alignment="center" valignment="top" width="0">
23835 <column alignment="center" valignment="top" width="0">
23836 <column alignment="center" valignment="top" width="0">
23837 <column alignment="center" valignment="top" width="0">
23838 <column alignment="center" valignment="top" width="0">
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 試験
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 </lyxtabular>
23887
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Section
23899 従属フロート
23900 \begin_inset Index idx
23901 status collapsed
23902
23903 \begin_layout Plain Layout
23904 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
23914 \begin_inset CommandInset ref
23915 LatexCommand ref
23916 reference "tab:従属表を横に並べたもの"
23917
23918 \end_inset
23919
23920 と表
23921 \begin_inset CommandInset ref
23922 LatexCommand ref
23923 reference "tab:従属表を縦に並べたもの"
23924
23925 \end_inset
23926
23927 に示されているように段落と同様に指定することができます。
23928 \end_layout
23929
23930 \begin_layout Standard
23931 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
23932 \begin_inset CommandInset ref
23933 LatexCommand ref
23934 reference "tab:これは従属表a"
23935
23936 \end_inset
23937
23938 と表
23939 \begin_inset CommandInset ref
23940 LatexCommand ref
23941 reference "tab:これは従属表b"
23942
23943 \end_inset
23944
23945 は表
23946 \begin_inset CommandInset ref
23947 LatexCommand ref
23948 reference "tab:従属表を横に並べたもの"
23949
23950 \end_inset
23951
23952 の従属フロートです。
23953 \begin_inset Float table
23954 wide false
23955 sideways false
23956 status open
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Caption
23960
23961 \begin_layout Plain Layout
23962 \begin_inset CommandInset label
23963 LatexCommand label
23964 name "tab:従属表を横に並べたもの"
23965
23966 \end_inset
23967
23968 従属表を横に並べたもの
23969 \end_layout
23970
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \begin_layout Plain Layout
23977 \begin_inset space \hfill{}
23978 \end_inset
23979
23980
23981 \begin_inset Float table
23982 wide false
23983 sideways false
23984 status open
23985
23986 \begin_layout Plain Layout
23987 \begin_inset Caption
23988
23989 \begin_layout Plain Layout
23990 \begin_inset CommandInset label
23991 LatexCommand label
23992 name "tab:これは従属表a"
23993
23994 \end_inset
23995
23996 これは従属表aです。
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \begin_layout Plain Layout
24005 \align center
24006 \begin_inset Tabular
24007 <lyxtabular version="3" rows="1" columns="5">
24008 <features tabularvalignment="middle">
24009 <column alignment="center" valignment="top" width="0">
24010 <column alignment="center" valignment="top" width="0">
24011 <column alignment="center" valignment="top" width="0">
24012 <column alignment="center" valignment="top" width="0">
24013 <column alignment="center" valignment="top" width="0">
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 試験
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 </lyxtabular>
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \end_inset
24069
24070
24071 \begin_inset space \hfill{}
24072 \end_inset
24073
24074
24075 \begin_inset Float table
24076 wide false
24077 sideways false
24078 status open
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Caption
24082
24083 \begin_layout Plain Layout
24084 \begin_inset CommandInset label
24085 LatexCommand label
24086 name "tab:これは従属表b"
24087
24088 \end_inset
24089
24090 これは従属表bです。
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Plain Layout
24099 \align center
24100 \begin_inset Tabular
24101 <lyxtabular version="3" rows="1" columns="5">
24102 <features tabularvalignment="middle">
24103 <column alignment="center" valignment="top" width="0">
24104 <column alignment="center" valignment="top" width="0">
24105 <column alignment="center" valignment="top" width="0">
24106 <column alignment="center" valignment="top" width="0">
24107 <column alignment="center" valignment="top" width="0">
24108 <row>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 試験
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 </lyxtabular>
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \begin_inset space \hfill{}
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \begin_inset Float table
24175 wide false
24176 sideways false
24177 status open
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Caption
24181
24182 \begin_layout Plain Layout
24183 \begin_inset CommandInset label
24184 LatexCommand label
24185 name "tab:従属表を縦に並べたもの"
24186
24187 \end_inset
24188
24189 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Float table
24199 wide false
24200 sideways false
24201 status open
24202
24203 \begin_layout Plain Layout
24204 \begin_inset Caption
24205
24206 \begin_layout Plain Layout
24207
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \begin_layout Plain Layout
24216 \align center
24217 \begin_inset Tabular
24218 <lyxtabular version="3" rows="1" columns="4">
24219 <features tabularvalignment="middle">
24220 <column alignment="center" valignment="top" width="0">
24221 <column alignment="center" valignment="top" width="0">
24222 <column alignment="center" valignment="top" width="0">
24223 <column alignment="center" valignment="top" width="0">
24224 <row>
24225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 試験
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 試験
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 試験
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 試験
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 </row>
24262 </lyxtabular>
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \begin_layout Plain Layout
24275 \begin_inset Float table
24276 wide false
24277 sideways false
24278 status open
24279
24280 \begin_layout Plain Layout
24281 \begin_inset Caption
24282
24283 \begin_layout Plain Layout
24284
24285 \end_layout
24286
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \begin_layout Plain Layout
24293 \align center
24294 \begin_inset Tabular
24295 <lyxtabular version="3" rows="1" columns="5">
24296 <features tabularvalignment="middle">
24297 <column alignment="center" valignment="top" width="0">
24298 <column alignment="center" valignment="top" width="0">
24299 <column alignment="center" valignment="top" width="0">
24300 <column alignment="center" valignment="top" width="0">
24301 <column alignment="center" valignment="top" width="0">
24302 <row>
24303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 </row>
24349 </lyxtabular>
24350
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \end_layout
24365
24366 \begin_layout Section
24367 横並びのフロート
24368 \begin_inset Index idx
24369 status collapsed
24370
24371 \begin_layout Plain Layout
24372 ふろーと@フロート ! よこならび@横並び
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381
24382 \begin_inset CommandInset ref
24383 LatexCommand ref
24384 reference "fig:左側のフロート"
24385
24386 \end_inset
24387
24388 や図
24389 \begin_inset CommandInset ref
24390 LatexCommand ref
24391 reference "fig:右側のフロート"
24392
24393 \end_inset
24394
24395 のようにフロートを横並びに配置するには、
24396 \emph on
24397 ひとつの
24398 \emph default
24399 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24400 \begin_inset Foot
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404 Minipageは第
24405 \begin_inset CommandInset ref
24406 LatexCommand ref
24407 reference "sec:ミニページ"
24408
24409 \end_inset
24410
24411 節に説明があります。
24412 \end_layout
24413
24414 \end_inset
24415
24416 。幅は45
24417 \begin_inset space \thinspace{}
24418 \end_inset
24419
24420 -50
24421 \begin_inset space \thinspace{}
24422 \end_inset
24423
24424 列幅%とし、各minipageのボックス配置を
24425 \family sans
24426
24427 \family default
24428 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24429 \family sans
24430 列幅%
24431 \family default
24432 がここではminipageボックスの幅によって計算されることです。
24433 \end_layout
24434
24435 \begin_layout Standard
24436 \begin_inset Float figure
24437 wide false
24438 sideways false
24439 status open
24440
24441 \begin_layout Plain Layout
24442 \begin_inset Box Frameless
24443 position "b"
24444 hor_pos "c"
24445 has_inner_box 1
24446 inner_pos "t"
24447 use_parbox 0
24448 use_makebox 0
24449 width "45col%"
24450 special "none"
24451 height "1in"
24452 height_special "totalheight"
24453 status open
24454
24455 \begin_layout Plain Layout
24456 \align center
24457 \begin_inset Graphics
24458         filename ../clipart/mobius.eps
24459         lyxscale 50
24460         width 100col%
24461         scaleBeforeRotation
24462
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \begin_layout Plain Layout
24469 \begin_inset Caption
24470
24471 \begin_layout Plain Layout
24472 \begin_inset CommandInset label
24473 LatexCommand label
24474 name "fig:左側のフロート"
24475
24476 \end_inset
24477
24478 左側のフロート
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \begin_inset space \hfill{}
24490 \end_inset
24491
24492
24493 \begin_inset Box Frameless
24494 position "b"
24495 hor_pos "c"
24496 has_inner_box 1
24497 inner_pos "t"
24498 use_parbox 0
24499 use_makebox 0
24500 width "45col%"
24501 special "none"
24502 height "1in"
24503 height_special "totalheight"
24504 status open
24505
24506 \begin_layout Plain Layout
24507 \align center
24508 \begin_inset Graphics
24509         filename ../clipart/platypus.eps
24510         lyxscale 50
24511         width 100col%
24512         scaleBeforeRotation
24513
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \begin_layout Plain Layout
24520 \begin_inset Caption
24521
24522 \begin_layout Plain Layout
24523 \begin_inset CommandInset label
24524 LatexCommand label
24525 name "fig:右側のフロート"
24526
24527 \end_inset
24528
24529 右側のフロート
24530 \end_layout
24531
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Plain Layout
24543
24544 \end_layout
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Section
24552 キャプションの書式設定
24553 \begin_inset Index idx
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \begin_inset Index idx
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \begin_inset CommandInset label
24574 LatexCommand label
24575 name "sec:キャプションの書式設定"
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583
24584 \family sans
24585 キャプション
24586 \family default
24587 環境は、
24588 \family sans
24589 フロート
24590 \family default
24591 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24592 \family sans
24593 図 #:
24594 \family default
24595 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24596 \family sans
24597 #
24598 \family default
24599 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24600 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24601 \end_layout
24602
24603 \begin_layout Standard
24604 既定のキャプション書式を変更するには、文書プリアンブルに
24605 \end_layout
24606
24607 \begin_layout Standard
24608
24609 \series bold
24610
24611 \backslash
24612 usepackage[format definition]{caption}
24613 \end_layout
24614
24615 \begin_layout Standard
24616 という行を加えて、LaTeXパッケージ
24617 \series bold
24618 caption
24619 \series default
24620
24621 \begin_inset Index idx
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24626 \end_layout
24627
24628 \end_inset
24629
24630 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24631 \end_layout
24632
24633 \begin_layout Standard
24634
24635 \series bold
24636
24637 \backslash
24638 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24639 \end_layout
24640
24641 \begin_layout Standard
24642 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24643 \series bold
24644 caption
24645 \series default
24646 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24647 \end_layout
24648
24649 \begin_layout Standard
24650
24651 \series bold
24652
24653 \backslash
24654 captionsetup[フロート型]{書式定義}
24655 \end_layout
24656
24657 \begin_layout Standard
24658 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24659 \begin_inset CommandInset ref
24660 LatexCommand ref
24661 reference "fig:図キャプション"
24662
24663 \end_inset
24664
24665 と表
24666 \begin_inset CommandInset ref
24667 LatexCommand ref
24668 reference "tab:表キャプション"
24669
24670 \end_inset
24671
24672 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
24673 \end_layout
24674
24675 \begin_layout Standard
24676
24677 \series bold
24678
24679 \backslash
24680 usepackage[tableposition=top]{caption}
24681 \series default
24682
24683 \begin_inset Newline newline
24684 \end_inset
24685
24686
24687 \series bold
24688
24689 \backslash
24690 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
24691 \begin_inset Newline newline
24692 \end_inset
24693
24694
24695 \begin_inset Phantom HPhantom
24696 status open
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 captionsetup[figure]{
24702 \end_layout
24703
24704 \end_inset
24705
24706 labelsep=period}
24707 \begin_inset Newline newline
24708 \end_inset
24709
24710
24711 \backslash
24712 captionsetup[table]{labelfont={bf,sf}}
24713 \end_layout
24714
24715 \begin_layout Standard
24716 \begin_inset Note Greyedout
24717 status open
24718
24719 \begin_layout Plain Layout
24720
24721 \series bold
24722 【註】
24723 \series default
24724 オプションのうち、
24725 \series bold
24726 tableposition=top
24727 \series default
24728 は、文書クラスに
24729 \series bold
24730 KOMA-script
24731 \series default
24732
24733 \begin_inset Index idx
24734 status collapsed
24735
24736 \begin_layout Plain Layout
24737 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24738 \end_layout
24739
24740 \end_inset
24741
24742 が使われているときには、無効になります。この場合には、文書クラスオプション
24743 \series bold
24744 captions=tableheading
24745 \series default
24746 を指定しなくてはなりません。
24747 \end_layout
24748
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \begin_layout Standard
24755
24756 \series bold
24757 caption
24758 \series default
24759 パッケージについての詳細は、その取扱説明書
24760 \begin_inset CommandInset citation
24761 LatexCommand cite
24762 key "caption"
24763
24764 \end_inset
24765
24766 をご覧ください。
24767 \end_layout
24768
24769 \begin_layout Standard
24770 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
24771 \end_layout
24772
24773 \begin_layout Standard
24774
24775 \series bold
24776
24777 \backslash
24778 renewcommand{
24779 \backslash
24780 fnum@figure}{画像~
24781 \backslash
24782 thefigure}
24783 \end_layout
24784
24785 \begin_layout Standard
24786 なお、
24787 \series bold
24788
24789 \backslash
24790 thefigure
24791 \series default
24792 は表番号を挿入し、「
24793 \series bold
24794 ~
24795 \series default
24796 」は保護された空白を入れます。
24797 \end_layout
24798
24799 \begin_layout Standard
24800 \begin_inset VSpace bigskip
24801 \end_inset
24802
24803
24804 \series bold
24805 KOMA-script
24806 \series default
24807
24808 \begin_inset Index idx
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24813 \end_layout
24814
24815 \end_inset
24816
24817 文書クラス(
24818 \family sans
24819 article (KOMA-script)
24820 \family default
24821
24822 \family sans
24823 book (KOMA-script)
24824 \family default
24825
24826 \family sans
24827 letter (KOMA-script)
24828 \family default
24829
24830 \family sans
24831 report (KOMA-script)
24832 \family default
24833 )を使用している場合には、
24834 \series bold
24835 caption
24836 \series default
24837 パッケージの代わりに
24838 \series bold
24839 KOMA-script
24840 \series default
24841 のビルトインコマンド
24842 \series bold
24843 etkomafont
24844 \series default
24845 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
24846 \end_layout
24847
24848 \begin_layout Standard
24849
24850 \series bold
24851
24852 \backslash
24853 setkomafont{captionlabel}{
24854 \backslash
24855 bfseries}
24856 \end_layout
24857
24858 \begin_layout Standard
24859
24860 \series bold
24861
24862 \backslash
24863 setkomafont
24864 \series default
24865 についての詳細は、
24866 \series bold
24867 KOMA-script
24868 \series default
24869 の取扱説明書
24870 \begin_inset CommandInset citation
24871 LatexCommand cite
24872 key "koma-script"
24873
24874 \end_inset
24875
24876 をご覧ください。
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \begin_inset ERT
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884
24885
24886 \backslash
24887 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
24888 }
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset Note Note
24895 status open
24896
24897 \begin_layout Plain Layout
24898 キャプション書式は、この例のみ変更してあります。
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 \begin_inset Float figure
24908 placement !p
24909 wide false
24910 sideways false
24911 status open
24912
24913 \begin_layout Plain Layout
24914 \align center
24915 \begin_inset Graphics
24916         filename ../clipart/mobius.eps
24917         lyxscale 50
24918         scale 50
24919         scaleBeforeRotation
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Plain Layout
24927 \begin_inset Caption
24928
24929 \begin_layout Plain Layout
24930 \begin_inset CommandInset label
24931 LatexCommand label
24932 name "fig:図キャプション"
24933
24934 \end_inset
24935
24936 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Standard
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954
24955
24956 \backslash
24957 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
24958 on}
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 \begin_inset Float table
24968 placement !p
24969 wide false
24970 sideways false
24971 status open
24972
24973 \begin_layout Plain Layout
24974 \begin_inset Caption
24975
24976 \begin_layout Plain Layout
24977 \begin_inset CommandInset label
24978 LatexCommand label
24979 name "tab:表キャプション"
24980
24981 \end_inset
24982
24983 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Plain Layout
24992 \align center
24993 \begin_inset Tabular
24994 <lyxtabular version="3" rows="1" columns="5">
24995 <features tabularvalignment="middle">
24996 <column alignment="center" valignment="top" width="0">
24997 <column alignment="center" valignment="top" width="0">
24998 <column alignment="center" valignment="top" width="0">
24999 <column alignment="center" valignment="top" width="0">
25000 <column alignment="center" valignment="top" width="0">
25001 <row>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 </row>
25048 </lyxtabular>
25049
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Section
25061 キャプションの配置
25062 \begin_inset Index idx
25063 status collapsed
25064
25065 \begin_layout Plain Layout
25066 きゃぷしょん@キャプション ! はいち@配置
25067 \end_layout
25068
25069 \end_inset
25070
25071
25072 \begin_inset Index idx
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \begin_inset CommandInset label
25083 LatexCommand label
25084 name "sec:キャプションの配置"
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092 通常、キャプションの配置原則は、
25093 \end_layout
25094
25095 \begin_layout Description
25096 図の場合: キャプションを図の下に置く
25097 \end_layout
25098
25099 \begin_layout Description
25100 表の場合: キャプションを表の上に置く
25101 \end_layout
25102
25103 \begin_layout Standard
25104 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25105 \family sans
25106 article
25107 \family default
25108
25109 \family sans
25110 book
25111 \family default
25112
25113 \family sans
25114 letter
25115 \family default
25116
25117 \family sans
25118 report
25119 \family default
25120 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25121 eXパッケージ
25122 \series bold
25123 caption
25124 \series default
25125 を読み込むコマンドに
25126 \end_layout
25127
25128 \begin_layout Standard
25129
25130 \series bold
25131 tableposition=top
25132 \end_layout
25133
25134 \begin_layout Standard
25135 というオプションを追加してください
25136 \begin_inset Foot
25137 status collapsed
25138
25139 \begin_layout Plain Layout
25140
25141 \series bold
25142 caption
25143 \series default
25144 パッケージについての詳細な情報は、第
25145 \begin_inset CommandInset ref
25146 LatexCommand ref
25147 reference "sec:キャプションの書式設定"
25148
25149 \end_inset
25150
25151 節をご覧ください。
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \series bold
25158 KOMA-script
25159 \series default
25160
25161 \begin_inset Index idx
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25166 \end_layout
25167
25168 \end_inset
25169
25170 文書クラス(
25171 \family sans
25172 article (KOMA-script)
25173 \family default
25174
25175 \family sans
25176 book (KOMA-script)
25177 \family default
25178
25179 \family sans
25180 letter (KOMA-script)
25181 \family default
25182
25183 \family sans
25184 report (KOMA-script)
25185 \family default
25186
25187 \begin_inset space \thinspace{}
25188 \end_inset
25189
25190 )をお使いの場合には、
25191 \series bold
25192 caption
25193 \series default
25194 パッケージにオプションを与える代わりに、文書クラスオプション
25195 \series bold
25196 captions=tableheading
25197 \series default
25198 を設定することもできます。
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \begin_inset VSpace bigskip
25203 \end_inset
25204
25205 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25206 \end_layout
25207
25208 \begin_layout Standard
25209
25210 \series bold
25211
25212 \backslash
25213 usepackage[option]{sidecap}
25214 \end_layout
25215
25216 \begin_layout Standard
25217 という行を入れて、LaTeXパッケージ
25218 \series bold
25219 sidecap
25220 \series default
25221
25222 \begin_inset Index idx
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25227 \end_layout
25228
25229 \end_inset
25230
25231 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25232 \series bold
25233 innercaption
25234 \series default
25235 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25236 \series bold
25237 rightcaption
25238 \series default
25239 ないし
25240 \series bold
25241 leftcaption
25242 \series default
25243 オプションを用います。
25244 \end_layout
25245
25246 \begin_layout Standard
25247 \begin_inset ERT
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251
25252
25253 \backslash
25254 ifsidecap
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \begin_inset Note Note
25261 status open
25262
25263 \begin_layout Plain Layout
25264 以下の部分は、LaTeXパッケージ
25265 \series bold
25266 sidecap
25267 \series default
25268 が導入されているときのみ表示されます。
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Standard
25277 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \noindent
25282 \begin_inset CommandInset line
25283 LatexCommand rule
25284 offset "0.5ex"
25285 width "100line%"
25286 height "1pt"
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294
25295 \series bold
25296
25297 \backslash
25298 newcommand{
25299 \backslash
25300 TabBesBeg}[1][1.0]{%
25301 \begin_inset Newline newline
25302 \end_inset
25303
25304
25305 \begin_inset Phantom HPhantom
25306 status open
25307
25308 \begin_layout Plain Layout
25309 \begin_inset space ~
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \backslash
25319 let
25320 \backslash
25321 MyTable
25322 \backslash
25323 table
25324 \begin_inset Newline newline
25325 \end_inset
25326
25327
25328 \begin_inset Phantom HPhantom
25329 status open
25330
25331 \begin_layout Plain Layout
25332
25333 \series medium
25334 \begin_inset space ~
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \backslash
25344 let
25345 \backslash
25346 MyEndtable
25347 \backslash
25348 endtable
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352
25353 \begin_inset Phantom HPhantom
25354 status open
25355
25356 \begin_layout Plain Layout
25357
25358 \series medium
25359 \begin_inset space ~
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \backslash
25369 renewenvironment{table}[1]{
25370 \backslash
25371 begin{SCtable}[#1]##1}{
25372 \backslash
25373 end{SCtable}}}
25374 \end_layout
25375
25376 \begin_layout Standard
25377
25378 \series bold
25379
25380 \backslash
25381 newcommand{
25382 \backslash
25383 TabBesEnd}{%
25384 \begin_inset Newline newline
25385 \end_inset
25386
25387
25388 \begin_inset Phantom HPhantom
25389 status open
25390
25391 \begin_layout Plain Layout
25392 \begin_inset space ~
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \backslash
25402 let
25403 \backslash
25404 table
25405 \backslash
25406 MyTable
25407 \begin_inset Newline newline
25408 \end_inset
25409
25410
25411 \begin_inset Phantom HPhantom
25412 status open
25413
25414 \begin_layout Plain Layout
25415 \begin_inset space ~
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \backslash
25425 let
25426 \backslash
25427 endtable
25428 \backslash
25429 MyEndtable
25430 \end_layout
25431
25432 \begin_layout Standard
25433
25434 \series bold
25435
25436 \backslash
25437 newcommand{
25438 \backslash
25439 FigBesBeg}[1][1.0]{%
25440 \begin_inset Newline newline
25441 \end_inset
25442
25443
25444 \begin_inset Phantom HPhantom
25445 status open
25446
25447 \begin_layout Plain Layout
25448 \begin_inset space ~
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \backslash
25458 let
25459 \backslash
25460 MyFigure
25461 \backslash
25462 figure
25463 \begin_inset Newline newline
25464 \end_inset
25465
25466
25467 \begin_inset Phantom HPhantom
25468 status open
25469
25470 \begin_layout Plain Layout
25471 \begin_inset space ~
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \backslash
25481 let
25482 \backslash
25483 MyEndfigure
25484 \backslash
25485 endfigure
25486 \begin_inset Newline newline
25487 \end_inset
25488
25489
25490 \begin_inset Phantom HPhantom
25491 status open
25492
25493 \begin_layout Plain Layout
25494 \begin_inset space ~
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \backslash
25504 renewenvironment{figure}[1]{
25505 \backslash
25506 begin{SCfigure}[#1]##1}{
25507 \backslash
25508 end{SCfigure}}}
25509 \end_layout
25510
25511 \begin_layout Standard
25512
25513 \series bold
25514
25515 \backslash
25516 newcommand{
25517 \backslash
25518 FigBesEnd}{%
25519 \begin_inset Newline newline
25520 \end_inset
25521
25522
25523 \begin_inset Phantom HPhantom
25524 status open
25525
25526 \begin_layout Plain Layout
25527 \begin_inset space ~
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \backslash
25537 let
25538 \backslash
25539 figure
25540 \backslash
25541 MyFigure
25542 \begin_inset Newline newline
25543 \end_inset
25544
25545
25546 \begin_inset Phantom HPhantom
25547 status open
25548
25549 \begin_layout Plain Layout
25550 \begin_inset space ~
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \backslash
25560 let
25561 \backslash
25562 endfigure
25563 \backslash
25564 MyEndfigure}
25565 \end_layout
25566
25567 \begin_layout Standard
25568 \noindent
25569 \begin_inset CommandInset line
25570 LatexCommand rule
25571 offset "0.5ex"
25572 width "100line%"
25573 height "1pt"
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25582 \end_layout
25583
25584 \begin_layout Standard
25585
25586 \series bold
25587
25588 \backslash
25589 FigBesBeg
25590 \end_layout
25591
25592 \begin_layout Standard
25593 というコマンドを、フロートの前にTeXコードで入れてください。
25594 \lang english
25595 And insert the command
25596 \end_layout
25597
25598 \begin_layout Standard
25599
25600 \series bold
25601
25602 \backslash
25603 FigBesEnd
25604 \end_layout
25605
25606 \begin_layout Standard
25607
25608 \lang english
25609 in TeX-Code at the point where you want to get back to the original float
25610  definition.
25611 \end_layout
25612
25613 \begin_layout Standard
25614 表フロートに対しては、対応するコマンド
25615 \end_layout
25616
25617 \begin_layout Standard
25618
25619 \series bold
25620
25621 \backslash
25622 TabBesBeg
25623 \series default
25624 および
25625 \series bold
25626
25627 \backslash
25628 TabBesEnd
25629 \end_layout
25630
25631 \begin_layout Standard
25632 を使用してください。図
25633 \begin_inset CommandInset ref
25634 LatexCommand ref
25635 reference "fig:図横キャプション"
25636
25637 \end_inset
25638
25639 と表
25640 \begin_inset CommandInset ref
25641 LatexCommand ref
25642 reference "tab:表横キャプション"
25643
25644 \end_inset
25645
25646 がキャプションを脇に設定した例です。
25647 \end_layout
25648
25649 \begin_layout Standard
25650 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25651 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25652 \end_layout
25653
25654 \begin_layout Standard
25655
25656 \series bold
25657
25658 \backslash
25659 sidecaptionvpos{フロート型}{配置}
25660 \end_layout
25661
25662 \begin_layout Standard
25663 というコマンドを使用します。ここで「フロート型」は
25664 \family sans
25665 figure
25666 \family default
25667
25668 \family sans
25669 table
25670 \family default
25671 であり、「配置」は、上揃えの場合はtopの
25672 \end_layout
25673
25674 \begin_layout Standard
25675
25676 \family sans
25677 t
25678 \family default
25679 」、中央揃えの場合はcenterの「
25680 \family sans
25681 c
25682 \family default
25683 」、下揃えの場合はbottomの「
25684 \family sans
25685 b
25686 \family default
25687 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
25688 \end_layout
25689
25690 \begin_layout Standard
25691
25692 \series bold
25693
25694 \backslash
25695 sidecaptionvpos{figure}{c}
25696 \end_layout
25697
25698 \begin_layout Standard
25699 というコマンドを使用します。これは、図
25700 \begin_inset CommandInset ref
25701 LatexCommand ref
25702 reference "fig:図横キャプション-2"
25703
25704 \end_inset
25705
25706 で使用されています。
25707 \end_layout
25708
25709 \begin_layout Standard
25710 \begin_inset VSpace medskip
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717
25718 \lang english
25719 The default caption width is the width of the image/table.
25720  For thin image/tables, like in Table
25721 \lang japanese
25722
25723 \begin_inset space ~
25724 \end_inset
25725
25726
25727 \begin_inset CommandInset ref
25728 LatexCommand ref
25729 reference "tab:表横キャプション"
25730
25731 \end_inset
25732
25733
25734 \lang english
25735 this leads to captions that are too thin.
25736  You can increase the width by specifying a factor that will be multiplied
25737  with the image/table width to get the caption width.
25738  The caption width will automatically be recalculated in case it would protrude
25739  over the page or column margin due to the specified width.
25740  The 
25741 \emph on
25742 factor
25743 \emph default
25744  can either be given as optional argument for 
25745 \series bold
25746
25747 \backslash
25748 FigBesBeg
25749 \series default
25750 :
25751 \end_layout
25752
25753 \begin_layout Standard
25754
25755 \series bold
25756 \lang english
25757
25758 \backslash
25759 FigBesBeg[factor]
25760 \end_layout
25761
25762 \begin_layout Standard
25763
25764 \lang english
25765 or in the definition of 
25766 \series bold
25767
25768 \backslash
25769 FigBesBeg
25770 \series default
25771  by replacing the 
25772 \series bold
25773 1.0
25774 \series default
25775  with another value.
25776  If you do the latter, your factor will be the default if 
25777 \series bold
25778
25779 \backslash
25780 FigBesBeg
25781 \series default
25782  is used without an argument.
25783  For Table
25784 \lang japanese
25785
25786 \begin_inset space ~
25787 \end_inset
25788
25789
25790 \begin_inset CommandInset ref
25791 LatexCommand ref
25792 reference "tab:cap-beside-tab-wider"
25793
25794 \end_inset
25795
25796  
25797 \lang english
25798 the factor 5 was used.
25799 \end_layout
25800
25801 \begin_layout Standard
25802
25803 \lang english
25804 \begin_inset Note Greyedout
25805 status open
25806
25807 \begin_layout Plain Layout
25808
25809 \series bold
25810 \lang english
25811 Note:
25812 \series default
25813  For floats with captions set beside, you cannot use the float placement
25814  option 
25815 \family sans
25816 Here
25817 \begin_inset space ~
25818 \end_inset
25819
25820 definitely
25821 \family default
25822  because it is not supported by 
25823 \series bold
25824 sidecap
25825 \series default
25826 .
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \begin_layout Standard
25835 \begin_inset VSpace medskip
25836 \end_inset
25837
25838
25839 \series bold
25840 sidecap
25841 \series default
25842 パッケージについての詳細は、
25843 \begin_inset CommandInset citation
25844 LatexCommand cite
25845 key "sidecap"
25846
25847 \end_inset
25848
25849 の説明書をご参照ください。
25850 \end_layout
25851
25852 \begin_layout Standard
25853 \begin_inset Note Greyedout
25854 status open
25855
25856 \begin_layout Plain Layout
25857
25858 \series bold
25859 【註】
25860 \series default
25861
25862 \begin_inset CommandInset ref
25863 LatexCommand ref
25864 reference "sub:参照位置"
25865
25866 \end_inset
25867
25868 節に説明があるLaTeXパッケージ
25869 \series bold
25870 hypcap
25871 \series default
25872
25873 \begin_inset Index idx
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
25878 \end_layout
25879
25880 \end_inset
25881
25882 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Standard
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 FigBesBeg 
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset Float figure
25908 wide false
25909 sideways false
25910 status open
25911
25912 \begin_layout Plain Layout
25913 \begin_inset Graphics
25914         filename ../clipart/escher-lsd.eps
25915         scale 75
25916         scaleBeforeRotation
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \begin_layout Plain Layout
25924 \begin_inset Caption
25925
25926 \begin_layout Plain Layout
25927 \begin_inset CommandInset label
25928 LatexCommand label
25929 name "fig:図横キャプション"
25930
25931 \end_inset
25932
25933 これは図の横にあるキャプションです。
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 \begin_inset ERT
25948 status collapsed
25949
25950 \begin_layout Plain Layout
25951
25952
25953 \backslash
25954 FigBesEnd
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \begin_layout Standard
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 TabBesBeg 
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 \begin_inset Float table
25980 wide false
25981 sideways false
25982 status open
25983
25984 \begin_layout Plain Layout
25985 \begin_inset Caption
25986
25987 \begin_layout Plain Layout
25988 \begin_inset CommandInset label
25989 LatexCommand label
25990 name "tab:表横キャプション"
25991
25992 \end_inset
25993
25994 これは表の横にあるキャプションです。
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Plain Layout
26003 \begin_inset Tabular
26004 <lyxtabular version="3" rows="4" columns="5">
26005 <features tabularvalignment="middle">
26006 <column alignment="center" valignment="top" width="0">
26007 <column alignment="center" valignment="top" width="0">
26008 <column alignment="center" valignment="top" width="0">
26009 <column alignment="center" valignment="top" width="0">
26010 <column alignment="center" valignment="top" width="0">
26011 <row>
26012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 <row>
26153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Plain Layout
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 </row>
26199 </lyxtabular>
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \begin_layout Standard
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 TabBesEnd
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \begin_layout Standard
26228 \begin_inset ERT
26229 status collapsed
26230
26231 \begin_layout Plain Layout
26232
26233
26234 \backslash
26235 sidecaptionvpos{figure}{c}
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \begin_inset Float figure
26242 wide false
26243 sideways false
26244 status open
26245
26246 \begin_layout Plain Layout
26247 \begin_inset Graphics
26248         filename ../clipart/escher-lsd.eps
26249         scale 75
26250         scaleBeforeRotation
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Plain Layout
26258 \begin_inset Caption
26259
26260 \begin_layout Plain Layout
26261 \begin_inset CommandInset label
26262 LatexCommand label
26263 name "fig:図横キャプション-2"
26264
26265 \end_inset
26266
26267 これは図の横にある縦方向中央揃えのキャプションです。
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \begin_layout Standard
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 FigBesEnd
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset ERT
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301
26302
26303 \backslash
26304 TabBesBeg[5]
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Standard
26313 \begin_inset Float table
26314 wide false
26315 sideways false
26316 status open
26317
26318 \begin_layout Plain Layout
26319 \begin_inset Caption
26320
26321 \begin_layout Plain Layout
26322
26323 \lang english
26324 \begin_inset CommandInset label
26325 LatexCommand label
26326 name "tab:cap-beside-tab-wider"
26327
26328 \end_inset
26329
26330 This is a caption is wider than the one in Table
26331 \lang japanese
26332
26333 \begin_inset space ~
26334 \end_inset
26335
26336
26337 \begin_inset CommandInset ref
26338 LatexCommand ref
26339 reference "tab:表横キャプション"
26340
26341 \end_inset
26342
26343 .
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Plain Layout
26352 \begin_inset Tabular
26353 <lyxtabular version="3" rows="4" columns="5">
26354 <features tabularvalignment="middle">
26355 <column alignment="center" valignment="top" width="0">
26356 <column alignment="center" valignment="top" width="0">
26357 <column alignment="center" valignment="top" width="0">
26358 <column alignment="center" valignment="top" width="0">
26359 <column alignment="center" valignment="top" width="0">
26360 <row>
26361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 a
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 b
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401 c
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 </row>
26407 <row>
26408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 d
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 e
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 f
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 g
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 h
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515 i
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 j
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 </row>
26548 </lyxtabular>
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 TabBesEnd
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Standard
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 else
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \begin_inset Note Note
26591 status open
26592
26593 \begin_layout Plain Layout
26594 以下の部分は、LaTeXパッケージ
26595 \series bold
26596 sidecap
26597 \series default
26598 が導入されていないときのみ表示されます。
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \begin_layout Standard
26607 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26608 \series bold
26609 sidecap
26610 \series default
26611 を導入する必要があります。
26612 \end_layout
26613
26614 \begin_layout Standard
26615 \begin_inset ERT
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619
26620
26621 \backslash
26622 fi
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Section
26631 フロート一覧
26632 \begin_inset Index idx
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636 ふろーと@フロート ! ふろーといちらん@フロート一覧
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26646 \family sans
26647 挿入\SpecialChar \menuseparator
26648 一覧/目次
26649 \family default
26650 メニューで挿入することができます。
26651 \end_layout
26652
26653 \begin_layout Standard
26654 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26655 \end_layout
26656
26657 \begin_layout Standard
26658 本文書の終わりに、図一覧と表一覧があります。
26659 \end_layout
26660
26661 \begin_layout Chapter
26662 注釈
26663 \end_layout
26664
26665 \begin_layout Section
26666 LyX注釈
26667 \begin_inset Index idx
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 注釈は、ツールバーボタン
26681 \family sans
26682
26683 \begin_inset Info
26684 type  "icon"
26685 arg   "note-insert"
26686 \end_inset
26687
26688
26689 \family default
26690 か、
26691 \family sans
26692 挿入\SpecialChar \menuseparator
26693 注釈
26694 \family default
26695 メニューで挿入することができます。注釈には、以下の三つの型があります。
26696 \end_layout
26697
26698 \begin_layout Description
26699 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
26700 \begin_inset Newline newline
26701 \end_inset
26702
26703
26704 \begin_inset Newline newline
26705 \end_inset
26706
26707
26708 \begin_inset Graphics
26709         filename ../clipart/LyXNoteImageQt4.png
26710         display false
26711         scale 85
26712         scaleBeforeRotation
26713
26714 \end_inset
26715
26716
26717 \begin_inset Note Note
26718 status open
26719
26720 \begin_layout Plain Layout
26721 これは、出力には現れない注釈ボックスに書かれた文章です。
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \begin_layout Description
26730 コメント この注釈も出力には現れませんが、
26731 \family sans
26732 ファイル\SpecialChar \menuseparator
26733 書き出し\SpecialChar \menuseparator
26734 LaTeX (pdflatex) / (平文)
26735 \family default
26736  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
26737 \begin_inset Newline newline
26738 \end_inset
26739
26740
26741 \begin_inset Newline newline
26742 \end_inset
26743
26744
26745 \begin_inset Graphics
26746         filename ../clipart/CommentNoteImageQt4.png
26747         display false
26748         scale 85
26749         scaleBeforeRotation
26750
26751 \end_inset
26752
26753  
26754 \begin_inset Note Comment
26755 status open
26756
26757 \begin_layout Plain Layout
26758 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \begin_layout Description
26767 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
26768 \begin_inset Newline newline
26769 \end_inset
26770
26771
26772 \begin_inset Newline newline
26773 \end_inset
26774
26775
26776 \begin_inset Graphics
26777         filename ../clipart/GreyedOutNoteImageQt4.png
26778         display false
26779         scale 85
26780         scaleBeforeRotation
26781
26782 \end_inset
26783
26784
26785 \begin_inset Newline newline
26786 \end_inset
26787
26788
26789 \begin_inset ERT
26790 status collapsed
26791
26792 \begin_layout Plain Layout
26793
26794
26795 \backslash
26796 renewenvironment{lyxgreyedout}
26797 \end_layout
26798
26799 \begin_layout Plain Layout
26800
26801 {
26802 \backslash
26803 textcolor[gray]{0.8}
26804 \backslash
26805 bgroup}{
26806 \backslash
26807 egroup}
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \begin_inset Note Greyedout
26814 status open
26815
26816 \begin_layout Plain Layout
26817 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
26818 \begin_inset Foot
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822 これは、淡色表示注釈内に脚注を用いた例です。
26823 \end_layout
26824
26825 \end_inset
26826
26827 です。
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 renewenvironment{lyxgreyedout}
26841 \end_layout
26842
26843 \begin_layout Plain Layout
26844
26845 {
26846 \backslash
26847 textcolor{blue}
26848 \backslash
26849 bgroup}{
26850 \backslash
26851 egroup}
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \begin_inset Note Note
26858 status open
26859
26860 \begin_layout Plain Layout
26861 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
26862 ように再定義されています。
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \begin_inset Newline newline
26869 \end_inset
26870
26871
26872 \begin_inset Newline newline
26873 \end_inset
26874
26875 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
26876 \end_layout
26877
26878 \begin_layout Standard
26879 \begin_inset VSpace bigskip
26880 \end_inset
26881
26882 注釈を挿入するのにツールバーボタン
26883 \family sans
26884
26885 \begin_inset Info
26886 type  "icon"
26887 arg   "note-insert"
26888 \end_inset
26889
26890
26891 \family default
26892 を使用すると、
26893 \family sans
26894 LyX注釈
26895 \family default
26896 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
26897 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
26898 さい。
26899 \end_layout
26900
26901 \begin_layout Standard
26902 \begin_inset VSpace bigskip
26903 \end_inset
26904
26905
26906 \lang english
26907 You can change the text color of the greyed out notes in the menu 
26908 \family sans
26909 Document\SpecialChar \menuseparator
26910 Settings\SpecialChar \menuseparator
26911 Colors
26912 \family default
26913 .
26914 \end_layout
26915
26916 \begin_layout Section
26917 脚注
26918 \begin_inset CommandInset label
26919 LatexCommand label
26920 name "sec:脚注"
26921
26922 \end_inset
26923
26924
26925 \begin_inset Index idx
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \begin_inset Index idx
26936 status collapsed
26937
26938 \begin_layout Plain Layout
26939 きゃくちゅう@脚注
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \begin_layout Standard
26948 脚注は、ツールバーボタン
26949 \family sans
26950
26951 \begin_inset Info
26952 type  "icon"
26953 arg   "footnote-insert"
26954 \end_inset
26955
26956
26957 \family default
26958 か、
26959 \family sans
26960 挿入\SpecialChar \menuseparator
26961 脚注
26962 \family default
26963 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
26964 \begin_inset Graphics
26965         filename clipart/footnoteQt4.png
26966         scale 80
26967         scaleBeforeRotation
26968
26969 \end_inset
26970
26971 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
26972 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
26973 \end_layout
26974
26975 \begin_layout Standard
26976 これが脚注の例です
26977 \begin_inset Foot
26978 status collapsed
26979
26980 \begin_layout Plain Layout
26981 \begin_inset CommandInset label
26982 LatexCommand label
26983 name "fn:これは脚注の一例"
26984
26985 \end_inset
26986
26987 これは脚注の一例です。
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \begin_inset ERT
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997
26998
26999 \backslash
27000 newcounter{MyRepeatFoot}
27001 \end_layout
27002
27003 \begin_layout Plain Layout
27004
27005
27006 \backslash
27007 setcounter{MyRepeatFoot}{
27008 \backslash
27009 thefootnote}
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27019 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27020 \end_layout
27021
27022 \begin_layout Standard
27023 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27024 \begin_inset CommandInset ref
27025 LatexCommand ref
27026 reference "sec:フロートの参照"
27027
27028 \end_inset
27029
27030 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27031 \begin_inset Newline newline
27032 \end_inset
27033
27034 これは脚注
27035 \begin_inset CommandInset ref
27036 LatexCommand ref
27037 reference "fn:これは脚注の一例"
27038
27039 \end_inset
27040
27041 の相互参照です。
27042 \end_layout
27043
27044 \begin_layout Standard
27045 \begin_inset VSpace defskip
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \begin_layout Standard
27052 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27053 \series bold
27054
27055 \backslash
27056 footnotemark{}
27057 \series default
27058 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27059 \series bold
27060
27061 \backslash
27062 footnotetext
27063 \series default
27064 コマンドの引数として入力します。
27065 \begin_inset Newline newline
27066 \end_inset
27067
27068 以下の表ではコマンド
27069 \begin_inset Newline newline
27070 \end_inset
27071
27072
27073 \series bold
27074
27075 \backslash
27076 footnotetext{
27077 \series default
27078 出力される脚注の表
27079 \series bold
27080 }
27081 \series default
27082
27083 \begin_inset Newline newline
27084 \end_inset
27085
27086 を用いています。
27087 \end_layout
27088
27089 \begin_layout Standard
27090 \begin_inset Tabular
27091 <lyxtabular version="3" rows="2" columns="1">
27092 <features tabularvalignment="middle">
27093 <column alignment="center" valignment="top" width="0">
27094 <row>
27095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 これは例文です。
27100 \begin_inset Foot
27101 status open
27102
27103 \begin_layout Plain Layout
27104 この脚注は出力されません!
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 </row>
27115 <row>
27116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120 これは例文です。
27121 \begin_inset ERT
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125
27126
27127 \backslash
27128 footnotemark{}
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 </row>
27139 </lyxtabular>
27140
27141 \end_inset
27142
27143
27144 \begin_inset ERT
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148
27149
27150 \backslash
27151 footnotetext{
27152 \end_layout
27153
27154 \end_inset
27155
27156 出力される脚注の表
27157 \begin_inset ERT
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161
27162 }
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \begin_layout Standard
27171 長尺表中の脚注は、第
27172 \begin_inset CommandInset ref
27173 LatexCommand ref
27174 reference "sub:長尺表での脚注"
27175
27176 \end_inset
27177
27178 節で述べられています。
27179 \end_layout
27180
27181 \begin_layout Standard
27182 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27183 \begin_inset CommandInset ref
27184 LatexCommand ref
27185 reference "sec:ミニページ"
27186
27187 \end_inset
27188
27189 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27190 \series bold
27191
27192 \backslash
27193 footnotemark{}
27194 \series default
27195
27196 \series bold
27197
27198 \backslash
27199 footntoetext
27200 \series default
27201 による方法を用いてください。
27202 \end_layout
27203
27204 \begin_layout Standard
27205 \begin_inset Box Frameless
27206 position "t"
27207 hor_pos "c"
27208 has_inner_box 1
27209 inner_pos "t"
27210 use_parbox 0
27211 use_makebox 0
27212 width "100col%"
27213 special "none"
27214 height "1in"
27215 height_special "totalheight"
27216 status open
27217
27218 \begin_layout Plain Layout
27219 これはミニページ中の例文です。
27220 \begin_inset Foot
27221 status open
27222
27223 \begin_layout Plain Layout
27224 ミニページ中の脚注です。
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Plain Layout
27233 これはミニページ中の例文です。
27234 \begin_inset ERT
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238
27239
27240 \backslash
27241 footnotemark{}
27242 \end_layout
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \begin_inset ERT
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259
27260
27261 \backslash
27262 footnotetext{
27263 \end_layout
27264
27265 \end_inset
27266
27267 ミニページ外の脚注です。
27268 \begin_inset ERT
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272
27273 }
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \begin_inset VSpace defskip
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Standard
27286 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27287 \series bold
27288
27289 \backslash
27290 footnotemark[番号]
27291 \series default
27292 を使用してください。
27293 \begin_inset Newline newline
27294 \end_inset
27295
27296 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "fn:これは脚注の一例"
27300
27301 \end_inset
27302
27303 の後に、TeXコードで
27304 \end_layout
27305
27306 \begin_layout Standard
27307
27308 \series bold
27309
27310 \backslash
27311 newcounter{MyRepeatFoot}
27312 \begin_inset Newline newline
27313 \end_inset
27314
27315
27316 \backslash
27317 setcounter{MyRepeatFoot}{
27318 \backslash
27319 thefootnote}
27320 \end_layout
27321
27322 \begin_layout Standard
27323 というコマンドを挿入しています。そして脚注マークは、
27324 \end_layout
27325
27326 \begin_layout Standard
27327
27328 \series bold
27329
27330 \backslash
27331 footnotemark[
27332 \backslash
27333 theMyRepeatFoot]
27334 \end_layout
27335
27336 \begin_layout Standard
27337 で作成します。
27338 \end_layout
27339
27340 \begin_layout Standard
27341 これは繰り返し脚注の例です。
27342 \begin_inset ERT
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346
27347
27348 \backslash
27349 footnotemark[
27350 \backslash
27351 theMyRepeatFoot]
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Standard
27360 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27361 \end_layout
27362
27363 \begin_layout Standard
27364
27365 \series bold
27366
27367 \backslash
27368 footnotemark[
27369 \backslash
27370 thefootnote]
27371 \end_layout
27372
27373 \begin_layout Standard
27374 を使用してください。
27375 \end_layout
27376
27377 \begin_layout Standard
27378 これは繰り返し脚注の例です。
27379 \begin_inset ERT
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383
27384
27385 \backslash
27386 footnotemark[
27387 \backslash
27388 thefootnote]
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Subsection
27397 脚注の付番
27398 \begin_inset CommandInset label
27399 LatexCommand label
27400 name "sub:脚注の付番"
27401
27402 \end_inset
27403
27404
27405 \begin_inset Index idx
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 きゃくちゅう@脚注 ! ふばん@付番
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Standard
27418 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27419 \end_layout
27420
27421 \begin_layout Standard
27422
27423 \series bold
27424
27425 \backslash
27426 @addtoreset{footnote}{section}
27427 \end_layout
27428
27429 \begin_layout Standard
27430 というコマンドを加えてください。
27431 \end_layout
27432
27433 \begin_layout Standard
27434 \begin_inset VSpace bigskip
27435 \end_inset
27436
27437 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27438 \end_layout
27439
27440 \begin_layout Standard
27441
27442 \series bold
27443
27444 \backslash
27445 renewcommand{
27446 \backslash
27447 thefootnote}{
27448 \backslash
27449 roman{footnote}}
27450 \end_layout
27451
27452 \begin_layout Standard
27453 \begin_inset ERT
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457
27458
27459 \backslash
27460 renewcommand{
27461 \backslash
27462 thefootnote}{
27463 \backslash
27464 roman{footnote}}
27465 \end_layout
27466
27467 \end_inset
27468
27469 これは、ローマ数字を使った脚注です
27470 \begin_inset Foot
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 これは、ローマ数字を使った脚注の例です。
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27484 \series bold
27485
27486 \backslash
27487 roman
27488 \series default
27489
27490 \series bold
27491
27492 \backslash
27493 Roman
27494 \series default
27495 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27496 \series bold
27497
27498 \backslash
27499 Alph
27500 \series default
27501 または
27502 \series bold
27503
27504 \backslash
27505 alph
27506 \series default
27507 を使用してください。記号を使って付「番」するには、
27508 \series bold
27509
27510 \backslash
27511 fnsymbol
27512 \series default
27513 を使ってください。
27514 \end_layout
27515
27516 \begin_layout Standard
27517 \begin_inset Note Greyedout
27518 status open
27519
27520 \begin_layout Plain Layout
27521
27522 \series bold
27523 【註】
27524 \series default
27525 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \begin_inset Newline newline
27532 \end_inset
27533
27534
27535 \begin_inset Note Greyedout
27536 status open
27537
27538 \begin_layout Plain Layout
27539
27540 \series bold
27541 【註】
27542 \series default
27543 記号を使うと9個の脚注しか番号を振ることができません。
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \begin_layout Standard
27552 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27553 \series bold
27554
27555 \backslash
27556 roman
27557 \series default
27558
27559 \series bold
27560
27561 \backslash
27562 arabic
27563 \series default
27564 に置き換えて使用してください。
27565 \begin_inset ERT
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569
27570
27571 \backslash
27572 renewcommand{
27573 \backslash
27574 thefootnote}{
27575 \backslash
27576 arabic{footnote}}
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 \begin_inset VSpace bigskip
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27593 \end_layout
27594
27595 \begin_layout Standard
27596
27597 \series bold
27598
27599 \backslash
27600 numberwithin{footnote}{chapter}
27601 \end_layout
27602
27603 \begin_layout Standard
27604 というコマンドを加えてください。
27605 \series bold
27606
27607 \backslash
27608 numberwithin
27609 \series default
27610 コマンドを使用できるようにするためには、文書設定の
27611 \family sans
27612 数式オプション
27613 \family default
27614 タブで
27615 \family sans
27616 AMS
27617 \begin_inset space ~
27618 \end_inset
27619
27620 mathパッケージを使う
27621 \family default
27622 オプションを有効にしてください。
27623 \end_layout
27624
27625 \begin_layout Standard
27626 \begin_inset ERT
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630
27631
27632 \backslash
27633 numberwithin{footnote}{chapter}
27634 \end_layout
27635
27636 \end_inset
27637
27638 これは、脚注のもう一つの例です
27639 \series bold
27640
27641 \begin_inset Foot
27642 status open
27643
27644 \begin_layout Plain Layout
27645
27646 \series bold
27647 これは、
27648 \series default
27649 「章番号.脚注番号」スキームで番号を振られた脚注です。
27650 \end_layout
27651
27652 \end_inset
27653
27654
27655 \series default
27656
27657 \begin_inset ERT
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661
27662
27663 \backslash
27664 renewcommand{
27665 \backslash
27666 thefootnote}{
27667 \backslash
27668 arabic{footnote}}
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Standard
27677 \begin_inset Note Greyedout
27678 status open
27679
27680 \begin_layout Plain Layout
27681
27682 \series bold
27683 【註】
27684 \backslash
27685 numberwithin
27686 \series default
27687 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Standard
27696 また、例えば「章番号.
27697 \backslash
27698 Roman{footnote}」スキームを得るには、
27699 \series bold
27700
27701 \backslash
27702 numberwithin
27703 \series default
27704 の代わりに以下のコマンドを使用してください。
27705 \end_layout
27706
27707 \begin_layout Standard
27708
27709 \series bold
27710
27711 \backslash
27712 renewcommand{
27713 \backslash
27714 thefootnote}{
27715 \backslash
27716 thechapter.
27717 \backslash
27718 Roman{footnote}}
27719 \end_layout
27720
27721 \begin_layout Subsection
27722 脚注の配置
27723 \begin_inset Index idx
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 きゃくちゅう@脚注 ! はいち@配置
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Standard
27736 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
27737 ブルに足して、1.5
27738 \begin_inset space \thinspace{}
27739 \end_inset
27740
27741 mmの余白を追加することもできます。
27742 \end_layout
27743
27744 \begin_layout Standard
27745
27746 \series bold
27747
27748 \backslash
27749 let
27750 \backslash
27751 myFoot
27752 \backslash
27753 footnote
27754 \begin_inset Newline newline
27755 \end_inset
27756
27757
27758 \backslash
27759 renewcommand{
27760 \backslash
27761 footnote}[1]{
27762 \backslash
27763 myFoot{#1
27764 \backslash
27765 vspace{1.5mm}}}
27766 \end_layout
27767
27768 \begin_layout Standard
27769 \begin_inset VSpace bigskip
27770 \end_inset
27771
27772 二段組文書では、脚注は各段底部に表示されます(図
27773 \begin_inset CommandInset ref
27774 LatexCommand ref
27775 reference "fig:標準的脚注配置"
27776
27777 \end_inset
27778
27779 )。図
27780 \begin_inset CommandInset ref
27781 LatexCommand ref
27782 reference "fig:ftnright脚注配置"
27783
27784 \end_inset
27785
27786 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
27787 \end_layout
27788
27789 \begin_layout Standard
27790
27791 \series bold
27792
27793 \backslash
27794 usepackage{ftnright}
27795 \end_layout
27796
27797 \begin_layout Standard
27798 というコマンドを書いて、LaTeXパッケージ
27799 \series bold
27800 ftnright
27801 \series default
27802
27803 \begin_inset Index idx
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
27808 \end_layout
27809
27810 \end_inset
27811
27812 を読み込みます。
27813 \begin_inset Float figure
27814 placement !h
27815 wide false
27816 sideways false
27817 status open
27818
27819 \begin_layout Plain Layout
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825
27826 \backslash
27827 framebox{
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset Graphics
27834         filename ../clipart/without_fntright.pdf
27835         width 100col%
27836         scaleBeforeRotation
27837
27838 \end_inset
27839
27840
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846 }
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \end_layout
27853
27854 \begin_layout Plain Layout
27855 \begin_inset Caption
27856
27857 \begin_layout Plain Layout
27858 \begin_inset CommandInset label
27859 LatexCommand label
27860 name "fig:標準的脚注配置"
27861
27862 \end_inset
27863
27864 二段組文書の標準的な脚注配置
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \begin_layout Standard
27878 \begin_inset Float figure
27879 placement !h
27880 wide false
27881 sideways false
27882 status open
27883
27884 \begin_layout Plain Layout
27885 \begin_inset ERT
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889
27890
27891 \backslash
27892 framebox{
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \begin_inset Graphics
27899         filename ../clipart/with_fntright.pdf
27900         width 100col%
27901         scaleBeforeRotation
27902
27903 \end_inset
27904
27905
27906 \begin_inset ERT
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910
27911 }
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Plain Layout
27920 \begin_inset Caption
27921
27922 \begin_layout Plain Layout
27923 \begin_inset CommandInset label
27924 LatexCommand label
27925 name "fig:ftnright脚注配置"
27926
27927 \end_inset
27928
27929 LaTeXパッケージ
27930 \series bold
27931 ftnright
27932 \series default
27933 を使用したときの二段組文書の脚注配置
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \begin_inset VSpace bigskip
27948 \end_inset
27949
27950 科学的文献に於いては、図
27951 \begin_inset CommandInset ref
27952 LatexCommand ref
27953 reference "fig:後注"
27954
27955 \end_inset
27956
27957 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
27958 \begin_inset Index idx
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 こちゅう@後注
27963 \end_layout
27964
27965 \end_inset
27966
27967 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
27968 \family sans
27969 文書\SpecialChar \menuseparator
27970 設定\SpecialChar \menuseparator
27971 モジュール
27972 \family default
27973 メニューで
27974 \family sans
27975 脚注から後注へ
27976 \family default
27977 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
27978 \end_layout
27979
27980 \begin_layout Standard
27981
27982 \series bold
27983
27984 \backslash
27985 theendnotes
27986 \end_layout
27987
27988 \begin_layout Standard
27989 というコマンドを挿入してください。
27990 \end_layout
27991
27992 \begin_layout Standard
27993 \begin_inset Float figure
27994 wide false
27995 sideways false
27996 status open
27997
27998 \begin_layout Plain Layout
27999 \align center
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 framebox{
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \begin_inset Graphics
28014         filename ../clipart/endnotes.pdf
28015         scaleBeforeRotation
28016
28017 \end_inset
28018
28019
28020 \begin_inset ERT
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024
28025 }
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Plain Layout
28034 \begin_inset Caption
28035
28036 \begin_layout Plain Layout
28037 \begin_inset CommandInset label
28038 LatexCommand label
28039 name "fig:後注"
28040
28041 \end_inset
28042
28043 後注 – 注を節ないし章末に別段落として印字します。
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 \begin_inset VSpace medskip
28058 \end_inset
28059
28060 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28061 \end_layout
28062
28063 \begin_layout Standard
28064
28065 \series bold
28066
28067 \backslash
28068 renewcommand{
28069 \backslash
28070 notesname}{Anmerkungen}
28071 \end_layout
28072
28073 \begin_layout Standard
28074 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28075 \end_layout
28076
28077 \begin_layout Standard
28078 \begin_inset VSpace medskip
28079 \end_inset
28080
28081
28082 \begin_inset CommandInset ref
28083 LatexCommand ref
28084 reference "sub:脚注の付番"
28085
28086 \end_inset
28087
28088 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28089 \series bold
28090
28091 \backslash
28092 thefootnote
28093 \series default
28094 コマンドの代わりに
28095 \series bold
28096
28097 \backslash
28098 theendnote
28099 \series default
28100 を用いてください。後注番号をリセットするには、第
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:脚注の付番"
28104
28105 \end_inset
28106
28107 節で述べたコマンド
28108 \series bold
28109
28110 \backslash
28111 @addtoreset
28112 \series default
28113 の、パラメータ
28114 \series bold
28115 footnote
28116 \series default
28117
28118 \series bold
28119 endnote
28120 \series default
28121 に変えて、使用してください。
28122 \end_layout
28123
28124 \begin_layout Standard
28125 後注の印だけを作成するには、第
28126 \begin_inset CommandInset ref
28127 LatexCommand ref
28128 reference "sec:脚注"
28129
28130 \end_inset
28131
28132 節で説明した
28133 \series bold
28134
28135 \backslash
28136 footnotemark
28137 \series default
28138 コマンドの代わりに、
28139 \series bold
28140
28141 \backslash
28142 endnotemark[番号]
28143 \series default
28144 コマンドを使用してください。
28145 \end_layout
28146
28147 \begin_layout Standard
28148 \begin_inset VSpace bigskip
28149 \end_inset
28150
28151 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28152 \series bold
28153 footmisc
28154 \series default
28155
28156 \begin_inset Index idx
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \begin_inset CommandInset citation
28167 LatexCommand cite
28168 key "footmisc"
28169
28170 \end_inset
28171
28172 を参照してください。
28173 \end_layout
28174
28175 \begin_layout Standard
28176 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28177 \begin_inset CommandInset citation
28178 LatexCommand cite
28179 key "latexcompanion,latexguide,latexbook"
28180
28181 \end_inset
28182
28183 に載っています。 
28184 \lang english
28185 If you are using a
28186 \lang japanese
28187  
28188 \series bold
28189 KOMA-Script
28190 \series default
28191
28192 \begin_inset Index idx
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28197 \end_layout
28198
28199 \end_inset
28200
28201  
28202 \lang english
28203 document class, you can adjust all footnote settings using class-specific
28204  commands, see
28205 \lang japanese
28206  
28207 \begin_inset CommandInset citation
28208 LatexCommand cite
28209 key "KOMA-Script"
28210
28211 \end_inset
28212
28213 .
28214 \end_layout
28215
28216 \begin_layout Section
28217 傍注
28218 \begin_inset Index idx
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Standard
28231 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28232 \family sans
28233 挿入\SpecialChar \menuseparator
28234 傍注
28235 \family default
28236 メニューかツールバーボタン
28237 \family sans
28238
28239 \begin_inset Info
28240 type  "icon"
28241 arg   "marginalnote-insert"
28242 \end_inset
28243
28244
28245 \family default
28246 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28247 \end_layout
28248
28249 \begin_layout Standard
28250 横にあるのが傍注です
28251 \begin_inset Marginal
28252 status open
28253
28254 \begin_layout Plain Layout
28255 これは傍注文です。
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28265 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset VSpace bigskip
28270 \end_inset
28271
28272 傍注を内側余白に置くには、傍注の前にTeXコードで
28273 \end_layout
28274
28275 \begin_layout Standard
28276
28277 \series bold
28278
28279 \backslash
28280 reversemarginpar
28281 \end_layout
28282
28283 \begin_layout Standard
28284 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28285 \begin_inset ERT
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289
28290
28291 \backslash
28292 reversemarginpar 
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \begin_inset Marginal
28299 status open
28300
28301 \begin_layout Plain Layout
28302 これは内側余白の傍注です。
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \series bold
28309
28310 \begin_inset Newline newline
28311 \end_inset
28312
28313
28314 \series default
28315
28316 \begin_inset Note Greyedout
28317 status open
28318
28319 \begin_layout Plain Layout
28320 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 既定の配置に戻すには、TeXコードで
28330 \end_layout
28331
28332 \begin_layout Standard
28333
28334 \series bold
28335
28336 \backslash
28337 normalmarginpar
28338 \end_layout
28339
28340 \begin_layout Standard
28341 というコマンドを書き加えてください。
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347
28348 \backslash
28349 normalmarginpar 
28350 \end_layout
28351
28352 \end_inset
28353
28354  
28355 \begin_inset Note Greyedout
28356 status open
28357
28358 \begin_layout Plain Layout
28359
28360 \series bold
28361 【註】
28362 \backslash
28363 reversemarginpar
28364 \series default
28365 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 \begin_inset VSpace bigskip
28375 \end_inset
28376
28377
28378 \begin_inset Marginal
28379 status open
28380
28381 \begin_layout Plain Layout
28382 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \begin_inset CommandInset ref
28389 LatexCommand ref
28390 reference "sub:複数行"
28391
28392 \end_inset
28393
28394 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28395 \begin_inset space \thinspace{}
28396 \end_inset
28397
28398 pt水平空白を挿入してください 
28399 \begin_inset Marginal
28400 status open
28401
28402 \begin_layout Plain Layout
28403 \begin_inset space \hspace*{}
28404 \length 0pt
28405 \end_inset
28406
28407 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Standard
28416 \begin_inset VSpace bigskip
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \begin_layout Standard
28423 \begin_inset Note Greyedout
28424 status open
28425
28426 \begin_layout Plain Layout
28427
28428 \series bold
28429 【註】
28430 \series default
28431 通常、傍注は表やフロート、脚注の中では使用することができません。
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 \begin_inset VSpace bigskip
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Standard
28447 \begin_inset ERT
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451
28452
28453 \backslash
28454 ifmarginnote
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \begin_inset Note Note
28461 status open
28462
28463 \begin_layout Plain Layout
28464 以下の部分は、LaTeXパッケージ
28465 \series bold
28466 marginnote
28467 \series default
28468 が導入されているときのみ表示されます。
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Standard
28477 この制約は、LaTeXパッケージ
28478 \series bold
28479 marginnote
28480 \series default
28481
28482 \begin_inset Index idx
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28487 \end_layout
28488
28489 \end_inset
28490
28491 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28492 \series bold
28493 marginnote
28494 \series default
28495 パッケージが提供するコマンドを使うようになります。
28496 \end_layout
28497
28498 \begin_layout Standard
28499
28500 \series bold
28501
28502 \backslash
28503 usepackage{marginnote}
28504 \begin_inset Newline newline
28505 \end_inset
28506
28507
28508 \backslash
28509 let
28510 \backslash
28511 marginpar
28512 \backslash
28513 marginnote
28514 \end_layout
28515
28516 \begin_layout Standard
28517
28518 \series bold
28519 marginnote
28520 \series default
28521 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28522 \series bold
28523 marginnote
28524 \series default
28525 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28526 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28527 \end_layout
28528
28529 \begin_layout Standard
28530
28531 \series bold
28532 [オフセット]
28533 \end_layout
28534
28535 \begin_layout Standard
28536 という形で書くことで設定することができます。ここで「オフセット」には、表
28537 \begin_inset CommandInset ref
28538 LatexCommand ref
28539 reference "tab:単位"
28540
28541 \end_inset
28542
28543 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28544 \series bold
28545 [-1.5cm]
28546 \series default
28547 」を使用して、1.5
28548 \begin_inset space \thinspace{}
28549 \end_inset
28550
28551 cm上にずらしてあります
28552 \begin_inset Marginal
28553 status open
28554
28555 \begin_layout Plain Layout
28556 この傍注は、本来の位置よりも1.5
28557 \begin_inset space \thinspace{}
28558 \end_inset
28559
28560 cm上にずらしてあります。
28561 \end_layout
28562
28563 \end_inset
28564
28565
28566 \begin_inset ERT
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570
28571 [-1.5cm]
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 \begin_inset VSpace medskip
28581 \end_inset
28582
28583
28584 \series bold
28585 marginnote
28586 \series default
28587 を使うと、傍注の揃えを変更することもできます。たとえば、
28588 \end_layout
28589
28590 \begin_layout Standard
28591
28592 \series bold
28593
28594 \backslash
28595 renewcommand*{
28596 \backslash
28597 raggedleftmarginnote}{
28598 \backslash
28599 centering}
28600 \begin_inset Newline newline
28601 \end_inset
28602
28603
28604 \backslash
28605 renewcommand*{
28606 \backslash
28607 raggedrightmarginnote}{
28608 \backslash
28609 centering}
28610 \end_layout
28611
28612 \begin_layout Standard
28613 というコマンドを使うと、中央揃えになります。
28614 \series bold
28615
28616 \backslash
28617 raggedleftmarginnote
28618 \series default
28619 とは、左側に表示されている傍注のことを指します
28620 \begin_inset ERT
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624
28625
28626 \backslash
28627 renewcommand*{
28628 \backslash
28629 raggedleftmarginnote}{
28630 \backslash
28631 centering}
28632 \end_layout
28633
28634 \begin_layout Plain Layout
28635
28636
28637 \backslash
28638 renewcommand*{
28639 \backslash
28640 raggedrightmarginnote}{
28641 \backslash
28642 centering}
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset Marginal
28649 status open
28650
28651 \begin_layout Plain Layout
28652 この傍注の文章は中央揃えになっています。
28653 \end_layout
28654
28655 \end_inset
28656
28657 。既定の設定は、
28658 \end_layout
28659
28660 \begin_layout Standard
28661
28662 \series bold
28663
28664 \backslash
28665 renewcommand*{
28666 \backslash
28667 raggedleftmarginnote}{
28668 \backslash
28669 raggedleft}
28670 \begin_inset Newline newline
28671 \end_inset
28672
28673
28674 \backslash
28675 renewcommand*{
28676 \backslash
28677 raggedrightmarginnote}{
28678 \backslash
28679 raggedright}
28680 \series default
28681
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 renewcommand*{
28690 \backslash
28691 raggedleftmarginnote}{
28692 \backslash
28693 raggedleft}
28694 \end_layout
28695
28696 \begin_layout Plain Layout
28697
28698
28699 \backslash
28700 renewcommand*{
28701 \backslash
28702 raggedrightmarginnote}{
28703 \backslash
28704 raggedright}
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Standard
28713 です。
28714 \end_layout
28715
28716 \begin_layout Standard
28717 \begin_inset VSpace medskip
28718 \end_inset
28719
28720
28721 \series bold
28722 marginnote
28723 \series default
28724 の他の機能については、
28725 \begin_inset CommandInset citation
28726 LatexCommand cite
28727 key "marginnote"
28728
28729 \end_inset
28730
28731 の取扱説明書をご参照ください。
28732 \end_layout
28733
28734 \begin_layout Standard
28735 \begin_inset VSpace bigskip
28736 \end_inset
28737
28738 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
28739 \family sans
28740 \series bold
28741 \bar under
28742 注意!
28743 \family default
28744 \series default
28745 \bar default
28746 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
28747 \end_layout
28748
28749 \begin_layout Standard
28750
28751 \series bold
28752
28753 \backslash
28754 let
28755 \backslash
28756 myMarginpar
28757 \backslash
28758 marginpar
28759 \begin_inset Newline newline
28760 \end_inset
28761
28762
28763 \backslash
28764 renewcommand{
28765 \backslash
28766 marginpar}[1]{
28767 \backslash
28768 myMarginpar{%
28769 \begin_inset Newline newline
28770 \end_inset
28771
28772
28773 \begin_inset Phantom HPhantom
28774 status open
28775
28776 \begin_layout Plain Layout
28777
28778 \series bold
28779 \begin_inset space ~
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \backslash
28789 hspace{0pt}
28790 \backslash
28791 textsf{
28792 \backslash
28793 textbf{
28794 \backslash
28795 underbar{注意!}}}%
28796 \begin_inset Newline newline
28797 \end_inset
28798
28799
28800 \begin_inset Phantom HPhantom
28801 status open
28802
28803 \begin_layout Plain Layout
28804
28805 \series bold
28806 \begin_inset space ~
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \backslash
28816 vspace{1.5mm}
28817 \backslash
28818
28819 \backslash
28820 #1}}
28821 \end_layout
28822
28823 \begin_layout Standard
28824 \begin_inset ERT
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828
28829
28830 \backslash
28831 let
28832 \backslash
28833 myMarginpar
28834 \backslash
28835 marginpar
28836 \end_layout
28837
28838 \begin_layout Plain Layout
28839
28840
28841 \backslash
28842 renewcommand{
28843 \backslash
28844 marginpar}[1]{
28845 \backslash
28846 myMarginpar{%
28847 \end_layout
28848
28849 \begin_layout Plain Layout
28850
28851    
28852 \backslash
28853 textsf{
28854 \backslash
28855 textbf{
28856 \backslash
28857 underbar{注意!}}}%
28858 \end_layout
28859
28860 \begin_layout Plain Layout
28861
28862    
28863 \backslash
28864 vspace{1.5mm}
28865 \backslash
28866
28867 \backslash
28868 #1}}
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \begin_inset Marginal
28875 status open
28876
28877 \begin_layout Plain Layout
28878 これは、定義したヘッダをつけた傍注です。
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889 [-1.5cm]
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \begin_inset ERT
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899
28900
28901 \backslash
28902 renewcommand{
28903 \backslash
28904 marginpar}[1]{
28905 \backslash
28906 myMarginpar{#1}}
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \begin_inset Note Note
28913 status open
28914
28915 \begin_layout Plain Layout
28916 傍注書式は、この例の分だけ変更してあります。
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 else
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \begin_inset Note Note
28939 status open
28940
28941 \begin_layout Plain Layout
28942 以下の部分は、LaTeXパッケージ
28943 \series bold
28944 marginnote
28945 \series default
28946 が導入されていないときのみ表示されます。
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 本節の以下の部分を出力に表示するには、LaTeXパッケージ
28956 \series bold
28957 marginnote
28958 \series default
28959 を導入する必要があります。
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968
28969 \backslash
28970 fi
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Chapter
28979 ボックス
28980 \end_layout
28981
28982 \begin_layout Section
28983 はじめに
28984 \begin_inset Index idx
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988 ぼっくす@ボックス ! はじめに
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Standard
28997 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
28998 \begin_inset CommandInset ref
28999 LatexCommand ref
29000 reference "sec:ミニページ"
29001
29002 \end_inset
29003
29004 節参照)、文章を囲ったり(第
29005 \begin_inset CommandInset ref
29006 LatexCommand ref
29007 reference "sec:装飾"
29008
29009 \end_inset
29010
29011 節参照)、単語がハイフネートされるのを予防したり(第
29012 \begin_inset CommandInset ref
29013 LatexCommand ref
29014 reference "sec:ハイフネーションの回避"
29015
29016 \end_inset
29017
29018 節参照)、文章を揃えたり(第
29019 \begin_inset CommandInset ref
29020 LatexCommand ref
29021 reference "sub:垂直揃え"
29022
29023 \end_inset
29024
29025 節参照)、あるいは文章の背景色を設定したり(第
29026 \begin_inset CommandInset ref
29027 LatexCommand ref
29028 reference "sec:色付きボックス"
29029
29030 \end_inset
29031
29032 節参照)するのに使用します。
29033 \end_layout
29034
29035 \begin_layout Standard
29036 ボックスは、
29037 \family sans
29038 挿入\SpecialChar \menuseparator
29039 ボックス
29040 \family default
29041 メニューかツールバーボタン
29042 \family sans
29043
29044 \begin_inset Info
29045 type  "icon"
29046 arg   "box-insert Frameless"
29047 \end_inset
29048
29049
29050 \family default
29051 を使って挿入することができます。すると、
29052 \begin_inset Graphics
29053         filename ../clipart/BoxInsetDefaultQt4.png
29054         scale 85
29055         scaleBeforeRotation
29056
29057 \end_inset
29058
29059 のように
29060 \family sans
29061 ボックス(minipage環境)
29062 \family default
29063 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29064 \family sans
29065 設定
29066 \family default
29067 メニューを選択すると現れるボックスダイアログでは、
29068 \family sans
29069 parboxコマンド
29070 \family default
29071
29072 \family sans
29073 minipage環境
29074 \family default
29075 の二つの
29076 \family sans
29077 内部ボックス
29078 \family default
29079 型を選択することができます。
29080 \family sans
29081 minipage
29082 \family default
29083 型は、新規ボックスの既定値となっており、第
29084 \begin_inset CommandInset ref
29085 LatexCommand ref
29086 reference "sec:ミニページ"
29087
29088 \end_inset
29089
29090 節で説明します。
29091 \family sans
29092 parbox
29093 \family default
29094 型については第
29095 \begin_inset CommandInset ref
29096 LatexCommand ref
29097 reference "sec:Parboxes"
29098
29099 \end_inset
29100
29101 節、
29102 \family sans
29103 makebox
29104 \family default
29105 型については第
29106 \begin_inset CommandInset ref
29107 LatexCommand ref
29108 reference "sec:ハイフネーションの回避"
29109
29110 \end_inset
29111
29112 節で述べます。
29113 \end_layout
29114
29115 \begin_layout Standard
29116 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29117 \end_layout
29118
29119 \begin_layout Standard
29120 \begin_inset Note Greyedout
29121 status open
29122
29123 \begin_layout Plain Layout
29124 【註】ボックスは、
29125 \family sans
29126 箇条書き(記号)
29127 \family default
29128 環境や
29129 \family sans
29130 箇条書き(記述)
29131 \family default
29132 環境の単独要素とすべきではありません。
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \end_layout
29139
29140 \begin_layout Standard
29141 \begin_inset Note Greyedout
29142 status open
29143
29144 \begin_layout Plain Layout
29145 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29146 \family sans
29147 内部ボックス
29148 \family default
29149 型は
29150 \family sans
29151 なし
29152 \family default
29153 にしか設定することができません。
29154 \family sans
29155 内部ボックス
29156 \family default
29157 型や枠のないボックスについては、第
29158 \begin_inset CommandInset ref
29159 LatexCommand ref
29160 reference "sec:ハイフネーションの回避"
29161
29162 \end_inset
29163
29164 節で説明します。
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Section
29173 ボックスダイアログ
29174 \begin_inset CommandInset label
29175 LatexCommand label
29176 name "sec:ボックスダイアログ"
29177
29178 \end_inset
29179
29180
29181 \begin_inset Index idx
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \end_layout
29192
29193 \begin_layout Subsection
29194 寸法
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 ぼっくす@ボックス ! すんぽう@寸法
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 ボックスダイアログでは、
29209 \family sans
29210
29211 \family default
29212
29213 \family sans
29214 高さ
29215 \family default
29216 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29217 \begin_inset CommandInset ref
29218 LatexCommand ref
29219 reference "tab:単位"
29220
29221 \end_inset
29222
29223 に説明されています。
29224 \family sans
29225 高さ
29226 \family default
29227 フィールドには、加えて以下の寸法を使用することができます。
29228 \end_layout
29229
29230 \begin_layout Description
29231 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29232 \begin_inset Newline newline
29233 \end_inset
29234
29235
29236 \begin_inset Newline newline
29237 \end_inset
29238
29239
29240 \begin_inset Newline newline
29241 \end_inset
29242
29243
29244 \begin_inset Box Boxed
29245 position "c"
29246 hor_pos "c"
29247 has_inner_box 1
29248 inner_pos "c"
29249 use_parbox 0
29250 use_makebox 0
29251 width "12col%"
29252 special "none"
29253 height "1in"
29254 height_special "depth"
29255 status open
29256
29257 \begin_layout Plain Layout
29258 \align center
29259 高さを1階層に設定したボックス
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset Newline newline
29266 \end_inset
29267
29268
29269 \begin_inset Newline newline
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \begin_layout Description
29276 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29277 \begin_inset Box Boxed
29278 position "c"
29279 hor_pos "c"
29280 has_inner_box 1
29281 inner_pos "c"
29282 use_parbox 0
29283 use_makebox 0
29284 width "20col%"
29285 special "none"
29286 height "2in"
29287 height_special "height"
29288 status open
29289
29290 \begin_layout Plain Layout
29291 \align center
29292 高さを2高さに設定したボックス
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Description
29301 全高 これは「高さ」+「階層」です。
29302 \begin_inset Box Boxed
29303 position "c"
29304 hor_pos "c"
29305 has_inner_box 1
29306 inner_pos "c"
29307 use_parbox 0
29308 use_makebox 0
29309 width "20col%"
29310 special "none"
29311 height "1in"
29312 height_special "totalheight"
29313 status open
29314
29315 \begin_layout Plain Layout
29316 \align center
29317 高さを1全高に設定したボックス
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Description
29326 幅 これはボックスの幅を高さに設定します。
29327 \begin_inset Box Boxed
29328 position "c"
29329 hor_pos "c"
29330 has_inner_box 1
29331 inner_pos "c"
29332 use_parbox 0
29333 use_makebox 0
29334 width "12col%"
29335 special "none"
29336 height "1in"
29337 height_special "width"
29338 status open
29339
29340 \begin_layout Plain Layout
29341 \align center
29342 高さを1幅に設定したボックス
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Subsection
29351 文字揃え
29352 \begin_inset Index idx
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 ぼっくす@ボックス ! もじそろえ@文字揃え
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \end_layout
29363
29364 \begin_layout Standard
29365
29366 \family sans
29367 内部ボックス
29368 \family default
29369 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29370 \end_layout
29371
29372 \begin_layout Description
29373 上 これは例示のための本文行です。
29374 \begin_inset Box Boxed
29375 position "t"
29376 hor_pos "c"
29377 has_inner_box 1
29378 inner_pos "c"
29379 use_parbox 0
29380 use_makebox 0
29381 width "12col%"
29382 special "none"
29383 height "1in"
29384 height_special "totalheight"
29385 status open
29386
29387 \begin_layout Plain Layout
29388 \align center
29389 このボックスは上揃えです。
29390 \end_layout
29391
29392 \end_inset
29393
29394 これは例示のための本文行です。
29395 \end_layout
29396
29397 \begin_layout Description
29398 中央 これは例示のための本文行です。
29399 \begin_inset Box Boxed
29400 position "c"
29401 hor_pos "c"
29402 has_inner_box 1
29403 inner_pos "c"
29404 use_parbox 0
29405 use_makebox 0
29406 width "12col%"
29407 special "none"
29408 height "1in"
29409 height_special "totalheight"
29410 status open
29411
29412 \begin_layout Plain Layout
29413 \align center
29414 このボックスは中央揃えです。
29415 \end_layout
29416
29417 \end_inset
29418
29419 これは例示のための本文行です。
29420 \end_layout
29421
29422 \begin_layout Description
29423 下 これは例示のための本文行です。
29424 \begin_inset Box Boxed
29425 position "b"
29426 hor_pos "c"
29427 has_inner_box 1
29428 inner_pos "c"
29429 use_parbox 0
29430 use_makebox 0
29431 width "12col%"
29432 special "none"
29433 height "1in"
29434 height_special "totalheight"
29435 status open
29436
29437 \begin_layout Plain Layout
29438 \align center
29439 このボックスは下揃えです。
29440 \end_layout
29441
29442 \end_inset
29443
29444 これは例示のための本文行です。
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset Note Greyedout
29449 status open
29450
29451 \begin_layout Plain Layout
29452
29453 \series bold
29454 【註】
29455 \series default
29456 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29466 \end_layout
29467
29468 \begin_layout Standard
29469 \begin_inset VSpace bigskip
29470 \end_inset
29471
29472
29473 \family sans
29474 内部ボックス
29475 \family default
29476 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29477 \end_layout
29478
29479 \begin_layout Description
29480 上 これは例示のための本文行です。
29481 \begin_inset Box Boxed
29482 position "c"
29483 hor_pos "c"
29484 has_inner_box 1
29485 inner_pos "t"
29486 use_parbox 0
29487 use_makebox 0
29488 width "12col%"
29489 special "none"
29490 height "1.5in"
29491 height_special "totalheight"
29492 status open
29493
29494 \begin_layout Plain Layout
29495 \align center
29496 このボックスの文章は上揃えです。
29497 \end_layout
29498
29499 \end_inset
29500
29501 これは例示のための本文行です。
29502 \end_layout
29503
29504 \begin_layout Description
29505 中央 これは例示のための本文行です。
29506 \begin_inset Box Boxed
29507 position "c"
29508 hor_pos "c"
29509 has_inner_box 1
29510 inner_pos "c"
29511 use_parbox 0
29512 use_makebox 0
29513 width "12col%"
29514 special "none"
29515 height "1.5in"
29516 height_special "totalheight"
29517 status open
29518
29519 \begin_layout Plain Layout
29520 \align center
29521 このボックスの文章は中央揃えです。
29522 \end_layout
29523
29524 \end_inset
29525
29526 これは例示のための本文行です。
29527 \end_layout
29528
29529 \begin_layout Description
29530 下 これは例示のための本文行です。
29531 \begin_inset Box Boxed
29532 position "c"
29533 hor_pos "c"
29534 has_inner_box 1
29535 inner_pos "b"
29536 use_parbox 0
29537 use_makebox 0
29538 width "12col%"
29539 special "none"
29540 height "1.5in"
29541 height_special "totalheight"
29542 status open
29543
29544 \begin_layout Plain Layout
29545 \align center
29546 このボックスの文章は下揃えです。
29547 \end_layout
29548
29549 \end_inset
29550
29551 これは例示のための本文行です。
29552 \end_layout
29553
29554 \begin_layout Description
29555 広げる これは例示のための本文行です。
29556 \begin_inset Box Boxed
29557 position "c"
29558 hor_pos "c"
29559 has_inner_box 1
29560 inner_pos "s"
29561 use_parbox 0
29562 use_makebox 0
29563 width "17col%"
29564 special "none"
29565 height "1.5in"
29566 height_special "totalheight"
29567 status open
29568
29569 \begin_layout Plain Layout
29570 \align center
29571 このボックスの
29572 \end_layout
29573
29574 \begin_layout Plain Layout
29575 \align center
29576 文章は広げて
29577 \end_layout
29578
29579 \begin_layout Plain Layout
29580 \align center
29581 あります。
29582 \end_layout
29583
29584 \end_inset
29585
29586 これは例示のための本文行です。
29587 \end_layout
29588
29589 \begin_layout Standard
29590 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29591 \end_layout
29592
29593 \begin_layout Standard
29594 \begin_inset VSpace bigskip
29595 \end_inset
29596
29597
29598 \family sans
29599 内部ボックス
29600 \family default
29601 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \align center
29606 \begin_inset Box Boxed
29607 position "c"
29608 hor_pos "c"
29609 has_inner_box 1
29610 inner_pos "s"
29611 use_parbox 0
29612 use_makebox 0
29613 width "25col%"
29614 special "none"
29615 height "1.25in"
29616 height_special "totalheight"
29617 status open
29618
29619 \begin_layout Plain Layout
29620 \align left
29621 このボックスの
29622 \end_layout
29623
29624 \begin_layout Plain Layout
29625 \align center
29626 文章は広げて
29627 \end_layout
29628
29629 \begin_layout Plain Layout
29630 \align right
29631 あります。
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Standard
29640
29641 \family sans
29642 内部ボックス
29643 \family default
29644 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29645 \end_layout
29646
29647 \begin_layout Standard
29648 \align center
29649 \begin_inset Box Boxed
29650 position "c"
29651 hor_pos "s"
29652 has_inner_box 0
29653 inner_pos "s"
29654 use_parbox 0
29655 use_makebox 0
29656 width "90col%"
29657 special "none"
29658 height "1.25in"
29659 height_special "totalheight"
29660 status open
29661
29662 \begin_layout Plain Layout
29663 このボックスの文章は水平方向に広げてあります。
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \end_layout
29670
29671 \begin_layout Subsection
29672 装飾
29673 \begin_inset CommandInset label
29674 LatexCommand label
29675 name "sec:装飾"
29676
29677 \end_inset
29678
29679
29680 \begin_inset Index idx
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 ぼっくす@ボックス ! そうしょく@装飾
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \begin_layout Standard
29693 ボックス型は、ボックスダイアログ中の
29694 \family sans
29695 装飾
29696 \family default
29697 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
29698 \end_layout
29699
29700 \begin_layout Description
29701 縁なし 枠を描きません。
29702 \end_layout
29703
29704 \begin_layout Description
29705 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
29706 \series bold
29707
29708 \backslash
29709 fboxrule
29710 \series default
29711 の値になります。 
29712 \begin_inset Box Boxed
29713 position "c"
29714 hor_pos "c"
29715 has_inner_box 1
29716 inner_pos "c"
29717 use_parbox 0
29718 use_makebox 0
29719 width "20col%"
29720 special "none"
29721 height "1in"
29722 height_special "totalheight"
29723 status open
29724
29725 \begin_layout Plain Layout
29726 \align center
29727 長方形の箱型
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Description
29736 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
29737 \begin_inset space \thinspace{}
29738 \end_inset
29739
29740 ptです。 
29741 \begin_inset Box ovalbox
29742 position "c"
29743 hor_pos "c"
29744 has_inner_box 1
29745 inner_pos "c"
29746 use_parbox 0
29747 use_makebox 0
29748 width "20col%"
29749 special "none"
29750 height "1in"
29751 height_special "totalheight"
29752 status open
29753
29754 \begin_layout Plain Layout
29755 \align center
29756 楕円形の箱型(細線)
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \begin_layout Description
29765 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
29766 \begin_inset space \thinspace{}
29767 \end_inset
29768
29769 ptです。 
29770 \begin_inset Box Ovalbox
29771 position "c"
29772 hor_pos "c"
29773 has_inner_box 1
29774 inner_pos "c"
29775 use_parbox 0
29776 use_makebox 0
29777 width "20col%"
29778 special "none"
29779 height "1in"
29780 height_special "totalheight"
29781 status open
29782
29783 \begin_layout Plain Layout
29784 \align center
29785 楕円形の箱型(太線)
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Description
29794 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
29795 \series bold
29796
29797 \backslash
29798 fboxrule
29799 \series default
29800 の値になり、影の幅は4
29801 \begin_inset space \thinspace{}
29802 \end_inset
29803
29804 ptになります。
29805 \begin_inset Box Shadowbox
29806 position "c"
29807 hor_pos "c"
29808 has_inner_box 1
29809 inner_pos "c"
29810 use_parbox 0
29811 use_makebox 0
29812 width "20col%"
29813 special "none"
29814 height "1in"
29815 height_special "totalheight"
29816 status open
29817
29818 \begin_layout Plain Layout
29819 \align center
29820 影付きの箱型
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Description
29829 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
29830 \begin_inset Foot
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835 \begin_inset CommandInset ref
29836 LatexCommand ref
29837 reference "sec:色付きボックス"
29838
29839 \end_inset
29840
29841 節を参照のこと。
29842 \end_layout
29843
29844 \end_inset
29845
29846 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
29847 \begin_inset Box Shaded
29848 position "t"
29849 hor_pos "c"
29850 has_inner_box 0
29851 inner_pos "t"
29852 use_parbox 0
29853 use_makebox 0
29854 width "50col%"
29855 special "none"
29856 height "1in"
29857 height_special "totalheight"
29858 status open
29859
29860 \begin_layout Plain Layout
29861 影付き背景の箱型
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \end_layout
29868
29869 \begin_layout Description
29870 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
29871 \begin_inset space \thinspace{}
29872 \end_inset
29873
29874
29875 \series bold
29876
29877 \backslash
29878 fboxrule
29879 \series default
29880 であり、外側の枠線の太さは1.5
29881 \begin_inset space \thinspace{}
29882 \end_inset
29883
29884
29885 \series bold
29886
29887 \backslash
29888 fboxrule
29889 \series default
29890 です。枠線間の距離は1.5
29891 \begin_inset space \thinspace{}
29892 \end_inset
29893
29894
29895 \series bold
29896
29897 \backslash
29898 fboxrule
29899 \series default
29900
29901 \begin_inset space \thinspace{}
29902 \end_inset
29903
29904 +
29905 \begin_inset space \thinspace{}
29906 \end_inset
29907
29908 0.5
29909 \begin_inset space \thinspace{}
29910 \end_inset
29911
29912 ptです。 
29913 \begin_inset Box Doublebox
29914 position "c"
29915 hor_pos "c"
29916 has_inner_box 1
29917 inner_pos "c"
29918 use_parbox 0
29919 use_makebox 0
29920 width "20col%"
29921 special "none"
29922 height "1in"
29923 height_special "totalheight"
29924 status open
29925
29926 \begin_layout Plain Layout
29927 \align center
29928 二重の長方形の箱型
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset VSpace bigskip
29938 \end_inset
29939
29940 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
29941 \series bold
29942 fancybox
29943 \series default
29944
29945 \begin_inset Index idx
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
29950 \end_layout
29951
29952 \end_inset
29953
29954 が導入済みでなくてはなりません。
29955 \end_layout
29956
29957 \begin_layout Standard
29958 \begin_inset VSpace bigskip
29959 \end_inset
29960
29961 装飾として
29962 \family sans
29963 簡素な長方形の箱型
29964 \family default
29965 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
29966 れ、このボックス型では
29967 \series bold
29968
29969 \backslash
29970 fboxrule
29971 \series default
29972
29973 \series bold
29974
29975 \backslash
29976 fboxsep
29977 \series default
29978 は無効となります。枠線の太さは
29979 \series bold
29980
29981 \backslash
29982 FrameRule
29983 \series default
29984 の値になります。 
29985 \begin_inset Box Framed
29986 position "t"
29987 hor_pos "c"
29988 has_inner_box 0
29989 inner_pos "t"
29990 use_parbox 0
29991 use_makebox 0
29992 width "100col%"
29993 special "none"
29994 height "1in"
29995 height_special "totalheight"
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 改行可能な箱型
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Section
30008 ボックスの詳細な設定
30009 \begin_inset Index idx
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Standard
30022 寸法
30023 \series bold
30024
30025 \backslash
30026 fboxrule
30027 \series default
30028 の既定値は0.4
30029 \begin_inset space \thinspace{}
30030 \end_inset
30031
30032 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30033 \begin_inset space \thinspace{}
30034 \end_inset
30035
30036 ptに変更することができます。
30037 \end_layout
30038
30039 \begin_layout Standard
30040
30041 \series bold
30042
30043 \backslash
30044 setlength{
30045 \backslash
30046 fboxrule}{2pt}
30047 \end_layout
30048
30049 \begin_layout Standard
30050 \begin_inset ERT
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054
30055
30056 \backslash
30057 setlength{
30058 \backslash
30059 fboxrule}{2pt}
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \begin_inset Box Boxed
30066 position "c"
30067 hor_pos "c"
30068 has_inner_box 1
30069 inner_pos "c"
30070 use_parbox 0
30071 use_makebox 0
30072 width "25col%"
30073 special "none"
30074 height "1in"
30075 height_special "totalheight"
30076 status open
30077
30078 \begin_layout Plain Layout
30079 \align center
30080
30081 \series bold
30082
30083 \backslash
30084 fboxrule
30085 \series default
30086
30087 \begin_inset space \thinspace{}
30088 \end_inset
30089
30090 =
30091 \begin_inset space \thinspace{}
30092 \end_inset
30093
30094 2
30095 \begin_inset space \thinspace{}
30096 \end_inset
30097
30098 ptの長方形の箱型
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset ERT
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108
30109
30110 \backslash
30111 setlength{
30112 \backslash
30113 fboxrule}{0.4pt}
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Standard
30122 \begin_inset VSpace bigskip
30123 \end_inset
30124
30125 枠とボックスの内容との空白は、すべての枠様式について3
30126 \begin_inset space \thinspace{}
30127 \end_inset
30128
30129 ptが既定値になっています。これは、長さ
30130 \series bold
30131
30132 \backslash
30133 fboxsep
30134 \series default
30135 を別の値に設定することによって変更することができます。たとえば
30136 \end_layout
30137
30138 \begin_layout Standard
30139
30140 \series bold
30141
30142 \backslash
30143 setlength{
30144 \backslash
30145 fboxsep}{10pt}
30146 \end_layout
30147
30148 \begin_layout Standard
30149 というコマンドは、この値を10
30150 \begin_inset space \thinspace{}
30151 \end_inset
30152
30153 ptにし、以下のボックスのようになります。
30154 \end_layout
30155
30156 \begin_layout Standard
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162
30163 \backslash
30164 setlength{
30165 \backslash
30166 fboxsep}{10pt}
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \begin_inset Box Boxed
30173 position "c"
30174 hor_pos "c"
30175 has_inner_box 1
30176 inner_pos "c"
30177 use_parbox 0
30178 use_makebox 0
30179 width "25col%"
30180 special "none"
30181 height "1in"
30182 height_special "totalheight"
30183 status open
30184
30185 \begin_layout Plain Layout
30186 \align center
30187
30188 \series bold
30189
30190 \backslash
30191 fboxsep
30192 \series default
30193
30194 \begin_inset space \thinspace{}
30195 \end_inset
30196
30197 =
30198 \begin_inset space \thinspace{}
30199 \end_inset
30200
30201 10
30202 \begin_inset space \thinspace{}
30203 \end_inset
30204
30205 ptの長方形の箱型
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \begin_inset ERT
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215
30216
30217 \backslash
30218 setlength{
30219 \backslash
30220 fboxsep}{3pt}
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 \begin_inset VSpace bigskip
30230 \end_inset
30231
30232 楕円形ボックスの丸い角の直径は、コマンド
30233 \series bold
30234
30235 \backslash
30236 cornersize
30237 \series default
30238 で設定することができます。
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 cornersize*{1cm}
30247 \end_layout
30248
30249 \begin_layout Standard
30250 というコマンドは、直径を1
30251 \begin_inset space \thinspace{}
30252 \end_inset
30253
30254 cmに設定します。
30255 \end_layout
30256
30257 \begin_layout Standard
30258
30259 \series bold
30260
30261 \backslash
30262 cornersize{数値}
30263 \end_layout
30264
30265 \begin_layout Standard
30266 というコマンドは、直径を
30267 \family sans
30268 数値
30269 \begin_inset space \thinspace{}
30270 \end_inset
30271
30272 ×
30273 \begin_inset space \thinspace{}
30274 \end_inset
30275
30276 (ボックスの幅と高さの小さい方)
30277 \family default
30278 に設定します。既定値は
30279 \series bold
30280
30281 \backslash
30282 cornersize{0.5}
30283 \series default
30284 です。
30285 \end_layout
30286
30287 \begin_layout Standard
30288 \begin_inset ERT
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293
30294 \backslash
30295 cornersize*{1.5cm}
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \begin_inset Box Ovalbox
30302 position "c"
30303 hor_pos "c"
30304 has_inner_box 1
30305 inner_pos "c"
30306 use_parbox 0
30307 use_makebox 0
30308 width "25col%"
30309 special "none"
30310 height "1in"
30311 height_special "totalheight"
30312 status open
30313
30314 \begin_layout Plain Layout
30315 \align center
30316
30317 \series bold
30318
30319 \backslash
30320 cornersize
30321 \series default
30322
30323 \begin_inset space \thinspace{}
30324 \end_inset
30325
30326 =
30327 \begin_inset space \thinspace{}
30328 \end_inset
30329
30330 1.5
30331 \begin_inset space \thinspace{}
30332 \end_inset
30333
30334 cmの楕円形の箱型
30335 \end_layout
30336
30337 \end_inset
30338
30339
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 cornersize{0.5}
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 \begin_inset VSpace bigskip
30357 \end_inset
30358
30359 影の大きさは、長さ
30360 \series bold
30361
30362 \backslash
30363 shadowsize
30364 \series default
30365 を変更することで調整できます。以下のボックスでは
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 setlength{
30374 \backslash
30375 shadowsize}{2pt}
30376 \end_layout
30377
30378 \begin_layout Standard
30379 というコマンドを使って、2
30380 \begin_inset space \thinspace{}
30381 \end_inset
30382
30383 ptに設定しています。
30384 \end_layout
30385
30386 \begin_layout Standard
30387 \begin_inset ERT
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391
30392
30393 \backslash
30394 setlength{
30395 \backslash
30396 shadowsize}{2pt}
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \begin_inset Box Shadowbox
30403 position "c"
30404 hor_pos "c"
30405 has_inner_box 1
30406 inner_pos "c"
30407 use_parbox 0
30408 use_makebox 0
30409 width "25col%"
30410 special "none"
30411 height "1in"
30412 height_special "totalheight"
30413 status open
30414
30415 \begin_layout Plain Layout
30416 \align center
30417
30418 \series bold
30419
30420 \backslash
30421 shadowsize
30422 \series default
30423
30424 \begin_inset space \thinspace{}
30425 \end_inset
30426
30427 =
30428 \begin_inset space \thinspace{}
30429 \end_inset
30430
30431 2
30432 \begin_inset space \thinspace{}
30433 \end_inset
30434
30435 ptの影付きボックス
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 setlength{
30449 \backslash
30450 shadowsize}{4pt}
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \end_layout
30457
30458 \begin_layout Standard
30459 \begin_inset VSpace bigskip
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \begin_layout Standard
30466 寸法
30467 \series bold
30468
30469 \backslash
30470 FrameRule
30471 \series default
30472 の既定値は0.4
30473 \begin_inset space \thinspace{}
30474 \end_inset
30475
30476 ptです。ボックスの中身と枠の間の空白の既定値は9
30477 \begin_inset space \thinspace{}
30478 \end_inset
30479
30480 ptですが、
30481 \series bold
30482
30483 \backslash
30484 FrameSep
30485 \series default
30486 の値を変えることで変更することができます。たとえば、下記の
30487 \family sans
30488 ボックス
30489 \family default
30490 の枠の外見は、
30491 \end_layout
30492
30493 \begin_layout Standard
30494
30495 \series bold
30496
30497 \backslash
30498 setlength{
30499 \backslash
30500 FrameRule}{5pt}
30501 \begin_inset Newline newline
30502 \end_inset
30503
30504
30505 \backslash
30506 setlength{
30507 \backslash
30508 FrameSep}{0.5cm}
30509 \end_layout
30510
30511 \begin_layout Standard
30512 というTeXコードコマンドで設定してあります。
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518
30519 \backslash
30520 setlength{
30521 \backslash
30522 FrameRule}{5pt}
30523 \end_layout
30524
30525 \begin_layout Plain Layout
30526
30527
30528 \backslash
30529 setlength{
30530 \backslash
30531 FrameSep}{0.5cm}
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset Box Framed
30538 position "t"
30539 hor_pos "c"
30540 has_inner_box 0
30541 inner_pos "t"
30542 use_parbox 0
30543 use_makebox 0
30544 width "100col%"
30545 special "none"
30546 height "1in"
30547 height_special "totalheight"
30548 status open
30549
30550 \begin_layout Plain Layout
30551 これは
30552 \family sans
30553 改頁可能
30554 \family default
30555 ボックスの文章です。
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 setlength{
30569 \backslash
30570 FrameRule}{0.4pt}
30571 \end_layout
30572
30573 \begin_layout Plain Layout
30574
30575
30576 \backslash
30577 setlength{
30578 \backslash
30579 FrameSep}{9pt}
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset VSpace bigskip
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \begin_layout Standard
30595
30596 \family sans
30597 影付き背景
30598 \family default
30599 ボックスでは、ボックスの内容と枠の余白の既定値は3
30600 \begin_inset space \thinspace{}
30601 \end_inset
30602
30603 ptになっていますが、
30604 \series bold
30605
30606 \backslash
30607 fboxsep
30608 \series default
30609 の値を変更することで変えられます。既定の背景色である赤色は、
30610 \series bold
30611
30612 \backslash
30613 definecolor{shadebox}
30614 \series default
30615 コマンドで局所的に変更することもできますし、
30616 \family sans
30617 ツール\SpecialChar \menuseparator
30618 設定\SpecialChar \menuseparator
30619 色\SpecialChar \menuseparator
30620 影付きボックス
30621 \family default
30622 メニューからグローバルに変更することもできます。
30623 \series bold
30624
30625 \backslash
30626 definecolor
30627 \series default
30628 コマンドの用法は第
30629 \begin_inset CommandInset ref
30630 LatexCommand ref
30631 reference "sec:色付きの表"
30632
30633 \end_inset
30634
30635
30636 \begin_inset Foot
30637 status open
30638
30639 \begin_layout Plain Layout
30640 N
30641 \series bold
30642
30643 \backslash
30644 definecolor
30645 \series default
30646 は、LaTeXパッケージの
30647 \series bold
30648 color
30649 \series default
30650 をプリアンブルに読み込む必要があります。第
30651 \begin_inset CommandInset ref
30652 LatexCommand ref
30653 reference "sec:色付きボックス"
30654
30655 \end_inset
30656
30657 節をご参照ください。.
30658 \end_layout
30659
30660 \end_inset
30661
30662 で説明されています。
30663 \end_layout
30664
30665 \begin_layout Standard
30666 たとえば、下記の影付き背景ボックスの外見は
30667 \end_layout
30668
30669 \begin_layout Standard
30670
30671 \series bold
30672
30673 \backslash
30674 setlength{
30675 \backslash
30676 fboxsep}{0.5cm}
30677 \series default
30678
30679 \begin_inset Newline newline
30680 \end_inset
30681
30682
30683 \series bold
30684
30685 \backslash
30686 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30687 \end_layout
30688
30689 \begin_layout Standard
30690 というTeXコードコマンドを使って設定してあります。
30691 \end_layout
30692
30693 \begin_layout Standard
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699
30700 \backslash
30701 setlength{
30702 \backslash
30703 fboxsep}{0.5cm}
30704 \end_layout
30705
30706 \begin_layout Plain Layout
30707
30708
30709 \backslash
30710 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \begin_inset Box Shaded
30717 position "t"
30718 hor_pos "c"
30719 has_inner_box 0
30720 inner_pos "t"
30721 use_parbox 0
30722 use_makebox 0
30723 width "100col%"
30724 special "none"
30725 height "1in"
30726 height_special "totalheight"
30727 status open
30728
30729 \begin_layout Plain Layout
30730
30731 \color yellow
30732 これは、濃緑色の背景の
30733 \family sans
30734 影付き背景
30735 \family default
30736 ボックスに入れた黄色の文章です。
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747
30748 \backslash
30749 setlength{
30750 \backslash
30751 fboxsep}{3pt}
30752 \end_layout
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 definecolor{shadecolor}{rgb}{1,0,0}
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767 \begin_inset VSpace bigskip
30768 \end_inset
30769
30770 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
30771 \end_layout
30772
30773 \begin_layout Section
30774 ミニページ
30775 \begin_inset CommandInset label
30776 LatexCommand label
30777 name "sec:ミニページ"
30778
30779 \end_inset
30780
30781
30782 \begin_inset Index idx
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 ぼっくす@ボックス ! みにぺーじ@ミニページ
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
30796 \end_layout
30797
30798 \begin_layout Standard
30799 ミニページは、複数の言語を含む文書を執筆する際に便利です。
30800 \end_layout
30801
30802 \begin_layout Standard
30803 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
30804 \family sans
30805 挿入
30806 \family default
30807 \SpecialChar \menuseparator
30808
30809 \family sans
30810 整形
30811 \family default
30812 \SpecialChar \menuseparator
30813
30814 \family sans
30815 水平方向の空白
30816 \family default
30817 メニューで挿入した水平フィルで隔てられています。
30818 \begin_inset Newpage newpage
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825 \begin_inset Box Frameless
30826 position "t"
30827 hor_pos "c"
30828 has_inner_box 1
30829 inner_pos "c"
30830 use_parbox 0
30831 use_makebox 0
30832 width "45col%"
30833 special "none"
30834 height "1in"
30835 height_special "totalheight"
30836 status open
30837
30838 \begin_layout Plain Layout
30839 Dies ist ein deutscher Text.
30840  Dies ist ein deutscher Text.
30841  Dies ist ein deutscher Text.
30842  Dies ist ein deutscher Text.
30843  Dies ist ein deutscher Text.
30844  Dies ist ein deutscher Text.
30845  Dies ist ein deutscher Text.
30846  Dies ist ein deutscher Text.
30847  Dies ist ein deutscher Text.
30848  Dies ist ein deutscher Text.
30849  Dies ist ein deutscher Text.
30850  Dies ist ein deutscher Text.
30851  Dies ist ein deutscher Text
30852 \begin_inset Foot
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 Dies ist eine deutsche Fußnote.
30857 \end_layout
30858
30859 \end_inset
30860
30861 .
30862  Dies ist ein deutscher Text.
30863  Dies ist ein deutscher Text.
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \begin_inset space \hfill{}
30870 \end_inset
30871
30872
30873 \begin_inset Box Frameless
30874 position "t"
30875 hor_pos "c"
30876 has_inner_box 1
30877 inner_pos "c"
30878 use_parbox 0
30879 use_makebox 0
30880 width "45col%"
30881 special "none"
30882 height "1in"
30883 height_special "totalheight"
30884 status open
30885
30886 \begin_layout Plain Layout
30887 This is an English Text.
30888  This is an English Text.
30889  This is an English Text.
30890  This is an English Text.
30891  This is an English Text.
30892  This is an English Text.
30893  This is an English Text.
30894  This is an English Text.
30895  This is an English Text.
30896  This is an English Text.
30897  This is an English Text.
30898  This is an English Text.
30899  This is an English Text.
30900  This is an English Text.
30901  This is an English Text.
30902  This is an English Text.
30903 \begin_inset Foot
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907 This is an English footnote.
30908 \end_layout
30909
30910 \end_inset
30911
30912  This is an English Text.
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \begin_inset VSpace bigskip
30922 \end_inset
30923
30924 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
30925 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
30926 \end_layout
30927
30928 \begin_layout Standard
30929 この表の脚注は表示されません。
30930 \begin_inset Tabular
30931 <lyxtabular version="3" rows="3" columns="4">
30932 <features tabularvalignment="middle">
30933 <column alignment="center" valignment="top" width="0pt">
30934 <column alignment="center" valignment="top" width="0pt">
30935 <column alignment="center" valignment="top" width="0pt">
30936 <column alignment="center" valignment="top" width="0pt">
30937 <row>
30938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30939 \begin_inset Text
30940
30941 \begin_layout Plain Layout
30942 1
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30948 \begin_inset Text
30949
30950 \begin_layout Plain Layout
30951 2
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960 3
30961 \begin_inset Foot
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965 これは表中の脚注です。
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \end_inset
30974 </cell>
30975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30976 \begin_inset Text
30977
30978 \begin_layout Plain Layout
30979 4
30980 \end_layout
30981
30982 \end_inset
30983 </cell>
30984 </row>
30985 <row>
30986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30987 \begin_inset Text
30988
30989 \begin_layout Plain Layout
30990
30991 \end_layout
30992
30993 \end_inset
30994 </cell>
30995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 </row>
31023 <row>
31024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31025 \begin_inset Text
31026
31027 \begin_layout Plain Layout
31028
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 </row>
31061 </lyxtabular>
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \align center
31070 \begin_inset Box Frameless
31071 position "t"
31072 hor_pos "c"
31073 has_inner_box 1
31074 inner_pos "c"
31075 use_parbox 0
31076 use_makebox 0
31077 width "30col%"
31078 special "none"
31079 height "1in"
31080 height_special "totalheight"
31081 status open
31082
31083 \begin_layout Plain Layout
31084 \align center
31085 \begin_inset Tabular
31086 <lyxtabular version="3" rows="3" columns="4">
31087 <features tabularvalignment="middle">
31088 <column alignment="center" valignment="top" width="0pt">
31089 <column alignment="center" valignment="top" width="0pt">
31090 <column alignment="center" valignment="top" width="0pt">
31091 <column alignment="center" valignment="top" width="0pt">
31092 <row>
31093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31094 \begin_inset Text
31095
31096 \begin_layout Plain Layout
31097 1
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106 2
31107 \end_layout
31108
31109 \end_inset
31110 </cell>
31111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115 3
31116 \begin_inset Foot
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 これは表中の脚注です。
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \end_inset
31129 </cell>
31130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31131 \begin_inset Text
31132
31133 \begin_layout Plain Layout
31134 4
31135 \end_layout
31136
31137 \end_inset
31138 </cell>
31139 </row>
31140 <row>
31141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31142 \begin_inset Text
31143
31144 \begin_layout Plain Layout
31145
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31151 \begin_inset Text
31152
31153 \begin_layout Plain Layout
31154
31155 \end_layout
31156
31157 \end_inset
31158 </cell>
31159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31160 \begin_inset Text
31161
31162 \begin_layout Plain Layout
31163
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout Plain Layout
31172
31173 \end_layout
31174
31175 \end_inset
31176 </cell>
31177 </row>
31178 <row>
31179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31180 \begin_inset Text
31181
31182 \begin_layout Plain Layout
31183
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31189 \begin_inset Text
31190
31191 \begin_layout Plain Layout
31192
31193 \end_layout
31194
31195 \end_inset
31196 </cell>
31197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 </row>
31216 </lyxtabular>
31217
31218 \end_inset
31219
31220
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Standard
31229 \begin_inset VSpace bigskip
31230 \end_inset
31231
31232 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
31233 \family sans
31234 中スキップ
31235 \family default
31236 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
31237 \end_layout
31238
31239 \begin_layout Standard
31240 ミニページは、文章部に背景色を与えるのに使用することもできます。第
31241 \begin_inset CommandInset ref
31242 LatexCommand ref
31243 reference "sub:段落の着色"
31244
31245 \end_inset
31246
31247 節をご参照ください。
31248 \end_layout
31249
31250 \begin_layout Standard
31251 \begin_inset Note Greyedout
31252 status open
31253
31254 \begin_layout Plain Layout
31255
31256 \series bold
31257 【註】
31258 \series default
31259 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \end_layout
31266
31267 \begin_layout Section
31268 Parbox
31269 \begin_inset CommandInset label
31270 LatexCommand label
31271 name "sec:Parboxes"
31272
31273 \end_inset
31274
31275
31276 \begin_inset Index idx
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280 ぼっくす@ボックス ! Parboxes
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \end_layout
31287
31288 \begin_layout Standard
31289 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
31290 \end_layout
31291
31292 \begin_layout Standard
31293 \align center
31294 \begin_inset Box Frameless
31295 position "t"
31296 hor_pos "c"
31297 has_inner_box 1
31298 inner_pos "t"
31299 use_parbox 1
31300 use_makebox 0
31301 width "33col%"
31302 special "none"
31303 height "1in"
31304 height_special "totalheight"
31305 status open
31306
31307 \begin_layout Plain Layout
31308 これはparbox内の文章です。これはparbox内の文章です。
31309 \end_layout
31310
31311 \begin_layout Plain Layout
31312 右の脚注は表示されません。
31313 \begin_inset Foot
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317 これはparbox内の脚注であり、したがって表示はされません。
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Section
31331 単語や文字のボックス
31332 \begin_inset Index idx
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 ぼっくす@ボックス ! もじよう@文字用
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Subsection
31345 ハイフネーションの回避
31346 \begin_inset CommandInset label
31347 LatexCommand label
31348 name "sec:ハイフネーションの回避"
31349
31350 \end_inset
31351
31352
31353 \begin_inset Index idx
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \end_layout
31364
31365 \begin_layout Standard
31366 単語や文章がハイフネートされるのを防ぐには、
31367 \family sans
31368 makebox
31369 \family default
31370 型ボックスを使うことができます。
31371 \begin_inset Newline newline
31372 \end_inset
31373
31374 以下が例示用の文章です。
31375 \end_layout
31376
31377 \begin_layout Standard
31378 This line is an example to show how you can prevent the hyphenation of 
31379 \begin_inset Quotes eld
31380 \end_inset
31381
31382 veryverylongword
31383 \begin_inset Quotes erd
31384 \end_inset
31385
31386 .
31387 \end_layout
31388
31389 \begin_layout Standard
31390 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31391 \family sans
31392 内部ボックス
31393 \family default
31394
31395 \family sans
31396 makeboxコマンド
31397 \family default
31398 に設定し、幅を1幅にします。
31399 \end_layout
31400
31401 \begin_layout Standard
31402 以下がその結果です。
31403 \end_layout
31404
31405 \begin_layout Standard
31406 This line is an example to show how you can prevent the hyphenation of 
31407 \begin_inset Box Frameless
31408 position "t"
31409 hor_pos "c"
31410 has_inner_box 1
31411 inner_pos "t"
31412 use_parbox 0
31413 use_makebox 1
31414 width "1in"
31415 special "width"
31416 height "1in"
31417 height_special "totalheight"
31418 status open
31419
31420 \begin_layout Plain Layout
31421 \begin_inset Quotes eld
31422 \end_inset
31423
31424 veryverylongword
31425 \begin_inset Quotes erd
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \end_inset
31432
31433 .
31434 \end_layout
31435
31436 \begin_layout Standard
31437 別の方法としては、以下のように、単語の前に直接TeXコードで「
31438 \series bold
31439
31440 \backslash
31441 -
31442 \series default
31443 」コマンドを設定する方法もあります。
31444 \end_layout
31445
31446 \begin_layout Standard
31447 This line is an example to show how you can prevent the hyphenation of 
31448 \begin_inset Quotes eld
31449 \end_inset
31450
31451
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 -
31460 \end_layout
31461
31462 \end_inset
31463
31464 veryverylongword
31465 \begin_inset Quotes erd
31466 \end_inset
31467
31468 .
31469 \end_layout
31470
31471 \begin_layout Standard
31472 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31473 \family sans
31474 挿入
31475 \family default
31476 \SpecialChar \menuseparator
31477
31478 \family sans
31479 整形
31480 \family default
31481 \SpecialChar \menuseparator
31482
31483 \family sans
31484 整形なし改行
31485 \family default
31486 メニュー(短絡キー
31487 \begin_inset Info
31488 type  "shortcut"
31489 arg   "newline-insert newline"
31490 \end_inset
31491
31492 )から改行を単語の前に入れてください。
31493 \end_layout
31494
31495 \begin_layout Standard
31496 This line is an example to show how you can prevent the hyphenation of 
31497 \begin_inset Newline newline
31498 \end_inset
31499
31500
31501 \begin_inset Box Frameless
31502 position "t"
31503 hor_pos "c"
31504 has_inner_box 1
31505 inner_pos "t"
31506 use_parbox 0
31507 use_makebox 1
31508 width "1in"
31509 special "width"
31510 height "1in"
31511 height_special "totalheight"
31512 status open
31513
31514 \begin_layout Plain Layout
31515 \begin_inset Quotes eld
31516 \end_inset
31517
31518 veryverylongword
31519 \begin_inset Quotes erd
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \end_inset
31526
31527 .
31528 \end_layout
31529
31530 \begin_layout Subsection
31531 垂直揃え
31532 \begin_inset CommandInset label
31533 LatexCommand label
31534 name "sub:垂直揃え"
31535
31536 \end_inset
31537
31538
31539 \begin_inset Index idx
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \begin_inset Index idx
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 ぼっくす@ボックス ! Raiseboxes
31554 \end_layout
31555
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \begin_layout Standard
31562
31563 \series bold
31564
31565 \backslash
31566 raisebox
31567 \series default
31568 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31569 \series bold
31570
31571 \backslash
31572 raisebox
31573 \series default
31574 は以下の書式で使用します。
31575 \end_layout
31576
31577 \begin_layout Standard
31578
31579 \series bold
31580
31581 \backslash
31582 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31583 \end_layout
31584
31585 \begin_layout Standard
31586 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31587 \end_layout
31588
31589 \begin_layout Standard
31590 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31591 \end_layout
31592
31593 \begin_layout Standard
31594
31595 \series bold
31596
31597 \backslash
31598 raisebox{
31599 \backslash
31600 depth}{
31601 \end_layout
31602
31603 \begin_layout Standard
31604 というコマンドを挿入してください。単語の後には、閉じ括弧「
31605 \series bold
31606 }
31607 \series default
31608 」をTeXコードで挿入してください。
31609 \begin_inset Newline newline
31610 \end_inset
31611
31612 以下がその出力です。
31613 \end_layout
31614
31615 \begin_layout Standard
31616 This is a text line with the word 
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622
31623 \backslash
31624 raisebox{
31625 \backslash
31626 depth}{
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \begin_inset Quotes eld
31633 \end_inset
31634
31635 preventing
31636 \begin_inset Quotes erd
31637 \end_inset
31638
31639
31640 \begin_inset ERT
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644
31645 }
31646 \end_layout
31647
31648 \end_inset
31649
31650  as raised word.
31651 \end_layout
31652
31653 \begin_layout Standard
31654 \begin_inset VSpace bigskip
31655 \end_inset
31656
31657 行中の文字を上げ下げすると、以下のように行間が広がります。
31658 \end_layout
31659
31660 \begin_layout Standard
31661 This is a text line with the word 
31662 \begin_inset ERT
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666
31667
31668 \backslash
31669 raisebox{-
31670 \backslash
31671 depth}{
31672 \end_layout
31673
31674 \end_inset
31675
31676
31677 \begin_inset Quotes eld
31678 \end_inset
31679
31680 preventing
31681 \begin_inset Quotes erd
31682 \end_inset
31683
31684
31685 \begin_inset ERT
31686 status collapsed
31687
31688 \begin_layout Plain Layout
31689
31690 }
31691 \end_layout
31692
31693 \end_inset
31694
31695  as lowered word.
31696 \begin_inset Newline newline
31697 \end_inset
31698
31699 This is a text line with the word 
31700 \begin_inset ERT
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704
31705
31706 \backslash
31707 raisebox{0.5cm}{
31708 \end_layout
31709
31710 \end_inset
31711
31712
31713 \begin_inset Quotes eld
31714 \end_inset
31715
31716 testing
31717 \begin_inset Quotes erd
31718 \end_inset
31719
31720
31721 \begin_inset ERT
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725
31726 }
31727 \end_layout
31728
31729 \end_inset
31730
31731  as raised word.
31732 \end_layout
31733
31734 \begin_layout Standard
31735 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31736 \end_layout
31737
31738 \begin_layout Standard
31739
31740 \series bold
31741
31742 \backslash
31743 raisebox{-
31744 \backslash
31745 depth}[0pt]{
31746 \end_layout
31747
31748 \begin_layout Standard
31749 とすると、
31750 \end_layout
31751
31752 \begin_layout Standard
31753 This is a text line with the word 
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 raisebox{-
31762 \backslash
31763 depth}[0pt]{
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \begin_inset Quotes eld
31770 \end_inset
31771
31772 preventing
31773 \begin_inset Quotes erd
31774 \end_inset
31775
31776
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782 }
31783 \end_layout
31784
31785 \end_inset
31786
31787  as lowered word.
31788 \begin_inset Newline newline
31789 \end_inset
31790
31791 This is a text line with the word 
31792 \begin_inset ERT
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796
31797
31798 \backslash
31799 raisebox{0.5cm}[0pt]{
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \begin_inset Quotes eld
31806 \end_inset
31807
31808 testing
31809 \begin_inset Quotes erd
31810 \end_inset
31811
31812
31813 \begin_inset ERT
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817
31818 }
31819 \end_layout
31820
31821 \end_inset
31822
31823  as raised word.
31824 \end_layout
31825
31826 \begin_layout Section
31827 色付きボックス
31828 \begin_inset CommandInset label
31829 LatexCommand label
31830 name "sec:色付きボックス"
31831
31832 \end_inset
31833
31834
31835 \begin_inset Index idx
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839 ぼっくす@ボックス ! いろつき@色付き
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Subsection
31848 文字の着色
31849 \begin_inset Index idx
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853 いろ@色 ! もじの@文字の---
31854 \end_layout
31855
31856 \end_inset
31857
31858
31859 \end_layout
31860
31861 \begin_layout Standard
31862 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31863 \series bold
31864 color
31865 \series default
31866
31867 \begin_inset Index idx
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871 LaTeXぱっけーじ@LaTeXパッケージ ! color
31872 \end_layout
31873
31874 \end_inset
31875
31876 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31877 \end_layout
31878
31879 \begin_layout Standard
31880
31881 \series bold
31882
31883 \backslash
31884 @ifundefined{textcolor}
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888
31889 \begin_inset Phantom HPhantom
31890 status open
31891
31892 \begin_layout Plain Layout
31893
31894 \series bold
31895 \begin_inset space ~
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \end_inset
31902
31903 {
31904 \backslash
31905 usepackage{color}}{}
31906 \end_layout
31907
31908 \begin_layout Standard
31909
31910 \series bold
31911 color
31912 \series default
31913 パッケージは、文章を着色するとLyXが自動的に読み込みます
31914 \begin_inset Foot
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918 これが二度読み込まれることを回避するには、
31919 \series bold
31920
31921 \backslash
31922 @ifundefined
31923 \series default
31924 コマンドを使用します。
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 \begin_inset VSpace medskip
31934 \end_inset
31935
31936 色付きボックスは、
31937 \series bold
31938
31939 \backslash
31940 colorbox
31941 \series default
31942 コマンドを使って作ります。これは、以下のような書式で使われます。
31943 \end_layout
31944
31945 \begin_layout Standard
31946
31947 \series bold
31948
31949 \backslash
31950 colorbox{color}{ボックスの内容}
31951 \end_layout
31952
31953 \begin_layout Standard
31954 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
31955 \end_layout
31956
31957 \begin_layout Standard
31958 事前定義されている色には、
31959 \begin_inset Newline newline
31960 \end_inset
31961
31962
31963 \family sans
31964
31965 \family default
31966
31967 \family sans
31968
31969 \family default
31970
31971 \family sans
31972 シアン
31973 \family default
31974
31975 \family sans
31976
31977 \family default
31978
31979 \family sans
31980 マゼンタ
31981 \family default
31982
31983 \family sans
31984
31985 \family default
31986
31987 \family sans
31988
31989 \family default
31990
31991 \family sans
31992
31993 \family default
31994
31995 \begin_inset Newline newline
31996 \end_inset
31997
31998 があります。第
31999 \begin_inset CommandInset ref
32000 LatexCommand ref
32001 reference "sec:色付きの表"
32002
32003 \end_inset
32004
32005 節に述べられているようにすれば、自前の色を定義することもできます。
32006 \end_layout
32007
32008 \begin_layout Standard
32009 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
32010 \end_layout
32011
32012 \begin_layout Standard
32013
32014 \series bold
32015
32016 \backslash
32017 colorbox{red}{
32018 \end_layout
32019
32020 \begin_layout Standard
32021 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
32022 \series bold
32023 }
32024 \series default
32025 」を入れてください。
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029 以下がその結果です。
32030 \end_layout
32031
32032 \begin_layout Standard
32033 この行では、
32034 \begin_inset ERT
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038
32039
32040 \backslash
32041 colorbox{red}{
32042 \end_layout
32043
32044 \end_inset
32045
32046 「注意!」
32047 \begin_inset ERT
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051
32052 }
32053 \end_layout
32054
32055 \end_inset
32056
32057 という単語が赤い背景になっています。
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset VSpace bigskip
32062 \end_inset
32063
32064 ボックスの枠を別の色にしたい場合には、以下の書式で
32065 \series bold
32066
32067 \backslash
32068 fcolorbox
32069 \series default
32070 コマンドを使います。
32071 \end_layout
32072
32073 \begin_layout Standard
32074
32075 \series bold
32076
32077 \backslash
32078 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32079 \end_layout
32080
32081 \begin_layout Standard
32082
32083 \series bold
32084
32085 \backslash
32086 fcolorbox
32087 \series default
32088
32089 \series bold
32090
32091 \backslash
32092 colorbox
32093 \series default
32094 の拡張です。枠の太さと枠とボックスの中身との余白は、第
32095 \begin_inset CommandInset ref
32096 LatexCommand ref
32097 reference "sec:装飾"
32098
32099 \end_inset
32100
32101 節で述べられているように、それぞれ
32102 \series bold
32103
32104 \backslash
32105 fboxrule
32106 \series default
32107
32108 \series bold
32109
32110 \backslash
32111 fboxsep
32112 \series default
32113 という長さで調節できます。
32114 \end_layout
32115
32116 \begin_layout Standard
32117 以下の例では、
32118 \end_layout
32119
32120 \begin_layout Standard
32121
32122 \series bold
32123
32124 \backslash
32125 fcolorbox{cyan}{magenta}{
32126 \end_layout
32127
32128 \begin_layout Standard
32129 というコマンドを使用しています。
32130 \end_layout
32131
32132 \begin_layout Standard
32133 これは、枠の太さを1
32134 \begin_inset space \thinspace{}
32135 \end_inset
32136
32137 mmに設定した例です。
32138 \begin_inset Newline newline
32139 \end_inset
32140
32141
32142 \begin_inset ERT
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146
32147
32148 \backslash
32149 fboxrule 1mm 
32150 \backslash
32151 fboxsep 1mm
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162
32163 \backslash
32164 fcolorbox{cyan}{magenta}{
32165 \end_layout
32166
32167 \end_inset
32168
32169 これは着色した色付きボックス中の文章です。
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175 }
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 \begin_inset VSpace bigskip
32185 \end_inset
32186
32187 もちろん、色付きボックスの中に色付き文字を入れることもできます
32188 \begin_inset Newline newline
32189 \end_inset
32190
32191
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 fcolorbox{cyan}{magenta}{
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \color yellow
32206 これは着色した色付きボックス中の色付き文章です。
32207 \color inherit
32208
32209 \begin_inset ERT
32210 status collapsed
32211
32212 \begin_layout Plain Layout
32213
32214 }
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \begin_inset ERT
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225
32226 \backslash
32227 fboxrule 0.4pt 
32228 \backslash
32229 fboxsep 3pt
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238
32239 \series bold
32240 \begin_inset VSpace medskip
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \begin_inset Note Greyedout
32248 status open
32249
32250 \begin_layout Plain Layout
32251
32252 \series bold
32253 【註】
32254 \series default
32255 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \begin_layout Subsection
32264 段落の着色
32265 \begin_inset CommandInset label
32266 LatexCommand label
32267 name "sub:段落の着色"
32268
32269 \end_inset
32270
32271
32272 \begin_inset Index idx
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276 いろ@色 ! だんらく@段落---
32277 \end_layout
32278
32279 \end_inset
32280
32281
32282 \end_layout
32283
32284 \begin_layout Standard
32285 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
32286 \series bold
32287
32288 \backslash
32289 colorbox
32290 \series default
32291 コマンドを
32292 \end_layout
32293
32294 \begin_layout Standard
32295
32296 \series bold
32297
32298 \backslash
32299 colorbox{色名}{
32300 \end_layout
32301
32302 \begin_layout Standard
32303 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
32304 \series bold
32305 }
32306 \series default
32307 」を挿入してください。
32308 \end_layout
32309
32310 \begin_layout Standard
32311 \begin_inset ERT
32312 status collapsed
32313
32314 \begin_layout Plain Layout
32315
32316
32317 \backslash
32318 colorbox{lightgrey}{
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \begin_inset Box Frameless
32325 position "t"
32326 hor_pos "c"
32327 has_inner_box 1
32328 inner_pos "t"
32329 use_parbox 0
32330 use_makebox 0
32331 width "100col%"
32332 special "none"
32333 height "1in"
32334 height_special "totalheight"
32335 status open
32336
32337 \begin_layout Plain Layout
32338 これは背景色を付けた文章です。これは背景色を付けた文章です。
32339 \end_layout
32340
32341 \begin_layout Plain Layout
32342 \begin_inset VSpace defskip
32343 \end_inset
32344
32345 ここの文章には脚注
32346 \begin_inset Foot
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 脚注の例
32351 \end_layout
32352
32353 \end_inset
32354
32355 を付けることもできますし、図表を挿入することもできます。
32356 \end_layout
32357
32358 \begin_layout Plain Layout
32359 \align center
32360 \begin_inset Tabular
32361 <lyxtabular version="3" rows="3" columns="3">
32362 <features tabularvalignment="middle">
32363 <column alignment="center" valignment="top" width="0">
32364 <column alignment="center" valignment="top" width="0">
32365 <column alignment="center" valignment="top" width="0">
32366 <row>
32367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 a
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380 !
32381 \end_layout
32382
32383 \end_inset
32384 </cell>
32385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32386 \begin_inset Text
32387
32388 \begin_layout Plain Layout
32389 3
32390 \end_layout
32391
32392 \end_inset
32393 </cell>
32394 </row>
32395 <row>
32396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32397 \begin_inset Text
32398
32399 \begin_layout Plain Layout
32400 <
32401 \end_layout
32402
32403 \end_inset
32404 </cell>
32405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32406 \begin_inset Text
32407
32408 \begin_layout Plain Layout
32409 b2
32410 \begin_inset Quotes erd
32411 \end_inset
32412
32413 |
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 >
32423 \end_layout
32424
32425 \end_inset
32426 </cell>
32427 </row>
32428 <row>
32429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433 1
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442 §
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451 c
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 </row>
32457 </lyxtabular>
32458
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \begin_inset ERT
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471
32472 }
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Section
32481 ボックスの伸縮回転
32482 \end_layout
32483
32484 \begin_layout Standard
32485 本節で述べられているコマンドを使用するには、文書プリアンブルで
32486 \end_layout
32487
32488 \begin_layout Standard
32489
32490 \series bold
32491
32492 \backslash
32493 @ifundefined{rotatebox}
32494 \begin_inset Newline newline
32495 \end_inset
32496
32497
32498 \begin_inset Phantom HPhantom
32499 status open
32500
32501 \begin_layout Plain Layout
32502
32503 \series bold
32504 \begin_inset space ~
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \end_inset
32511
32512 {
32513 \backslash
32514 usepackage{graphicx}}{}
32515 \end_layout
32516
32517 \begin_layout Standard
32518 というコマンドを使用して、
32519 \series bold
32520 graphicx
32521 \series default
32522
32523 \begin_inset Index idx
32524 status collapsed
32525
32526 \begin_layout Plain Layout
32527 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32528 \end_layout
32529
32530 \end_inset
32531
32532 LaTeXパッケージを読み込む必要があります。
32533 \end_layout
32534
32535 \begin_layout Standard
32536 \begin_inset Note Greyedout
32537 status open
32538
32539 \begin_layout Plain Layout
32540
32541 \series bold
32542 【註】
32543 \series default
32544 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Standard
32553 \begin_inset Note Greyedout
32554 status open
32555
32556 \begin_layout Plain Layout
32557
32558 \series bold
32559 【註】
32560 \series default
32561 フロートは回転伸縮したボックスの中に入れることはできません。
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Subsection
32570 ボックスの回転
32571 \begin_inset Index idx
32572 status collapsed
32573
32574 \begin_layout Plain Layout
32575 ぼっくす@ボックス ! かいてんした@回転した
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \begin_inset Index idx
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 かいてん@回転 ! そざいの@素材の---
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \begin_inset Index idx
32592 status collapsed
32593
32594 \begin_layout Plain Layout
32595 ず@図 ! のかいてん@---の回転
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \begin_inset Index idx
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 ひょうのちょうせい@表の調整 ! かいてん@回転
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32615 \series bold
32616
32617 \backslash
32618 rotatebox
32619 \series default
32620 コマンドを使用すれば作成することができます。
32621 \end_layout
32622
32623 \begin_layout Standard
32624
32625 \series bold
32626
32627 \backslash
32628 rotatebox[回転の原点]{回転角}{ボックスの内容}
32629 \end_layout
32630
32631 \begin_layout Standard
32632 回転の原点は、
32633 \series bold
32634 origin=位置
32635 \series default
32636 の形で指定します。位置として指定可能なのは、
32637 \emph on
32638 c
32639 \emph default
32640 (中央揃え)・
32641 \emph on
32642 l
32643 \emph default
32644 (左揃え)・
32645 \emph on
32646 r
32647 \emph default
32648 (右揃え)・
32649 \emph on
32650 b
32651 \emph default
32652 (下揃え)・
32653 \emph on
32654 t
32655 \emph default
32656 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32657 \emph on
32658 lt
32659 \emph default
32660 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32661 \emph on
32662 l
32663 \emph default
32664 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32665 \end_layout
32666
32667 \begin_layout Standard
32668 以下の例では、「回転した」文章の前にTeXコードで
32669 \series bold
32670
32671 \backslash
32672 rotatebox[origin=c]{60}{
32673 \series default
32674 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32675 \series bold
32676 }
32677 \series default
32678 でボックスを閉じています。
32679 \end_layout
32680
32681 \begin_layout Standard
32682 これは、
32683 \begin_inset ERT
32684 status collapsed
32685
32686 \begin_layout Plain Layout
32687
32688
32689 \backslash
32690 rotatebox[origin=c]{60}{
32691 \end_layout
32692
32693 \end_inset
32694
32695 回転した
32696 \begin_inset ERT
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700
32701 }
32702 \end_layout
32703
32704 \end_inset
32705
32706  文章を含む行です。
32707 \end_layout
32708
32709 \begin_layout Standard
32710 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32711 \end_layout
32712
32713 \begin_layout Standard
32714 これは、
32715 \begin_inset ERT
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719
32720
32721 \backslash
32722 rotatebox[origin=r]{-60}{
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \begin_inset Box Doublebox
32729 position "c"
32730 hor_pos "c"
32731 has_inner_box 0
32732 inner_pos "c"
32733 use_parbox 0
32734 use_makebox 0
32735 width "1in"
32736 special "width"
32737 height "1in"
32738 height_special "totalheight"
32739 status open
32740
32741 \begin_layout Plain Layout
32742 回転した
32743 \end_layout
32744
32745 \end_inset
32746
32747
32748 \begin_inset ERT
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752
32753 }
32754 \end_layout
32755
32756 \end_inset
32757
32758 枠付き文章と
32759 \begin_inset ERT
32760 status collapsed
32761
32762 \begin_layout Plain Layout
32763
32764
32765 \backslash
32766 rotatebox[origin=lb]{60}{
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32773 \end_inset
32774
32775
32776 \begin_inset ERT
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780
32781 }
32782 \end_layout
32783
32784 \end_inset
32785
32786 数式を含む行です。
32787 \end_layout
32788
32789 \begin_layout Standard
32790 あるいは、以下のように図や表を入れることもできます。
32791 \end_layout
32792
32793 \begin_layout Standard
32794 これは、
32795 \begin_inset ERT
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799
32800
32801 \backslash
32802 rotatebox[origin=lb]{90}{
32803 \end_layout
32804
32805 \end_inset
32806
32807
32808 \begin_inset Graphics
32809         filename ../clipart/platypus.eps
32810         lyxscale 50
32811         width 25col%
32812
32813 \end_inset
32814
32815
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821 }
32822 \end_layout
32823
32824 \end_inset
32825
32826 回転した画像と
32827 \begin_inset ERT
32828 status collapsed
32829
32830 \begin_layout Plain Layout
32831
32832
32833 \backslash
32834 rotatebox[origin=l]{-90}{
32835 \end_layout
32836
32837 \end_inset
32838
32839
32840 \begin_inset Tabular
32841 <lyxtabular version="3" rows="2" columns="2">
32842 <features tabularvalignment="middle">
32843 <column alignment="center" valignment="top" width="0">
32844 <column alignment="center" valignment="top" width="0">
32845 <row>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 q
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 w
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 </row>
32865 <row>
32866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870 e
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 r
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 </lyxtabular>
32886
32887 \end_inset
32888
32889
32890 \begin_inset ERT
32891 status collapsed
32892
32893 \begin_layout Plain Layout
32894
32895 }
32896 \end_layout
32897
32898 \end_inset
32899
32900 表を含む行です。
32901 \end_layout
32902
32903 \begin_layout Subsection
32904 ボックスの伸縮
32905 \begin_inset Index idx
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \begin_inset Index idx
32916 status collapsed
32917
32918 \begin_layout Plain Layout
32919 しんしゅく@伸縮 ! そざいの@素材の---
32920 \end_layout
32921
32922 \end_inset
32923
32924
32925 \begin_inset Index idx
32926 status collapsed
32927
32928 \begin_layout Plain Layout
32929 ず@図 ! のしんしゅく@---の伸縮
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \begin_inset Index idx
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 素材を伸縮させるには、TeXコードで
32949 \series bold
32950
32951 \backslash
32952 scalebox
32953 \series default
32954 コマンドと
32955 \series bold
32956
32957 \backslash
32958 resizebox
32959 \series default
32960 コマンドが使えます。
32961 \end_layout
32962
32963 \begin_layout Standard
32964
32965 \series bold
32966
32967 \backslash
32968 scalebox
32969 \series default
32970 は以下の書式で使用します。
32971 \end_layout
32972
32973 \begin_layout Standard
32974
32975 \series bold
32976
32977 \backslash
32978 scalebox{水平方向}[垂直方向]{ボックスの内容}
32979 \end_layout
32980
32981 \begin_layout Standard
32982 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
32983 \end_layout
32984
32985 \begin_layout Standard
32986 たとえば、
32987 \series bold
32988
32989 \backslash
32990 scalebox{2}{こんにちは}
32991 \series default
32992 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
32993 \begin_inset ERT
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997
32998
32999 \backslash
33000 scalebox{2}{
33001 \end_layout
33002
33003 \end_inset
33004
33005 こんにちは
33006 \begin_inset ERT
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010
33011 }
33012 \end_layout
33013
33014 \end_inset
33015
33016 を生成します。
33017 \end_layout
33018
33019 \begin_layout Standard
33020 これに対し、
33021 \series bold
33022
33023 \backslash
33024 scalebox{2}[1]{こんにちは}
33025 \series default
33026 は、
33027 \begin_inset ERT
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031
33032
33033 \backslash
33034 scalebox{2}[1]{
33035 \end_layout
33036
33037 \end_inset
33038
33039 こんにちは
33040 \begin_inset ERT
33041 status collapsed
33042
33043 \begin_layout Plain Layout
33044
33045 }
33046 \end_layout
33047
33048 \end_inset
33049
33050 を変形させます。
33051 \end_layout
33052
33053 \begin_layout Standard
33054 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33055 \series bold
33056
33057 \backslash
33058 scalebox{-1}[1]{こんにちは}
33059 \series default
33060 というコマンドは、右のように反転文字を生成するのに使用できます:
33061 \begin_inset ERT
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065
33066
33067 \backslash
33068 scalebox{-1}[1]{
33069 \end_layout
33070
33071 \end_inset
33072
33073 こんにちは
33074 \begin_inset ERT
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078
33079 }
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Standard
33088
33089 \series bold
33090
33091 \backslash
33092 scalebox{1}[-1]{こんにちは}
33093 \series default
33094 とすると
33095 \begin_inset ERT
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099
33100
33101 \backslash
33102 scalebox{1}[-1]{
33103 \end_layout
33104
33105 \end_inset
33106
33107 こんにちは
33108 \begin_inset ERT
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112
33113 }
33114 \end_layout
33115
33116 \end_inset
33117
33118 のようにベースラインで鏡像にします。
33119 \end_layout
33120
33121 \begin_layout Standard
33122
33123 \series bold
33124
33125 \backslash
33126 scalebox{-1}[1]{ボックスの内容}
33127 \series default
33128 と同じ働きをするものとして
33129 \begin_inset Newline newline
33130 \end_inset
33131
33132
33133 \series bold
33134
33135 \backslash
33136 reflectbox{ボックスの内容}
33137 \series default
33138
33139 \begin_inset Newline newline
33140 \end_inset
33141
33142 というコマンドがあります。
33143 \end_layout
33144
33145 \begin_layout Standard
33146 \begin_inset VSpace bigskip
33147 \end_inset
33148
33149 指定した幅や丈にボックスを伸縮させるには、
33150 \series bold
33151
33152 \backslash
33153 resizebox
33154 \series default
33155 を使用します。このコマンドの書式は
33156 \end_layout
33157
33158 \begin_layout Standard
33159
33160 \series bold
33161
33162 \backslash
33163 resizebox{幅}{丈}{ボックスの内容}
33164 \end_layout
33165
33166 \begin_layout Standard
33167 です。上記二つのコマンド引数のうち一つが感嘆符「
33168 \series bold
33169 !
33170 \series default
33171 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33172 \end_layout
33173
33174 \begin_layout Standard
33175
33176 \series bold
33177
33178 \backslash
33179 resizebox{2cm}{1cm}{こんにちは}
33180 \series default
33181 というコマンドの出力は、
33182 \begin_inset ERT
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186
33187
33188 \backslash
33189 resizebox{2cm}{1cm}{
33190 \end_layout
33191
33192 \end_inset
33193
33194 こんにちは
33195 \begin_inset ERT
33196 status collapsed
33197
33198 \begin_layout Plain Layout
33199
33200 }
33201 \end_layout
33202
33203 \end_inset
33204
33205 となり、
33206 \begin_inset Newline newline
33207 \end_inset
33208
33209
33210 \series bold
33211
33212 \backslash
33213 resizebox{2cm}{!}{こんにちは}
33214 \series default
33215 というコマンドの出力は、
33216 \begin_inset ERT
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220
33221
33222 \backslash
33223 resizebox{2cm}{!}{
33224 \end_layout
33225
33226 \end_inset
33227
33228 こんにちは
33229 \begin_inset ERT
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233
33234 }
33235 \end_layout
33236
33237 \end_inset
33238
33239 となります。
33240 \end_layout
33241
33242 \begin_layout Standard
33243 \begin_inset VSpace bigskip
33244 \end_inset
33245
33246
33247 \begin_inset Note Greyedout
33248 status open
33249
33250 \begin_layout Plain Layout
33251
33252 \series bold
33253 【註】
33254 \backslash
33255 scalebox
33256 \series default
33257
33258 \series bold
33259
33260 \backslash
33261 resizebox
33262 \series default
33263 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \begin_inset VSpace bigskip
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Standard
33279 ボックスは好きな順序で組み合わせることができます。たとえば、
33280 \begin_inset Newline newline
33281 \end_inset
33282
33283
33284 \series bold
33285
33286 \backslash
33287 rotatebox[origin=c]{-45}{
33288 \backslash
33289 resizebox{2cm}{!}{
33290 \backslash
33291 reflectbox{こんにちは}}}
33292 \begin_inset Newline newline
33293 \end_inset
33294
33295
33296 \series default
33297 というコマンドは、
33298 \end_layout
33299
33300 \begin_layout Standard
33301 \align center
33302 \begin_inset ERT
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306
33307
33308 \backslash
33309 rotatebox[origin=c]{-45}{
33310 \backslash
33311 resizebox{2cm}{!}{
33312 \backslash
33313 reflectbox{
33314 \end_layout
33315
33316 \end_inset
33317
33318 こんにちは
33319 \begin_inset ERT
33320 status collapsed
33321
33322 \begin_layout Plain Layout
33323
33324 }}}
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \end_layout
33331
33332 \begin_layout Standard
33333 \noindent
33334 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33335 \end_layout
33336
33337 \begin_layout Standard
33338 \align center
33339 \begin_inset ERT
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343
33344
33345 \backslash
33346 rotatebox[origin=c]{-30}{
33347 \backslash
33348 resizebox{2cm}{!}{
33349 \backslash
33350 reflectbox{
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \begin_inset Graphics
33357         filename ../clipart/platypus.eps
33358         lyxscale 50
33359         width 25col%
33360
33361 \end_inset
33362
33363
33364 \begin_inset ERT
33365 status collapsed
33366
33367 \begin_layout Plain Layout
33368
33369 }}}
33370 \end_layout
33371
33372 \end_inset
33373
33374
33375 \begin_inset ERT
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379
33380
33381 \backslash
33382 rotatebox[origin=c]{-45}{
33383 \backslash
33384 resizebox{2cm}{!}{
33385 \backslash
33386 reflectbox{
33387 \end_layout
33388
33389 \end_inset
33390
33391
33392 \begin_inset Tabular
33393 <lyxtabular version="3" rows="2" columns="2">
33394 <features tabularvalignment="middle">
33395 <column alignment="center" valignment="top" width="0">
33396 <column alignment="center" valignment="top" width="0">
33397 <row>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 q
33403 \end_layout
33404
33405 \end_inset
33406 </cell>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 w
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422 e
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 r
33432 \end_layout
33433
33434 \end_inset
33435 </cell>
33436 </row>
33437 </lyxtabular>
33438
33439 \end_inset
33440
33441
33442 \begin_inset ERT
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446
33447 }}}
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \begin_inset ERT
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457
33458
33459 \backslash
33460 rotatebox[origin=c]{-45}{
33461 \backslash
33462 resizebox{2cm}{!}{
33463 \backslash
33464 reflectbox{
33465 \end_layout
33466
33467 \end_inset
33468
33469
33470 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33471 \end_inset
33472
33473
33474 \begin_inset ERT
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478
33479 }}}
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Standard
33488 文書で大域的に数式様式
33489 \series bold
33490 fleqn
33491 \series default
33492 を使用している場合
33493 \begin_inset Foot
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33498 \end_layout
33499
33500 \end_inset
33501
33502 には、別行建て数式も伸縮させることができます。
33503 \end_layout
33504
33505 \begin_layout Chapter
33506
33507 \lang english
33508 Objects Surrounded by Text
33509 \begin_inset Index idx
33510 status collapsed
33511
33512 \begin_layout Plain Layout
33513
33514 \lang english
33515 Surrounded by text
33516 \end_layout
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \begin_layout Section
33524 折返しフロート
33525 \begin_inset CommandInset label
33526 LatexCommand label
33527 name "sec:折返しフロート"
33528
33529 \end_inset
33530
33531
33532 \begin_inset Index idx
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \lang english
33543
33544 \begin_inset Index idx
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549 \lang english
33550 Surrounded by text ! Wrap Floats
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Standard
33559 \begin_inset Wrap figure
33560 lines 0
33561 placement l
33562 overhang 1cm
33563 width "40col%"
33564 status open
33565
33566 \begin_layout Plain Layout
33567 \begin_inset Graphics
33568         filename ../clipart/mobius.eps
33569         width 40col%
33570         scaleBeforeRotation
33571         rotateOrigin center
33572
33573 \end_inset
33574
33575
33576 \end_layout
33577
33578 \begin_layout Plain Layout
33579 \begin_inset Caption
33580
33581 \begin_layout Plain Layout
33582 \begin_inset CommandInset label
33583 LatexCommand label
33584 name "fig:折返し図フロート"
33585
33586 \end_inset
33587
33588 これは折返し図フロートです。
33589 \end_layout
33590
33591 \end_inset
33592
33593
33594 \end_layout
33595
33596 \end_inset
33597
33598 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33599 \series bold
33600 wrapfig
33601 \series default
33602
33603 \begin_inset Index idx
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33608 \end_layout
33609
33610 \end_inset
33611
33612 を導入済みであれば、
33613 \family sans
33614 挿入\SpecialChar \menuseparator
33615 フロート\SpecialChar \menuseparator
33616 折返し図フロート
33617 \family default
33618
33619 \family sans
33620 折返し表フロート
33621 \family default
33622 メニューで挿入することができます
33623 \begin_inset Foot
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33628 \end_layout
33629
33630 \end_inset
33631
33632 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33633 \family sans
33634 配置
33635 \family default
33636
33637 \family sans
33638
33639 \family default
33640 です。非必須項目として、
33641 \family sans
33642 ぶら下げ
33643 \family default
33644
33645 \family sans
33646 行幅
33647 \family default
33648 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33649 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33650 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33651 \begin_inset CommandInset ref
33652 LatexCommand ref
33653 reference "fig:折返し図フロート"
33654
33655 \end_inset
33656
33657 図は、40
33658 \begin_inset space \thinspace{}
33659 \end_inset
33660
33661 列幅%の幅と1
33662 \begin_inset space \thinspace{}
33663 \end_inset
33664
33665 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
33666 \begin_inset Foot
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670 使うことのできる単位は付録
33671 \begin_inset CommandInset ref
33672 LatexCommand ref
33673 reference "cha:LyXで使用できる単位"
33674
33675 \end_inset
33676
33677 に収録してあります。
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Standard
33686 \begin_inset Note Greyedout
33687 status open
33688
33689 \begin_layout Plain Layout
33690
33691 \series bold
33692 【註】
33693 \series default
33694 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33695 上書きされて出力されたりします。
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 原則として、
33705 \end_layout
33706
33707 \begin_layout Itemize
33708 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33709 うになってから、正確な位置に挿入しなくてはなりません。
33710 \end_layout
33711
33712 \begin_layout Itemize
33713 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33714 \end_layout
33715
33716 \begin_layout Itemize
33717 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33718 \end_layout
33719
33720 \begin_layout Itemize
33721 折返しフロートは、節見出しや表中に入れることは認められていません。
33722 \end_layout
33723
33724 \begin_layout Itemize
33725
33726 \lang english
33727 Their numbering and referencing works as described in chap.
33728 \lang japanese
33729
33730 \begin_inset space \thinspace{}
33731 \end_inset
33732
33733
33734 \begin_inset CommandInset ref
33735 LatexCommand ref
33736 reference "chap:フロート"
33737
33738 \end_inset
33739
33740 .
33741 \end_layout
33742
33743 \begin_layout Section
33744
33745 \lang english
33746 Surrounded Fixed Objects
33747 \begin_inset Index idx
33748 status collapsed
33749
33750 \begin_layout Plain Layout
33751
33752 \lang english
33753 Surrounded by text ! Fixed objects
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Standard
33762
33763 \lang english
33764 The wrap floats described in sec.
33765 \lang japanese
33766
33767 \begin_inset space \thinspace{}
33768 \end_inset
33769
33770
33771 \begin_inset CommandInset ref
33772 LatexCommand ref
33773 reference "sec:折返しフロート"
33774
33775 \end_inset
33776
33777  
33778 \lang english
33779 have these positions in the paragraph:
33780 \end_layout
33781
33782 \begin_layout Standard
33783 \noindent
33784 \align center
33785
33786 \lang english
33787 \begin_inset Tabular
33788 <lyxtabular version="3" rows="2" columns="2">
33789 <features tabularvalignment="middle">
33790 <column alignment="center" valignment="top" width="0">
33791 <column alignment="center" valignment="top" width="0">
33792 <row>
33793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33794 \begin_inset Text
33795
33796 \begin_layout Plain Layout
33797
33798 \lang english
33799 \begin_inset Graphics
33800         filename ../../images/dialog-show-new-inset_graphics.png
33801         scale 70
33802         scaleBeforeRotation
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Plain Layout
33815
33816 \lang english
33817 text
33818 \end_layout
33819
33820 \end_inset
33821 </cell>
33822 </row>
33823 <row>
33824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33825 \begin_inset Text
33826
33827 \begin_layout Plain Layout
33828
33829 \lang english
33830 text
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839
33840 \lang english
33841 text
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 </row>
33847 </lyxtabular>
33848
33849 \end_inset
33850
33851  or 
33852 \begin_inset Tabular
33853 <lyxtabular version="3" rows="2" columns="2">
33854 <features tabularvalignment="middle">
33855 <column alignment="center" valignment="top" width="0">
33856 <column alignment="center" valignment="top" width="0">
33857 <row>
33858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862
33863 \lang english
33864 text
33865 \end_layout
33866
33867 \end_inset
33868 </cell>
33869 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33870 \begin_inset Text
33871
33872 \begin_layout Plain Layout
33873
33874 \lang english
33875 \begin_inset Graphics
33876         filename ../../images/dialog-show-new-inset_graphics.png
33877         scale 70
33878         scaleBeforeRotation
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 </row>
33888 <row>
33889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893
33894 \lang english
33895 text
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \lang english
33906 text
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 </row>
33912 </lyxtabular>
33913
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \begin_layout Standard
33920
33921 \lang english
33922 To get an object exactly at the position where it is inserted, for example
33923  to get one of these positions:
33924 \begin_inset VSpace defskip
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 \noindent
33932 \align center
33933
33934 \lang english
33935 \begin_inset Tabular
33936 <lyxtabular version="3" rows="2" columns="2">
33937 <features tabularvalignment="middle">
33938 <column alignment="center" valignment="top" width="0">
33939 <column alignment="center" valignment="top" width="0">
33940 <row>
33941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945
33946 \lang english
33947 text
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956
33957 \lang english
33958 text
33959 \end_layout
33960
33961 \end_inset
33962 </cell>
33963 </row>
33964 <row>
33965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969
33970 \lang english
33971 \begin_inset Graphics
33972         filename ../../images/dialog-show-new-inset_graphics.png
33973         scale 70
33974         scaleBeforeRotation
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \end_inset
33982 </cell>
33983 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33984 \begin_inset Text
33985
33986 \begin_layout Plain Layout
33987
33988 \lang english
33989 text
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 </row>
33995 </lyxtabular>
33996
33997 \end_inset
33998
33999  
34000 \begin_inset Tabular
34001 <lyxtabular version="3" rows="2" columns="2">
34002 <features tabularvalignment="middle">
34003 <column alignment="center" valignment="top" width="0">
34004 <column alignment="center" valignment="top" width="0">
34005 <row>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010
34011 \lang english
34012 text
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021
34022 \lang english
34023 text
34024 \end_layout
34025
34026 \end_inset
34027 </cell>
34028 </row>
34029 <row>
34030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034
34035 \lang english
34036 text
34037 \end_layout
34038
34039 \end_inset
34040 </cell>
34041 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045
34046 \lang english
34047 \begin_inset Graphics
34048         filename ../../images/dialog-show-new-inset_graphics.png
34049         scale 70
34050         scaleBeforeRotation
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \end_inset
34058 </cell>
34059 </row>
34060 </lyxtabular>
34061
34062 \end_inset
34063
34064  
34065 \begin_inset Tabular
34066 <lyxtabular version="3" rows="2" columns="3">
34067 <features tabularvalignment="middle">
34068 <column alignment="center" valignment="top" width="0">
34069 <column alignment="center" valignment="top" width="0">
34070 <column alignment="center" valignment="top" width="0">
34071 <row>
34072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076
34077 \lang english
34078 text
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" topline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087
34088 \lang english
34089 \begin_inset Graphics
34090         filename ../../images/dialog-show-new-inset_graphics.png
34091         scale 70
34092         scaleBeforeRotation
34093
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \end_inset
34100 </cell>
34101 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34102 \begin_inset Text
34103
34104 \begin_layout Plain Layout
34105
34106 \lang english
34107 text
34108 \end_layout
34109
34110 \end_inset
34111 </cell>
34112 </row>
34113 <row>
34114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118
34119 \lang english
34120 text
34121 \end_layout
34122
34123 \end_inset
34124 </cell>
34125 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34126 \begin_inset Text
34127
34128 \begin_layout Plain Layout
34129
34130 \lang english
34131 text
34132 \end_layout
34133
34134 \end_inset
34135 </cell>
34136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34137 \begin_inset Text
34138
34139 \begin_layout Plain Layout
34140
34141 \lang english
34142 text
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 </lyxtabular>
34149
34150 \end_inset
34151
34152  
34153 \begin_inset Tabular
34154 <lyxtabular version="3" rows="2" columns="3">
34155 <features tabularvalignment="middle">
34156 <column alignment="center" valignment="top" width="0">
34157 <column alignment="center" valignment="top" width="0">
34158 <column alignment="center" valignment="top" width="0">
34159 <row>
34160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164
34165 \lang english
34166 text
34167 \end_layout
34168
34169 \end_inset
34170 </cell>
34171 <cell alignment="center" valignment="top" topline="true" usebox="none">
34172 \begin_inset Text
34173
34174 \begin_layout Plain Layout
34175
34176 \lang english
34177 text
34178 \end_layout
34179
34180 \end_inset
34181 </cell>
34182 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186
34187 \lang english
34188 text
34189 \end_layout
34190
34191 \end_inset
34192 </cell>
34193 </row>
34194 <row>
34195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34196 \begin_inset Text
34197
34198 \begin_layout Plain Layout
34199
34200 \lang english
34201 text
34202 \end_layout
34203
34204 \end_inset
34205 </cell>
34206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210
34211 \lang english
34212 \begin_inset Graphics
34213         filename ../../images/dialog-show-new-inset_graphics.png
34214         scale 70
34215         scaleBeforeRotation
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \end_inset
34223 </cell>
34224 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34225 \begin_inset Text
34226
34227 \begin_layout Plain Layout
34228
34229 \lang english
34230 text
34231 \end_layout
34232
34233 \end_inset
34234 </cell>
34235 </row>
34236 </lyxtabular>
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 \noindent
34245 \align center
34246
34247 \lang english
34248 \begin_inset Tabular
34249 <lyxtabular version="3" rows="3" columns="2">
34250 <features tabularvalignment="middle">
34251 <column alignment="center" valignment="top" width="0">
34252 <column alignment="center" valignment="top" width="0">
34253 <row>
34254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258
34259 \lang english
34260 text
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269
34270 \lang english
34271 text
34272 \end_layout
34273
34274 \end_inset
34275 </cell>
34276 </row>
34277 <row>
34278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282
34283 \lang english
34284 \begin_inset Graphics
34285         filename ../../images/dialog-show-new-inset_graphics.png
34286         scale 70
34287         scaleBeforeRotation
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300
34301 \lang english
34302 text
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 </row>
34308 <row>
34309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34310 \begin_inset Text
34311
34312 \begin_layout Plain Layout
34313
34314 \lang english
34315 text
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34321 \begin_inset Text
34322
34323 \begin_layout Plain Layout
34324
34325 \lang english
34326 text
34327 \end_layout
34328
34329 \end_inset
34330 </cell>
34331 </row>
34332 </lyxtabular>
34333
34334 \end_inset
34335
34336  
34337 \begin_inset Tabular
34338 <lyxtabular version="3" rows="3" columns="3">
34339 <features tabularvalignment="middle">
34340 <column alignment="center" valignment="top" width="0">
34341 <column alignment="center" valignment="top" width="0">
34342 <column alignment="center" valignment="top" width="0">
34343 <row>
34344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Plain Layout
34348
34349 \lang english
34350 text
34351 \end_layout
34352
34353 \end_inset
34354 </cell>
34355 <cell alignment="center" valignment="top" topline="true" usebox="none">
34356 \begin_inset Text
34357
34358 \begin_layout Plain Layout
34359
34360 \lang english
34361 text
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370
34371 \lang english
34372 text
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 </row>
34378 <row>
34379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383
34384 \lang english
34385 text
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 <cell alignment="center" valignment="top" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Plain Layout
34394
34395 \lang english
34396 \begin_inset Graphics
34397         filename ../../images/dialog-show-new-inset_graphics.png
34398         scale 70
34399         scaleBeforeRotation
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34409 \begin_inset Text
34410
34411 \begin_layout Plain Layout
34412
34413 \lang english
34414 text
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 <row>
34421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425
34426 \lang english
34427 text
34428 \end_layout
34429
34430 \end_inset
34431 </cell>
34432 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436
34437 \lang english
34438 text
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447
34448 \lang english
34449 text
34450 \end_layout
34451
34452 \end_inset
34453 </cell>
34454 </row>
34455 </lyxtabular>
34456
34457 \end_inset
34458
34459  
34460 \begin_inset Tabular
34461 <lyxtabular version="3" rows="3" columns="2">
34462 <features tabularvalignment="middle">
34463 <column alignment="center" valignment="top" width="0">
34464 <column alignment="center" valignment="top" width="0">
34465 <row>
34466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470
34471 \lang english
34472 text
34473 \end_layout
34474
34475 \end_inset
34476 </cell>
34477 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34478 \begin_inset Text
34479
34480 \begin_layout Plain Layout
34481
34482 \lang english
34483 text
34484 \end_layout
34485
34486 \end_inset
34487 </cell>
34488 </row>
34489 <row>
34490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34491 \begin_inset Text
34492
34493 \begin_layout Plain Layout
34494
34495 \lang english
34496 text
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505
34506 \lang english
34507 \begin_inset Graphics
34508         filename ../../images/dialog-show-new-inset_graphics.png
34509         scale 70
34510         scaleBeforeRotation
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 </row>
34520 <row>
34521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34522 \begin_inset Text
34523
34524 \begin_layout Plain Layout
34525
34526 \lang english
34527 text
34528 \end_layout
34529
34530 \end_inset
34531 </cell>
34532 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34533 \begin_inset Text
34534
34535 \begin_layout Plain Layout
34536
34537 \lang english
34538 text
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 </row>
34544 </lyxtabular>
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \begin_layout Standard
34552 \noindent
34553
34554 \lang english
34555 you can use the LaTeX-package
34556 \lang japanese
34557  
34558 \series bold
34559 picinpar
34560 \series default
34561
34562 \begin_inset Index idx
34563 status collapsed
34564
34565 \begin_layout Plain Layout
34566 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34567 \end_layout
34568
34569 \end_inset
34570
34571 .
34572  
34573 \lang english
34574 Here is an example
34575 \lang japanese
34576 :
34577 \end_layout
34578
34579 \begin_layout Standard
34580 \begin_inset ERT
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585
34586 \backslash
34587 ifpicinpar
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \begin_inset Note Note
34594 status open
34595
34596 \begin_layout Plain Layout
34597 以下の部分は、LaTeXパッケージ
34598 \series bold
34599 picinpar
34600 \series default
34601 が導入されているときのみ表示されます。
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Standard
34610 \begin_inset ERT
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614
34615
34616 \backslash
34617 begin{window}[2,c,{
34618 \end_layout
34619
34620 \end_inset
34621
34622
34623 \begin_inset Graphics
34624         filename ../clipart/mobius.eps
34625         lyxscale 60
34626         width 40col%
34627         scaleBeforeRotation
34628         rotateOrigin center
34629
34630 \end_inset
34631
34632
34633 \begin_inset ERT
34634 status collapsed
34635
34636 \begin_layout Plain Layout
34637
34638 },]
34639 \end_layout
34640
34641 \begin_layout Plain Layout
34642
34643 {}
34644 \end_layout
34645
34646 \end_inset
34647
34648
34649 \size small
34650 \lang english
34651 It was in the spring of the year 1894 that all London was interested, and
34652  the fashionable world dismayed, by the murder of the Honourable Ronald
34653  Adair under most unusual and inexplicable circumstances.
34654  The public has already learned those particulars of the crime which
34655 \size default
34656
34657 \begin_inset ERT
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661
34662
34663 \backslash
34664 footnotemark{}
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \size small
34671  came out in the police investigation, but a good deal was suppressed upon
34672  that occasion, since the case for the prosecution was so overwhelmingly
34673  strong that it was not necessary to bring forward all the facts.
34674  Only now, at the end of nearly ten years, am I allowed to supply those
34675  missing links which make up the whole of that remarkable chain
34676 \lang japanese
34677 .
34678 \size default
34679
34680 \begin_inset ERT
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684
34685
34686 \backslash
34687 end{window}
34688 \end_layout
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \begin_layout Standard
34696
34697 \lang english
34698 \begin_inset ERT
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702
34703
34704 \backslash
34705 footnotetext{
34706 \end_layout
34707
34708 \end_inset
34709
34710 Footnote of the paragraph with the fixed object.
34711 \begin_inset ERT
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715
34716 }
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Standard
34725
34726 \lang english
34727 Surrounded fixed objects are used to let text float around them, at which
34728  the object's position in the paragraph can be determined by the number
34729  of lines above it.
34730  In contrary to floats is it not possible to have a numbered caption.
34731 \end_layout
34732
34733 \begin_layout Standard
34734
34735 \lang english
34736 A fixed object is inserted by adding the command
34737 \end_layout
34738
34739 \begin_layout Standard
34740
34741 \series bold
34742
34743 \backslash
34744 begin{window}[2,c,{
34745 \end_layout
34746
34747 \begin_layout Standard
34748
34749 \lang english
34750 as TeX Code at the beginning of the paragraph.
34751  The first parameter in the bracket, here '2', defines the number of lines
34752  above the object, the second, here 'c', the position of the object.
34753  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
34754  Behind the command you insert the object.
34755  In this example an image with a width of 40
34756 \begin_inset space \thinspace{}
34757 \end_inset
34758
34759 % of the text column width was inserted.
34760  The object can also be a table, a box or an equation.
34761  Behind the object the command
34762 \end_layout
34763
34764 \begin_layout Standard
34765
34766 \series bold
34767 },description text]
34768 \begin_inset Newline newline
34769 \end_inset
34770
34771 {}
34772 \end_layout
34773
34774 \begin_layout Standard
34775
34776 \lang english
34777 is inserted.
34778  Note that the 
34779 \begin_inset Quotes eld
34780 \end_inset
34781
34782
34783 \series bold
34784 {}
34785 \series default
34786
34787 \begin_inset Quotes erd
34788 \end_inset
34789
34790  is in the second line.
34791  The description text is optional.
34792  The text surrounding the object must be in the same paragraph as the object,
34793  so it must begin directly after the 
34794 \series bold
34795 {}
34796 \series default
34797 .
34798  At the end of the paragraph insert the command:
34799 \end_layout
34800
34801 \begin_layout Standard
34802
34803 \series bold
34804
34805 \backslash
34806 end{window}
34807 \end_layout
34808
34809 \begin_layout Standard
34810
34811 \lang english
34812 Within a paragraph with a fixed object, you cannot insert footnotes in the
34813  normal way.
34814  You have to use instead the command 
34815 \series bold
34816
34817 \backslash
34818 footnotemark
34819 \series default
34820  inside the paragraph and outside the command 
34821 \series bold
34822
34823 \backslash
34824 footnotetext
34825 \series default
34826  as described in sec.
34827 \lang japanese
34828
34829 \begin_inset space \thinspace{}
34830 \end_inset
34831
34832
34833 \begin_inset CommandInset ref
34834 LatexCommand ref
34835 reference "sec:脚注"
34836
34837 \end_inset
34838
34839 .
34840 \end_layout
34841
34842 \begin_layout Standard
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 else
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \begin_inset Note Note
34857 status open
34858
34859 \begin_layout Plain Layout
34860 以下の部分は、LaTeXパッケージ
34861 \series bold
34862 picinpar
34863 \series default
34864 が導入されていないときのみ表示されます。
34865 \end_layout
34866
34867 \end_inset
34868
34869
34870 \end_layout
34871
34872 \begin_layout Standard
34873 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34874 \series bold
34875 picinpar
34876 \series default
34877 を導入する必要があります。
34878 \end_layout
34879
34880 \begin_layout Standard
34881 \begin_inset ERT
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885
34886
34887 \backslash
34888 fi
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \begin_layout Section
34897
34898 \lang english
34899 Initials
34900 \begin_inset Index idx
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904
34905 \lang english
34906 Initials
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \begin_inset Index idx
34913 status collapsed
34914
34915 \begin_layout Plain Layout
34916
34917 \lang english
34918 Surrounded by text ! Initials
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \begin_layout Standard
34927
34928 \lang english
34929 To use initials, you must have the LaTeX package
34930 \lang japanese
34931  
34932 \series bold
34933 lettrine
34934 \series default
34935
34936 \begin_inset Index idx
34937 status collapsed
34938
34939 \begin_layout Plain Layout
34940 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34941 \end_layout
34942
34943 \end_inset
34944
34945  
34946 \lang english
34947 installed and use the module 
34948 \family sans
34949 Initials
34950 \family default
34951  in your document (menu 
34952 \family sans
34953 Document\SpecialChar \menuseparator
34954 Settings\SpecialChar \menuseparator
34955 Modules
34956 \family default
34957 ).
34958  To insert an initial, use the style 
34959 \family sans
34960 Initial
34961 \family default
34962 .
34963  This style has a mandatory and an optional argument.
34964  The mandatory argument is inserted via the menu 
34965 \family sans
34966 Insert\SpecialChar \menuseparator
34967 Short
34968 \begin_inset space ~
34969 \end_inset
34970
34971 Title
34972 \family default
34973  and contains the letter that is the initial.
34974  To use the also the optional argument, insert another argument in front
34975  of the mandatory argument.
34976  This one contains parameters to modify the initial.
34977  For more information about the possible parameters see the documentation
34978  of
34979 \lang japanese
34980  
34981 \series bold
34982 lettrine
34983 \series default
34984
34985 \begin_inset CommandInset citation
34986 LatexCommand cite
34987 key "lettrine"
34988
34989 \end_inset
34990
34991 .
34992  
34993 \lang english
34994 The style itself contains the text that is surrounding the initial.
34995  The usual style is hereby that the word whose first letter is the initial,
34996  is printed with 
34997 \shape smallcaps
34998 small caps
34999 \shape default
35000 .
35001  To tell LaTeX where this word is finished, add a closing brace '
35002 \series bold
35003 }
35004 \series default
35005 ' as TeX Code behind it.
35006  At the end of the style there must be an opening brace '
35007 \series bold
35008 {
35009 \series default
35010 ' as TeX Code.
35011 \end_layout
35012
35013 \begin_layout Standard
35014
35015 \lang english
35016 Here are some examples:
35017 \end_layout
35018
35019 \begin_layout Standard
35020 \begin_inset ERT
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024
35025
35026 \backslash
35027 iflettrine
35028 \end_layout
35029
35030 \end_inset
35031
35032
35033 \begin_inset Note Note
35034 status open
35035
35036 \begin_layout Plain Layout
35037 以下の部分は、LaTeXパッケージ
35038 \series bold
35039 lettrine
35040 \series default
35041 が導入されているときのみ表示されます。
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Enumerate
35050
35051 \lang english
35052 No optional argument, the initial is the letter 'I' in the math font 
35053 \begin_inset Formula $\mathfrak{Fraktur}$
35054 \end_inset
35055
35056 :
35057 \end_layout
35058
35059 \begin_deeper
35060 \begin_layout Initial
35061 \begin_inset Argument
35062 status open
35063
35064 \begin_layout Plain Layout
35065 \begin_inset Formula $\mathfrak{I}$
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \end_inset
35072
35073 t
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079 }
35080 \end_layout
35081
35082 \end_inset
35083
35084  
35085 \lang english
35086 was in the spring of the year 1894 that all London was interested, and the
35087  fashionable world dismayed, by the murder of the Honourable Ronald Adair
35088  under most unusual and inexplicable circumstances.
35089  The public has already learned those particulars of the crime which came
35090  out in the police investigation, but a good deal was suppressed upon that
35091  occasion, since the case for the prosecution was so overwhelmingly strong
35092  that it was not necessary to bring forward all the facts.
35093 \lang japanese
35094
35095 \begin_inset ERT
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099
35100 {
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \lang english
35107
35108 \begin_inset Newpage newpage
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \end_deeper
35115 \begin_layout Enumerate
35116
35117 \lang english
35118 Only one line is surrounding the initial, which is formed by two letters
35119  in standard font and no text is printed in small caps:
35120 \end_layout
35121
35122 \begin_deeper
35123 \begin_layout Initial
35124 \begin_inset Argument
35125 status open
35126
35127 \begin_layout Plain Layout
35128 lines=1
35129 \end_layout
35130
35131 \end_inset
35132
35133
35134 \begin_inset Argument
35135 status open
35136
35137 \begin_layout Plain Layout
35138 It
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149 }
35150 \end_layout
35151
35152 \end_inset
35153
35154  
35155 \lang english
35156 was in the spring of the year 1894 that all London was interested, and the
35157  fashionable world dismayed, by the murder of the Honourable Ronald Adair
35158  under most unusual and inexplicable circumstances.
35159  The public has already learned those particulars of the crime which came
35160  out in the police investigation, but a good deal was suppressed upon that
35161  occasion, since the case for the prosecution was so overwhelmingly strong
35162  that it was not necessary to bring forward all the facts.
35163 \lang japanese
35164
35165 \begin_inset ERT
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169
35170 {
35171 \end_layout
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \end_deeper
35179 \begin_layout Enumerate
35180
35181 \lang english
35182 Magenta, hanging initial over 3
35183 \begin_inset space ~
35184 \end_inset
35185
35186 lines in the math font 
35187 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35188 \end_inset
35189
35190 , the text 
35191 \begin_inset Quotes eld
35192 \end_inset
35193
35194 t was in the spring
35195 \begin_inset Quotes erd
35196 \end_inset
35197
35198  is in 
35199 \shape smallcaps
35200 small caps
35201 \shape default
35202 ; to color the initial, you must insert this command before the initial:
35203 \begin_inset Newline newline
35204 \end_inset
35205
35206
35207 \series bold
35208
35209 \backslash
35210 renewcommand{
35211 \backslash
35212 LettrineFontHook}{
35213 \backslash
35214 color{color}}
35215 \series default
35216
35217 \begin_inset Newline newline
35218 \end_inset
35219
35220 where the second 
35221 \emph on
35222 color
35223 \emph default
35224  can be 
35225 \begin_inset Quotes eld
35226 \end_inset
35227
35228 red
35229 \begin_inset Quotes erd
35230 \end_inset
35231
35232
35233 \begin_inset Quotes eld
35234 \end_inset
35235
35236 blue
35237 \begin_inset Quotes erd
35238 \end_inset
35239
35240
35241 \begin_inset Quotes eld
35242 \end_inset
35243
35244 green
35245 \begin_inset Quotes erd
35246 \end_inset
35247
35248
35249 \begin_inset Quotes eld
35250 \end_inset
35251
35252 yellow
35253 \begin_inset Quotes erd
35254 \end_inset
35255
35256
35257 \begin_inset Quotes eld
35258 \end_inset
35259
35260 cyan
35261 \begin_inset Quotes erd
35262 \end_inset
35263
35264
35265 \begin_inset Quotes eld
35266 \end_inset
35267
35268 magenta
35269 \begin_inset Quotes erd
35270 \end_inset
35271
35272
35273 \begin_inset Quotes eld
35274 \end_inset
35275
35276 black
35277 \begin_inset Quotes erd
35278 \end_inset
35279
35280  or 
35281 \begin_inset Quotes eld
35282 \end_inset
35283
35284 white
35285 \begin_inset Quotes erd
35286 \end_inset
35287
35288 , and add this command to the document preamble
35289 \lang japanese
35290 :
35291 \begin_inset Newline newline
35292 \end_inset
35293
35294
35295 \series bold
35296
35297 \backslash
35298 @ifundefined{textcolor}
35299 \begin_inset Newline newline
35300 \end_inset
35301
35302
35303 \begin_inset space ~
35304 \end_inset
35305
35306 {
35307 \backslash
35308 usepackage{color}}{}
35309 \end_layout
35310
35311 \begin_deeper
35312 \begin_layout Standard
35313 \begin_inset ERT
35314 status collapsed
35315
35316 \begin_layout Plain Layout
35317
35318
35319 \backslash
35320 renewcommand{
35321 \backslash
35322 LettrineFontHook}{
35323 \backslash
35324 color{magenta}}
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \lang english
35331
35332 \begin_inset Note Note
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336
35337 \lang english
35338 makes the initial magenta
35339 \end_layout
35340
35341 \end_inset
35342
35343
35344 \end_layout
35345
35346 \begin_layout Initial
35347 \begin_inset Argument
35348 status open
35349
35350 \begin_layout Plain Layout
35351 lines=3, lhang=0.33, loversize=0.25
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Argument
35358 status open
35359
35360 \begin_layout Plain Layout
35361 \begin_inset Formula $\mathcal{I}$
35362 \end_inset
35363
35364
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \lang english
35371 t was in the spring
35372 \lang japanese
35373
35374 \begin_inset ERT
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379 }
35380 \end_layout
35381
35382 \end_inset
35383
35384  
35385 \lang english
35386 of the year 1894 that all London was interested, and the fashionable world
35387  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35388  and inexplicable circumstances.
35389  The public has already learned those particulars of the crime which came
35390  out in the police investigation, but a good deal was suppressed upon that
35391  occasion, since the case for the prosecution was so overwhelmingly strong
35392  that it was not necessary to bring forward all the facts.
35393 \lang japanese
35394
35395 \begin_inset ERT
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400 {
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \end_deeper
35409 \begin_layout Standard
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415
35416 \backslash
35417 else
35418 \end_layout
35419
35420 \end_inset
35421
35422
35423 \begin_inset Note Note
35424 status open
35425
35426 \begin_layout Plain Layout
35427 以下の部分は、LaTeXパッケージ
35428 \series bold
35429 lettrine
35430 \series default
35431 が導入されていないときのみ表示されます。
35432 \end_layout
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Standard
35440 本節の以下の部分を出力に表示するには、LaTeXパッケージ
35441 \series bold
35442 lettrine
35443 \series default
35444 を導入する必要があります。
35445 \end_layout
35446
35447 \begin_layout Standard
35448 \begin_inset ERT
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452
35453
35454 \backslash
35455 fi
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Chapter
35464 外部文書構成要素
35465 \begin_inset Index idx
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 がいぶぶんしょこうせいようそ@外部文書構成要素
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478
35479 \family sans
35480 挿入\SpecialChar \menuseparator
35481 ファイル
35482 \family default
35483 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35484 \end_layout
35485
35486 \begin_layout Description
35487 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
35488 \end_layout
35489
35490 \begin_layout Description
35491 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35492 \end_layout
35493
35494 \begin_layout Description
35495 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35496 \end_layout
35497
35498 \begin_layout Description
35499 外部素材 様々な書式のファイル。
35500 \end_layout
35501
35502 \begin_layout Description
35503 子文書 LyXあるいはLaTeX文書。
35504 \end_layout
35505
35506 \begin_layout Section
35507 外部素材
35508 \begin_inset Index idx
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35513 \end_layout
35514
35515 \end_inset
35516
35517
35518 \end_layout
35519
35520 \begin_layout Standard
35521 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
35522 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
35523 \family sans
35524 操作性\SpecialChar \menuseparator
35525 表示
35526 \family default
35527 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
35528 \end_layout
35529
35530 \begin_layout Standard
35531 外部素材は、
35532 \family sans
35533 挿入
35534 \family default
35535 \SpecialChar \menuseparator
35536
35537 \family sans
35538 ファイル
35539 \family default
35540 \SpecialChar \menuseparator
35541
35542 \family sans
35543 外部素材
35544 \family default
35545 メニューで開くことのできる
35546 \family sans
35547 外部素材
35548 \family default
35549 ダイアログから挿入することができます。目下、以下のファイル形式(
35550 \family sans
35551 ひな型
35552 \family default
35553 )が使用できます。
35554 \end_layout
35555
35556 \begin_layout Description
35557 チェス棋譜 このひな型は、
35558 \series bold
35559
35560 \begin_inset CommandInset href
35561 LatexCommand href
35562 name "XBoard"
35563 target "http://en.wikipedia.org/wiki/XBoard"
35564
35565 \end_inset
35566
35567
35568 \series default
35569 プログラムで作成されたチェス棋譜をサポートします。
35570 \end_layout
35571
35572 \begin_layout Description
35573 日付 これは、
35574 \emph on
35575 日-月-年
35576 \emph default
35577 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35578 \begin_inset External
35579         template Date
35580         filename .
35581
35582 \end_inset
35583
35584
35585 \begin_inset space ~
35586 \end_inset
35587
35588
35589 \begin_inset Note Note
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 バグ4398が修正されたら、この保護空白は削除してください!
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \begin_inset Newline newline
35600 \end_inset
35601
35602 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35603 \family sans
35604 挿入
35605 \family default
35606 \SpecialChar \menuseparator
35607 日付メニューを使用する方法で、他はLaTeXコマンドの
35608 \series bold
35609
35610 \backslash
35611 today
35612 \series default
35613 をTeXコードで使用する方法です。これらの各方法は、表
35614 \begin_inset CommandInset ref
35615 LatexCommand ref
35616 reference "tab:日付挿入方法"
35617
35618 \end_inset
35619
35620 に比較を掲載しておきます。
35621 \end_layout
35622
35623 \begin_layout Description
35624 Dia このひな型は、
35625 \series bold
35626
35627 \begin_inset CommandInset href
35628 LatexCommand href
35629 name "Dia"
35630 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"
35631
35632 \end_inset
35633
35634
35635 \series default
35636 プログラムで作成したダイアグラムをサポートします。
35637 \end_layout
35638
35639 \begin_layout Description
35640
35641 \lang english
35642 GnumericSpreadsheet With this template you can insert spreadsheets
35643 \begin_inset space \thinspace{}
35644 \end_inset
35645
35646 /
35647 \begin_inset space \thinspace{}
35648 \end_inset
35649
35650 tables in the format of 
35651 \series bold
35652
35653 \begin_inset CommandInset href
35654 LatexCommand href
35655 name "Gnumeric"
35656 target "http://ja.wikipedia.org/wiki/Gnumeric"
35657
35658 \end_inset
35659
35660
35661 \series default
35662
35663 \begin_inset CommandInset href
35664 LatexCommand href
35665 name "OpenDocument"
35666 target "http://ja.wikipedia.org/wiki/OpenDocument"
35667
35668 \end_inset
35669
35670
35671 \begin_inset CommandInset href
35672 LatexCommand href
35673 name "Microsoft Office XML"
35674 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35675
35676 \end_inset
35677
35678  and 
35679 \begin_inset CommandInset href
35680 LatexCommand href
35681 name "Office Open XML"
35682 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35683
35684 \end_inset
35685
35686 .
35687  For this feature LyX must have found the program 
35688 \family typewriter
35689 ssconvert
35690 \family default
35691  during its configuration.
35692  This program is part of Gnumeric, so that you must have Gnumeric installed,
35693  also if you don't have tables in the Gnumeric format.
35694  For examples and possible limitations have a look at LyX's example file
35695  
35696 \emph on
35697 spreadsheet.lyx
35698 \emph default
35699 .
35700 \end_layout
35701
35702 \begin_layout Description
35703 LilyPond このひな型は、
35704 \series bold
35705
35706 \begin_inset CommandInset href
35707 LatexCommand href
35708 name "LilyPond"
35709 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35710
35711 \end_inset
35712
35713
35714 \series default
35715 プログラムで作成した楽譜の組版に使用されます。
35716 \lang english
35717 For LyX's extended support for LilyPond have a look at LyX's example file
35718  
35719 \emph on
35720 lilypond.lyx
35721 \emph default
35722 .
35723 \end_layout
35724
35725 \begin_layout Description
35726 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35727 \family sans
35728 LaTeXとLyXオプション
35729 \family default
35730 タブ中の
35731 \family sans
35732 オプション
35733 \family default
35734 フィールドに
35735 \emph on
35736 pages
35737 \emph default
35738 オプションを指定してください。
35739 \lang english
35740 The argument of this option is a comma separated list, containing page numbers
35741  (insert as option 
35742 \series bold
35743 pages={3,5,6,8}
35744 \series default
35745 ), ranges of page numbers (
35746 \series bold
35747 pages={4-9}
35748 \series default
35749 ) or any combination.
35750  To insert empty pages use {}.
35751  E.
35752 \begin_inset space \thinspace{}
35753 \end_inset
35754
35755 g.
35756 \begin_inset space ~
35757 \end_inset
35758
35759
35760 \series bold
35761 pages={3,{},8-11,15}
35762 \series default
35763  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
35764  Page ranges are specified in the syntax 
35765 \emph on
35766 start
35767 \emph default
35768 -
35769 \emph on
35770 stop
35771 \emph default
35772 .
35773  This selects all pages from 
35774 \emph on
35775 start
35776 \emph default
35777  to 
35778 \emph on
35779 stop
35780 \emph default
35781 .
35782  Omitting 
35783 \emph on
35784 start
35785 \emph default
35786  defaults to the first page; omitting 
35787 \emph on
35788 stop
35789 \emph default
35790  defaults to the last page of the document.
35791  The last page can also be selected with the keyword 
35792 \series bold
35793 last
35794 \series default
35795 .
35796  (This is only permitted in a page range.) So 
35797 \series bold
35798 pages=-
35799 \series default
35800  will insert all pages of the document and 
35801 \series bold
35802 pages=last-1
35803 \series default
35804  will insert all pages in reverse order.
35805 \emph on
35806 \lang japanese
35807 pages
35808 \emph default
35809 オプションを指定しないと、PDFの最初のページのみが挿入されます。
35810 \begin_inset Newline newline
35811 \end_inset
35812
35813
35814 \lang english
35815 The option 
35816 \series bold
35817 noautoscale
35818 \series default
35819  inserts the pages with their original size, if this option is not given,
35820  the pages will be resized to fith the width of the page of your document.
35821  In the tab 
35822 \family sans
35823 Size and Rotation
35824 \family default
35825  you can specify the width and height of the input pages and their rotation.
35826  If another width than 100
35827 \begin_inset space \thinspace{}
35828 \end_inset
35829
35830 Scale% is used, the option 
35831 \series bold
35832 noautoscale
35833 \series default
35834  will be overwritten.
35835  For more info and possible options, have a look into the documentation
35836  of the LaTeX-package 
35837 \series bold
35838 pdfpages
35839 \series default
35840 \lang japanese
35841  
35842 \begin_inset CommandInset citation
35843 LatexCommand cite
35844 key "pdfpages"
35845
35846 \end_inset
35847
35848 .
35849 \begin_inset Index idx
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \begin_inset Newline newline
35860 \end_inset
35861
35862
35863 \lang english
35864 To use this template in a 
35865 \family sans
35866 Beamer
35867 \family default
35868  presentation you need to first insert an 
35869 \family sans
35870 EndFrame
35871 \family default
35872  environment and in a subsequent paragraph a TeX Code box containing the
35873  command 
35874 \series bold
35875
35876 \backslash
35877 setbeamertemplate{background canvas}{}
35878 \series default
35879 .
35880  Then you can insert as many paragraphs containing the PDFPages template
35881  as you wish.
35882  Behind the included PDF pages you can resume the Beamer presentation by
35883  beginning a new frame or by starting a new section.
35884  To avoid stray blank pages prior to the PDF pages, make sure to use the
35885  
35886 \family sans
35887 Default
35888 \family default
35889  alignment for the paragraph containing the template.
35890 \begin_inset Newline newline
35891 \end_inset
35892
35893 Here is an included PDF which is rotated by -5°:
35894 \lang japanese
35895  
35896 \begin_inset External
35897         template PDFPages
35898         filename ../clipart/Abstract.pdf
35899         extra LaTeX "noautoscale, pages=-"
35900         rotateAngle -5
35901         rotateOrigin bottomleft
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Description
35909 ラスターイメージ これはビットマップ画像に使用します。
35910 \family sans
35911 外部素材
35912 \family default
35913 ダイアログを使って入れる画像は、第
35914 \begin_inset CommandInset ref
35915 LatexCommand ref
35916 reference "sec:画像ダイアログ"
35917
35918 \end_inset
35919
35920 節にあるように
35921 \family sans
35922 画像
35923 \family default
35924 ダイアログを使って挿入される画像と同じように取り扱うことができます。
35925 \lang english
35926 The difference to the normal image input is that only raster images are
35927  allowed; that means that PDF and EPS-images are not supported
35928 \lang japanese
35929 .
35930  
35931 \lang english
35932 Here is an inserted raster image:
35933 \lang japanese
35934  
35935 \begin_inset External
35936         template RasterImage
35937         filename ../clipart/ToolbarEnvBox.png
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Description
35945 XFig このひな型は、
35946 \series bold
35947
35948 \begin_inset CommandInset href
35949 LatexCommand href
35950 name "Xfig"
35951 target "http://ja.wikipedia.org/wiki/Xfig"
35952
35953 \end_inset
35954
35955
35956 \series default
35957 プログラムで作成した画像をサポートします。
35958 \end_layout
35959
35960 \begin_layout Standard
35961 \begin_inset Float table
35962 placement !h
35963 wide false
35964 sideways false
35965 status open
35966
35967 \begin_layout Plain Layout
35968 \begin_inset Caption
35969
35970 \begin_layout Plain Layout
35971 \begin_inset CommandInset label
35972 LatexCommand label
35973 name "tab:日付挿入方法"
35974
35975 \end_inset
35976
35977 日付の挿入方法の比較
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \begin_layout Plain Layout
35986 \align center
35987 \begin_inset Tabular
35988 <lyxtabular version="3" rows="4" columns="4">
35989 <features tabularvalignment="middle">
35990 <column alignment="center" valignment="top" width="0">
35991 <column alignment="center" valignment="top" width="0">
35992 <column alignment="center" valignment="top" width="0">
35993 <column alignment="center" valignment="top" width="0">
35994 <row>
35995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35996 \begin_inset Text
35997
35998 \begin_layout Plain Layout
35999 文書書式
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36005 \begin_inset Text
36006
36007 \begin_layout Plain Layout
36008
36009 \family sans
36010 外部素材\SpecialChar \menuseparator
36011 日付
36012 \end_layout
36013
36014 \end_inset
36015 </cell>
36016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36017 \begin_inset Text
36018
36019 \begin_layout Plain Layout
36020
36021 \family sans
36022 挿入\SpecialChar \menuseparator
36023 日付
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032
36033 \series bold
36034
36035 \backslash
36036 today
36037 \series default
36038 コマンド
36039 \end_layout
36040
36041 \end_inset
36042 </cell>
36043 </row>
36044 <row>
36045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049 LyX
36050 \end_layout
36051
36052 \end_inset
36053 </cell>
36054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36055 \begin_inset Text
36056
36057 \begin_layout Plain Layout
36058 差込枠として
36059 \end_layout
36060
36061 \end_inset
36062 </cell>
36063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36064 \begin_inset Text
36065
36066 \begin_layout Plain Layout
36067 日付として
36068 \end_layout
36069
36070 \end_inset
36071 </cell>
36072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076 TeXコード差込枠として
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 </row>
36082 <row>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 LaTeX
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36093 \begin_inset Text
36094
36095 \begin_layout Plain Layout
36096 日付として
36097 \end_layout
36098
36099 \end_inset
36100 </cell>
36101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105 日付として
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 コマンドとして
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 </row>
36120 <row>
36121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36122 \begin_inset Text
36123
36124 \begin_layout Plain Layout
36125 DVI, PDF, PS
36126 \end_layout
36127
36128 \end_inset
36129 </cell>
36130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36131 \begin_inset Text
36132
36133 \begin_layout Plain Layout
36134 日付として
36135 \end_layout
36136
36137 \end_inset
36138 </cell>
36139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36140 \begin_inset Text
36141
36142 \begin_layout Plain Layout
36143 日付として
36144 \end_layout
36145
36146 \end_inset
36147 </cell>
36148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36149 \begin_inset Text
36150
36151 \begin_layout Plain Layout
36152 日付として
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 </row>
36158 </lyxtabular>
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \end_inset
36166
36167
36168 \end_layout
36169
36170 \begin_layout Standard
36171
36172 \family sans
36173 外部素材
36174 \family default
36175 ダイアログの
36176 \family sans
36177 ファイル
36178 \family default
36179 タブ中で
36180 \family sans
36181 下書き
36182 \family default
36183 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36184 \begin_inset Newline newline
36185 \end_inset
36186
36187 LyX中での外部素材は、ダイアログ内の
36188 \family sans
36189 LaTeXとLyXのオプション
36190 \family default
36191 タブにある
36192 \family sans
36193 LyX内に表示
36194 \family default
36195 オプションの指定に従って、
36196 \begin_inset Graphics
36197         filename clipart/ExternalMaterialQt4.png
36198         scale 85
36199         scaleBeforeRotation
36200
36201 \end_inset
36202
36203 のようなボックスとして表示されるか、画像として表示されます。
36204 \end_layout
36205
36206 \begin_layout Standard
36207 取扱説明書
36208 \family sans
36209 \emph on
36210 カスタマイズ篇
36211 \family default
36212 \emph default
36213 には、自製のひな型を定義する方法が説明されています。
36214 \end_layout
36215
36216 \begin_layout Section
36217 子文書
36218 \begin_inset CommandInset label
36219 LatexCommand label
36220 name "sec:子文書"
36221
36222 \end_inset
36223
36224
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \begin_inset Index idx
36236 status collapsed
36237
36238 \begin_layout Plain Layout
36239 ふぁいる@ファイル ! いんくるーど@インクルード
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \begin_layout Standard
36248 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36249 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
36250 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36251 \end_layout
36252
36253 \begin_layout Standard
36254 親文書を開くことなく子文書で作業できるようにするには、子文書の
36255 \family sans
36256 文書
36257 \family default
36258 \SpecialChar \menuseparator
36259
36260 \family sans
36261 設定
36262 \family default
36263 \SpecialChar \menuseparator
36264
36265 \family sans
36266 文書クラス
36267 \family default
36268 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
36269 \end_layout
36270
36271 \begin_layout Standard
36272 取り込んだ文書は、LyX中で
36273 \begin_inset Graphics
36274         filename clipart/ChildDocumentQt4.png
36275         scale 85
36276         scaleBeforeRotation
36277
36278 \end_inset
36279
36280 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36281 \family sans
36282 挿入
36283 \family default
36284 \SpecialChar \menuseparator
36285
36286 \family sans
36287 ファイル
36288 \family default
36289 \SpecialChar \menuseparator
36290
36291 \family sans
36292 子文書
36293 \family default
36294 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36295 \end_layout
36296
36297 \begin_layout Description
36298 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
36299 \family sans
36300 子文書
36301 \family default
36302 ダイアログの
36303 \family sans
36304 編集
36305 \family default
36306 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
36307 \begin_inset Newline newline
36308 \end_inset
36309
36310
36311 \end_layout
36312
36313 \begin_layout Standard
36314 以下は、
36315 \family sans
36316 Include
36317 \family default
36318 を使用して挿入した子文書です。 
36319 \begin_inset CommandInset include
36320 LatexCommand include
36321 filename "DummyDocument1.lyx"
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36330 あります。取り込んだ文書のラベルは、第
36331 \begin_inset CommandInset ref
36332 LatexCommand ref
36333 reference "sub:外部文書の第1小節"
36334
36335 \end_inset
36336
36337 小節、のように参照することができます。
36338 \end_layout
36339
36340 \begin_layout Standard
36341 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36342 は、新規頁から始まるように挿入され、改頁して終わります。
36343 \end_layout
36344
36345 \begin_layout Standard
36346 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
36347 \begin_inset Foot
36348 status open
36349
36350 \begin_layout Plain Layout
36351 派生枝は、LyX
36352 \emph on
36353 ユーザーの手引き
36354 \emph default
36355
36356 \emph on
36357 派生枝
36358 \emph default
36359 の節に説明されています。
36360 \end_layout
36361
36362 \end_inset
36363
36364 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
36365 \end_layout
36366
36367 \begin_layout Standard
36368 \begin_inset Note Greyedout
36369 status open
36370
36371 \begin_layout Plain Layout
36372
36373 \series bold
36374 【註】
36375 \series default
36376 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
36377 \series bold
36378
36379 \backslash
36380 includeonly
36381 \series default
36382 を使用することはできません。
36383 \end_layout
36384
36385 \end_inset
36386
36387
36388 \end_layout
36389
36390 \begin_layout Standard
36391 \begin_inset Note Greyedout
36392 status open
36393
36394 \begin_layout Plain Layout
36395
36396 \series bold
36397 【註】
36398 \series default
36399 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
36400 警告が発せられます。
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Description
36409 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36410 \end_layout
36411
36412 \begin_deeper
36413 \begin_layout Itemize
36414 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36415 \end_layout
36416
36417 \begin_layout Itemize
36418 Inputファイルは、LyX設定の操作性
36419 \family sans
36420 \SpecialChar \menuseparator
36421 表示
36422 \family default
36423 の下にある
36424 \family sans
36425 画像を表示
36426 \family default
36427 を有効にすると、LyX中でプレビューすることができます。
36428 \end_layout
36429
36430 \begin_layout Itemize
36431 LaTeXコマンドの
36432 \series bold
36433
36434 \backslash
36435 includeonly
36436 \series default
36437 は使用することができません。
36438 \end_layout
36439
36440 \end_deeper
36441 \begin_layout Standard
36442 右は、
36443 \family sans
36444 Input
36445 \family default
36446 を使って挿入した子文書です。 
36447 \begin_inset CommandInset include
36448 LatexCommand input
36449 filename "DummyDocument2.lyx"
36450
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \begin_layout Description
36457 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36458 に用いられているコマンドは実行されません。
36459 \family sans
36460 出力の空白に印付けをする
36461 \family default
36462 オプションを有効にすると、ソースコード中のすべての空白文字に「
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468
36469 \backslash
36470 textvisiblespace 
36471 \end_layout
36472
36473 \end_inset
36474
36475 」文字を表示させることができます。
36476 \family sans
36477 挿入\SpecialChar \menuseparator
36478 ファイル\SpecialChar \menuseparator
36479 平文
36480 \family default
36481 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
36482 \end_layout
36483
36484 \begin_layout Standard
36485 以下は、verbatimとして挿入された子文書です。 
36486 \begin_inset CommandInset include
36487 LatexCommand verbatiminput
36488 filename "../DummyTextDocument.txt"
36489
36490 \end_inset
36491
36492
36493 \begin_inset VSpace bigskip
36494 \end_inset
36495
36496 以下は、
36497 \family sans
36498 出力の空白に印付けをする
36499 \family default
36500 オプションを指定して、verbatimとして挿入された子文書です。 
36501 \begin_inset CommandInset include
36502 LatexCommand verbatiminput*
36503 filename "../DummyTextDocument.txt"
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 \begin_inset VSpace bigskip
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \begin_layout Standard
36518 \begin_inset Note Greyedout
36519 status open
36520
36521 \begin_layout Plain Layout
36522
36523 \series bold
36524 【註】
36525 \series default
36526 上記の例でわかるように、
36527 \family sans
36528 verbatim
36529 \family default
36530 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36531 \end_layout
36532
36533 \end_inset
36534
36535
36536 \end_layout
36537
36538 \begin_layout Standard
36539 \begin_inset Note Greyedout
36540 status open
36541
36542 \begin_layout Plain Layout
36543
36544 \series bold
36545 【訳註】
36546 \series default
36547 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \begin_layout Description
36556 プログラムリスト この型については、第
36557 \begin_inset CommandInset ref
36558 LatexCommand ref
36559 reference "cha:プログラムコードリスト"
36560
36561 \end_inset
36562
36563 章に説明されています。
36564 \end_layout
36565
36566 \begin_layout Standard
36567 \begin_inset Note Greyedout
36568 status open
36569
36570 \begin_layout Plain Layout
36571
36572 \series bold
36573 【註】
36574 \series default
36575 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
36576 \end_layout
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \begin_layout Chapter
36584 プログラムコードリスト
36585 \begin_inset CommandInset label
36586 LatexCommand label
36587 name "cha:プログラムコードリスト"
36588
36589 \end_inset
36590
36591
36592 \begin_inset Index idx
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596 りすと@リスト
36597 \end_layout
36598
36599 \end_inset
36600
36601
36602 \begin_inset Index idx
36603 status collapsed
36604
36605 \begin_layout Plain Layout
36606 ぷろぐらむこーど@プログラムコード
36607 \end_layout
36608
36609 \end_inset
36610
36611
36612 \begin_inset Index idx
36613 status collapsed
36614
36615 \begin_layout Plain Layout
36616 ふろーと@フロート ! りすと@リスト
36617 \end_layout
36618
36619 \end_inset
36620
36621
36622 \end_layout
36623
36624 \begin_layout Standard
36625 プログラムコードを取り込んで組版するには、
36626 \family sans
36627 挿入
36628 \family default
36629 \SpecialChar \menuseparator
36630
36631 \family sans
36632 プログラムリスト
36633 \family default
36634 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
36635 \series bold
36636 listings
36637 \series default
36638
36639 \begin_inset Index idx
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643 LaTeXぱっけーじ@LaTeXパッケージ ! listings
36644 \end_layout
36645
36646 \end_inset
36647
36648 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36649 \end_layout
36650
36651 \begin_layout Standard
36652 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36653 \end_layout
36654
36655 \begin_layout Standard
36656 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36657 \family sans
36658 行内リスト
36659 \family default
36660 を指定すると、リストは
36661 \begin_inset listings
36662 lstparams "language={C++}"
36663 inline true
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667
36668 int a=5;
36669 \end_layout
36670
36671 \end_inset
36672
36673 のように行内に印字されます。
36674 \begin_inset Newline newline
36675 \end_inset
36676
36677
36678 \family sans
36679 フロート
36680 \family default
36681 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36682 \begin_inset CommandInset ref
36683 LatexCommand ref
36684 reference "sec:フロートの配置"
36685
36686 \end_inset
36687
36688 節に説明されているフロート配置オプションに従って、「
36689 \family sans
36690 h
36691 \family default
36692 」「
36693 \family sans
36694 t
36695 \family default
36696 」「
36697 \family sans
36698 b
36699 \family default
36700 」「
36701 \family sans
36702 p
36703 \family default
36704 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36705 \family sans
36706 htbp
36707 \family default
36708 」のように区切りを入れることなく入力することができます。「
36709 \family sans
36710 h
36711 \family default
36712 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36713 \family sans
36714 フロート
36715 \family default
36716 オプションを使用しなければ大丈夫です。
36717 \end_layout
36718
36719 \begin_layout Standard
36720
36721 \family sans
36722 挿入
36723 \family default
36724 \SpecialChar \menuseparator
36725
36726 \family sans
36727 キャプション
36728 \family default
36729 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36730 \begin_inset CommandInset ref
36731 LatexCommand ref
36732 reference "lst:リストフロート"
36733
36734 \end_inset
36735
36736 のように参照することができます。
36737 \end_layout
36738
36739 \begin_layout Standard
36740 \begin_inset listings
36741 lstparams "language=Python"
36742 inline false
36743 status open
36744
36745 \begin_layout Plain Layout
36746
36747 \begin_inset Caption
36748
36749 \begin_layout Plain Layout
36750 \begin_inset CommandInset label
36751 LatexCommand label
36752 name "lst:リストフロート"
36753
36754 \end_inset
36755
36756 Example Listing Float
36757 \end_layout
36758
36759 \end_inset
36760
36761 # Example listing float
36762 \end_layout
36763
36764 \begin_layout Plain Layout
36765
36766 def func(param):
36767 \end_layout
36768
36769 \begin_layout Plain Layout
36770
36771     'this is a python function'
36772 \end_layout
36773
36774 \begin_layout Plain Layout
36775
36776     pass
36777 \end_layout
36778
36779 \end_inset
36780
36781
36782 \end_layout
36783
36784 \begin_layout Standard
36785 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36786 onのキーワード「def」が識別され、ボールド体で出力されます。
36787 \end_layout
36788
36789 \begin_layout Standard
36790 \begin_inset Note Greyedout
36791 status open
36792
36793 \begin_layout Plain Layout
36794
36795 \series bold
36796 【註】
36797 \series default
36798 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36799 \family typewriter
36800 typewriter
36801 \family default
36802 フォントがボールド体を提供していません。この場合には、
36803 \family sans
36804 文書
36805 \family default
36806 \SpecialChar \menuseparator
36807
36808 \family sans
36809 設定
36810 \family default
36811 \SpecialChar \menuseparator
36812
36813 \family sans
36814 フォント
36815 \family default
36816 メニューで別のフォントを選択してください(
36817 \emph on
36818 LuxiMono
36819 \emph default
36820
36821 \emph on
36822 BeraMono
36823 \emph default
36824
36825 \emph on
36826 Courier
36827 \emph default
36828 の各フォントはボールド体を提供します)。
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \begin_layout Standard
36837 \begin_inset Note Greyedout
36838 status open
36839
36840 \begin_layout Plain Layout
36841
36842 \series bold
36843 【訳註】
36844 \series default
36845 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36846 \end_layout
36847
36848 \end_inset
36849
36850
36851 \end_layout
36852
36853 \begin_layout Standard
36854 プログラムリストダイアログの
36855 \family sans
36856 行番号
36857 \family default
36858 のセクションでは、行番号の様式を指定することができます。
36859 \family sans
36860 行間
36861 \family default
36862 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36863 \end_layout
36864
36865 \begin_layout Standard
36866 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36867 \family sans
36868 拡張文字コード表を使う
36869 \family default
36870 オプションを使用しなくてはなりません。
36871 \begin_inset Newline newline
36872 \end_inset
36873
36874 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36875 \begin_inset space \thinspace{}
36876 \end_inset
36877
36878 -
36879 \begin_inset space \thinspace{}
36880 \end_inset
36881
36882 8」で設定したプログラムリストの例です。
36883 \end_layout
36884
36885 \begin_layout Standard
36886 \begin_inset listings
36887 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36888 inline false
36889 status open
36890
36891 \begin_layout Plain Layout
36892
36893 def func(param):
36894 \end_layout
36895
36896 \begin_layout Plain Layout
36897
36898     'this is a python function'
36899 \end_layout
36900
36901 \begin_layout Plain Layout
36902
36903     pass
36904 \end_layout
36905
36906 \begin_layout Plain Layout
36907
36908 def func(param):
36909 \end_layout
36910
36911 \begin_layout Plain Layout
36912
36913 'This is a German word: Tschüß'
36914 \end_layout
36915
36916 \begin_layout Plain Layout
36917
36918 pass
36919 \end_layout
36920
36921 \begin_layout Plain Layout
36922
36923 def func(param):
36924 \end_layout
36925
36926 \begin_layout Plain Layout
36927
36928 'this is a python function'
36929 \end_layout
36930
36931 \begin_layout Plain Layout
36932
36933 pass
36934 \end_layout
36935
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \begin_layout Standard
36942 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36943 \family sans
36944 タビュレータの大きさ
36945 \family default
36946 フィールドで指定することができます。
36947 \end_layout
36948
36949 \begin_layout Standard
36950 \begin_inset Note Greyedout
36951 status open
36952
36953 \begin_layout Plain Layout
36954
36955 \series bold
36956 【註】listings
36957 \series default
36958 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36959 に振られているのはこのためです。
36960 \end_layout
36961
36962 \end_inset
36963
36964
36965 \end_layout
36966
36967 \begin_layout Standard
36968 \begin_inset VSpace bigskip
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36976 \family sans
36977 挿入
36978 \family default
36979 \SpecialChar \menuseparator
36980
36981 \family sans
36982 ファイル
36983 \family default
36984 \SpecialChar \menuseparator
36985
36986 \family sans
36987 子文書
36988 \family default
36989 メニューを使用して
36990 \family sans
36991 プログラムリスト
36992 \family default
36993 型を選択してください
36994 \begin_inset Foot
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998 他の子文書型については、第 section
36999 \begin_inset space ~
37000 \end_inset
37001
37002
37003 \begin_inset CommandInset ref
37004 LatexCommand ref
37005 reference "sec:子文書"
37006
37007 \end_inset
37008
37009 節に説明があります。
37010 \end_layout
37011
37012 \end_inset
37013
37014 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37015 疑問符「?」を打鍵してください。
37016 \end_layout
37017
37018 \begin_layout Standard
37019 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37020 \family sans
37021 挿入
37022 \family default
37023 \SpecialChar \menuseparator
37024
37025 \family sans
37026 相互参照
37027 \family default
37028 メニューを使って参照できるようになります。
37029 \end_layout
37030
37031 \begin_layout Standard
37032 プログラムリスト
37033 \begin_inset CommandInset ref
37034 LatexCommand ref
37035 reference "lst:file-listing"
37036
37037 \end_inset
37038
37039 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
37040 \end_layout
37041
37042 \begin_layout Standard
37043 \begin_inset CommandInset include
37044 LatexCommand lstinputlisting
37045 filename "EmbeddedObjects.lyx"
37046 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Standard
37054 \begin_inset VSpace bigskip
37055 \end_inset
37056
37057
37058 \end_layout
37059
37060 \begin_layout Standard
37061 リストに数式を入れるには、以下のようにします。
37062 \end_layout
37063
37064 \begin_layout Enumerate
37065 リストダイアログを開き、
37066 \family sans
37067 詳細
37068 \family default
37069 タブのフィールド中に
37070 \begin_inset Newline newline
37071 \end_inset
37072
37073
37074 \family sans
37075 mathescape=true
37076 \family default
37077
37078 \begin_inset Newline newline
37079 \end_inset
37080
37081 と書き加えます。
37082 \end_layout
37083
37084 \begin_layout Enumerate
37085 リスト外で数式を作成します。
37086 \end_layout
37087
37088 \begin_layout Enumerate
37089 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37090 \begin_inset Info
37091 type  "shortcut"
37092 arg   "copy"
37093 \end_inset
37094
37095 )。
37096 \end_layout
37097
37098 \begin_layout Enumerate
37099 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37100 \begin_inset Info
37101 type  "shortcut"
37102 arg   "paste"
37103 \end_inset
37104
37105 )。
37106 \end_layout
37107
37108 \begin_layout Standard
37109 \begin_inset listings
37110 lstparams "language=Python,mathescape=true"
37111 inline false
37112 status open
37113
37114 \begin_layout Plain Layout
37115
37116 \begin_inset Caption
37117
37118 \begin_layout Plain Layout
37119 Example Listing float containing a formula
37120 \end_layout
37121
37122 \end_inset
37123
37124 # Example listing float
37125 \end_layout
37126
37127 \begin_layout Plain Layout
37128
37129 def func(param):
37130 \end_layout
37131
37132 \begin_layout Plain Layout
37133
37134     # $
37135 \backslash
37136 prod_{n=1}^{
37137 \backslash
37138 infty}
37139 \backslash
37140 ,
37141 \backslash
37142 frac{1}{x^{2}}$
37143 \end_layout
37144
37145 \begin_layout Plain Layout
37146
37147     pass
37148 \end_layout
37149
37150 \end_inset
37151
37152
37153 \end_layout
37154
37155 \begin_layout Standard
37156 \begin_inset VSpace bigskip
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \begin_layout Standard
37163 大域的なプログラムリストの設定は、
37164 \family sans
37165 文書
37166 \family default
37167 \SpecialChar \menuseparator
37168
37169 \family sans
37170 設定
37171 \family default
37172 \SpecialChar \menuseparator
37173
37174 \family sans
37175 リスト
37176 \family default
37177 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37178 \family sans
37179 プログラムリスト設定
37180 \family default
37181 フィールドで疑問符「?」を打鍵してください。
37182 \end_layout
37183
37184 \begin_layout Standard
37185
37186 \series bold
37187 listings
37188 \series default
37189 パッケージについての詳しい情報については、取扱説明書
37190 \begin_inset CommandInset citation
37191 LatexCommand cite
37192 key "listings"
37193
37194 \end_inset
37195
37196 をご参照ください。.
37197 \end_layout
37198
37199 \begin_layout Standard
37200 \begin_inset Newpage newpage
37201 \end_inset
37202
37203
37204 \end_layout
37205
37206 \begin_layout Chapter
37207 \start_of_appendix
37208 LyXで使用できる単位
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 たんい@単位
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \begin_inset CommandInset label
37220 LatexCommand label
37221 name "cha:LyXで使用できる単位"
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \begin_layout Standard
37229 この文書で用いられる単位の理解のために、表
37230 \begin_inset CommandInset ref
37231 LatexCommand ref
37232 reference "tab:単位"
37233
37234 \end_inset
37235
37236 に、LyXで使うことのできる単位をまとめておきます。
37237 \end_layout
37238
37239 \begin_layout Standard
37240 \begin_inset Float table
37241 placement h
37242 wide false
37243 sideways false
37244 status open
37245
37246 \begin_layout Plain Layout
37247 \begin_inset Caption
37248
37249 \begin_layout Plain Layout
37250 \begin_inset CommandInset label
37251 LatexCommand label
37252 name "tab:単位"
37253
37254 \end_inset
37255
37256 単位
37257 \end_layout
37258
37259 \end_inset
37260
37261
37262 \end_layout
37263
37264 \begin_layout Plain Layout
37265 \begin_inset VSpace medskip
37266 \end_inset
37267
37268
37269 \end_layout
37270
37271 \begin_layout Plain Layout
37272 \align center
37273 \begin_inset Tabular
37274 <lyxtabular version="3" rows="20" columns="2">
37275 <features tabularvalignment="middle">
37276 <column alignment="center" valignment="top" width="0">
37277 <column alignment="center" valignment="top" width="0">
37278 <row>
37279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 単位
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 名称/摘要
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 </row>
37298 <row>
37299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37300 \begin_inset Text
37301
37302 \begin_layout Plain Layout
37303 mm
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 ミリメートル
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 </row>
37318 <row>
37319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323 cm
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 センチメートル
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 </row>
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343 in
37344 \end_layout
37345
37346 \end_inset
37347 </cell>
37348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 インチ
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 </row>
37358 <row>
37359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 pt
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 ポイント (72.27
37373 \begin_inset Formula $\,$
37374 \end_inset
37375
37376 pt = 1
37377 \begin_inset Formula $\,$
37378 \end_inset
37379
37380 in)
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 </row>
37386 <row>
37387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391 pc
37392 \end_layout
37393
37394 \end_inset
37395 </cell>
37396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37397 \begin_inset Text
37398
37399 \begin_layout Plain Layout
37400 パイカ (1
37401 \begin_inset Formula $\,$
37402 \end_inset
37403
37404 pc = 12
37405 \begin_inset Formula $\,$
37406 \end_inset
37407
37408 pt)
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 </row>
37414 <row>
37415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419 sp
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 スケールポイント (65536
37429 \begin_inset Formula $\,$
37430 \end_inset
37431
37432 sp = 1
37433 \begin_inset Formula $\,$
37434 \end_inset
37435
37436 pt)
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 </row>
37442 <row>
37443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447 bp
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456 ビッグポイント (72
37457 \begin_inset Formula $\,$
37458 \end_inset
37459
37460 bp = 1
37461 \begin_inset Formula $\,$
37462 \end_inset
37463
37464 in)
37465 \end_layout
37466
37467 \end_inset
37468 </cell>
37469 </row>
37470 <row>
37471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475 dd
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 ディドー (72
37485 \begin_inset Formula $\,$
37486 \end_inset
37487
37488 dd 
37489 \begin_inset Formula $\approx$
37490 \end_inset
37491
37492  37.6
37493 \begin_inset Formula $\,$
37494 \end_inset
37495
37496 mm)
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 </row>
37502 <row>
37503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507 cc
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 シセロ (1
37517 \begin_inset Formula $\,$
37518 \end_inset
37519
37520 cc = 12
37521 \begin_inset Formula $\,$
37522 \end_inset
37523
37524 dd)
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 Scale%
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544 元の画像幅の%
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 </row>
37550 <row>
37551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555 text%
37556 \end_layout
37557
37558 \end_inset
37559 </cell>
37560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564 テキスト幅の%
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 col%
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37581 \begin_inset Text
37582
37583 \begin_layout Plain Layout
37584 組段幅の%
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 </row>
37590 <row>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 page%
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 用紙幅の%
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 </row>
37610 <row>
37611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 line%
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 行幅の%
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 </row>
37630 <row>
37631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 theight%
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 テキスト高さの%
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 </row>
37650 <row>
37651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655 pheight%
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664 用紙高さの%
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 </row>
37670 <row>
37671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37672 \begin_inset Text
37673
37674 \begin_layout Plain Layout
37675 ex
37676 \end_layout
37677
37678 \end_inset
37679 </cell>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684 現在のフォントの文字「x」の高さ
37685 \end_layout
37686
37687 \end_inset
37688 </cell>
37689 </row>
37690 <row>
37691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695 em
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 現在のフォントの文字「M」の幅
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row>
37711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 mu
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 数式単位 (1
37725 \begin_inset Formula $\,$
37726 \end_inset
37727
37728 mu = 1/18
37729 \begin_inset Formula $\,$
37730 \end_inset
37731
37732 em)
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 </row>
37738 </lyxtabular>
37739
37740 \end_inset
37741
37742
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \end_layout
37749
37750 \begin_layout Chapter
37751 画像を含む場合のファイル出力形式
37752 \begin_inset CommandInset label
37753 LatexCommand label
37754 name "cha:ファイル出力形式"
37755
37756 \end_inset
37757
37758
37759 \end_layout
37760
37761 \begin_layout Section
37762 DVI
37763 \begin_inset Index idx
37764 status collapsed
37765
37766 \begin_layout Plain Layout
37767 ふぁいるしょしき@ファイル書式 ! DVI
37768 \end_layout
37769
37770 \end_inset
37771
37772
37773 \begin_inset Index idx
37774 status collapsed
37775
37776 \begin_layout Plain Layout
37777 DVI|see
37778 \begin_inset ERT
37779 status collapsed
37780
37781 \begin_layout Plain Layout
37782
37783 {
37784 \end_layout
37785
37786 \end_inset
37787
37788 ファイル書式
37789 \begin_inset ERT
37790 status collapsed
37791
37792 \begin_layout Plain Layout
37793
37794 }
37795 \end_layout
37796
37797 \end_inset
37798
37799
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Standard
37808 このファイル型の拡張子は「
37809 \family typewriter
37810 .dvi
37811 \family default
37812 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37813 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37814 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37815 \end_layout
37816
37817 \begin_layout Standard
37818 \begin_inset Note Greyedout
37819 status open
37820
37821 \begin_layout Plain Layout
37822 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37823 \end_layout
37824
37825 \end_inset
37826
37827 ですから、お使いの
37828 \family typewriter
37829 .dvi
37830 \family default
37831 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37832 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37833 DFを使用することをお勧めします。
37834 \end_layout
37835
37836 \begin_layout Standard
37837 使用中の文書は、
37838 \family sans
37839 ファイル
37840 \family default
37841 \SpecialChar \menuseparator
37842
37843 \family sans
37844 書き出し
37845 \family default
37846 \SpecialChar \menuseparator
37847
37848 \family sans
37849 DVI
37850 \family default
37851 メニューを使用して、DVIに書き出すことができます。
37852 \lang english
37853 You can view your document as DVI via the 
37854 \family sans
37855 View
37856 \family default
37857  menu.
37858 \end_layout
37859
37860 \begin_layout Section
37861 PostScript
37862 \begin_inset CommandInset label
37863 LatexCommand label
37864 name "sec:PostScript"
37865
37866 \end_inset
37867
37868
37869 \begin_inset Index idx
37870 status collapsed
37871
37872 \begin_layout Plain Layout
37873 ふぁいるしょしき@ファイル書式 ! PostScript
37874 \end_layout
37875
37876 \end_inset
37877
37878
37879 \begin_inset Index idx
37880 status collapsed
37881
37882 \begin_layout Plain Layout
37883 PostScript|see
37884 \begin_inset ERT
37885 status collapsed
37886
37887 \begin_layout Plain Layout
37888
37889 {
37890 \end_layout
37891
37892 \end_inset
37893
37894 ファイル書式
37895 \begin_inset ERT
37896 status collapsed
37897
37898 \begin_layout Plain Layout
37899
37900 }
37901 \end_layout
37902
37903 \end_inset
37904
37905
37906 \end_layout
37907
37908 \end_inset
37909
37910
37911 \end_layout
37912
37913 \begin_layout Standard
37914 このファイル型の拡張子は「
37915 \family typewriter
37916 .ps
37917 \family default
37918 」です。PostScriptは、
37919 \family typewriter
37920 Adobe
37921 \family default
37922 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37923 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37924 \begin_inset Foot
37925 status collapsed
37926
37927 \begin_layout Plain Layout
37928 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37929 \series bold
37930 PSTricks
37931 \series default
37932
37933 \begin_inset CommandInset citation
37934 LatexCommand cite
37935 key "pstricks"
37936
37937 \end_inset
37938
37939 を見てみてください。
37940 \end_layout
37941
37942 \end_inset
37943
37944 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37945 \end_layout
37946
37947 \begin_layout Standard
37948 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37949 \family typewriter
37950 .eps
37951 \family default
37952 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37953 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37954 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37955 を直接EPSとして入れておく方がよいでしょう。
37956 \end_layout
37957
37958 \begin_layout Standard
37959 文書は、
37960 \family sans
37961 ファイル
37962 \family default
37963 \SpecialChar \menuseparator
37964
37965 \family sans
37966 書き出し
37967 \family default
37968 \SpecialChar \menuseparator
37969
37970 \family sans
37971 Postscript
37972 \family default
37973 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37974 \family sans
37975 表示
37976 \family default
37977 メニューかツールバーボタン
37978 \begin_inset Graphics
37979         filename ../../images/buffer-view_ps.png
37980         scale 85
37981         scaleBeforeRotation
37982
37983 \end_inset
37984
37985 を使用することでPostScriptとして表示させることができます。
37986 \end_layout
37987
37988 \begin_layout Section
37989 PDF
37990 \begin_inset Index idx
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994 ふぁいるしょしき@ファイル書式 ! PDF
37995 \end_layout
37996
37997 \end_inset
37998
37999
38000 \begin_inset Index idx
38001 status collapsed
38002
38003 \begin_layout Plain Layout
38004 PDF
38005 \end_layout
38006
38007 \end_inset
38008
38009
38010 \end_layout
38011
38012 \begin_layout Standard
38013 このファイル型の拡張子は「
38014 \family typewriter
38015 .pdf
38016 \family default
38017 」です。この「Portable Document Format (PDF)」は、
38018 \family typewriter
38019 Adobe
38020 \family default
38021 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38022 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38023 \end_layout
38024
38025 \begin_layout Standard
38026 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38027 \family typewriter
38028 .jpg
38029 \family default
38030 」または「
38031 \family typewriter
38032 .jpeg
38033 \family default
38034 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38035 \family typewriter
38036 .png
38037 \family default
38038 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
38039 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
38040 とをお勧めします。
38041 \end_layout
38042
38043 \begin_layout Standard
38044 使用中の文書は、
38045 \family sans
38046 ファイル
38047 \family default
38048 \SpecialChar \menuseparator
38049
38050 \family sans
38051 書き出し
38052 \family default
38053 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38054 \end_layout
38055
38056 \begin_layout Description
38057 PDF
38058 \begin_inset space ~
38059 \end_inset
38060
38061 (ps2pdf) これは
38062 \family typewriter
38063 ps2pdf
38064 \family default
38065 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38066 \family typewriter
38067 dvips
38068 \family default
38069 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38070 \end_layout
38071
38072 \begin_layout Description
38073 PDF
38074 \begin_inset space ~
38075 \end_inset
38076
38077 (dvipdfm) これは
38078 \family typewriter
38079 dvipdfm
38080 \family default
38081 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38082 \end_layout
38083
38084 \begin_layout Description
38085 PDF
38086 \begin_inset space ~
38087 \end_inset
38088
38089 (pdflatex) これは
38090 \family typewriter
38091 pdftex
38092 \family default
38093 プログラムを使って、現在のファイルを直接PDFに変換します。
38094 \end_layout
38095
38096 \begin_layout Standard
38097
38098 \family typewriter
38099 pdftex
38100 \family default
38101 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38102 \family sans
38103 PDF
38104 \begin_inset space ~
38105 \end_inset
38106
38107 (pdflatex)
38108 \family default
38109 を使用することが推奨されます。
38110 \family typewriter
38111 dvipdfm
38112 \family default
38113 プログラムは開発が停止しており、若干時代遅れになっています。
38114 \end_layout
38115
38116 \begin_layout Standard
38117 使用中の文書をPDFとして表示するには、
38118 \family sans
38119 表示
38120 \family default
38121 メニューかツールバーボタン
38122 \begin_inset Graphics
38123         filename ../../images/buffer-view_pdf2.png
38124         scale 85
38125         scaleBeforeRotation
38126
38127 \end_inset
38128
38129 (これは
38130 \family sans
38131 PDF
38132 \begin_inset space ~
38133 \end_inset
38134
38135 (pdflatex)
38136 \family default
38137 を使用します)を用います。
38138 \end_layout
38139
38140 \begin_layout Chapter
38141
38142 \lang english
38143 List of dvips color names
38144 \begin_inset CommandInset label
38145 LatexCommand label
38146 name "chap:List-of-dvips-colornames"
38147
38148 \end_inset
38149
38150
38151 \end_layout
38152
38153 \begin_layout Standard
38154 \begin_inset Tabular
38155 <lyxtabular version="3" rows="17" columns="4">
38156 <features tabularvalignment="middle">
38157 <column alignment="left" valignment="top" width="0pt">
38158 <column alignment="left" valignment="top" width="0pt">
38159 <column alignment="left" valignment="top" width="0pt">
38160 <column alignment="left" valignment="top" width="0pt">
38161 <row>
38162 <cell alignment="left" valignment="top" usebox="none">
38163 \begin_inset Text
38164
38165 \begin_layout Plain Layout
38166 \begin_inset ERT
38167 status collapsed
38168
38169 \begin_layout Plain Layout
38170
38171
38172 \backslash
38173 fcolorbox{black}{
38174 \end_layout
38175
38176 \end_inset
38177
38178 white
38179 \begin_inset ERT
38180 status collapsed
38181
38182 \begin_layout Plain Layout
38183
38184 }{
38185 \end_layout
38186
38187 \end_inset
38188
38189
38190 \lang english
38191 Color
38192 \lang japanese
38193
38194 \begin_inset ERT
38195 status collapsed
38196
38197 \begin_layout Plain Layout
38198
38199 }
38200 \end_layout
38201
38202 \end_inset
38203
38204  
38205 \lang english
38206 Color name
38207 \end_layout
38208
38209 \end_inset
38210 </cell>
38211 <cell alignment="left" valignment="top" usebox="none">
38212 \begin_inset Text
38213
38214 \begin_layout Plain Layout
38215 \begin_inset ERT
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219
38220
38221 \backslash
38222 fcolorbox{black}{
38223 \end_layout
38224
38225 \end_inset
38226
38227 white
38228 \begin_inset ERT
38229 status collapsed
38230
38231 \begin_layout Plain Layout
38232
38233 }{
38234 \end_layout
38235
38236 \end_inset
38237
38238
38239 \lang english
38240 Color
38241 \lang japanese
38242
38243 \begin_inset ERT
38244 status collapsed
38245
38246 \begin_layout Plain Layout
38247
38248 }
38249 \end_layout
38250
38251 \end_inset
38252
38253  
38254 \lang english
38255 Color name
38256 \end_layout
38257
38258 \end_inset
38259 </cell>
38260 <cell alignment="left" valignment="top" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout Plain Layout
38264 \begin_inset ERT
38265 status collapsed
38266
38267 \begin_layout Plain Layout
38268
38269
38270 \backslash
38271 fcolorbox{black}{
38272 \end_layout
38273
38274 \end_inset
38275
38276 white
38277 \begin_inset ERT
38278 status collapsed
38279
38280 \begin_layout Plain Layout
38281
38282 }{
38283 \end_layout
38284
38285 \end_inset
38286
38287
38288 \lang english
38289 Color
38290 \lang japanese
38291
38292 \begin_inset ERT
38293 status collapsed
38294
38295 \begin_layout Plain Layout
38296
38297 }
38298 \end_layout
38299
38300 \end_inset
38301
38302  
38303 \lang english
38304 Color name
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="left" valignment="top" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313 \begin_inset ERT
38314 status collapsed
38315
38316 \begin_layout Plain Layout
38317
38318
38319 \backslash
38320 fcolorbox{black}{
38321 \end_layout
38322
38323 \end_inset
38324
38325 white
38326 \begin_inset ERT
38327 status collapsed
38328
38329 \begin_layout Plain Layout
38330
38331 }{
38332 \end_layout
38333
38334 \end_inset
38335
38336
38337 \lang english
38338 Color
38339 \lang japanese
38340
38341 \begin_inset ERT
38342 status collapsed
38343
38344 \begin_layout Plain Layout
38345
38346 }
38347 \end_layout
38348
38349 \end_inset
38350
38351  
38352 \lang english
38353 Color name
38354 \end_layout
38355
38356 \end_inset
38357 </cell>
38358 </row>
38359 <row>
38360 <cell alignment="center" valignment="top" usebox="none">
38361 \begin_inset Text
38362
38363 \begin_layout Plain Layout
38364 \begin_inset ERT
38365 status collapsed
38366
38367 \begin_layout Plain Layout
38368
38369
38370 \backslash
38371 fcolorbox{black}{
38372 \end_layout
38373
38374 \end_inset
38375
38376 Apricot
38377 \begin_inset ERT
38378 status collapsed
38379
38380 \begin_layout Plain Layout
38381
38382 }{
38383 \end_layout
38384
38385 \end_inset
38386
38387
38388 \begin_inset Phantom Phantom
38389 status open
38390
38391 \begin_layout Plain Layout
38392 W
38393 \end_layout
38394
38395 \end_inset
38396
38397
38398 \begin_inset ERT
38399 status collapsed
38400
38401 \begin_layout Plain Layout
38402
38403 }
38404 \end_layout
38405
38406 \end_inset
38407
38408  Apricot
38409 \end_layout
38410
38411 \end_inset
38412 </cell>
38413 <cell alignment="center" valignment="top" usebox="none">
38414 \begin_inset Text
38415
38416 \begin_layout Plain Layout
38417 \begin_inset ERT
38418 status collapsed
38419
38420 \begin_layout Plain Layout
38421
38422
38423 \backslash
38424 fcolorbox{black}{
38425 \end_layout
38426
38427 \end_inset
38428
38429 Aquamarine
38430 \begin_inset ERT
38431 status collapsed
38432
38433 \begin_layout Plain Layout
38434
38435 }{
38436 \end_layout
38437
38438 \end_inset
38439
38440
38441 \begin_inset Phantom Phantom
38442 status open
38443
38444 \begin_layout Plain Layout
38445 W
38446 \end_layout
38447
38448 \end_inset
38449
38450
38451 \begin_inset ERT
38452 status collapsed
38453
38454 \begin_layout Plain Layout
38455
38456 }
38457 \end_layout
38458
38459 \end_inset
38460
38461  Aquamarine
38462 \end_layout
38463
38464 \end_inset
38465 </cell>
38466 <cell alignment="center" valignment="top" usebox="none">
38467 \begin_inset Text
38468
38469 \begin_layout Plain Layout
38470 \begin_inset ERT
38471 status collapsed
38472
38473 \begin_layout Plain Layout
38474
38475
38476 \backslash
38477 fcolorbox{black}{
38478 \end_layout
38479
38480 \end_inset
38481
38482 Bittersweet
38483 \begin_inset ERT
38484 status collapsed
38485
38486 \begin_layout Plain Layout
38487
38488 }{
38489 \end_layout
38490
38491 \end_inset
38492
38493
38494 \begin_inset Phantom Phantom
38495 status open
38496
38497 \begin_layout Plain Layout
38498 W
38499 \end_layout
38500
38501 \end_inset
38502
38503
38504 \begin_inset ERT
38505 status collapsed
38506
38507 \begin_layout Plain Layout
38508
38509 }
38510 \end_layout
38511
38512 \end_inset
38513
38514  Bittersweet
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 <cell alignment="center" valignment="top" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523 \begin_inset ERT
38524 status collapsed
38525
38526 \begin_layout Plain Layout
38527
38528
38529 \backslash
38530 fcolorbox{black}{
38531 \end_layout
38532
38533 \end_inset
38534
38535 BlueGreen
38536 \begin_inset ERT
38537 status collapsed
38538
38539 \begin_layout Plain Layout
38540
38541 }{
38542 \end_layout
38543
38544 \end_inset
38545
38546
38547 \begin_inset Phantom Phantom
38548 status open
38549
38550 \begin_layout Plain Layout
38551 W
38552 \end_layout
38553
38554 \end_inset
38555
38556
38557 \begin_inset ERT
38558 status collapsed
38559
38560 \begin_layout Plain Layout
38561
38562 }
38563 \end_layout
38564
38565 \end_inset
38566
38567  BlueGreen
38568 \end_layout
38569
38570 \end_inset
38571 </cell>
38572 </row>
38573 <row>
38574 <cell alignment="left" valignment="top" usebox="none">
38575 \begin_inset Text
38576
38577 \begin_layout Plain Layout
38578 \begin_inset ERT
38579 status collapsed
38580
38581 \begin_layout Plain Layout
38582
38583
38584 \backslash
38585 fcolorbox{black}{
38586 \end_layout
38587
38588 \end_inset
38589
38590 BlueViolet
38591 \begin_inset ERT
38592 status collapsed
38593
38594 \begin_layout Plain Layout
38595
38596 }{
38597 \end_layout
38598
38599 \end_inset
38600
38601
38602 \begin_inset Phantom Phantom
38603 status open
38604
38605 \begin_layout Plain Layout
38606 W
38607 \end_layout
38608
38609 \end_inset
38610
38611
38612 \begin_inset ERT
38613 status collapsed
38614
38615 \begin_layout Plain Layout
38616
38617 }
38618 \end_layout
38619
38620 \end_inset
38621
38622  BlueViolet
38623 \end_layout
38624
38625 \end_inset
38626 </cell>
38627 <cell alignment="left" valignment="top" usebox="none">
38628 \begin_inset Text
38629
38630 \begin_layout Plain Layout
38631 \begin_inset ERT
38632 status collapsed
38633
38634 \begin_layout Plain Layout
38635
38636
38637 \backslash
38638 fcolorbox{black}{
38639 \end_layout
38640
38641 \end_inset
38642
38643 BrickRed
38644 \begin_inset ERT
38645 status collapsed
38646
38647 \begin_layout Plain Layout
38648
38649 }{
38650 \end_layout
38651
38652 \end_inset
38653
38654
38655 \begin_inset Phantom Phantom
38656 status open
38657
38658 \begin_layout Plain Layout
38659 W
38660 \end_layout
38661
38662 \end_inset
38663
38664
38665 \begin_inset ERT
38666 status collapsed
38667
38668 \begin_layout Plain Layout
38669
38670 }
38671 \end_layout
38672
38673 \end_inset
38674
38675  BrickRed
38676 \end_layout
38677
38678 \end_inset
38679 </cell>
38680 <cell alignment="left" valignment="top" usebox="none">
38681 \begin_inset Text
38682
38683 \begin_layout Plain Layout
38684 \begin_inset ERT
38685 status collapsed
38686
38687 \begin_layout Plain Layout
38688
38689
38690 \backslash
38691 fcolorbox{black}{
38692 \end_layout
38693
38694 \end_inset
38695
38696 Brown
38697 \begin_inset ERT
38698 status collapsed
38699
38700 \begin_layout Plain Layout
38701
38702 }{
38703 \end_layout
38704
38705 \end_inset
38706
38707
38708 \begin_inset Phantom Phantom
38709 status open
38710
38711 \begin_layout Plain Layout
38712 W
38713 \end_layout
38714
38715 \end_inset
38716
38717
38718 \begin_inset ERT
38719 status collapsed
38720
38721 \begin_layout Plain Layout
38722
38723 }
38724 \end_layout
38725
38726 \end_inset
38727
38728  Brown
38729 \end_layout
38730
38731 \end_inset
38732 </cell>
38733 <cell alignment="left" valignment="top" usebox="none">
38734 \begin_inset Text
38735
38736 \begin_layout Plain Layout
38737 \begin_inset ERT
38738 status collapsed
38739
38740 \begin_layout Plain Layout
38741
38742
38743 \backslash
38744 fcolorbox{black}{
38745 \end_layout
38746
38747 \end_inset
38748
38749 BurntOrange
38750 \begin_inset ERT
38751 status collapsed
38752
38753 \begin_layout Plain Layout
38754
38755 }{
38756 \end_layout
38757
38758 \end_inset
38759
38760
38761 \begin_inset Phantom Phantom
38762 status open
38763
38764 \begin_layout Plain Layout
38765 W
38766 \end_layout
38767
38768 \end_inset
38769
38770
38771 \begin_inset ERT
38772 status collapsed
38773
38774 \begin_layout Plain Layout
38775
38776 }
38777 \end_layout
38778
38779 \end_inset
38780
38781  BurntOrange
38782 \end_layout
38783
38784 \end_inset
38785 </cell>
38786 </row>
38787 <row>
38788 <cell alignment="left" valignment="top" usebox="none">
38789 \begin_inset Text
38790
38791 \begin_layout Plain Layout
38792 \begin_inset ERT
38793 status collapsed
38794
38795 \begin_layout Plain Layout
38796
38797
38798 \backslash
38799 fcolorbox{black}{
38800 \end_layout
38801
38802 \end_inset
38803
38804 CadetBlue
38805 \begin_inset ERT
38806 status collapsed
38807
38808 \begin_layout Plain Layout
38809
38810 }{
38811 \end_layout
38812
38813 \end_inset
38814
38815
38816 \begin_inset Phantom Phantom
38817 status open
38818
38819 \begin_layout Plain Layout
38820 W
38821 \end_layout
38822
38823 \end_inset
38824
38825
38826 \begin_inset ERT
38827 status collapsed
38828
38829 \begin_layout Plain Layout
38830
38831 }
38832 \end_layout
38833
38834 \end_inset
38835
38836  CadetBlue
38837 \end_layout
38838
38839 \end_inset
38840 </cell>
38841 <cell alignment="left" valignment="top" usebox="none">
38842 \begin_inset Text
38843
38844 \begin_layout Plain Layout
38845 \begin_inset ERT
38846 status collapsed
38847
38848 \begin_layout Plain Layout
38849
38850
38851 \backslash
38852 fcolorbox{black}{
38853 \end_layout
38854
38855 \end_inset
38856
38857 CarnationPink
38858 \begin_inset ERT
38859 status collapsed
38860
38861 \begin_layout Plain Layout
38862
38863 }{
38864 \end_layout
38865
38866 \end_inset
38867
38868
38869 \begin_inset Phantom Phantom
38870 status open
38871
38872 \begin_layout Plain Layout
38873 W
38874 \end_layout
38875
38876 \end_inset
38877
38878
38879 \begin_inset ERT
38880 status collapsed
38881
38882 \begin_layout Plain Layout
38883
38884 }
38885 \end_layout
38886
38887 \end_inset
38888
38889  CarnationPink
38890 \end_layout
38891
38892 \end_inset
38893 </cell>
38894 <cell alignment="left" valignment="top" usebox="none">
38895 \begin_inset Text
38896
38897 \begin_layout Plain Layout
38898 \begin_inset ERT
38899 status collapsed
38900
38901 \begin_layout Plain Layout
38902
38903
38904 \backslash
38905 fcolorbox{black}{
38906 \end_layout
38907
38908 \end_inset
38909
38910 Cerulean
38911 \begin_inset ERT
38912 status collapsed
38913
38914 \begin_layout Plain Layout
38915
38916 }{
38917 \end_layout
38918
38919 \end_inset
38920
38921
38922 \begin_inset Phantom Phantom
38923 status open
38924
38925 \begin_layout Plain Layout
38926 W
38927 \end_layout
38928
38929 \end_inset
38930
38931
38932 \begin_inset ERT
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936
38937 }
38938 \end_layout
38939
38940 \end_inset
38941
38942  Cerulean
38943 \end_layout
38944
38945 \end_inset
38946 </cell>
38947 <cell alignment="left" valignment="top" usebox="none">
38948 \begin_inset Text
38949
38950 \begin_layout Plain Layout
38951 \begin_inset ERT
38952 status collapsed
38953
38954 \begin_layout Plain Layout
38955
38956
38957 \backslash
38958 fcolorbox{black}{
38959 \end_layout
38960
38961 \end_inset
38962
38963 CornflowerBlue
38964 \begin_inset ERT
38965 status collapsed
38966
38967 \begin_layout Plain Layout
38968
38969 }{
38970 \end_layout
38971
38972 \end_inset
38973
38974
38975 \begin_inset Phantom Phantom
38976 status open
38977
38978 \begin_layout Plain Layout
38979 W
38980 \end_layout
38981
38982 \end_inset
38983
38984
38985 \begin_inset ERT
38986 status collapsed
38987
38988 \begin_layout Plain Layout
38989
38990 }
38991 \end_layout
38992
38993 \end_inset
38994
38995  CornflowerBlue
38996 \end_layout
38997
38998 \end_inset
38999 </cell>
39000 </row>
39001 <row>
39002 <cell alignment="left" valignment="top" usebox="none">
39003 \begin_inset Text
39004
39005 \begin_layout Plain Layout
39006 \begin_inset ERT
39007 status collapsed
39008
39009 \begin_layout Plain Layout
39010
39011
39012 \backslash
39013 fcolorbox{black}{
39014 \end_layout
39015
39016 \end_inset
39017
39018 Dandelion
39019 \begin_inset ERT
39020 status collapsed
39021
39022 \begin_layout Plain Layout
39023
39024 }{
39025 \end_layout
39026
39027 \end_inset
39028
39029
39030 \begin_inset Phantom Phantom
39031 status open
39032
39033 \begin_layout Plain Layout
39034 W
39035 \end_layout
39036
39037 \end_inset
39038
39039
39040 \begin_inset ERT
39041 status collapsed
39042
39043 \begin_layout Plain Layout
39044
39045 }
39046 \end_layout
39047
39048 \end_inset
39049
39050  Dandelion
39051 \end_layout
39052
39053 \end_inset
39054 </cell>
39055 <cell alignment="left" valignment="top" usebox="none">
39056 \begin_inset Text
39057
39058 \begin_layout Plain Layout
39059 \begin_inset ERT
39060 status collapsed
39061
39062 \begin_layout Plain Layout
39063
39064
39065 \backslash
39066 fcolorbox{black}{
39067 \end_layout
39068
39069 \end_inset
39070
39071 DarkOrchid
39072 \begin_inset ERT
39073 status collapsed
39074
39075 \begin_layout Plain Layout
39076
39077 }{
39078 \end_layout
39079
39080 \end_inset
39081
39082
39083 \begin_inset Phantom Phantom
39084 status open
39085
39086 \begin_layout Plain Layout
39087 W
39088 \end_layout
39089
39090 \end_inset
39091
39092
39093 \begin_inset ERT
39094 status collapsed
39095
39096 \begin_layout Plain Layout
39097
39098 }
39099 \end_layout
39100
39101 \end_inset
39102
39103  DarkOrchid
39104 \end_layout
39105
39106 \end_inset
39107 </cell>
39108 <cell alignment="left" valignment="top" usebox="none">
39109 \begin_inset Text
39110
39111 \begin_layout Plain Layout
39112 \begin_inset ERT
39113 status collapsed
39114
39115 \begin_layout Plain Layout
39116
39117
39118 \backslash
39119 fcolorbox{black}{
39120 \end_layout
39121
39122 \end_inset
39123
39124 Emerald
39125 \begin_inset ERT
39126 status collapsed
39127
39128 \begin_layout Plain Layout
39129
39130 }{
39131 \end_layout
39132
39133 \end_inset
39134
39135
39136 \begin_inset Phantom Phantom
39137 status open
39138
39139 \begin_layout Plain Layout
39140 W
39141 \end_layout
39142
39143 \end_inset
39144
39145
39146 \begin_inset ERT
39147 status collapsed
39148
39149 \begin_layout Plain Layout
39150
39151 }
39152 \end_layout
39153
39154 \end_inset
39155
39156  Emerald
39157 \end_layout
39158
39159 \end_inset
39160 </cell>
39161 <cell alignment="left" valignment="top" usebox="none">
39162 \begin_inset Text
39163
39164 \begin_layout Plain Layout
39165 \begin_inset ERT
39166 status collapsed
39167
39168 \begin_layout Plain Layout
39169
39170
39171 \backslash
39172 fcolorbox{black}{
39173 \end_layout
39174
39175 \end_inset
39176
39177 ForestGreen
39178 \begin_inset ERT
39179 status collapsed
39180
39181 \begin_layout Plain Layout
39182
39183 }{
39184 \end_layout
39185
39186 \end_inset
39187
39188
39189 \begin_inset Phantom Phantom
39190 status open
39191
39192 \begin_layout Plain Layout
39193 W
39194 \end_layout
39195
39196 \end_inset
39197
39198
39199 \begin_inset ERT
39200 status collapsed
39201
39202 \begin_layout Plain Layout
39203
39204 }
39205 \end_layout
39206
39207 \end_inset
39208
39209  ForestGreen
39210 \end_layout
39211
39212 \end_inset
39213 </cell>
39214 </row>
39215 <row>
39216 <cell alignment="left" valignment="top" usebox="none">
39217 \begin_inset Text
39218
39219 \begin_layout Plain Layout
39220 \begin_inset ERT
39221 status collapsed
39222
39223 \begin_layout Plain Layout
39224
39225
39226 \backslash
39227 fcolorbox{black}{
39228 \end_layout
39229
39230 \end_inset
39231
39232 Fuchsia
39233 \begin_inset ERT
39234 status collapsed
39235
39236 \begin_layout Plain Layout
39237
39238 }{
39239 \end_layout
39240
39241 \end_inset
39242
39243
39244 \begin_inset Phantom Phantom
39245 status open
39246
39247 \begin_layout Plain Layout
39248 W
39249 \end_layout
39250
39251 \end_inset
39252
39253
39254 \begin_inset ERT
39255 status collapsed
39256
39257 \begin_layout Plain Layout
39258
39259 }
39260 \end_layout
39261
39262 \end_inset
39263
39264  Fuchsia
39265 \end_layout
39266
39267 \end_inset
39268 </cell>
39269 <cell alignment="left" valignment="top" usebox="none">
39270 \begin_inset Text
39271
39272 \begin_layout Plain Layout
39273 \begin_inset ERT
39274 status collapsed
39275
39276 \begin_layout Plain Layout
39277
39278
39279 \backslash
39280 fcolorbox{black}{
39281 \end_layout
39282
39283 \end_inset
39284
39285 Goldenrod
39286 \begin_inset ERT
39287 status collapsed
39288
39289 \begin_layout Plain Layout
39290
39291 }{
39292 \end_layout
39293
39294 \end_inset
39295
39296
39297 \begin_inset Phantom Phantom
39298 status open
39299
39300 \begin_layout Plain Layout
39301 W
39302 \end_layout
39303
39304 \end_inset
39305
39306
39307 \begin_inset ERT
39308 status collapsed
39309
39310 \begin_layout Plain Layout
39311
39312 }
39313 \end_layout
39314
39315 \end_inset
39316
39317  Goldenrod
39318 \end_layout
39319
39320 \end_inset
39321 </cell>
39322 <cell alignment="left" valignment="top" usebox="none">
39323 \begin_inset Text
39324
39325 \begin_layout Plain Layout
39326 \begin_inset ERT
39327 status collapsed
39328
39329 \begin_layout Plain Layout
39330
39331
39332 \backslash
39333 fcolorbox{black}{
39334 \end_layout
39335
39336 \end_inset
39337
39338 Gray
39339 \begin_inset ERT
39340 status collapsed
39341
39342 \begin_layout Plain Layout
39343
39344 }{
39345 \end_layout
39346
39347 \end_inset
39348
39349
39350 \begin_inset Phantom Phantom
39351 status open
39352
39353 \begin_layout Plain Layout
39354 W
39355 \end_layout
39356
39357 \end_inset
39358
39359
39360 \begin_inset ERT
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364
39365 }
39366 \end_layout
39367
39368 \end_inset
39369
39370  Gray
39371 \end_layout
39372
39373 \end_inset
39374 </cell>
39375 <cell alignment="left" valignment="top" usebox="none">
39376 \begin_inset Text
39377
39378 \begin_layout Plain Layout
39379 \begin_inset ERT
39380 status collapsed
39381
39382 \begin_layout Plain Layout
39383
39384
39385 \backslash
39386 fcolorbox{black}{
39387 \end_layout
39388
39389 \end_inset
39390
39391 GreenYellow
39392 \begin_inset ERT
39393 status collapsed
39394
39395 \begin_layout Plain Layout
39396
39397 }{
39398 \end_layout
39399
39400 \end_inset
39401
39402
39403 \begin_inset Phantom Phantom
39404 status open
39405
39406 \begin_layout Plain Layout
39407 W
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \begin_inset ERT
39414 status collapsed
39415
39416 \begin_layout Plain Layout
39417
39418 }
39419 \end_layout
39420
39421 \end_inset
39422
39423  GreenYellow
39424 \end_layout
39425
39426 \end_inset
39427 </cell>
39428 </row>
39429 <row>
39430 <cell alignment="center" valignment="top" usebox="none">
39431 \begin_inset Text
39432
39433 \begin_layout Plain Layout
39434 \begin_inset ERT
39435 status collapsed
39436
39437 \begin_layout Plain Layout
39438
39439
39440 \backslash
39441 fcolorbox{black}{
39442 \end_layout
39443
39444 \end_inset
39445
39446 JungleGreen
39447 \begin_inset ERT
39448 status collapsed
39449
39450 \begin_layout Plain Layout
39451
39452 }{
39453 \end_layout
39454
39455 \end_inset
39456
39457
39458 \begin_inset Phantom Phantom
39459 status open
39460
39461 \begin_layout Plain Layout
39462 W
39463 \end_layout
39464
39465 \end_inset
39466
39467
39468 \begin_inset ERT
39469 status collapsed
39470
39471 \begin_layout Plain Layout
39472
39473 }
39474 \end_layout
39475
39476 \end_inset
39477
39478  JungleGreen
39479 \end_layout
39480
39481 \end_inset
39482 </cell>
39483 <cell alignment="center" valignment="top" usebox="none">
39484 \begin_inset Text
39485
39486 \begin_layout Plain Layout
39487 \begin_inset ERT
39488 status collapsed
39489
39490 \begin_layout Plain Layout
39491
39492
39493 \backslash
39494 fcolorbox{black}{
39495 \end_layout
39496
39497 \end_inset
39498
39499 Lavender
39500 \begin_inset ERT
39501 status collapsed
39502
39503 \begin_layout Plain Layout
39504
39505 }{
39506 \end_layout
39507
39508 \end_inset
39509
39510
39511 \begin_inset Phantom Phantom
39512 status open
39513
39514 \begin_layout Plain Layout
39515 W
39516 \end_layout
39517
39518 \end_inset
39519
39520
39521 \begin_inset ERT
39522 status collapsed
39523
39524 \begin_layout Plain Layout
39525
39526 }
39527 \end_layout
39528
39529 \end_inset
39530
39531  Lavender
39532 \end_layout
39533
39534 \end_inset
39535 </cell>
39536 <cell alignment="center" valignment="top" usebox="none">
39537 \begin_inset Text
39538
39539 \begin_layout Plain Layout
39540 \begin_inset ERT
39541 status collapsed
39542
39543 \begin_layout Plain Layout
39544
39545
39546 \backslash
39547 fcolorbox{black}{
39548 \end_layout
39549
39550 \end_inset
39551
39552 LimeGreen
39553 \begin_inset ERT
39554 status collapsed
39555
39556 \begin_layout Plain Layout
39557
39558 }{
39559 \end_layout
39560
39561 \end_inset
39562
39563
39564 \begin_inset Phantom Phantom
39565 status open
39566
39567 \begin_layout Plain Layout
39568 W
39569 \end_layout
39570
39571 \end_inset
39572
39573
39574 \begin_inset ERT
39575 status collapsed
39576
39577 \begin_layout Plain Layout
39578
39579 }
39580 \end_layout
39581
39582 \end_inset
39583
39584  LimeGreen
39585 \end_layout
39586
39587 \end_inset
39588 </cell>
39589 <cell alignment="center" valignment="top" usebox="none">
39590 \begin_inset Text
39591
39592 \begin_layout Plain Layout
39593 \begin_inset ERT
39594 status collapsed
39595
39596 \begin_layout Plain Layout
39597
39598
39599 \backslash
39600 fcolorbox{black}{
39601 \end_layout
39602
39603 \end_inset
39604
39605 Mahogany
39606 \begin_inset ERT
39607 status collapsed
39608
39609 \begin_layout Plain Layout
39610
39611 }{
39612 \end_layout
39613
39614 \end_inset
39615
39616
39617 \begin_inset Phantom Phantom
39618 status open
39619
39620 \begin_layout Plain Layout
39621 W
39622 \end_layout
39623
39624 \end_inset
39625
39626
39627 \begin_inset ERT
39628 status collapsed
39629
39630 \begin_layout Plain Layout
39631
39632 }
39633 \end_layout
39634
39635 \end_inset
39636
39637  Mahogany
39638 \end_layout
39639
39640 \end_inset
39641 </cell>
39642 </row>
39643 <row>
39644 <cell alignment="left" valignment="top" usebox="none">
39645 \begin_inset Text
39646
39647 \begin_layout Plain Layout
39648 \begin_inset ERT
39649 status collapsed
39650
39651 \begin_layout Plain Layout
39652
39653
39654 \backslash
39655 fcolorbox{black}{
39656 \end_layout
39657
39658 \end_inset
39659
39660 Mahogany
39661 \begin_inset ERT
39662 status collapsed
39663
39664 \begin_layout Plain Layout
39665
39666 }{
39667 \end_layout
39668
39669 \end_inset
39670
39671
39672 \begin_inset Phantom Phantom
39673 status open
39674
39675 \begin_layout Plain Layout
39676 W
39677 \end_layout
39678
39679 \end_inset
39680
39681
39682 \begin_inset ERT
39683 status collapsed
39684
39685 \begin_layout Plain Layout
39686
39687 }
39688 \end_layout
39689
39690 \end_inset
39691
39692  Mahogany
39693 \end_layout
39694
39695 \end_inset
39696 </cell>
39697 <cell alignment="left" valignment="top" usebox="none">
39698 \begin_inset Text
39699
39700 \begin_layout Plain Layout
39701 \begin_inset ERT
39702 status collapsed
39703
39704 \begin_layout Plain Layout
39705
39706
39707 \backslash
39708 fcolorbox{black}{
39709 \end_layout
39710
39711 \end_inset
39712
39713 Maroon
39714 \begin_inset ERT
39715 status collapsed
39716
39717 \begin_layout Plain Layout
39718
39719 }{
39720 \end_layout
39721
39722 \end_inset
39723
39724
39725 \begin_inset Phantom Phantom
39726 status open
39727
39728 \begin_layout Plain Layout
39729 W
39730 \end_layout
39731
39732 \end_inset
39733
39734
39735 \begin_inset ERT
39736 status collapsed
39737
39738 \begin_layout Plain Layout
39739
39740 }
39741 \end_layout
39742
39743 \end_inset
39744
39745  Maroon
39746 \end_layout
39747
39748 \end_inset
39749 </cell>
39750 <cell alignment="left" valignment="top" usebox="none">
39751 \begin_inset Text
39752
39753 \begin_layout Plain Layout
39754 \begin_inset ERT
39755 status collapsed
39756
39757 \begin_layout Plain Layout
39758
39759
39760 \backslash
39761 fcolorbox{black}{
39762 \end_layout
39763
39764 \end_inset
39765
39766 Melon
39767 \begin_inset ERT
39768 status collapsed
39769
39770 \begin_layout Plain Layout
39771
39772 }{
39773 \end_layout
39774
39775 \end_inset
39776
39777
39778 \begin_inset Phantom Phantom
39779 status open
39780
39781 \begin_layout Plain Layout
39782 W
39783 \end_layout
39784
39785 \end_inset
39786
39787
39788 \begin_inset ERT
39789 status collapsed
39790
39791 \begin_layout Plain Layout
39792
39793 }
39794 \end_layout
39795
39796 \end_inset
39797
39798  Melon
39799 \end_layout
39800
39801 \end_inset
39802 </cell>
39803 <cell alignment="left" valignment="top" usebox="none">
39804 \begin_inset Text
39805
39806 \begin_layout Plain Layout
39807 \begin_inset ERT
39808 status collapsed
39809
39810 \begin_layout Plain Layout
39811
39812
39813 \backslash
39814 fcolorbox{black}{
39815 \end_layout
39816
39817 \end_inset
39818
39819 MidnightBlue
39820 \begin_inset ERT
39821 status collapsed
39822
39823 \begin_layout Plain Layout
39824
39825 }{
39826 \end_layout
39827
39828 \end_inset
39829
39830
39831 \begin_inset Phantom Phantom
39832 status open
39833
39834 \begin_layout Plain Layout
39835 W
39836 \end_layout
39837
39838 \end_inset
39839
39840
39841 \begin_inset ERT
39842 status collapsed
39843
39844 \begin_layout Plain Layout
39845
39846 }
39847 \end_layout
39848
39849 \end_inset
39850
39851  MidnightBlue
39852 \end_layout
39853
39854 \end_inset
39855 </cell>
39856 </row>
39857 <row>
39858 <cell alignment="left" valignment="top" usebox="none">
39859 \begin_inset Text
39860
39861 \begin_layout Plain Layout
39862 \begin_inset ERT
39863 status collapsed
39864
39865 \begin_layout Plain Layout
39866
39867
39868 \backslash
39869 fcolorbox{black}{
39870 \end_layout
39871
39872 \end_inset
39873
39874 Mulberry
39875 \begin_inset ERT
39876 status collapsed
39877
39878 \begin_layout Plain Layout
39879
39880 }{
39881 \end_layout
39882
39883 \end_inset
39884
39885
39886 \begin_inset Phantom Phantom
39887 status open
39888
39889 \begin_layout Plain Layout
39890 W
39891 \end_layout
39892
39893 \end_inset
39894
39895
39896 \begin_inset ERT
39897 status collapsed
39898
39899 \begin_layout Plain Layout
39900
39901 }
39902 \end_layout
39903
39904 \end_inset
39905
39906  Mulberry
39907 \end_layout
39908
39909 \end_inset
39910 </cell>
39911 <cell alignment="left" valignment="top" usebox="none">
39912 \begin_inset Text
39913
39914 \begin_layout Plain Layout
39915 \begin_inset ERT
39916 status collapsed
39917
39918 \begin_layout Plain Layout
39919
39920
39921 \backslash
39922 fcolorbox{black}{
39923 \end_layout
39924
39925 \end_inset
39926
39927 NavyBlue
39928 \begin_inset ERT
39929 status collapsed
39930
39931 \begin_layout Plain Layout
39932
39933 }{
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \begin_inset Phantom Phantom
39940 status open
39941
39942 \begin_layout Plain Layout
39943 W
39944 \end_layout
39945
39946 \end_inset
39947
39948
39949 \begin_inset ERT
39950 status collapsed
39951
39952 \begin_layout Plain Layout
39953
39954 }
39955 \end_layout
39956
39957 \end_inset
39958
39959  NavyBlue
39960 \end_layout
39961
39962 \end_inset
39963 </cell>
39964 <cell alignment="left" valignment="top" usebox="none">
39965 \begin_inset Text
39966
39967 \begin_layout Plain Layout
39968 \begin_inset ERT
39969 status collapsed
39970
39971 \begin_layout Plain Layout
39972
39973
39974 \backslash
39975 fcolorbox{black}{
39976 \end_layout
39977
39978 \end_inset
39979
39980 OliveGreen
39981 \begin_inset ERT
39982 status collapsed
39983
39984 \begin_layout Plain Layout
39985
39986 }{
39987 \end_layout
39988
39989 \end_inset
39990
39991
39992 \begin_inset Phantom Phantom
39993 status open
39994
39995 \begin_layout Plain Layout
39996 W
39997 \end_layout
39998
39999 \end_inset
40000
40001
40002 \begin_inset ERT
40003 status collapsed
40004
40005 \begin_layout Plain Layout
40006
40007 }
40008 \end_layout
40009
40010 \end_inset
40011
40012  OliveGreen
40013 \end_layout
40014
40015 \end_inset
40016 </cell>
40017 <cell alignment="left" valignment="top" usebox="none">
40018 \begin_inset Text
40019
40020 \begin_layout Plain Layout
40021 \begin_inset ERT
40022 status collapsed
40023
40024 \begin_layout Plain Layout
40025
40026
40027 \backslash
40028 fcolorbox{black}{
40029 \end_layout
40030
40031 \end_inset
40032
40033 Orange
40034 \begin_inset ERT
40035 status collapsed
40036
40037 \begin_layout Plain Layout
40038
40039 }{
40040 \end_layout
40041
40042 \end_inset
40043
40044
40045 \begin_inset Phantom Phantom
40046 status open
40047
40048 \begin_layout Plain Layout
40049 W
40050 \end_layout
40051
40052 \end_inset
40053
40054
40055 \begin_inset ERT
40056 status collapsed
40057
40058 \begin_layout Plain Layout
40059
40060 }
40061 \end_layout
40062
40063 \end_inset
40064
40065  Orange
40066 \end_layout
40067
40068 \end_inset
40069 </cell>
40070 </row>
40071 <row>
40072 <cell alignment="left" valignment="top" usebox="none">
40073 \begin_inset Text
40074
40075 \begin_layout Plain Layout
40076 \begin_inset ERT
40077 status collapsed
40078
40079 \begin_layout Plain Layout
40080
40081
40082 \backslash
40083 fcolorbox{black}{
40084 \end_layout
40085
40086 \end_inset
40087
40088 OrangeRed
40089 \begin_inset ERT
40090 status collapsed
40091
40092 \begin_layout Plain Layout
40093
40094 }{
40095 \end_layout
40096
40097 \end_inset
40098
40099
40100 \begin_inset Phantom Phantom
40101 status open
40102
40103 \begin_layout Plain Layout
40104 W
40105 \end_layout
40106
40107 \end_inset
40108
40109
40110 \begin_inset ERT
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114
40115 }
40116 \end_layout
40117
40118 \end_inset
40119
40120  OrangeRed
40121 \end_layout
40122
40123 \end_inset
40124 </cell>
40125 <cell alignment="left" valignment="top" usebox="none">
40126 \begin_inset Text
40127
40128 \begin_layout Plain Layout
40129 \begin_inset ERT
40130 status collapsed
40131
40132 \begin_layout Plain Layout
40133
40134
40135 \backslash
40136 fcolorbox{black}{
40137 \end_layout
40138
40139 \end_inset
40140
40141 Orchid
40142 \begin_inset ERT
40143 status collapsed
40144
40145 \begin_layout Plain Layout
40146
40147 }{
40148 \end_layout
40149
40150 \end_inset
40151
40152
40153 \begin_inset Phantom Phantom
40154 status open
40155
40156 \begin_layout Plain Layout
40157 W
40158 \end_layout
40159
40160 \end_inset
40161
40162
40163 \begin_inset ERT
40164 status collapsed
40165
40166 \begin_layout Plain Layout
40167
40168 }
40169 \end_layout
40170
40171 \end_inset
40172
40173  Orchid
40174 \end_layout
40175
40176 \end_inset
40177 </cell>
40178 <cell alignment="left" valignment="top" usebox="none">
40179 \begin_inset Text
40180
40181 \begin_layout Plain Layout
40182 \begin_inset ERT
40183 status collapsed
40184
40185 \begin_layout Plain Layout
40186
40187
40188 \backslash
40189 fcolorbox{black}{
40190 \end_layout
40191
40192 \end_inset
40193
40194 Peach
40195 \begin_inset ERT
40196 status collapsed
40197
40198 \begin_layout Plain Layout
40199
40200 }{
40201 \end_layout
40202
40203 \end_inset
40204
40205
40206 \begin_inset Phantom Phantom
40207 status open
40208
40209 \begin_layout Plain Layout
40210 W
40211 \end_layout
40212
40213 \end_inset
40214
40215
40216 \begin_inset ERT
40217 status collapsed
40218
40219 \begin_layout Plain Layout
40220
40221 }
40222 \end_layout
40223
40224 \end_inset
40225
40226  Peach
40227 \end_layout
40228
40229 \end_inset
40230 </cell>
40231 <cell alignment="left" valignment="top" usebox="none">
40232 \begin_inset Text
40233
40234 \begin_layout Plain Layout
40235 \begin_inset ERT
40236 status collapsed
40237
40238 \begin_layout Plain Layout
40239
40240
40241 \backslash
40242 fcolorbox{black}{
40243 \end_layout
40244
40245 \end_inset
40246
40247 Periwinkle
40248 \begin_inset ERT
40249 status collapsed
40250
40251 \begin_layout Plain Layout
40252
40253 }{
40254 \end_layout
40255
40256 \end_inset
40257
40258
40259 \begin_inset Phantom Phantom
40260 status open
40261
40262 \begin_layout Plain Layout
40263 W
40264 \end_layout
40265
40266 \end_inset
40267
40268
40269 \begin_inset ERT
40270 status collapsed
40271
40272 \begin_layout Plain Layout
40273
40274 }
40275 \end_layout
40276
40277 \end_inset
40278
40279  Periwinkle
40280 \end_layout
40281
40282 \end_inset
40283 </cell>
40284 </row>
40285 <row>
40286 <cell alignment="left" valignment="top" usebox="none">
40287 \begin_inset Text
40288
40289 \begin_layout Plain Layout
40290 \begin_inset ERT
40291 status collapsed
40292
40293 \begin_layout Plain Layout
40294
40295
40296 \backslash
40297 fcolorbox{black}{
40298 \end_layout
40299
40300 \end_inset
40301
40302 PineGreen
40303 \begin_inset ERT
40304 status collapsed
40305
40306 \begin_layout Plain Layout
40307
40308 }{
40309 \end_layout
40310
40311 \end_inset
40312
40313
40314 \begin_inset Phantom Phantom
40315 status open
40316
40317 \begin_layout Plain Layout
40318 W
40319 \end_layout
40320
40321 \end_inset
40322
40323
40324 \begin_inset ERT
40325 status collapsed
40326
40327 \begin_layout Plain Layout
40328
40329 }
40330 \end_layout
40331
40332 \end_inset
40333
40334  PineGreen
40335 \end_layout
40336
40337 \end_inset
40338 </cell>
40339 <cell alignment="left" valignment="top" usebox="none">
40340 \begin_inset Text
40341
40342 \begin_layout Plain Layout
40343 \begin_inset ERT
40344 status collapsed
40345
40346 \begin_layout Plain Layout
40347
40348
40349 \backslash
40350 fcolorbox{black}{
40351 \end_layout
40352
40353 \end_inset
40354
40355 Plum
40356 \begin_inset ERT
40357 status collapsed
40358
40359 \begin_layout Plain Layout
40360
40361 }{
40362 \end_layout
40363
40364 \end_inset
40365
40366
40367 \begin_inset Phantom Phantom
40368 status open
40369
40370 \begin_layout Plain Layout
40371 W
40372 \end_layout
40373
40374 \end_inset
40375
40376
40377 \begin_inset ERT
40378 status collapsed
40379
40380 \begin_layout Plain Layout
40381
40382 }
40383 \end_layout
40384
40385 \end_inset
40386
40387  Plum
40388 \end_layout
40389
40390 \end_inset
40391 </cell>
40392 <cell alignment="left" valignment="top" usebox="none">
40393 \begin_inset Text
40394
40395 \begin_layout Plain Layout
40396 \begin_inset ERT
40397 status collapsed
40398
40399 \begin_layout Plain Layout
40400
40401
40402 \backslash
40403 fcolorbox{black}{
40404 \end_layout
40405
40406 \end_inset
40407
40408 ProcessBlue
40409 \begin_inset ERT
40410 status collapsed
40411
40412 \begin_layout Plain Layout
40413
40414 }{
40415 \end_layout
40416
40417 \end_inset
40418
40419
40420 \begin_inset Phantom Phantom
40421 status open
40422
40423 \begin_layout Plain Layout
40424 W
40425 \end_layout
40426
40427 \end_inset
40428
40429
40430 \begin_inset ERT
40431 status collapsed
40432
40433 \begin_layout Plain Layout
40434
40435 }
40436 \end_layout
40437
40438 \end_inset
40439
40440  ProcessBlue
40441 \end_layout
40442
40443 \end_inset
40444 </cell>
40445 <cell alignment="left" valignment="top" usebox="none">
40446 \begin_inset Text
40447
40448 \begin_layout Plain Layout
40449 \begin_inset ERT
40450 status collapsed
40451
40452 \begin_layout Plain Layout
40453
40454
40455 \backslash
40456 fcolorbox{black}{
40457 \end_layout
40458
40459 \end_inset
40460
40461 Purple
40462 \begin_inset ERT
40463 status collapsed
40464
40465 \begin_layout Plain Layout
40466
40467 }{
40468 \end_layout
40469
40470 \end_inset
40471
40472
40473 \begin_inset Phantom Phantom
40474 status open
40475
40476 \begin_layout Plain Layout
40477 W
40478 \end_layout
40479
40480 \end_inset
40481
40482
40483 \begin_inset ERT
40484 status collapsed
40485
40486 \begin_layout Plain Layout
40487
40488 }
40489 \end_layout
40490
40491 \end_inset
40492
40493  Purple
40494 \end_layout
40495
40496 \end_inset
40497 </cell>
40498 </row>
40499 <row>
40500 <cell alignment="left" valignment="top" usebox="none">
40501 \begin_inset Text
40502
40503 \begin_layout Plain Layout
40504 \begin_inset ERT
40505 status collapsed
40506
40507 \begin_layout Plain Layout
40508
40509
40510 \backslash
40511 fcolorbox{black}{
40512 \end_layout
40513
40514 \end_inset
40515
40516 RawSienna
40517 \begin_inset ERT
40518 status collapsed
40519
40520 \begin_layout Plain Layout
40521
40522 }{
40523 \end_layout
40524
40525 \end_inset
40526
40527
40528 \begin_inset Phantom Phantom
40529 status open
40530
40531 \begin_layout Plain Layout
40532 W
40533 \end_layout
40534
40535 \end_inset
40536
40537
40538 \begin_inset ERT
40539 status collapsed
40540
40541 \begin_layout Plain Layout
40542
40543 }
40544 \end_layout
40545
40546 \end_inset
40547
40548  RawSienna
40549 \end_layout
40550
40551 \end_inset
40552 </cell>
40553 <cell alignment="left" valignment="top" usebox="none">
40554 \begin_inset Text
40555
40556 \begin_layout Plain Layout
40557 \begin_inset ERT
40558 status collapsed
40559
40560 \begin_layout Plain Layout
40561
40562
40563 \backslash
40564 fcolorbox{black}{
40565 \end_layout
40566
40567 \end_inset
40568
40569 RedOrange
40570 \begin_inset ERT
40571 status collapsed
40572
40573 \begin_layout Plain Layout
40574
40575 }{
40576 \end_layout
40577
40578 \end_inset
40579
40580
40581 \begin_inset Phantom Phantom
40582 status open
40583
40584 \begin_layout Plain Layout
40585 W
40586 \end_layout
40587
40588 \end_inset
40589
40590
40591 \begin_inset ERT
40592 status collapsed
40593
40594 \begin_layout Plain Layout
40595
40596 }
40597 \end_layout
40598
40599 \end_inset
40600
40601  RedOrange
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 <cell alignment="left" valignment="top" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 \begin_inset ERT
40611 status collapsed
40612
40613 \begin_layout Plain Layout
40614
40615
40616 \backslash
40617 fcolorbox{black}{
40618 \end_layout
40619
40620 \end_inset
40621
40622 RedViolet
40623 \begin_inset ERT
40624 status collapsed
40625
40626 \begin_layout Plain Layout
40627
40628 }{
40629 \end_layout
40630
40631 \end_inset
40632
40633
40634 \begin_inset Phantom Phantom
40635 status open
40636
40637 \begin_layout Plain Layout
40638 W
40639 \end_layout
40640
40641 \end_inset
40642
40643
40644 \begin_inset ERT
40645 status collapsed
40646
40647 \begin_layout Plain Layout
40648
40649 }
40650 \end_layout
40651
40652 \end_inset
40653
40654  RedViolet
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="left" valignment="top" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 \begin_inset ERT
40664 status collapsed
40665
40666 \begin_layout Plain Layout
40667
40668
40669 \backslash
40670 fcolorbox{black}{
40671 \end_layout
40672
40673 \end_inset
40674
40675 Rhodamine
40676 \begin_inset ERT
40677 status collapsed
40678
40679 \begin_layout Plain Layout
40680
40681 }{
40682 \end_layout
40683
40684 \end_inset
40685
40686
40687 \begin_inset Phantom Phantom
40688 status open
40689
40690 \begin_layout Plain Layout
40691 W
40692 \end_layout
40693
40694 \end_inset
40695
40696
40697 \begin_inset ERT
40698 status collapsed
40699
40700 \begin_layout Plain Layout
40701
40702 }
40703 \end_layout
40704
40705 \end_inset
40706
40707  Rhodamine
40708 \end_layout
40709
40710 \end_inset
40711 </cell>
40712 </row>
40713 <row>
40714 <cell alignment="left" valignment="top" usebox="none">
40715 \begin_inset Text
40716
40717 \begin_layout Plain Layout
40718 \begin_inset ERT
40719 status collapsed
40720
40721 \begin_layout Plain Layout
40722
40723
40724 \backslash
40725 fcolorbox{black}{
40726 \end_layout
40727
40728 \end_inset
40729
40730 RoyalBlue
40731 \begin_inset ERT
40732 status collapsed
40733
40734 \begin_layout Plain Layout
40735
40736 }{
40737 \end_layout
40738
40739 \end_inset
40740
40741
40742 \begin_inset Phantom Phantom
40743 status open
40744
40745 \begin_layout Plain Layout
40746 W
40747 \end_layout
40748
40749 \end_inset
40750
40751
40752 \begin_inset ERT
40753 status collapsed
40754
40755 \begin_layout Plain Layout
40756
40757 }
40758 \end_layout
40759
40760 \end_inset
40761
40762  RoyalBlue
40763 \end_layout
40764
40765 \end_inset
40766 </cell>
40767 <cell alignment="left" valignment="top" usebox="none">
40768 \begin_inset Text
40769
40770 \begin_layout Plain Layout
40771 \begin_inset ERT
40772 status collapsed
40773
40774 \begin_layout Plain Layout
40775
40776
40777 \backslash
40778 fcolorbox{black}{
40779 \end_layout
40780
40781 \end_inset
40782
40783 RoyalPurple
40784 \begin_inset ERT
40785 status collapsed
40786
40787 \begin_layout Plain Layout
40788
40789 }{
40790 \end_layout
40791
40792 \end_inset
40793
40794
40795 \begin_inset Phantom Phantom
40796 status open
40797
40798 \begin_layout Plain Layout
40799 W
40800 \end_layout
40801
40802 \end_inset
40803
40804
40805 \begin_inset ERT
40806 status collapsed
40807
40808 \begin_layout Plain Layout
40809
40810 }
40811 \end_layout
40812
40813 \end_inset
40814
40815  RoyalPurple
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 <cell alignment="left" valignment="top" usebox="none">
40821 \begin_inset Text
40822
40823 \begin_layout Plain Layout
40824 \begin_inset ERT
40825 status collapsed
40826
40827 \begin_layout Plain Layout
40828
40829
40830 \backslash
40831 fcolorbox{black}{
40832 \end_layout
40833
40834 \end_inset
40835
40836 RubineRed
40837 \begin_inset ERT
40838 status collapsed
40839
40840 \begin_layout Plain Layout
40841
40842 }{
40843 \end_layout
40844
40845 \end_inset
40846
40847
40848 \begin_inset Phantom Phantom
40849 status open
40850
40851 \begin_layout Plain Layout
40852 W
40853 \end_layout
40854
40855 \end_inset
40856
40857
40858 \begin_inset ERT
40859 status collapsed
40860
40861 \begin_layout Plain Layout
40862
40863 }
40864 \end_layout
40865
40866 \end_inset
40867
40868  RubineRed
40869 \end_layout
40870
40871 \end_inset
40872 </cell>
40873 <cell alignment="left" valignment="top" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 \begin_inset ERT
40878 status collapsed
40879
40880 \begin_layout Plain Layout
40881
40882
40883 \backslash
40884 fcolorbox{black}{
40885 \end_layout
40886
40887 \end_inset
40888
40889 Salmon
40890 \begin_inset ERT
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894
40895 }{
40896 \end_layout
40897
40898 \end_inset
40899
40900
40901 \begin_inset Phantom Phantom
40902 status open
40903
40904 \begin_layout Plain Layout
40905 W
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \begin_inset ERT
40912 status collapsed
40913
40914 \begin_layout Plain Layout
40915
40916 }
40917 \end_layout
40918
40919 \end_inset
40920
40921  Salmon
40922 \end_layout
40923
40924 \end_inset
40925 </cell>
40926 </row>
40927 <row>
40928 <cell alignment="left" valignment="top" usebox="none">
40929 \begin_inset Text
40930
40931 \begin_layout Plain Layout
40932 \begin_inset ERT
40933 status collapsed
40934
40935 \begin_layout Plain Layout
40936
40937
40938 \backslash
40939 fcolorbox{black}{
40940 \end_layout
40941
40942 \end_inset
40943
40944 SeaGreen
40945 \begin_inset ERT
40946 status collapsed
40947
40948 \begin_layout Plain Layout
40949
40950 }{
40951 \end_layout
40952
40953 \end_inset
40954
40955
40956 \begin_inset Phantom Phantom
40957 status open
40958
40959 \begin_layout Plain Layout
40960 W
40961 \end_layout
40962
40963 \end_inset
40964
40965
40966 \begin_inset ERT
40967 status collapsed
40968
40969 \begin_layout Plain Layout
40970
40971 }
40972 \end_layout
40973
40974 \end_inset
40975
40976  SeaGreen
40977 \end_layout
40978
40979 \end_inset
40980 </cell>
40981 <cell alignment="left" valignment="top" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 \begin_inset ERT
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989
40990
40991 \backslash
40992 fcolorbox{black}{
40993 \end_layout
40994
40995 \end_inset
40996
40997 Sepia
40998 \begin_inset ERT
40999 status collapsed
41000
41001 \begin_layout Plain Layout
41002
41003 }{
41004 \end_layout
41005
41006 \end_inset
41007
41008
41009 \begin_inset Phantom Phantom
41010 status open
41011
41012 \begin_layout Plain Layout
41013 W
41014 \end_layout
41015
41016 \end_inset
41017
41018
41019 \begin_inset ERT
41020 status collapsed
41021
41022 \begin_layout Plain Layout
41023
41024 }
41025 \end_layout
41026
41027 \end_inset
41028
41029  Sepia
41030 \end_layout
41031
41032 \end_inset
41033 </cell>
41034 <cell alignment="left" valignment="top" usebox="none">
41035 \begin_inset Text
41036
41037 \begin_layout Plain Layout
41038 \begin_inset ERT
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042
41043
41044 \backslash
41045 fcolorbox{black}{
41046 \end_layout
41047
41048 \end_inset
41049
41050 SkyBlue
41051 \begin_inset ERT
41052 status collapsed
41053
41054 \begin_layout Plain Layout
41055
41056 }{
41057 \end_layout
41058
41059 \end_inset
41060
41061
41062 \begin_inset Phantom Phantom
41063 status open
41064
41065 \begin_layout Plain Layout
41066 W
41067 \end_layout
41068
41069 \end_inset
41070
41071
41072 \begin_inset ERT
41073 status collapsed
41074
41075 \begin_layout Plain Layout
41076
41077 }
41078 \end_layout
41079
41080 \end_inset
41081
41082  SkyBlue
41083 \end_layout
41084
41085 \end_inset
41086 </cell>
41087 <cell alignment="left" valignment="top" usebox="none">
41088 \begin_inset Text
41089
41090 \begin_layout Plain Layout
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096
41097 \backslash
41098 fcolorbox{black}{
41099 \end_layout
41100
41101 \end_inset
41102
41103 SpringGreen
41104 \begin_inset ERT
41105 status collapsed
41106
41107 \begin_layout Plain Layout
41108
41109 }{
41110 \end_layout
41111
41112 \end_inset
41113
41114
41115 \begin_inset Phantom Phantom
41116 status open
41117
41118 \begin_layout Plain Layout
41119 W
41120 \end_layout
41121
41122 \end_inset
41123
41124
41125 \begin_inset ERT
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129
41130 }
41131 \end_layout
41132
41133 \end_inset
41134
41135  SpringGreen
41136 \end_layout
41137
41138 \end_inset
41139 </cell>
41140 </row>
41141 <row>
41142 <cell alignment="left" valignment="top" usebox="none">
41143 \begin_inset Text
41144
41145 \begin_layout Plain Layout
41146 \begin_inset ERT
41147 status collapsed
41148
41149 \begin_layout Plain Layout
41150
41151
41152 \backslash
41153 fcolorbox{black}{
41154 \end_layout
41155
41156 \end_inset
41157
41158 Tan
41159 \begin_inset ERT
41160 status collapsed
41161
41162 \begin_layout Plain Layout
41163
41164 }{
41165 \end_layout
41166
41167 \end_inset
41168
41169
41170 \begin_inset Phantom Phantom
41171 status open
41172
41173 \begin_layout Plain Layout
41174 W
41175 \end_layout
41176
41177 \end_inset
41178
41179
41180 \begin_inset ERT
41181 status collapsed
41182
41183 \begin_layout Plain Layout
41184
41185 }
41186 \end_layout
41187
41188 \end_inset
41189
41190  Tan
41191 \end_layout
41192
41193 \end_inset
41194 </cell>
41195 <cell alignment="left" valignment="top" usebox="none">
41196 \begin_inset Text
41197
41198 \begin_layout Plain Layout
41199 \begin_inset ERT
41200 status collapsed
41201
41202 \begin_layout Plain Layout
41203
41204
41205 \backslash
41206 fcolorbox{black}{
41207 \end_layout
41208
41209 \end_inset
41210
41211 TealBlue
41212 \begin_inset ERT
41213 status collapsed
41214
41215 \begin_layout Plain Layout
41216
41217 }{
41218 \end_layout
41219
41220 \end_inset
41221
41222
41223 \begin_inset Phantom Phantom
41224 status open
41225
41226 \begin_layout Plain Layout
41227 W
41228 \end_layout
41229
41230 \end_inset
41231
41232
41233 \begin_inset ERT
41234 status collapsed
41235
41236 \begin_layout Plain Layout
41237
41238 }
41239 \end_layout
41240
41241 \end_inset
41242
41243  TealBlue
41244 \end_layout
41245
41246 \end_inset
41247 </cell>
41248 <cell alignment="left" valignment="top" usebox="none">
41249 \begin_inset Text
41250
41251 \begin_layout Plain Layout
41252 \begin_inset ERT
41253 status collapsed
41254
41255 \begin_layout Plain Layout
41256
41257
41258 \backslash
41259 fcolorbox{black}{
41260 \end_layout
41261
41262 \end_inset
41263
41264 Thistle
41265 \begin_inset ERT
41266 status collapsed
41267
41268 \begin_layout Plain Layout
41269
41270 }{
41271 \end_layout
41272
41273 \end_inset
41274
41275
41276 \begin_inset Phantom Phantom
41277 status open
41278
41279 \begin_layout Plain Layout
41280 W
41281 \end_layout
41282
41283 \end_inset
41284
41285
41286 \begin_inset ERT
41287 status collapsed
41288
41289 \begin_layout Plain Layout
41290
41291 }
41292 \end_layout
41293
41294 \end_inset
41295
41296  Thistle
41297 \end_layout
41298
41299 \end_inset
41300 </cell>
41301 <cell alignment="left" valignment="top" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310
41311 \backslash
41312 fcolorbox{black}{
41313 \end_layout
41314
41315 \end_inset
41316
41317 Turquoise
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323 }{
41324 \end_layout
41325
41326 \end_inset
41327
41328
41329 \begin_inset Phantom Phantom
41330 status open
41331
41332 \begin_layout Plain Layout
41333 W
41334 \end_layout
41335
41336 \end_inset
41337
41338
41339 \begin_inset ERT
41340 status collapsed
41341
41342 \begin_layout Plain Layout
41343
41344 }
41345 \end_layout
41346
41347 \end_inset
41348
41349  Turquoise
41350 \end_layout
41351
41352 \end_inset
41353 </cell>
41354 </row>
41355 <row>
41356 <cell alignment="left" valignment="top" usebox="none">
41357 \begin_inset Text
41358
41359 \begin_layout Plain Layout
41360 \begin_inset ERT
41361 status collapsed
41362
41363 \begin_layout Plain Layout
41364
41365
41366 \backslash
41367 fcolorbox{black}{
41368 \end_layout
41369
41370 \end_inset
41371
41372 Violet
41373 \begin_inset ERT
41374 status collapsed
41375
41376 \begin_layout Plain Layout
41377
41378 }{
41379 \end_layout
41380
41381 \end_inset
41382
41383
41384 \begin_inset Phantom Phantom
41385 status open
41386
41387 \begin_layout Plain Layout
41388 W
41389 \end_layout
41390
41391 \end_inset
41392
41393
41394 \begin_inset ERT
41395 status collapsed
41396
41397 \begin_layout Plain Layout
41398
41399 }
41400 \end_layout
41401
41402 \end_inset
41403
41404  Violet
41405 \end_layout
41406
41407 \end_inset
41408 </cell>
41409 <cell alignment="left" valignment="top" usebox="none">
41410 \begin_inset Text
41411
41412 \begin_layout Plain Layout
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418
41419 \backslash
41420 fcolorbox{black}{
41421 \end_layout
41422
41423 \end_inset
41424
41425 VioletRed
41426 \begin_inset ERT
41427 status collapsed
41428
41429 \begin_layout Plain Layout
41430
41431 }{
41432 \end_layout
41433
41434 \end_inset
41435
41436
41437 \begin_inset Phantom Phantom
41438 status open
41439
41440 \begin_layout Plain Layout
41441 W
41442 \end_layout
41443
41444 \end_inset
41445
41446
41447 \begin_inset ERT
41448 status collapsed
41449
41450 \begin_layout Plain Layout
41451
41452 }
41453 \end_layout
41454
41455 \end_inset
41456
41457  VioletRed
41458 \end_layout
41459
41460 \end_inset
41461 </cell>
41462 <cell alignment="left" valignment="top" usebox="none">
41463 \begin_inset Text
41464
41465 \begin_layout Plain Layout
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471
41472 \backslash
41473 fcolorbox{black}{
41474 \end_layout
41475
41476 \end_inset
41477
41478 WildStrawberry
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484 }{
41485 \end_layout
41486
41487 \end_inset
41488
41489
41490 \begin_inset Phantom Phantom
41491 status open
41492
41493 \begin_layout Plain Layout
41494 W
41495 \end_layout
41496
41497 \end_inset
41498
41499
41500 \begin_inset ERT
41501 status collapsed
41502
41503 \begin_layout Plain Layout
41504
41505 }
41506 \end_layout
41507
41508 \end_inset
41509
41510  WildStrawberry
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 <cell alignment="left" valignment="top" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524
41525 \backslash
41526 fcolorbox{black}{
41527 \end_layout
41528
41529 \end_inset
41530
41531 YellowGreen
41532 \begin_inset ERT
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536
41537 }{
41538 \end_layout
41539
41540 \end_inset
41541
41542
41543 \begin_inset Phantom Phantom
41544 status open
41545
41546 \begin_layout Plain Layout
41547 W
41548 \end_layout
41549
41550 \end_inset
41551
41552
41553 \begin_inset ERT
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557
41558 }
41559 \end_layout
41560
41561 \end_inset
41562
41563  YellowGreen
41564 \end_layout
41565
41566 \end_inset
41567 </cell>
41568 </row>
41569 <row>
41570 <cell alignment="left" valignment="top" usebox="none">
41571 \begin_inset Text
41572
41573 \begin_layout Plain Layout
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579
41580 \backslash
41581 fcolorbox{black}{
41582 \end_layout
41583
41584 \end_inset
41585
41586 YellowOrange
41587 \begin_inset ERT
41588 status collapsed
41589
41590 \begin_layout Plain Layout
41591
41592 }{
41593 \end_layout
41594
41595 \end_inset
41596
41597
41598 \begin_inset Phantom Phantom
41599 status open
41600
41601 \begin_layout Plain Layout
41602 W
41603 \end_layout
41604
41605 \end_inset
41606
41607
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613 }
41614 \end_layout
41615
41616 \end_inset
41617
41618  YellowOrange
41619 \end_layout
41620
41621 \end_inset
41622 </cell>
41623 <cell alignment="left" valignment="top" usebox="none">
41624 \begin_inset Text
41625
41626 \begin_layout Plain Layout
41627
41628 \end_layout
41629
41630 \end_inset
41631 </cell>
41632 <cell alignment="left" valignment="top" usebox="none">
41633 \begin_inset Text
41634
41635 \begin_layout Plain Layout
41636
41637 \end_layout
41638
41639 \end_inset
41640 </cell>
41641 <cell alignment="left" valignment="top" usebox="none">
41642 \begin_inset Text
41643
41644 \begin_layout Plain Layout
41645
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 </row>
41651 </lyxtabular>
41652
41653 \end_inset
41654
41655
41656 \end_layout
41657
41658 \begin_layout Chapter
41659 第(
41660 \begin_inset CommandInset ref
41661 LatexCommand ref
41662 reference "eq:Wgn"
41663
41664 \end_inset
41665
41666 )式の説明
41667 \begin_inset CommandInset label
41668 LatexCommand label
41669 name "cha:式の説明"
41670
41671 \end_inset
41672
41673
41674 \end_layout
41675
41676 \begin_layout Standard
41677 \begin_inset Formula $n$
41678 \end_inset
41679
41680 個の表セルの全幅
41681 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41682 \end_inset
41683
41684
41685 \begin_inset Formula 
41686 \begin{equation}
41687 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41688 \end{equation}
41689
41690 \end_inset
41691
41692
41693 \end_layout
41694
41695 \begin_layout Standard
41696 で計算できます。ここで
41697 \begin_inset Formula $W_{g\, n}$
41698 \end_inset
41699
41700 は、すべてのセルが持つ固定幅です。
41701 \series bold
41702
41703 \backslash
41704 tabcolsep
41705 \series default
41706 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
41707 \begin_inset space \thinspace{}
41708 \end_inset
41709
41710 ptです。
41711 \series bold
41712
41713 \backslash
41714 arrayrulewidth
41715 \series default
41716 は、セル罫線幅であり、既定値は0.4
41717 \begin_inset space \thinspace{}
41718 \end_inset
41719
41720 ptです。
41721 \end_layout
41722
41723 \begin_layout Standard
41724
41725 \begin_inset CommandInset ref
41726 LatexCommand eqref
41727 reference "eq:Wtot_n"
41728
41729 \end_inset
41730
41731 式にしたがえば、連結列の全幅
41732 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41733 \end_inset
41734
41735
41736 \begin_inset Formula 
41737 \begin{equation}
41738 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41739 \end{equation}
41740
41741 \end_inset
41742
41743
41744 \end_layout
41745
41746 \begin_layout Standard
41747 となります。
41748 \begin_inset Formula $n$
41749 \end_inset
41750
41751 列を連結する時には各列の全幅は
41752 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41753 \end_inset
41754
41755 となるので、第
41756 \begin_inset CommandInset ref
41757 LatexCommand eqref
41758 reference "eq:Wtot_n"
41759
41760 \end_inset
41761
41762 式と第
41763 \begin_inset CommandInset ref
41764 LatexCommand eqref
41765 reference "eq:Wtot_mult"
41766
41767 \end_inset
41768
41769 式が等しいものと置けば、必要となる固定幅
41770 \begin_inset Formula $W_{g\, n}$
41771 \end_inset
41772
41773 を計算することができて、
41774 \begin_inset Formula 
41775 \begin{equation}
41776 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41777 \end{equation}
41778
41779 \end_inset
41780
41781 となります。
41782 \end_layout
41783
41784 \begin_layout Bibliography
41785 \labelwidthstring 参考文献
41786 \begin_inset CommandInset bibitem
41787 LatexCommand bibitem
41788 key "latexcompanion"
41789
41790 \end_inset
41791
41792 Frank Mittelbach and Michel Goossens: 
41793 \emph on
41794 The LaTeX Companion Second Edition.
41795
41796 \emph default
41797  Addison-Wesley, 2004
41798 \end_layout
41799
41800 \begin_layout Bibliography
41801 \labelwidthstring 参考文献
41802 \begin_inset CommandInset bibitem
41803 LatexCommand bibitem
41804 key "latexguide"
41805
41806 \end_inset
41807
41808 Helmut Kopka and Patrick W.
41809  Daly: 
41810 \emph on
41811 A Guide to LaTeX Fourth Edition.
41812
41813 \emph default
41814  Addison-Wesley, 2003
41815 \end_layout
41816
41817 \begin_layout Bibliography
41818 \labelwidthstring 参考文献
41819 \begin_inset CommandInset bibitem
41820 LatexCommand bibitem
41821 key "latexbook"
41822
41823 \end_inset
41824
41825 Leslie Lamport: 
41826 \emph on
41827 LaTeX: A Document Preparation System.
41828
41829 \emph default
41830  Addison-Wesley, second edition, 1994
41831 \end_layout
41832
41833 \begin_layout Bibliography
41834 \labelwidthstring 参考文献
41835 \begin_inset CommandInset bibitem
41836 LatexCommand bibitem
41837 key "arydshln"
41838
41839 \end_inset
41840
41841 LaTeXパッケージ
41842 \series bold
41843
41844 \begin_inset CommandInset href
41845 LatexCommand href
41846 name "arydshln"
41847 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41848
41849 \end_inset
41850
41851
41852 \series default
41853
41854 \begin_inset Index idx
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41859 \end_layout
41860
41861 \end_inset
41862
41863
41864 \end_layout
41865
41866 \begin_layout Bibliography
41867 \labelwidthstring 参考文献
41868 \begin_inset CommandInset bibitem
41869 LatexCommand bibitem
41870 key "booktabs"
41871
41872 \end_inset
41873
41874 LaTeXパッケージ
41875 \series bold
41876
41877 \begin_inset CommandInset href
41878 LatexCommand href
41879 name "booktabs"
41880 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41881
41882 \end_inset
41883
41884
41885 \series default
41886
41887 \begin_inset Index idx
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41892 \end_layout
41893
41894 \end_inset
41895
41896 の取扱説明書
41897 \end_layout
41898
41899 \begin_layout Bibliography
41900 \labelwidthstring 参考文献
41901 \begin_inset CommandInset bibitem
41902 LatexCommand bibitem
41903 key "caption"
41904
41905 \end_inset
41906
41907 LaTeXパッケージ
41908 \series bold
41909
41910 \begin_inset CommandInset href
41911 LatexCommand href
41912 name "caption"
41913 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41914
41915 \end_inset
41916
41917
41918 \series default
41919
41920 \begin_inset Index idx
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41925 \end_layout
41926
41927 \end_inset
41928
41929 の取扱説明書
41930 \end_layout
41931
41932 \begin_layout Bibliography
41933 \labelwidthstring 参考文献
41934 \begin_inset CommandInset bibitem
41935 LatexCommand bibitem
41936 key "diagbox"
41937
41938 \end_inset
41939
41940 LaTeXパッケージ
41941 \series bold
41942
41943 \begin_inset CommandInset href
41944 LatexCommand href
41945 name "diagbox"
41946 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41947
41948 \end_inset
41949
41950
41951 \series default
41952
41953 \begin_inset Index idx
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \end_layout
41964
41965 \begin_layout Bibliography
41966 \labelwidthstring 参考文献
41967 \begin_inset CommandInset bibitem
41968 LatexCommand bibitem
41969 key "endfloat"
41970
41971 \end_inset
41972
41973 LaTeXパッケージ
41974 \series bold
41975
41976 \begin_inset CommandInset href
41977 LatexCommand href
41978 name "endfloat"
41979 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41980
41981 \end_inset
41982
41983
41984 \series default
41985
41986 \begin_inset Index idx
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41991 \end_layout
41992
41993 \end_inset
41994
41995 の取扱説明書
41996 \end_layout
41997
41998 \begin_layout Bibliography
41999 \labelwidthstring 参考文献
42000 \begin_inset CommandInset bibitem
42001 LatexCommand bibitem
42002 key "footmisc"
42003
42004 \end_inset
42005
42006 LaTeXパッケージ
42007 \series bold
42008
42009 \begin_inset CommandInset href
42010 LatexCommand href
42011 name "footmisc"
42012 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42013
42014 \end_inset
42015
42016
42017 \series default
42018
42019 \begin_inset Index idx
42020 status collapsed
42021
42022 \begin_layout Plain Layout
42023 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
42024 \end_layout
42025
42026 \end_inset
42027
42028 の取扱説明書
42029 \end_layout
42030
42031 \begin_layout Bibliography
42032 \labelwidthstring 参考文献
42033 \begin_inset CommandInset bibitem
42034 LatexCommand bibitem
42035 key "hypcap"
42036
42037 \end_inset
42038
42039 LaTeXパッケージ
42040 \series bold
42041
42042 \begin_inset CommandInset href
42043 LatexCommand href
42044 name "hypcap"
42045 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42046
42047 \end_inset
42048
42049
42050 \series default
42051
42052 \begin_inset Index idx
42053 status collapsed
42054
42055 \begin_layout Plain Layout
42056 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42057 \end_layout
42058
42059 \end_inset
42060
42061 の取扱説明書
42062 \end_layout
42063
42064 \begin_layout Bibliography
42065 \labelwidthstring 参考文献
42066 \begin_inset CommandInset bibitem
42067 LatexCommand bibitem
42068 key "hyperref"
42069
42070 \end_inset
42071
42072 LaTeXパッケージ
42073 \series bold
42074
42075 \begin_inset CommandInset href
42076 LatexCommand href
42077 name "hyperref"
42078 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42079
42080 \end_inset
42081
42082
42083 \series default
42084
42085 \begin_inset Index idx
42086 status collapsed
42087
42088 \begin_layout Plain Layout
42089 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
42090 \end_layout
42091
42092 \end_inset
42093
42094 の取扱説明書
42095 \end_layout
42096
42097 \begin_layout Bibliography
42098 \labelwidthstring 参考文献
42099 \begin_inset CommandInset bibitem
42100 LatexCommand bibitem
42101 key "KOMA-script"
42102
42103 \end_inset
42104
42105 LaTeXパッケージ
42106 \series bold
42107
42108 \begin_inset CommandInset href
42109 LatexCommand href
42110 name "KOMA-script"
42111 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
42112
42113 \end_inset
42114
42115
42116 \series default
42117
42118 \begin_inset Index idx
42119 status collapsed
42120
42121 \begin_layout Plain Layout
42122 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
42123 \end_layout
42124
42125 \end_inset
42126
42127 の取扱説明書
42128 \end_layout
42129
42130 \begin_layout Bibliography
42131 \labelwidthstring 参考文献
42132 \begin_inset CommandInset bibitem
42133 LatexCommand bibitem
42134 key "lettrine"
42135
42136 \end_inset
42137
42138 LaTeXパッケージ 
42139 \series bold
42140
42141 \begin_inset CommandInset href
42142 LatexCommand href
42143 name "lettrine"
42144 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42145
42146 \end_inset
42147
42148
42149 \series default
42150  
42151 \lang english
42152 and an
42153 \lang japanese
42154  
42155 \begin_inset CommandInset href
42156 LatexCommand href
42157 name "example"
42158 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42159
42160 \end_inset
42161
42162
42163 \begin_inset Index idx
42164 status collapsed
42165
42166 \begin_layout Plain Layout
42167 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
42168 \end_layout
42169
42170 \end_inset
42171
42172
42173 \end_layout
42174
42175 \begin_layout Bibliography
42176 \labelwidthstring 参考文献
42177 \begin_inset CommandInset bibitem
42178 LatexCommand bibitem
42179 key "listings"
42180
42181 \end_inset
42182
42183 LaTeXパッケージ
42184 \series bold
42185
42186 \begin_inset CommandInset href
42187 LatexCommand href
42188 name "listings"
42189 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42190
42191 \end_inset
42192
42193
42194 \series default
42195
42196 \begin_inset Index idx
42197 status collapsed
42198
42199 \begin_layout Plain Layout
42200 LaTeXぱっけーじ@LaTeXパッケージ ! listings
42201 \end_layout
42202
42203 \end_inset
42204
42205 の取扱説明書
42206 \end_layout
42207
42208 \begin_layout Bibliography
42209 \labelwidthstring 参考文献
42210 \begin_inset CommandInset bibitem
42211 LatexCommand bibitem
42212 key "marginnote"
42213
42214 \end_inset
42215
42216 LaTeXパッケージ
42217 \series bold
42218
42219 \begin_inset CommandInset href
42220 LatexCommand href
42221 name "marginnote"
42222 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42223
42224 \end_inset
42225
42226
42227 \series default
42228
42229 \begin_inset Index idx
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
42234 \end_layout
42235
42236 \end_inset
42237
42238 の取扱説明書
42239 \end_layout
42240
42241 \begin_layout Bibliography
42242 \labelwidthstring 参考文献
42243 \begin_inset CommandInset bibitem
42244 LatexCommand bibitem
42245 key "pdfpages"
42246
42247 \end_inset
42248
42249 LaTeXパッケージ
42250 \series bold
42251
42252 \begin_inset CommandInset href
42253 LatexCommand href
42254 name "pdfpages"
42255 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42256
42257 \end_inset
42258
42259
42260 \series default
42261
42262 \begin_inset Index idx
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
42267 \end_layout
42268
42269 \end_inset
42270
42271 の取扱説明書
42272 \end_layout
42273
42274 \begin_layout Bibliography
42275 \labelwidthstring 参考文献
42276 \begin_inset CommandInset bibitem
42277 LatexCommand bibitem
42278 key "prettyref"
42279
42280 \end_inset
42281
42282 LaTeXパッケージ
42283 \series bold
42284
42285 \begin_inset CommandInset href
42286 LatexCommand href
42287 name "prettyref"
42288 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42289
42290 \end_inset
42291
42292
42293 \series default
42294
42295 \begin_inset Index idx
42296 status collapsed
42297
42298 \begin_layout Plain Layout
42299 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
42300 \end_layout
42301
42302 \end_inset
42303
42304 の取扱説明書
42305 \end_layout
42306
42307 \begin_layout Bibliography
42308 \labelwidthstring 参考文献
42309 \begin_inset CommandInset bibitem
42310 LatexCommand bibitem
42311 key "pstricks"
42312
42313 \end_inset
42314
42315 LaTeXパッケージ
42316 \series bold
42317
42318 \begin_inset CommandInset href
42319 LatexCommand href
42320 name "PSTricks"
42321 target "http://tug.org/PSTricks/"
42322
42323 \end_inset
42324
42325
42326 \series default
42327
42328 \begin_inset Index idx
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
42333 \end_layout
42334
42335 \end_inset
42336
42337 のウェブページ
42338 \end_layout
42339
42340 \begin_layout Bibliography
42341 \labelwidthstring 参考文献
42342 \begin_inset CommandInset bibitem
42343 LatexCommand bibitem
42344 key "refstyle"
42345
42346 \end_inset
42347
42348 LaTeXパッケージ
42349 \series bold
42350
42351 \begin_inset CommandInset href
42352 LatexCommand href
42353 name "refstyle"
42354 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42355
42356 \end_inset
42357
42358
42359 \series default
42360
42361 \begin_inset Index idx
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
42366 \end_layout
42367
42368 \end_inset
42369
42370 の取扱説明書
42371 \end_layout
42372
42373 \begin_layout Bibliography
42374 \labelwidthstring 参考文献
42375 \begin_inset CommandInset bibitem
42376 LatexCommand bibitem
42377 key "sidecap"
42378
42379 \end_inset
42380
42381 LaTeXパッケージ
42382 \series bold
42383
42384 \begin_inset CommandInset href
42385 LatexCommand href
42386 name "sidecap"
42387 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42388
42389 \end_inset
42390
42391
42392 \series default
42393
42394 \begin_inset Index idx
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
42399 \end_layout
42400
42401 \end_inset
42402
42403 の取扱説明書
42404 \end_layout
42405
42406 \begin_layout Bibliography
42407 \labelwidthstring 参考文献
42408 \begin_inset CommandInset bibitem
42409 LatexCommand bibitem
42410 key "NewInLyX20"
42411
42412 \end_inset
42413
42414
42415 \family sans
42416 LyX 2.0
42417 \family default
42418 の新機能に関する
42419 \begin_inset CommandInset href
42420 LatexCommand href
42421 name "Wikiページ"
42422 target "http://wiki.lyx.org/LyX/NewInLyX20"
42423
42424 \end_inset
42425
42426
42427 \end_layout
42428
42429 \begin_layout Standard
42430 \begin_inset CommandInset index_print
42431 LatexCommand printindex
42432 type "idx"
42433
42434 \end_inset
42435
42436
42437 \end_layout
42438
42439 \end_body
42440 \end_document