]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
3e70af006f58fc8220923c4f1b4b6140e7ba2579
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 459
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 for colored table rows
91 \usepackage[table]{xcolor}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {\usepackage{sidecap}
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 % check for diagbox
168 \newboolean{diagbox}
169 \IfFileExists{diagbox.sty}
170  {\usepackage{diagbox}
171   \setboolean{diagbox}{true}}
172  {\setboolean{diagbox}{false}}
173
174 \usepackage{t1enc}
175 \renewcommand{\seename}{→}
176
177 \usepackage{subfig}
178 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
179 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
180 \end_preamble
181 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
182 \use_default_options false
183 \begin_modules
184 initials
185 \end_modules
186 \maintain_unincluded_children false
187 \language japanese
188 \language_package default
189 \inputencoding auto
190 \fontencoding global
191 \font_roman default
192 \font_sans default
193 \font_typewriter default
194 \font_math auto
195 \font_default_family default
196 \use_non_tex_fonts false
197 \font_sc false
198 \font_osf false
199 \font_sf_scale 100
200 \font_tt_scale 100
201 \graphics default
202 \default_output_format default
203 \output_sync 0
204 \bibtex_command default
205 \index_command default
206 \paperfontsize 12
207 \spacing single
208 \use_hyperref true
209 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
210 \pdf_author "LyX Team, Uwe Stohr"
211 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
212 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
213 \pdf_bookmarks true
214 \pdf_bookmarksnumbered true
215 \pdf_bookmarksopen true
216 \pdf_bookmarksopenlevel 1
217 \pdf_breaklinks false
218 \pdf_pdfborder false
219 \pdf_colorlinks true
220 \pdf_backref false
221 \pdf_pdfusetitle false
222 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
223 \papersize a4paper
224 \use_geometry true
225 \use_package amsmath 2
226 \use_package amssymb 2
227 \use_package esint 0
228 \use_package mathdots 1
229 \use_package mathtools 0
230 \use_package mhchem 1
231 \use_package stackrel 0
232 \use_package stmaryrd 0
233 \use_package undertilde 0
234 \cite_engine basic
235 \cite_engine_type numerical
236 \biblio_style plain
237 \use_bibtopic false
238 \use_indices false
239 \paperorientation portrait
240 \suppress_date false
241 \justification true
242 \use_refstyle 0
243 \notefontcolor #0000ff
244 \index 索引
245 \shortcut idx
246 \color #008000
247 \end_index
248 \leftmargin 2.5cm
249 \topmargin 2.5cm
250 \rightmargin 2.5cm
251 \bottommargin 3cm
252 \secnumdepth 3
253 \tocdepth 3
254 \paragraph_separation skip
255 \defskip medskip
256 \quotes_language english
257 \papercolumns 1
258 \papersides 2
259 \paperpagestyle default
260 \bullet 1 1 34 -1
261 \bullet 2 2 35 -1
262 \bullet 3 2 7 -1
263 \tracking_changes false
264 \output_changes false
265 \html_math_output 0
266 \html_css_as_file 0
267 \html_be_strict false
268 \end_header
269
270 \begin_body
271
272 \begin_layout Title
273 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
274 \end_layout
275
276 \begin_layout Author
277 LyXプロジェクトチーム
278 \begin_inset Foot
279 status collapsed
280
281 \begin_layout Plain Layout
282 \noindent
283 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292  までお送り下さい。
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 著者:Uwe Stöhr
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 バージョン2.0.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 本文書の全体をPDFやPS、DVIに書き出すには、
335 \series bold
336 arydshln
337 \series default
338
339 \series bold
340 colortbl
341 \series default
342
343 \series bold
344 diagbox
345 \series default
346
347 \series bold
348 lettrine
349 \series default
350
351 \series bold
352 marginnote
353 \series default
354
355 \series bold
356 picinpar
357 \series default
358
359 \series bold
360 sidecap
361 \series default
362 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
363 されません。
364 \end_layout
365
366 \begin_layout Plain Layout
367 本文書の最新PDF版は
368 \begin_inset Newline newline
369 \end_inset
370
371
372 \series bold
373 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
374 \series default
375
376 \begin_inset Newline newline
377 \end_inset
378
379 にあります。
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Chapter
388
389 \begin_inset Index idx
390 status collapsed
391
392 \begin_layout Plain Layout
393 ず@図
394 \end_layout
395
396 \end_inset
397
398
399 \begin_inset Index idx
400 status collapsed
401
402 \begin_layout Plain Layout
403 がぞう@画像|see
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 \begin_inset ERT
416 status collapsed
417
418 \begin_layout Plain Layout
419
420 }
421 \end_layout
422
423 \end_inset
424
425
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Section
434 画像ダイアログ
435 \begin_inset Index idx
436 status collapsed
437
438 \begin_layout Plain Layout
439 ず@図 ! がぞうだいあろぐ@画像ダイアログ
440 \end_layout
441
442 \end_inset
443
444
445 \begin_inset CommandInset label
446 LatexCommand label
447 name "sec:画像ダイアログ"
448
449 \end_inset
450
451
452 \end_layout
453
454 \begin_layout Standard
455 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
456 \begin_inset Info
457 type  "icon"
458 arg   "dialog-show-new-inset graphics"
459 \end_inset
460
461 をクリックするか、
462 \family sans
463 挿入\SpecialChar \menuseparator
464 画像
465 \family default
466 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
467 \end_layout
468
469 \begin_layout Standard
470 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
471 \end_layout
472
473 \begin_layout Description
474
475 \family sans
476 画像
477 \family default
478  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
479 \begin_inset CommandInset ref
480 LatexCommand ref
481 reference "cha:LyXで使用できる単位"
482
483 \end_inset
484
485 に説明があります。
486 \begin_inset Newline newline
487 \end_inset
488
489
490 \begin_inset Index idx
491 status collapsed
492
493 \begin_layout Plain Layout
494 ず@図 ! のかいてん@---の回転
495 \end_layout
496
497 \end_inset
498
499 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
500 \begin_inset Newline newline
501 \end_inset
502
503
504 \begin_inset Index idx
505 status collapsed
506
507 \begin_layout Plain Layout
508 ず@図 ! のしんしゅく@---の伸縮
509 \end_layout
510
511 \end_inset
512
513 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
514 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
515 \family sans
516 縦横比を維持する
517 \family default
518 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
519 \begin_inset Newline newline
520 \end_inset
521
522 画像を右クリックすると現れるコンテクストメニューで
523 \family sans
524 外部で編集
525 \family default
526 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
527 ます。
528 \end_layout
529
530 \begin_layout Description
531
532 \family sans
533 切り抜き
534 \family default
535  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
536 \family sans
537 ファイルから取得
538 \family default
539 ボタンを押すことによって、自動的に計算することもできます。
540 \family sans
541 境界枠で切り抜く
542 \family default
543 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 LaTeXとLyXのオプション
550 \family default
551  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
552 \family sans
553
554 \begin_inset Newline newline
555 \end_inset
556
557 下書きモード
558 \family default
559 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
560 \family sans
561
562 \begin_inset Newline newline
563 \end_inset
564
565 エクスポートする際に解凍しない
566 \family default
567 オプションは、
568 \emph on
569 x.eps.gz
570 \emph default
571 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
572 ません。
573 \begin_inset Newline newline
574 \end_inset
575
576 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
577 \begin_inset CommandInset ref
578 LatexCommand ref
579 reference "sec:PostScript"
580
581 \end_inset
582
583 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
584 \begin_inset Newline newline
585 \end_inset
586
587
588 \series bold
589 gzip x.eps
590 \series default
591
592 \begin_inset Newline newline
593 \end_inset
594
595
596 \series bold
597 zgrep %%Bounding x.eps.gz > x.eps.bb
598 \series default
599
600 \begin_inset Newline newline
601 \end_inset
602
603 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
604 \begin_inset Newline newline
605 \end_inset
606
607
608 \lang english
609 In the section 
610 \family sans
611 Graphics
612 \begin_inset space ~
613 \end_inset
614
615 Group
616 \family default
617  you can define or join an image settings group.
618 \lang japanese
619
620 \begin_inset Index idx
621 status collapsed
622
623 \begin_layout Plain Layout
624 ず@図 ! せっていぐるーぷ@設定グループ
625 \end_layout
626
627 \end_inset
628
629 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
630 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
631 ーを使用して、望むグループ名をチェックすることで行うこともできます。
632 \end_layout
633
634 \begin_layout Standard
635 \begin_inset VSpace bigskip
636 \end_inset
637
638
639 \end_layout
640
641 \begin_layout Standard
642 下記はEPS書式
643 \begin_inset Foot
644 status collapsed
645
646 \begin_layout Plain Layout
647 画像書式は、第
648 \begin_inset CommandInset ref
649 LatexCommand ref
650 reference "sec:画像書式"
651
652 \end_inset
653
654 節に説明されています。
655 \end_layout
656
657 \end_inset
658
659 の画像の例で、単独の中央揃えの段落に置いてあります。
660 \end_layout
661
662 \begin_layout Standard
663 \align center
664 \begin_inset Graphics
665         filename ../clipart/mobius.eps
666         scale 70
667         scaleBeforeRotation
668         rotateOrigin center
669
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 下記は上と同じ画像ですが、下書きモードのものです。
677 \end_layout
678
679 \begin_layout Standard
680 \align center
681 \begin_inset Graphics
682         filename ../clipart/mobius.eps
683         scale 70
684         draft
685         scaleBeforeRotation
686         rotateOrigin center
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 \begin_inset Newpage newpage
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Section
701 図フロート
702 \begin_inset CommandInset label
703 LatexCommand label
704 name "sec:図フロート"
705
706 \end_inset
707
708
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 ふろーと@フロート ! ず@図
714 \end_layout
715
716 \end_inset
717
718
719 \begin_inset Index idx
720 status collapsed
721
722 \begin_layout Plain Layout
723 ず@図 ! ふろーと@フロート
724 \end_layout
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Standard
732 フロートについての一般的な説明は、第
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:フロートはじめに"
736
737 \end_inset
738
739 節をご覧下さい。
740 \end_layout
741
742 \begin_layout Standard
743 ツールバーボタンの
744 \family sans
745
746 \begin_inset Info
747 type  "icon"
748 arg   "float-insert figure"
749 \end_inset
750
751
752 \family default
753
754 \family sans
755 挿入\SpecialChar \menuseparator
756 フロート\SpecialChar \menuseparator
757
758 \family default
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 "fig:エッシャー"
770
771 \end_inset
772
773 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "sec:キャプションの配置"
777
778 \end_inset
779
780 節に述べられています。
781 \end_layout
782
783 \begin_layout Standard
784 \begin_inset Float figure
785 wide false
786 sideways false
787 status open
788
789 \begin_layout Plain Layout
790 \align center
791 \begin_inset Graphics
792         filename ../clipart/platypus.eps
793         width 50col%
794         scaleBeforeRotation
795         rotateOrigin center
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Plain Layout
803 \begin_inset Caption Standard
804
805 \begin_layout Plain Layout
806 \begin_inset CommandInset label
807 LatexCommand label
808 name "fig:犠牲のカモノハシ"
809
810 \end_inset
811
812 フロート中の激しく歪んだカモノハシ
813 \end_layout
814
815 \end_inset
816
817
818 \end_layout
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Standard
826 \begin_inset Float figure
827 wide false
828 sideways false
829 status open
830
831 \begin_layout Plain Layout
832 \begin_inset Caption Standard
833
834 \begin_layout Plain Layout
835 \begin_inset CommandInset label
836 LatexCommand label
837 name "fig:エッシャー"
838
839 \end_inset
840
841 行ってしまったM.C.エッシャー
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Plain Layout
850 \align center
851 \begin_inset Graphics
852         filename ../clipart/escher-lsd.eps
853         scale 80
854         scaleBeforeRotation
855         rotateOrigin center
856
857 \end_inset
858
859
860 \end_layout
861
862 \end_inset
863
864
865 \end_layout
866
867 \begin_layout Standard
868 \begin_inset Index idx
869 status collapsed
870
871 \begin_layout Plain Layout
872 さんしょう@参照 ! ずへの@図への ---
873 \end_layout
874
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "fig:犠牲のカモノハシ"
881
882 \end_inset
883
884 図と第
885 \begin_inset CommandInset ref
886 LatexCommand ref
887 reference "fig:エッシャー"
888
889 \end_inset
890
891 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
892 \family sans
893 挿入\SpecialChar \menuseparator
894 ラベル
895 \family default
896 メニューかツールバーボタン
897 \begin_inset Info
898 type  "icon"
899 arg   "label-insert"
900 \end_inset
901
902 を使用して、キャプションにラベルを挿入してください。その後、
903 \family sans
904 挿入\SpecialChar \menuseparator
905 相互参照
906 \family default
907 メニューかツールバーボタン
908 \begin_inset Info
909 type  "icon"
910 arg   "dialog-show-new-inset ref"
911 \end_inset
912
913 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
914 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
915 \begin_inset Newline newline
916 \end_inset
917
918 参照は、第
919 \begin_inset CommandInset ref
920 LatexCommand ref
921 reference "sec:フロートの参照"
922
923 \end_inset
924
925 節で詳細に説明されています。
926 \end_layout
927
928 \begin_layout Standard
929 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
930 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
931 \begin_inset CommandInset ref
932 LatexCommand ref
933 reference "fig:歪められた二つの像"
934
935 \end_inset
936
937 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
938 \begin_inset CommandInset ref
939 LatexCommand ref
940 reference "fig:何かわからない構造"
941
942 \end_inset
943
944 と図
945 \begin_inset CommandInset ref
946 LatexCommand ref
947 reference "fig:カモノハシ"
948
949 \end_inset
950
951 が内部図になります。
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Float figure
956 wide false
957 sideways false
958 status open
959
960 \begin_layout Plain Layout
961 \begin_inset space \hfill{}
962 \end_inset
963
964
965 \begin_inset Float figure
966 wide false
967 sideways false
968 status open
969
970 \begin_layout Plain Layout
971 \begin_inset Caption Standard
972
973 \begin_layout Plain Layout
974 \begin_inset CommandInset label
975 LatexCommand label
976 name "fig:何かわからない構造"
977
978 \end_inset
979
980 何かわからない構造
981 \end_layout
982
983 \end_inset
984
985
986 \end_layout
987
988 \begin_layout Plain Layout
989 \begin_inset Graphics
990         filename ../clipart/escher-lsd.eps
991         width 45col%
992         scaleBeforeRotation
993         groupId distorted
994
995 \end_inset
996
997
998 \end_layout
999
1000 \end_inset
1001
1002
1003 \begin_inset space \hfill{}
1004 \end_inset
1005
1006
1007 \begin_inset Float figure
1008 wide false
1009 sideways false
1010 status open
1011
1012 \begin_layout Plain Layout
1013 \begin_inset Caption Standard
1014
1015 \begin_layout Plain Layout
1016 \begin_inset CommandInset label
1017 LatexCommand label
1018 name "fig:カモノハシ"
1019
1020 \end_inset
1021
1022 カモノハシ
1023 \end_layout
1024
1025 \end_inset
1026
1027
1028 \end_layout
1029
1030 \begin_layout Plain Layout
1031 \begin_inset Graphics
1032         filename ../clipart/platypus.eps
1033         width 45col%
1034         scaleBeforeRotation
1035         groupId distorted
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \end_inset
1043
1044
1045 \begin_inset space \hfill{}
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \begin_layout Plain Layout
1052 \begin_inset Caption Standard
1053
1054 \begin_layout Plain Layout
1055 \begin_inset CommandInset label
1056 LatexCommand label
1057 name "fig:歪められた二つの像"
1058
1059 \end_inset
1060
1061 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1062 \end_layout
1063
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \begin_layout Standard
1075 \begin_inset Newpage newpage
1076 \end_inset
1077
1078
1079 \end_layout
1080
1081 \begin_layout Section
1082 画像書式
1083 \begin_inset CommandInset label
1084 LatexCommand label
1085 name "sec:画像書式"
1086
1087 \end_inset
1088
1089
1090 \begin_inset Index idx
1091 status collapsed
1092
1093 \begin_layout Plain Layout
1094 がぞうしょしき@画像書式
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \begin_inset Index idx
1101 status collapsed
1102
1103 \begin_layout Plain Layout
1104 ず@図 ! がぞうしょしき@画像書式
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Standard
1113 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1114 \begin_inset CommandInset ref
1115 LatexCommand ref
1116 reference "cha:ファイル出力形式"
1117
1118 \end_inset
1119
1120 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1121 ウンドで
1122 \family typewriter
1123 ImageMagick
1124 \family default
1125 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1126 用するとよいでしょう。出力ファイル書式は、付録
1127 \begin_inset CommandInset ref
1128 LatexCommand ref
1129 reference "cha:ファイル出力形式"
1130
1131 \end_inset
1132
1133 に説明されています。
1134 \end_layout
1135
1136 \begin_layout Standard
1137 フォントと同じく、画像形式にも以下の二つの型があります。
1138 \end_layout
1139
1140 \begin_layout Description
1141 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1142 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1143 \family typewriter
1144 .gif
1145 \family default
1146 」)
1147 \begin_inset Index idx
1148 status collapsed
1149
1150 \begin_layout Plain Layout
1151 GIF|see
1152 \begin_inset ERT
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156
1157 {
1158 \end_layout
1159
1160 \end_inset
1161
1162 画像書式
1163 \begin_inset ERT
1164 status collapsed
1165
1166 \begin_layout Plain Layout
1167
1168 }
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \end_inset
1177
1178 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1179 \family typewriter
1180 .png
1181 \family default
1182 」)
1183 \begin_inset Index idx
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187 PNG|see
1188 \begin_inset ERT
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192
1193 {
1194 \end_layout
1195
1196 \end_inset
1197
1198 画像書式
1199 \begin_inset ERT
1200 status collapsed
1201
1202 \begin_layout Plain Layout
1203
1204 }
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \end_inset
1213
1214 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1215 \family typewriter
1216 .jpg
1217 \family default
1218 」または「
1219 \family typewriter
1220 .jpeg
1221 \family default
1222 」)
1223 \begin_inset Index idx
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 JPG|see
1228 \begin_inset ERT
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232
1233 {
1234 \end_layout
1235
1236 \end_inset
1237
1238 画像書式
1239 \begin_inset ERT
1240 status collapsed
1241
1242 \begin_layout Plain Layout
1243
1244 }
1245 \end_layout
1246
1247 \end_inset
1248
1249
1250 \end_layout
1251
1252 \end_inset
1253
1254 などがあります。
1255 \end_layout
1256
1257 \begin_layout Description
1258 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1259 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1260 に便利です。
1261 \begin_inset Newline newline
1262 \end_inset
1263
1264 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1265 \family typewriter
1266 .svg
1267 \family default
1268 」)
1269 \begin_inset Index idx
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273 SVG|see
1274 \begin_inset ERT
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278
1279 {
1280 \end_layout
1281
1282 \end_inset
1283
1284 画像書式
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 }
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \end_layout
1297
1298 \end_inset
1299
1300 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1301 \family typewriter
1302 .eps
1303 \family default
1304 」)
1305 \begin_inset Index idx
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309 EPS|see
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 {
1316 \end_layout
1317
1318 \end_inset
1319
1320 画像書式
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 }
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \end_inset
1335
1336 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1337 \family typewriter
1338 .pdf
1339 \family default
1340 」)
1341 \begin_inset Index idx
1342 status collapsed
1343
1344 \begin_layout Plain Layout
1345 PDF
1346 \end_layout
1347
1348 \end_inset
1349
1350 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1351 \family typewriter
1352 .wmf
1353 \family default
1354 」)
1355 \begin_inset Index idx
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359 SVG|see
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 {
1366 \end_layout
1367
1368 \end_inset
1369
1370 画像書式
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 }
1377 \end_layout
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \end_inset
1385
1386 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1387 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1388 \begin_inset Foot
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 PDFの場合には、さらに元画像が圧縮されます。
1393 \end_layout
1394
1395 \end_inset
1396
1397 。たとえば、
1398 \family typewriter
1399 Adobe Photoshop
1400 \family default
1401 が生成するPDFファイルは、ビットマップ画像です。
1402 \end_layout
1403
1404 \begin_layout Standard
1405 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1406 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1407 \begin_inset Formula $\to$
1408 \end_inset
1409
1410 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1411 \end_layout
1412
1413 \begin_layout Chapter
1414
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 ひょう@表
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \begin_layout Section
1428 はじめに
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 ひょう@表 ! はじめに
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \begin_layout Standard
1442
1443 \family roman
1444 \series medium
1445 \shape up
1446 \size normal
1447 \emph off
1448 \bar no
1449 \noun off
1450 \color none
1451 表を挿入するには、ツールバーボタ
1452 \family default
1453 \series default
1454 \shape default
1455 \size default
1456 \emph default
1457 \bar default
1458 \noun default
1459 \color inherit
1460
1461 \begin_inset Info
1462 type  "icon"
1463 arg   "tabular-insert"
1464 \end_inset
1465
1466
1467 \family roman
1468 \series medium
1469 \shape up
1470 \size normal
1471 \emph off
1472 \bar no
1473 \noun off
1474 \color none
1475
1476 \family sans
1477 \series default
1478 \shape default
1479 \size default
1480 \emph default
1481 \bar default
1482 \noun default
1483 \color inherit
1484 挿入\SpecialChar \menuseparator
1485
1486 \family default
1487 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1488 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1489 \begin_inset Newline newline
1490 \end_inset
1491
1492 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1493 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1494 \end_layout
1495
1496 \begin_layout Standard
1497 \align center
1498 \begin_inset Tabular
1499 <lyxtabular version="3" rows="4" columns="4">
1500 <features rotate="0" tabularvalignment="middle">
1501 <column alignment="center" valignment="top" width="0">
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 <row>
1506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Plain Layout
1510
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 1
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 2
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 3
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 </row>
1543 <row>
1544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 </row>
1581 <row>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 </row>
1657 </lyxtabular>
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Section
1665 表ダイアログ
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 ひょう@表 ! だいあろぐ@ダイアログ
1671 \end_layout
1672
1673 \end_inset
1674
1675
1676 \end_layout
1677
1678 \begin_layout Standard
1679
1680 \family roman
1681 \series medium
1682 \shape up
1683 \size normal
1684 \emph off
1685 \bar no
1686 \noun off
1687 \color none
1688 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1689 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1690 \family default
1691 \series default
1692 \shape default
1693 \size default
1694 \emph default
1695 \bar default
1696 \noun default
1697 \color inherit
1698 セルの
1699 \emph on
1700 内容
1701 \emph default
1702 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1703 \begin_inset Newline newline
1704 \end_inset
1705
1706 ダイアログオプションの
1707 \family sans
1708 直ちに適用
1709 \family default
1710 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1711 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1712 \begin_inset Newline newline
1713 \end_inset
1714
1715 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1716 \end_layout
1717
1718 \begin_layout Description
1719
1720 \family sans
1721 表の設定
1722 \family default
1723  ここでは、現在列の幅と水平揃えを設定することができます。
1724 \family sans
1725 小数点で
1726 \family default
1727 とある揃えは、第
1728 \begin_inset CommandInset ref
1729 LatexCommand ref
1730 reference "sub:特殊なセル揃え"
1731
1732 \end_inset
1733
1734 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1735 は、第
1736 \begin_inset CommandInset ref
1737 LatexCommand ref
1738 reference "sub:複数行"
1739
1740 \end_inset
1741
1742 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1743 \begin_inset Newline newline
1744 \end_inset
1745
1746 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1747 \begin_inset CommandInset ref
1748 LatexCommand ref
1749 reference "sub:連結列"
1750
1751 \end_inset
1752
1753 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1754 \begin_inset CommandInset ref
1755 LatexCommand ref
1756 reference "sub:連結行"
1757
1758 \end_inset
1759
1760 節をご参照ください。
1761 \begin_inset Newline newline
1762 \end_inset
1763
1764 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1765 \lang english
1766 For more information see sec.
1767 \begin_inset space \thinspace{}
1768 \end_inset
1769
1770
1771 \lang japanese
1772
1773 \begin_inset CommandInset ref
1774 LatexCommand ref
1775 reference "sec:Rotated-Table-Cells"
1776
1777 \end_inset
1778
1779
1780 \begin_inset Newline newline
1781 \end_inset
1782
1783
1784 \begin_inset Note Greyedout
1785 status open
1786
1787 \begin_layout Plain Layout
1788
1789 \series bold
1790 【註】
1791 \series default
1792 DVIビューアのすべてが回転を表示できるわけではありません。
1793 \end_layout
1794
1795 \end_inset
1796
1797
1798 \begin_inset Newline newline
1799 \end_inset
1800
1801 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1802 \begin_inset Newline newline
1803 \end_inset
1804
1805 各種の揃えを適用した同一行中の表:
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="2" columns="2">
1808 <features rotate="0" tabularvalignment="top">
1809 <column alignment="center" valignment="top" width="0pt">
1810 <column alignment="center" valignment="top" width="0">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 A
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 </lyxtabular>
1852
1853 \end_inset
1854
1855  
1856 \begin_inset Tabular
1857 <lyxtabular version="3" rows="2" columns="2">
1858 <features rotate="0" tabularvalignment="middle">
1859 <column alignment="center" valignment="top" width="0">
1860 <column alignment="center" valignment="top" width="0">
1861 <row>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875 1
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 </row>
1881 <row>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 A
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 </lyxtabular>
1902
1903 \end_inset
1904
1905  
1906 \begin_inset Tabular
1907 <lyxtabular version="3" rows="2" columns="2">
1908 <features rotate="0" tabularvalignment="bottom">
1909 <column alignment="center" valignment="top" width="0pt">
1910 <column alignment="center" valignment="top" width="0">
1911 <row>
1912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925 1
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936 A
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 </row>
1951 </lyxtabular>
1952
1953 \end_inset
1954
1955
1956 \begin_inset Newline newline
1957 \end_inset
1958
1959 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1960 \begin_inset CommandInset ref
1961 LatexCommand ref
1962 reference "sub:連結列の計算"
1963
1964 \end_inset
1965
1966 節および第
1967 \begin_inset CommandInset ref
1968 LatexCommand ref
1969 reference "sec:色付きの表"
1970
1971 \end_inset
1972
1973 節をご参照下さい。
1974 \end_layout
1975
1976 \begin_layout Description
1977
1978 \family sans
1979 罫線
1980 \family default
1981  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1982 \begin_inset Newline newline
1983 \end_inset
1984
1985 様式オプションとして
1986 \family sans
1987 フォーマル様式
1988 \family default
1989 を使用すると、第
1990 \begin_inset CommandInset ref
1991 LatexCommand ref
1992 reference "sec:フォーマル形式の表"
1993
1994 \end_inset
1995
1996 節に述べられているフォーマル様式の表に表を変換します。
1997 \begin_inset Newline newline
1998 \end_inset
1999
2000 またここで、第
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "sub:行の余白取り"
2004
2005 \end_inset
2006
2007 節に述べられているように、表の行に空白を追加することもできます。
2008 \end_layout
2009
2010 \begin_layout Description
2011
2012 \family sans
2013 長尺表
2014 \family default
2015  このタブは、複数のページにわたる、いわゆる「
2016 \emph on
2017 長尺表
2018 \emph default
2019 」を作るためのものです。第
2020 \begin_inset CommandInset ref
2021 LatexCommand ref
2022 reference "sec:長尺表"
2023
2024 \end_inset
2025
2026 節および第
2027 \begin_inset CommandInset ref
2028 LatexCommand ref
2029 reference "sec:長尺表にまつわる諸点"
2030
2031 \end_inset
2032
2033 節に、長尺表の機能に関する詳細な説明があります。
2034 \end_layout
2035
2036 \begin_layout Section
2037 表ツールバー
2038 \begin_inset Index idx
2039 status collapsed
2040
2041 \begin_layout Plain Layout
2042 ひょう@表 ! つーるばー@ツールバー
2043 \end_layout
2044
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2052 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2053 \end_layout
2054
2055 \begin_layout Standard
2056 ツールバーには、以下のアイコンがあります。
2057 \end_layout
2058
2059 \begin_layout Labeling
2060 \labelwidthstring 00.00.0000
2061 \begin_inset Info
2062 type  "icon"
2063 arg   "inset-modify tabular append-row"
2064 \end_inset
2065
2066  は、現在セルあるいは選択範囲の下に行を追加します。
2067 \end_layout
2068
2069 \begin_layout Labeling
2070 \labelwidthstring 00.00.0000
2071 \begin_inset Info
2072 type  "icon"
2073 arg   "inset-modify tabular append-column"
2074 \end_inset
2075
2076  は、現在セルあるいは選択範囲の右に列を追加します。
2077 \end_layout
2078
2079 \begin_layout Labeling
2080 \labelwidthstring 00.00.0000
2081 \begin_inset Info
2082 type  "icon"
2083 arg   "inset-modify tabular delete-row"
2084 \end_inset
2085
2086  は、現在行あるいは選択範囲行を削除します。
2087 \end_layout
2088
2089 \begin_layout Labeling
2090 \labelwidthstring 00.00.0000
2091 \begin_inset Info
2092 type  "icon"
2093 arg   "inset-modify tabular delete-column"
2094 \end_inset
2095
2096  は、現在列あるいは選択範囲列を削除します。
2097 \end_layout
2098
2099 \begin_layout Labeling
2100 \labelwidthstring 00.00.0000
2101 \begin_inset Info
2102 type  "icon"
2103 arg   "inset-modify tabular toggle-line-top"
2104 \end_inset
2105
2106  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111 \begin_inset Info
2112 type  "icon"
2113 arg   "inset-modify tabular toggle-line-bottom"
2114 \end_inset
2115
2116  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121 \begin_inset Info
2122 type  "icon"
2123 arg   "inset-modify tabular toggle-line-left"
2124 \end_inset
2125
2126  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131 \begin_inset Info
2132 type  "icon"
2133 arg   "inset-modify tabular toggle-line-right"
2134 \end_inset
2135
2136  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Info
2142 type  "icon"
2143 arg   "inset-modify tabular set-all-lines"
2144 \end_inset
2145
2146  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Info
2152 type  "icon"
2153 arg   "inset-modify tabular unset-all-lines"
2154 \end_inset
2155
2156  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Info
2162 type  "icon"
2163 arg   "inset-modify tabular m-align-left"
2164 \end_inset
2165
2166  は、現在セルあるいは現在列の内容を左揃えにします。
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Info
2172 type  "icon"
2173 arg   "inset-modify tabular m-align-center"
2174 \end_inset
2175
2176  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Info
2182 type  "icon"
2183 arg   "inset-modify tabular m-align-right"
2184 \end_inset
2185
2186  は、現在セルあるいは現在列の内容を右揃えにします。
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191 \begin_inset Info
2192 type  "icon"
2193 arg   "inset-modify tabular align-decimal"
2194 \end_inset
2195
2196  は、現在セルの内容を特定文字位置で揃えます。
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201 \begin_inset Info
2202 type  "icon"
2203 arg   "inset-modify tabular m-valign-top"
2204 \end_inset
2205
2206  は、現在セルの内容を垂直方向上揃えにします。
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Info
2212 type  "icon"
2213 arg   "inset-modify tabular m-valign-middle"
2214 \end_inset
2215
2216  は、現在セルの内容を垂直方向中央揃えにします。
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Info
2222 type  "icon"
2223 arg   "inset-modify tabular m-valign-bottom"
2224 \end_inset
2225
2226  は、現在セルの内容を垂直方向下揃えにします。
2227 \end_layout
2228
2229 \begin_layout Labeling
2230 \labelwidthstring 00.00.0000
2231 \begin_inset Info
2232 type  "icon"
2233 arg   "inset-modify tabular set-rotate-cell"
2234 \end_inset
2235
2236  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2237 \end_layout
2238
2239 \begin_layout Labeling
2240 \labelwidthstring 00.00.0000
2241 \begin_inset Info
2242 type  "icon"
2243 arg   "inset-modify tabular set-rotate-tabular"
2244 \end_inset
2245
2246  は、表全体を反時計廻りに90度回転します。
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Info
2252 type  "icon"
2253 arg   "inset-modify tabular multicolumn"
2254 \end_inset
2255
2256  は、現在セルあるいは選択範囲を連結列にします。
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261 \begin_inset Info
2262 type  "icon"
2263 arg   "inset-modify tabular multirow"
2264 \end_inset
2265
2266  は、現在セルあるいは選択範囲を連結行にします。
2267 \end_layout
2268
2269 \begin_layout Standard
2270 \begin_inset Note Greyedout
2271 status open
2272
2273 \begin_layout Plain Layout
2274
2275 \series bold
2276 【註】
2277 \series default
2278 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2279 \end_layout
2280
2281 \end_inset
2282
2283
2284 \end_layout
2285
2286 \begin_layout Section
2287 表編集メニュー
2288 \begin_inset Index idx
2289 status collapsed
2290
2291 \begin_layout Plain Layout
2292 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Standard
2301 表ダイアログと表ツールバーの他に、
2302 \family sans
2303 編集\SpecialChar \menuseparator
2304
2305 \family default
2306 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2307 部にあるときのみ、表示されます。
2308 \end_layout
2309
2310 \begin_layout Section
2311 表フロート
2312 \begin_inset CommandInset label
2313 LatexCommand label
2314 name "sec:表フロート"
2315
2316 \end_inset
2317
2318
2319 \begin_inset Index idx
2320 status collapsed
2321
2322 \begin_layout Plain Layout
2323 ふろーと@フロート ! ひょう@表
2324 \end_layout
2325
2326 \end_inset
2327
2328
2329 \begin_inset Index idx
2330 status collapsed
2331
2332 \begin_layout Plain Layout
2333 ひょう@表 ! ふろーと@フロート
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 フロートの一般的な説明については、第
2343 \begin_inset CommandInset ref
2344 LatexCommand ref
2345 reference "sec:フロートはじめに"
2346
2347 \end_inset
2348
2349 節をご覧下さい。
2350 \end_layout
2351
2352 \begin_layout Standard
2353 \begin_inset Float table
2354 placement h
2355 wide false
2356 sideways false
2357 status open
2358
2359 \begin_layout Plain Layout
2360 \begin_inset Caption Standard
2361
2362 \begin_layout Plain Layout
2363 \begin_inset CommandInset label
2364 LatexCommand label
2365 name "tab:表フロート"
2366
2367 \end_inset
2368
2369 表フロート
2370 \end_layout
2371
2372 \end_inset
2373
2374
2375 \end_layout
2376
2377 \begin_layout Plain Layout
2378 \align center
2379 \begin_inset Tabular
2380 <lyxtabular version="3" rows="3" columns="3">
2381 <features rotate="0" tabularvalignment="middle">
2382 <column alignment="center" valignment="top" width="0pt">
2383 <column alignment="center" valignment="top" width="0pt">
2384 <column alignment="center" valignment="top" width="0pt">
2385 <row>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \family roman
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 1
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408
2409 \family roman
2410 \series medium
2411 \shape up
2412 \size normal
2413 \emph off
2414 \bar no
2415 \noun off
2416 \color none
2417 2
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426
2427 \family roman
2428 \series medium
2429 \shape up
2430 \size normal
2431 \emph off
2432 \bar no
2433 \noun off
2434 \color none
2435 3
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 </row>
2441 <row>
2442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446 森嶋
2447 \end_layout
2448
2449 \end_inset
2450 </cell>
2451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2452 \begin_inset Text
2453
2454 \begin_layout Plain Layout
2455 宇沢
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2461 \begin_inset Text
2462
2463 \begin_layout Plain Layout
2464 二階堂
2465 \end_layout
2466
2467 \end_inset
2468 </cell>
2469 </row>
2470 <row>
2471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Plain Layout
2475
2476 \family roman
2477 \series medium
2478 \shape up
2479 \size normal
2480 \emph off
2481 \bar no
2482 \noun off
2483 \color none
2484 \begin_inset Formula $\int x^{2}dx$
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 \begin_inset Formula $\left[\begin{array}{cc}
2506 a & b\\
2507 c & d
2508 \end{array}\right]$
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \end_inset
2515 </cell>
2516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2517 \begin_inset Text
2518
2519 \begin_layout Plain Layout
2520
2521 \family roman
2522 \series medium
2523 \shape up
2524 \size normal
2525 \emph off
2526 \bar no
2527 \noun off
2528 \color none
2529 \begin_inset Formula $1+1=2$
2530 \end_inset
2531
2532
2533 \end_layout
2534
2535 \end_inset
2536 </cell>
2537 </row>
2538 </lyxtabular>
2539
2540 \end_inset
2541
2542
2543 \end_layout
2544
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \begin_layout Standard
2551 表フロートは、
2552 \family sans
2553 挿入
2554 \shape up
2555 \SpecialChar \menuseparator
2556 フロート\SpecialChar \menuseparator
2557
2558 \family default
2559 \shape default
2560 メニューかツールバーボタン
2561 \family sans
2562
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "float-insert table"
2566 \end_inset
2567
2568
2569 \family default
2570 を使うと挿入することができます。
2571 \end_layout
2572
2573 \begin_layout Standard
2574 フロートは折りたたむことのできるボックスとして表示され、中には「表
2575 \begin_inset space ~
2576 \end_inset
2577
2578 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2579 \end_layout
2580
2581 \begin_layout Standard
2582
2583 \begin_inset space ~
2584 \end_inset
2585
2586
2587 \begin_inset CommandInset ref
2588 LatexCommand ref
2589 reference "tab:表フロート"
2590
2591 \end_inset
2592
2593 は、表フロートに入れた表の例です。
2594 \end_layout
2595
2596 \begin_layout Standard
2597 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2598 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2599 eXパッケージの
2600 \series bold
2601 caption
2602 \series default
2603
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2609 \end_layout
2610
2611 \end_inset
2612
2613
2614 \end_layout
2615
2616 \begin_layout Standard
2617
2618 \series bold
2619 tableposition=top
2620 \end_layout
2621
2622 \begin_layout Standard
2623 というオプションとともにloadコマンドを使って読み込んでください
2624 \begin_inset Foot
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 詳しくは、第
2629 \begin_inset CommandInset ref
2630 LatexCommand ref
2631 reference "sec:キャプションの配置"
2632
2633 \end_inset
2634
2635 節をご覧下さい。
2636 \end_layout
2637
2638 \end_inset
2639
2640 。キャプション書式を調整するには、第
2641 \begin_inset CommandInset ref
2642 LatexCommand ref
2643 reference "sec:キャプションの書式設定"
2644
2645 \end_inset
2646
2647 節にものべられているように
2648 \series bold
2649 caption
2650 \series default
2651 パッケージを使用します。
2652 \end_layout
2653
2654 \begin_layout Standard
2655 \begin_inset Index idx
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 さんしょう@参照 ! ひょうへの@表への
2660 \end_layout
2661
2662 \end_inset
2663
2664 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2665 \family sans
2666 挿入\SpecialChar \menuseparator
2667 ラベル
2668 \family default
2669 メニューかツールバーボタンの
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "label-insert"
2673 \end_inset
2674
2675 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2676 相互参照メニューかツールバーボタンの
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "dialog-show-new-inset ref"
2680 \end_inset
2681
2682 を用いて、このラベルを参照することができます。
2683 \begin_inset Newline newline
2684 \end_inset
2685
2686 参照は、第
2687 \begin_inset CommandInset ref
2688 LatexCommand ref
2689 reference "sec:フロートの参照"
2690
2691 \end_inset
2692
2693 節で詳細に説明されています。
2694 \end_layout
2695
2696 \begin_layout Section
2697 長尺表
2698 \begin_inset CommandInset label
2699 LatexCommand label
2700 name "sec:長尺表"
2701
2702 \end_inset
2703
2704
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 ちょうしゃくひょう@長尺表
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 ひょう@表 ! ちょうしゃくひょう@長尺表
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Standard
2728 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2729 \family sans
2730 長尺表
2731 \family default
2732 タブにある
2733 \family sans
2734 長尺表を使う
2735 \family default
2736 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2737 することができるようになります。
2738 \end_layout
2739
2740 \begin_layout Description
2741 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2742 \family roman
2743 \series medium
2744 \shape up
2745 \size normal
2746 \emph off
2747 \bar no
2748 \noun off
2749 \color none
2750 ただし、
2751 \family sans
2752 \series default
2753 \shape default
2754 \size default
2755 \emph default
2756 \bar default
2757 \noun default
2758 \color inherit
2759 冒頭ヘッダ
2760 \family roman
2761 \series medium
2762 \shape up
2763 \size normal
2764 \emph off
2765 \bar no
2766 \noun off
2767 \color none
2768 が定義されているときは、冒頭ページを除きます。
2769 \family default
2770 \series default
2771 \shape default
2772 \size default
2773 \emph default
2774 \bar default
2775 \noun default
2776 \color inherit
2777 これと区別して、このヘッダは本体ヘッダと呼びます。
2778 \end_layout
2779
2780 \begin_layout Description
2781 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2782 \end_layout
2783
2784 \begin_layout Description
2785 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2786 \family roman
2787 \series medium
2788 \shape up
2789 \size normal
2790 \emph off
2791 \bar no
2792 \noun off
2793 \color none
2794 ただし、
2795 \family sans
2796 \series default
2797 \shape default
2798 \size default
2799 \emph default
2800 \bar default
2801 \noun default
2802 \color inherit
2803 末尾フッタ
2804 \family roman
2805 \series medium
2806 \shape up
2807 \size normal
2808 \emph off
2809 \bar no
2810 \noun off
2811 \color none
2812 が定義されているときは、末尾ページを除きます。
2813 \end_layout
2814
2815 \begin_layout Description
2816 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2817 \end_layout
2818
2819 \begin_layout Description
2820 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2821 \begin_inset CommandInset ref
2822 LatexCommand ref
2823 reference "sub:長尺表のキャプション"
2824
2825 \end_inset
2826
2827 節で説明されています。
2828 \end_layout
2829
2830 \begin_layout Standard
2831 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2832 \end_layout
2833
2834 \begin_layout Standard
2835 \align center
2836 \begin_inset Tabular
2837 <lyxtabular version="3" rows="69" columns="3">
2838 <features rotate="0" islongtable="true" longtabularalignment="center">
2839 <column alignment="left" valignment="top" width="0cm">
2840 <column alignment="left" valignment="top" width="0pt">
2841 <column alignment="center" valignment="top" width="0pt">
2842 <row endfirsthead="true">
2843 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \series bold
2849 例示用電話帳(名前は無視してください)
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 </row>
2873 <row endfirsthead="true">
2874 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878 氏名
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896
2897 \series bold
2898 TEL.
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row endhead="true">
2905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \series bold
2911 例示用電話帳
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 </row>
2935 <row endhead="true">
2936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940 氏名
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958
2959 \series bold
2960 TEL.
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row endfoot="true">
2967 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 次頁へつづく
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 </row>
2995 <row>
2996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \series bold
3002 Annovi
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 Silvia
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020 111
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 </row>
3026 <row>
3027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031
3032 \series bold
3033 Bertoli
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 Stefano
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 111
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 </row>
3057 <row>
3058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \series bold
3064 Bozzi
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 Walter
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 111
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 <row>
3089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093
3094 \series bold
3095 Cachia
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell alignment="center" valignment="top" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 Maria
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 111
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row>
3120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \series bold
3126 Cachia
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Maurizio
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 111
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \series bold
3157 Cinquemani
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 Giusi
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 111
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 Colin
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 Bernard
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 111
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Concli
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Gianfranco
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Dal Bosco
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Carolina
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Dalpiaz
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Annamaria
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Feliciello
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Domenico
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Focarelli
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Paola
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Galletti
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Oreste
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Gasparini
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Franca
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Rizzardi
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Paola
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Lassini
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Giancarlo
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Malfatti
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Luciano
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Malfatti
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Valeriano
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Meneguzzo
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Roberto
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Mezzadra
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Roberto
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Pirpamer
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Erich
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Pochiesa
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Paolo
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111, 222
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Radina
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Claudio
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Stuffer
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Oskar
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Tacchelli
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Ugo
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Tezzele
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Margit
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Unterkalmsteiner
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Frieda
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Vieider
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Hilde
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Vigna
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Jürgen
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Weber
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Maurizio
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Winkler
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Franz
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961  
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Annovi
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Silvia
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 555
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Bertoli
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Stefano
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 555
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Bozzi
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Walter
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 555
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Cachia
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Maria
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 555
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Cachia
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Maurizio
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 555
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Cinquemani
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Giusi
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 555
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Colin
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Bernard
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 555
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Concli
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Gianfranco
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Dal Bosco
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Carolina
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Dalpiaz
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Annamaria
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Feliciello
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Domenico
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Focarelli
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Paola
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Galletti
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Oreste
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Gasparini
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Franca
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Rizzardi
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Paola
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Lassini
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Giancarlo
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Malfatti
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Luciano
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Malfatti
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Valeriano
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Meneguzzo
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Roberto
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Mezzadra
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Roberto
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Pirpamer
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Erich
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Pochiesa
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Paolo
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555, 222
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Radina
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Claudio
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Stuffer
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Oskar
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Tacchelli
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Ugo
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Tezzele
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Margit
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Unterkalmsteiner
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Frieda
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Vieider
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Hilde
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Vigna
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Jürgen
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 999
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Weber
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Maurizio
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Winkler
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Franz
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row endlastfoot="true">
4947 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 以上
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 </lyxtabular>
4976
4977 \end_inset
4978
4979
4980 \begin_inset ERT
4981 status collapsed
4982
4983 \begin_layout Plain Layout
4984
4985
4986 \backslash
4987 addtocounter{table}{-1}
4988 \end_layout
4989
4990 \end_inset
4991
4992
4993 \begin_inset Note Note
4994 status collapsed
4995
4996 \begin_layout Plain Layout
4997 本コマンドの説明については、第
4998 \begin_inset CommandInset ref
4999 LatexCommand ref
5000 reference "sub:長尺表のキャプション"
5001
5002 \end_inset
5003
5004 節の最初の淡色表示注釈をご覧下さい。
5005 \end_layout
5006
5007 \end_inset
5008
5009
5010 \end_layout
5011
5012 \begin_layout Subsection
5013 長尺表での脚注
5014 \begin_inset CommandInset label
5015 LatexCommand label
5016 name "sub:長尺表での脚注"
5017
5018 \end_inset
5019
5020
5021 \begin_inset Index idx
5022 status collapsed
5023
5024 \begin_layout Plain Layout
5025 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5026 \end_layout
5027
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \begin_layout Standard
5034 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5035 \begin_inset CommandInset ref
5036 LatexCommand ref
5037 reference "tab:別キャプション"
5038
5039 \end_inset
5040
5041 には脚注が付いています。
5042 \end_layout
5043
5044 \begin_layout Subsection
5045 長尺表の縦横揃え
5046 \begin_inset Index idx
5047 status collapsed
5048
5049 \begin_layout Plain Layout
5050 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5051 \end_layout
5052
5053 \end_inset
5054
5055
5056 \end_layout
5057
5058 \begin_layout Standard
5059 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5060 設定してから
5061 \end_layout
5062
5063 \begin_layout Standard
5064
5065 \series bold
5066
5067 \backslash
5068 setlength{
5069 \backslash
5070 LTleft}{値}
5071 \end_layout
5072
5073 \begin_layout Standard
5074 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5075 \series bold
5076
5077 \backslash
5078 LTleft
5079 \series default
5080 および
5081 \series bold
5082
5083 \backslash
5084 LTright
5085 \series default
5086 の値を変更しなくてはなりません。ここで「値」は、第
5087 \begin_inset CommandInset ref
5088 LatexCommand ref
5089 reference "tab:単位"
5090
5091 \end_inset
5092
5093 表に挙げてある単位であれば、どの単位を取ることもできます。
5094 \series bold
5095
5096 \backslash
5097 LTleft
5098 \series default
5099 は、左頁余白から長尺表までの水平方向の距離を制御し、
5100 \series bold
5101
5102 \backslash
5103 LTright
5104 \series default
5105 は、右頁余白からの距離を制御します。これらの長さの既定値は
5106 \series bold
5107
5108 \backslash
5109 fill
5110 \series default
5111 となっており、LyXの水平フィルと同等になっています。
5112 \end_layout
5113
5114 \begin_layout Standard
5115 以下の長尺表は、中央揃えの上、
5116 \series bold
5117
5118 \backslash
5119 LTleft
5120 \series default
5121
5122 \family sans
5123 0.1
5124 \backslash
5125 columnwidth
5126 \family default
5127 に設定してあります。
5128 \begin_inset ERT
5129 status collapsed
5130
5131 \begin_layout Plain Layout
5132
5133
5134 \backslash
5135 setlength{
5136 \backslash
5137 LTleft}{0.1
5138 \backslash
5139 columnwidth}
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 \begin_inset Tabular
5149 <lyxtabular version="3" rows="5" columns="5">
5150 <features rotate="0" islongtable="true" longtabularalignment="center">
5151 <column alignment="center" valignment="top" width="0">
5152 <column alignment="center" valignment="top" width="0">
5153 <column alignment="center" valignment="top" width="0">
5154 <column alignment="center" valignment="top" width="0">
5155 <column alignment="center" valignment="top" width="0">
5156 <row>
5157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 1
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 2
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 3
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 4
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 5
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 いろは
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 いろは
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 </row>
5250 <row>
5251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 いろは
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 いろは
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 いろは
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 いろは
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 いろは
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 いろは
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 いろは
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 いろは
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 いろは
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 </row>
5391 </lyxtabular>
5392
5393 \end_inset
5394
5395
5396 \begin_inset ERT
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400
5401
5402 \backslash
5403 setlength{
5404 \backslash
5405 LTleft}{
5406 \backslash
5407 fill}
5408 \end_layout
5409
5410 \end_inset
5411
5412
5413 \begin_inset ERT
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417
5418
5419 \backslash
5420 addtocounter{table}{-1}
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \begin_inset Note Note
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430 このコマンドの説明に関しては、第
5431 \begin_inset CommandInset ref
5432 LatexCommand ref
5433 reference "sub:長尺表のキャプション"
5434
5435 \end_inset
5436
5437 節の最初の淡色表示注釈をご覧下さい。
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \begin_layout Subsection
5446 長尺表のキャプション
5447 \begin_inset Index idx
5448 status collapsed
5449
5450 \begin_layout Plain Layout
5451 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5452 \end_layout
5453
5454 \end_inset
5455
5456
5457 \begin_inset CommandInset label
5458 LatexCommand label
5459 name "sub:長尺表のキャプション"
5460
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Standard
5467 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5468 \begin_inset CommandInset ref
5469 LatexCommand ref
5470 reference "sec:長尺表"
5471
5472 \end_inset
5473
5474 節に述べられているように、ある行で長尺表オプションの
5475 \family sans
5476 キャプション
5477 \family default
5478 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5479 \end_layout
5480
5481 \begin_layout Standard
5482 以下は、動作を確認するための短い長尺表です。
5483 \end_layout
5484
5485 \begin_layout Standard
5486 \begin_inset Tabular
5487 <lyxtabular version="3" rows="6" columns="5">
5488 <features rotate="0" islongtable="true" longtabularalignment="center">
5489 <column alignment="center" valignment="top" width="0">
5490 <column alignment="center" valignment="top" width="0">
5491 <column alignment="center" valignment="top" width="0">
5492 <column alignment="center" valignment="top" width="0">
5493 <column alignment="center" valignment="top" width="0">
5494 <row endfirsthead="true" caption="true">
5495 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 \begin_inset Caption Standard
5500
5501 \begin_layout Plain Layout
5502 キャプション付き長尺表
5503 \begin_inset Argument 1
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507 長尺表
5508 \end_layout
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 1
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 2
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 3
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 4
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 5
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 </row>
5606 <row>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 いろは
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 いろは
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 いろは
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 いろは
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 いろは
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 いろは
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 いろは
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 いろは
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 いろは
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 いろは
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 いろは
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 </lyxtabular>
5795
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \begin_layout Standard
5802 \begin_inset VSpace medskip
5803 \end_inset
5804
5805
5806 \begin_inset Note Greyedout
5807 status open
5808
5809 \begin_layout Plain Layout
5810
5811 \series bold
5812 【註1】
5813 \series default
5814 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5815 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5816 \end_layout
5817
5818 \begin_layout Plain Layout
5819
5820 \series bold
5821
5822 \backslash
5823 addtocounter{table}{-1}
5824 \end_layout
5825
5826 \begin_layout Plain Layout
5827 というコマンドを挿入する方法があります。
5828 \end_layout
5829
5830 \begin_layout Plain Layout
5831 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5832 \end_layout
5833
5834 \begin_layout Plain Layout
5835
5836 \series bold
5837
5838 \backslash
5839 let
5840 \backslash
5841 myEnd
5842 \backslash
5843 endlongtable
5844 \begin_inset Newline newline
5845 \end_inset
5846
5847
5848 \backslash
5849 renewcommand{
5850 \backslash
5851 endlongtable}{
5852 \backslash
5853 myEnd
5854 \backslash
5855 addtocounter{table}{-1}}
5856 \end_layout
5857
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \begin_layout Standard
5864 \begin_inset Note Greyedout
5865 status open
5866
5867 \begin_layout Plain Layout
5868
5869 \series bold
5870 【註2】
5871 \series default
5872 相互参照をリンクするために、
5873 \family sans
5874 文書設定
5875 \family default
5876 ダイアログの
5877 \family sans
5878 PDF特性
5879 \family default
5880
5881 \series bold
5882 hyperref
5883 \series default
5884
5885 \begin_inset Index idx
5886 status collapsed
5887
5888 \begin_layout Plain Layout
5889 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5890 \end_layout
5891
5892 \end_inset
5893
5894 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \begin_layout Subsubsection
5903 長尺表への参照
5904 \begin_inset Index idx
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5909 \end_layout
5910
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \begin_layout Standard
5917 \begin_inset Tabular
5918 <lyxtabular version="3" rows="6" columns="5">
5919 <features rotate="0" islongtable="true" longtabularalignment="center">
5920 <column alignment="center" valignment="top" width="0">
5921 <column alignment="center" valignment="top" width="0">
5922 <column alignment="center" valignment="top" width="0">
5923 <column alignment="center" valignment="top" width="0">
5924 <column alignment="center" valignment="top" width="0">
5925 <row endfirsthead="true" caption="true">
5926 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Caption Standard
5931
5932 \begin_layout Plain Layout
5933 参照された長尺表
5934 \begin_inset CommandInset label
5935 LatexCommand label
5936 name "tab:参照例"
5937
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 1
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 2
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 3
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 4
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 5
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 いろは
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 いろは
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 <row>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 いろは
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 いろは
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 いろは
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 いろは
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 </row>
6175 <row>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 いろは
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 いろは
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 いろは
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 いろは
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 いろは
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 </row>
6222 </lyxtabular>
6223
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \begin_layout Standard
6230 長尺表を参照するには、キャプションにラベルを挿入してください。
6231 \end_layout
6232
6233 \begin_layout Standard
6234 これは表
6235 \begin_inset CommandInset ref
6236 LatexCommand ref
6237 reference "tab:参照例"
6238
6239 \end_inset
6240
6241 への参照です。
6242 \end_layout
6243
6244 \begin_layout Standard
6245 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6246 \series bold
6247 caption
6248 \series default
6249
6250 \begin_inset Index idx
6251 status collapsed
6252
6253 \begin_layout Plain Layout
6254 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6255 \end_layout
6256
6257 \end_inset
6258
6259 を使用して設定することができます。第
6260 \begin_inset CommandInset ref
6261 LatexCommand ref
6262 reference "sec:キャプションの書式設定"
6263
6264 \end_inset
6265
6266 節をご覧下さい。
6267 \end_layout
6268
6269 \begin_layout Subsubsection
6270 キャプションの幅
6271 \begin_inset Index idx
6272 status collapsed
6273
6274 \begin_layout Plain Layout
6275 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6276 \end_layout
6277
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \begin_layout Standard
6284 キャプション行の最大長は、長さ
6285 \series bold
6286
6287 \backslash
6288 LTcapwidth
6289 \series default
6290 によって指定することができます。既定値は4
6291 \begin_inset space \thinspace{}
6292 \end_inset
6293
6294 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6295 \end_layout
6296
6297 \begin_layout Standard
6298
6299 \series bold
6300
6301 \backslash
6302 setlength{
6303 \backslash
6304 LTcapwidth}{幅}
6305 \end_layout
6306
6307 \begin_layout Standard
6308 というコマンドを書き加えて下さい。ここで「幅」には、付録
6309 \begin_inset CommandInset ref
6310 LatexCommand ref
6311 reference "cha:LyXで使用できる単位"
6312
6313 \end_inset
6314
6315 に挙げられている単位を取ることができます。
6316 \end_layout
6317
6318 \begin_layout Standard
6319 以下の各表で違いを示します。
6320 \end_layout
6321
6322 \begin_layout Standard
6323 \begin_inset Tabular
6324 <lyxtabular version="3" rows="6" columns="5">
6325 <features rotate="0" islongtable="true" longtabularalignment="center">
6326 <column alignment="center" valignment="top" width="0">
6327 <column alignment="center" valignment="top" width="0">
6328 <column alignment="center" valignment="top" width="0">
6329 <column alignment="center" valignment="top" width="0">
6330 <column alignment="center" valignment="top" width="0">
6331 <row endfirsthead="true" caption="true">
6332 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 \begin_inset Caption Standard
6337
6338 \begin_layout Plain Layout
6339 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6340 \begin_inset Argument 1
6341 status collapsed
6342
6343 \begin_layout Plain Layout
6344 既定幅のキャプション
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 <row>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 1
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 2
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 3
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 4
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 5
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 いろは
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 いろは
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 </row>
6490 <row>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 いろは
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 いろは
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 いろは
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 いろは
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 <row>
6585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 いろは
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 いろは
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 いろは
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 いろは
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 いろは
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 </row>
6631 </lyxtabular>
6632
6633 \end_inset
6634
6635
6636 \end_layout
6637
6638 \begin_layout Standard
6639 \begin_inset ERT
6640 status collapsed
6641
6642 \begin_layout Plain Layout
6643
6644
6645 \backslash
6646 setlength{
6647 \backslash
6648 LTcapwidth}{5cm}
6649 \end_layout
6650
6651 \end_inset
6652
6653
6654 \begin_inset Tabular
6655 <lyxtabular version="3" rows="6" columns="5">
6656 <features rotate="0" islongtable="true" longtabularalignment="center">
6657 <column alignment="center" valignment="top" width="0">
6658 <column alignment="center" valignment="top" width="0">
6659 <column alignment="center" valignment="top" width="0">
6660 <column alignment="center" valignment="top" width="0">
6661 <column alignment="center" valignment="top" width="0">
6662 <row endfirsthead="true" caption="true">
6663 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 \begin_inset Caption Standard
6668
6669 \begin_layout Plain Layout
6670 5
6671 \begin_inset space \thinspace{}
6672 \end_inset
6673
6674 cm幅のなが〜いフルタイトル・5
6675 \begin_inset space \thinspace{}
6676 \end_inset
6677
6678 cm幅のなが〜いフルタイトル・5
6679 \begin_inset space \thinspace{}
6680 \end_inset
6681
6682 cm幅のなが〜いフルタイトル
6683 \begin_inset Argument 1
6684 status collapsed
6685
6686 \begin_layout Plain Layout
6687 5
6688 \begin_inset space \thinspace{}
6689 \end_inset
6690
6691 cm幅のキャプション
6692 \end_layout
6693
6694 \end_inset
6695
6696
6697 \end_layout
6698
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 1
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 2
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 3
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 4
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 5
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 </row>
6790 <row>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 いろは
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 いろは
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 いろは
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 いろは
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 <row>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 いろは
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 いろは
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 </row>
6931 <row>
6932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 いろは
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 いろは
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 いろは
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 いろは
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 いろは
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 </lyxtabular>
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \begin_layout Standard
6986 \begin_inset ERT
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990
6991
6992 \backslash
6993 setlength{
6994 \backslash
6995 LTcapwidth}{4in}
6996 \end_layout
6997
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \begin_layout Standard
7004 \begin_inset Note Greyedout
7005 status open
7006
7007 \begin_layout Plain Layout
7008
7009 \series bold
7010 【註】
7011 \series default
7012 この文書のようにLaTeXパッケージの
7013 \series bold
7014 caption
7015 \series default
7016
7017 \begin_inset Index idx
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7022 \end_layout
7023
7024 \end_inset
7025
7026 を使用している時には、
7027 \series bold
7028
7029 \backslash
7030 LTcapwidth
7031 \series default
7032 に既定値の4
7033 \begin_inset space \thinspace{}
7034 \end_inset
7035
7036 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7037 \begin_inset space \thinspace{}
7038 \end_inset
7039
7040 in幅のキャプションを作るには、3.99
7041 \begin_inset space \thinspace{}
7042 \end_inset
7043
7044 inのように4.0
7045 \begin_inset space \thinspace{}
7046 \end_inset
7047
7048 inと少し違う値を指定するか、
7049 \series bold
7050 caption
7051 \series default
7052 パッケージが提供している
7053 \series bold
7054
7055 \backslash
7056 captionsetup{width=値}
7057 \series default
7058 というLaTeXコマンドを用いる方法があります。
7059 \end_layout
7060
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \begin_layout Subsubsection
7067 表の各ページごとに異なるキャプション
7068 \begin_inset Index idx
7069 status collapsed
7070
7071 \begin_layout Plain Layout
7072 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7073 \end_layout
7074
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7082 \end_layout
7083
7084 \begin_layout Standard
7085
7086 \series bold
7087
7088 \backslash
7089 caption*{キャプション文}
7090 \backslash
7091
7092 \backslash
7093 %
7094 \end_layout
7095
7096 \begin_layout Standard
7097 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7098 \begin_inset CommandInset ref
7099 LatexCommand ref
7100 reference "tab:別キャプション"
7101
7102 \end_inset
7103
7104 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7105 \end_layout
7106
7107 \begin_layout Standard
7108 \align center
7109 \begin_inset Tabular
7110 <lyxtabular version="3" rows="59" columns="3">
7111 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7112 <column alignment="left" valignment="top" width="0cm">
7113 <column alignment="left" valignment="top" width="0pt">
7114 <column alignment="center" valignment="top" width="0pt">
7115 <row endfirsthead="true" caption="true">
7116 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 \begin_inset Caption Standard
7121
7122 \begin_layout Plain Layout
7123 例示用電話帳
7124 \begin_inset CommandInset label
7125 LatexCommand label
7126 name "tab:別キャプション"
7127
7128 \end_inset
7129
7130
7131 \begin_inset Argument 1
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135 例示用電話帳
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row endfirsthead="true">
7170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \series bold
7176 例示用電話帳(名前は無視の事)
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 <row endfirsthead="true">
7201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205
7206 \series bold
7207 氏名
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225
7226 \series bold
7227 TEL.
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 <row endhead="true">
7234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 caption*{例示用電話帳の続き}
7246 \backslash
7247
7248 \backslash
7249 %
7250 \end_layout
7251
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" leftline="true" rightline="true" 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 endhead="true">
7279 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row endhead="true">
7310 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \series bold
7316 氏名
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334
7335 \series bold
7336 TEL.
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row endfoot="true">
7343 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 次頁に続く
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row>
7372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \series bold
7378 Annovi
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 Silvia
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 111
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 </row>
7402 <row>
7403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \series bold
7409 Bertoli
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 Stefano
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 111
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 <row>
7434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \series bold
7440 Bozzi
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 Walter
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 111
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row>
7465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \series bold
7471 Cachia
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 Maria
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 111
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 </row>
7495 <row>
7496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \series bold
7502 Cachia
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 Maurizio
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 111
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \series bold
7533 Cinquemani
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 Giusi
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 111
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 Colin
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 Bernard
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 111
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row>
7589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \series bold
7595 Concli
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 Gianfranco
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 111
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row>
7620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \series bold
7626 Dal Bosco
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 Carolina
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 111
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \series bold
7657 Dalpiaz
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 Annamaria
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 111
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \series bold
7688 Feliciello
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 Domenico
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 111
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \series bold
7719 Focarelli
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 Paola
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 111
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \series bold
7750 Galletti
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 Oreste
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768 111
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \series bold
7781 Gasparini
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 Franca
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 111
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \series bold
7812 Rizzardi
7813 \series default
7814
7815 \begin_inset Foot
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819 例示用脚注
7820 \end_layout
7821
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Paola
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Lassini
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Giancarlo
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Malfatti
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Luciano
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Malfatti
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Valeriano
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Meneguzzo
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Roberto
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Mezzadra
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Roberto
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 111
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Pirpamer
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Erich
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 111
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 Pochiesa
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 Paolo
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 111, 222
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Radina
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Claudio
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Stuffer
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Oskar
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Tacchelli
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Ugo
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Tezzele
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Margit
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Unterkalmsteiner
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Frieda
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Vieider
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Hilde
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Vigna
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Jürgen
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Weber
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Maurizio
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 111
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Winkler
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Franz
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 111
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349  
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Annovi
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Silvia
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 555
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Bertoli
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Stefano
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 555
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Bozzi
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Walter
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 555
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Cachia
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Maria
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 555
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \series bold
8504 Cachia
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Maurizio
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 555
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \series bold
8535 Cinquemani
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Giusi
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 555
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \series bold
8566 Colin
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Bernard
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 555
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Concli
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Gianfranco
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 555
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Dal Bosco
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Carolina
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 555
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Dalpiaz
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Annamaria
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 555
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Feliciello
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Domenico
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 555
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Focarelli
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Paola
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 555
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Galletti
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Oreste
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 555
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Gasparini
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Franca
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 555
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Rizzardi
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Paola
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 555
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Lassini
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Giancarlo
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 555
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Malfatti
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Luciano
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 555
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Malfatti
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Valeriano
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 555
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Meneguzzo
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Roberto
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 555
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \series bold
8969 Mezzadra
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Roberto
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 555
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 </lyxtabular>
8994
8995 \end_inset
8996
8997
8998 \end_layout
8999
9000 \begin_layout Section
9001 長尺表にまつわる諸点
9002 \begin_inset CommandInset label
9003 LatexCommand label
9004 name "sec:長尺表にまつわる諸点"
9005
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \begin_layout Subsection
9012 長尺表の計算
9013 \begin_inset Index idx
9014 status collapsed
9015
9016 \begin_layout Plain Layout
9017 ちょうしゃくひょう@長尺表 ! けいさん@計算
9018 \end_layout
9019
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \begin_layout Standard
9026 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9027 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9028 \end_layout
9029
9030 \begin_layout Standard
9031
9032 \series bold
9033
9034 \backslash
9035 setcounter{LTchunksize}{100}
9036 \end_layout
9037
9038 \begin_layout Standard
9039 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9040 \end_layout
9041
9042 \begin_layout Subsection
9043 フロートと長尺表
9044 \begin_inset Index idx
9045 status collapsed
9046
9047 \begin_layout Plain Layout
9048 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9049 \end_layout
9050
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \begin_layout Standard
9057 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9058 \series bold
9059
9060 \backslash
9061 clearpage
9062 \series default
9063 コマンドを長尺表の前にTeXコードとして書き加えてください。
9064 \end_layout
9065
9066 \begin_layout Subsection
9067 強制改頁
9068 \begin_inset Index idx
9069 status collapsed
9070
9071 \begin_layout Plain Layout
9072 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9073 \end_layout
9074
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \begin_layout Standard
9081 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9082 ド「
9083 \series bold
9084
9085 \backslash
9086
9087 \backslash
9088
9089 \series default
9090 」を挿入します。
9091 \series bold
9092
9093 \backslash
9094
9095 \backslash
9096
9097 \series default
9098 コマンドの前には、現セルよりも右にある列数と同じ数の「
9099 \series bold
9100 &
9101 \series default
9102 」文字を、TeXコードで挿入してやる必要があります。この
9103 \series bold
9104 &
9105 \series default
9106 は、表セルの区切り文字です。各
9107 \series bold
9108 &
9109 \series default
9110 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9111 \begin_inset Newline newline
9112 \end_inset
9113
9114
9115 \series bold
9116
9117 \backslash
9118
9119 \backslash
9120
9121 \series default
9122 コマンドの後ろには、現在列の左側にある列数と同じ数の
9123 \series bold
9124 &
9125 \series default
9126 文字を挿入してください。表
9127 \begin_inset CommandInset ref
9128 LatexCommand ref
9129 reference "tab:強制改頁"
9130
9131 \end_inset
9132
9133 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9134 \end_layout
9135
9136 \begin_layout Standard
9137
9138 \series bold
9139 & 111
9140 \backslash
9141
9142 \backslash
9143  
9144 \backslash
9145 newpage
9146 \begin_inset Newline newline
9147 \end_inset
9148
9149 &
9150 \end_layout
9151
9152 \begin_layout Standard
9153 というコマンドが、セル中「
9154 \emph on
9155 Castelchiodato,
9156 \emph default
9157 」の後にTeXコードとして挿入してあります。
9158 \end_layout
9159
9160 \begin_layout Standard
9161 同一行3列目の「111」は削除してあります。
9162 \series bold
9163
9164 \backslash
9165 newpage
9166 \series default
9167 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9168 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9169 \end_layout
9170
9171 \begin_layout Standard
9172
9173 \series bold
9174 & 111
9175 \backslash
9176
9177 \backslash
9178
9179 \begin_inset Newline newline
9180 \end_inset
9181
9182
9183 \backslash
9184 hline &
9185 \end_layout
9186
9187 \begin_layout Standard
9188 というコマンドを使用して下さい。
9189 \end_layout
9190
9191 \begin_layout Standard
9192 改頁をしたいセルが最右列にある場合には、
9193 \end_layout
9194
9195 \begin_layout Standard
9196
9197 \series bold
9198
9199 \backslash
9200 setlength{
9201 \backslash
9202 parfillskip}{0pt}
9203 \end_layout
9204
9205 \begin_layout Standard
9206 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9207
9208 \end_layout
9209
9210 \begin_layout Standard
9211 \align center
9212 \begin_inset Tabular
9213 <lyxtabular version="3" rows="38" columns="3">
9214 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9215 <column alignment="left" valignment="top" width="0cm">
9216 <column alignment="left" valignment="top" width="3cm">
9217 <column alignment="center" valignment="top" width="0pt">
9218 <row endfirsthead="true" caption="true">
9219 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Caption Standard
9224
9225 \begin_layout Plain Layout
9226 表セル内で強制改頁をしている表
9227 \begin_inset CommandInset label
9228 LatexCommand label
9229 name "tab:強制改頁"
9230
9231 \end_inset
9232
9233
9234 \begin_inset Argument 1
9235 status collapsed
9236
9237 \begin_layout Plain Layout
9238 表セル内で強制改頁をしている表
9239 \end_layout
9240
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \end_inset
9247
9248
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row endfirsthead="true">
9273 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 例示用電話帳(氏名は無視の事)
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row endfirsthead="true">
9304 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \series bold
9310 氏名
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \series bold
9330 TEL.
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row endhead="true">
9337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 \begin_inset ERT
9342 status collapsed
9343
9344 \begin_layout Plain Layout
9345
9346
9347 \backslash
9348 caption*{例示用電話帳の続き}
9349 \backslash
9350
9351 \backslash
9352 %
9353 \end_layout
9354
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" 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 alignment="center" valignment="top" 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 endhead="true">
9382 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 例示用電話帳
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 </row>
9410 <row endhead="true">
9411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415
9416 \series bold
9417 氏名
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \series bold
9437 TEL.
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row endfoot="true">
9444 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 次頁に続く
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 </row>
9472 <row>
9473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \series bold
9479 Annovi
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 Silvia
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 111
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 <row>
9504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \series bold
9510 Bertoli
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 Stefano
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 111
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 </row>
9534 <row>
9535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \series bold
9541 Bozzi
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 Walter
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 111
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 <row>
9566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \series bold
9572 Cachia
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 Maria
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 111
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row>
9597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \series bold
9603 Cachia
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 Maurizio
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 111
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row>
9628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634 Cinquemani
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 Giusi
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 111
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 <row>
9659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \series bold
9665 Colin
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 Bernard
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 111
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row>
9690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \series bold
9696 Concli
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 Gianfranco
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 111
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row>
9721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \series bold
9727 Dal Bosco
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 Carolina
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 111
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \series bold
9758 Dalpiaz
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Annamaria
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 111
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789 Feliciello
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 Domenico
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 111
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \series bold
9820 Focarelli
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 Paola
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 111
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Galletti
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Oreste
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 111
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Gasparini
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Franca
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 111
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 Lassini
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 Giancarlo
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 111
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Malfatti
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Luciano
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Malfatti
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Valeriano
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Meneguzzo
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Roberto
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Mezzadra
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Roberto
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Pirpamer
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Erich
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Pochiesa
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Paolo
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111, 222
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Radina
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Claudio
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 111
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \series bold
10161 Rizzardi
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 Paolo, 11.
10171  Fürst von Montecompatri, 11.
10172  Fürst von Sulmona und Vivaro, 10.
10173  Fürst von Rossano, 5.
10174  Herzog von Canemorte, 11.
10175  Herzog von Palombara, 5.
10176  Herzog von Castelchiodato,
10177 \begin_inset ERT
10178 status collapsed
10179
10180 \begin_layout Plain Layout
10181
10182 & 111
10183 \backslash
10184
10185 \backslash
10186  
10187 \backslash
10188 newpage
10189 \end_layout
10190
10191 \begin_layout Plain Layout
10192
10193 &
10194 \end_layout
10195
10196 \end_inset
10197
10198  11.
10199  Herzog von Poggionativo, 11.
10200  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10201  Graf von Valinfreda, 11.
10202  Baron von Cropalati, 11.
10203  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Stuffer
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Oskar
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Tacchelli
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Ugo
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Tezzele
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Margit
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Unterkalmsteiner
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Frieda
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Vieider
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Hilde
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Vigna
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Jürgen
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Weber
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Maurizio
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Winkler
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Franz
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 </lyxtabular>
10467
10468 \end_inset
10469
10470
10471 \end_layout
10472
10473 \begin_layout Section
10474 複数行・連結列・連結行
10475 \end_layout
10476
10477 \begin_layout Subsection
10478 表セル内の複数行
10479 \begin_inset CommandInset label
10480 LatexCommand label
10481 name "sub:複数行"
10482
10483 \end_inset
10484
10485
10486 \begin_inset Index idx
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490 ひょうせるないのふくすうぎょう@表セル内の複数行
10491 \end_layout
10492
10493 \end_inset
10494
10495
10496 \begin_inset Index idx
10497 status collapsed
10498
10499 \begin_layout Plain Layout
10500 ひょう@表 ! かいぎょう@改行
10501 \end_layout
10502
10503 \end_inset
10504
10505
10506 \end_layout
10507
10508 \begin_layout Standard
10509 \noindent
10510 \begin_inset Float table
10511 placement H
10512 wide false
10513 sideways false
10514 status open
10515
10516 \begin_layout Plain Layout
10517 \begin_inset Caption Standard
10518
10519 \begin_layout Plain Layout
10520 \begin_inset CommandInset label
10521 LatexCommand label
10522 name "tab:複数行表"
10523
10524 \end_inset
10525
10526 セル内に複数の行がある表
10527 \end_layout
10528
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \begin_layout Plain Layout
10535 \align center
10536 \begin_inset Tabular
10537 <lyxtabular version="3" rows="3" columns="3">
10538 <features rotate="0" tabularvalignment="middle">
10539 <column alignment="center" valignment="middle" width="2.5cm">
10540 <column alignment="center" valignment="middle" width="0">
10541 <column alignment="center" valignment="middle" width="0">
10542 <row>
10543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 複数の
10548 \begin_inset Newline linebreak
10549 \end_inset
10550
10551
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 </row>
10633 </lyxtabular>
10634
10635 \end_inset
10636
10637
10638 \end_layout
10639
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \begin_layout Standard
10646 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10647 \end_layout
10648
10649 \begin_layout Standard
10650
10651 \begin_inset CommandInset ref
10652 LatexCommand ref
10653 reference "tab:複数行表"
10654
10655 \end_inset
10656
10657 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10658 \family sans
10659 設定
10660 \family default
10661 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10662 \begin_inset space \thinspace{}
10663 \end_inset
10664
10665 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10666 \begin_inset space \thinspace{}
10667 \end_inset
10668
10669 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10670 \begin_inset Info
10671 type  "shortcut"
10672 arg   "newline-insert linebreak"
10673 \end_inset
10674
10675 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10676 \end_layout
10677
10678 \begin_layout Standard
10679 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10680 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10681 \begin_inset space \thinspace{}
10682 \end_inset
10683
10684 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10685 \begin_inset CommandInset ref
10686 LatexCommand ref
10687 reference "tab:ハイフネーション表"
10688
10689 \end_inset
10690
10691 が違いを示しています
10692 \begin_inset Foot
10693 status open
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 【訳註】
10699 \series default
10700 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10701 \end_layout
10702
10703 \end_inset
10704
10705
10706 \end_layout
10707
10708 \begin_layout Standard
10709 \begin_inset Float table
10710 placement h
10711 wide false
10712 sideways false
10713 status open
10714
10715 \begin_layout Plain Layout
10716 \begin_inset Caption Standard
10717
10718 \begin_layout Plain Layout
10719 \begin_inset CommandInset label
10720 LatexCommand label
10721 name "tab:ハイフネーション表"
10722
10723 \end_inset
10724
10725 ハイフネーション有/無の表
10726 \end_layout
10727
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \begin_layout Plain Layout
10734 \begin_inset space \hfill{}
10735 \end_inset
10736
10737
10738 \begin_inset Tabular
10739 <lyxtabular version="3" rows="3" columns="3">
10740 <features rotate="0" tabularvalignment="middle">
10741 <column alignment="center" valignment="middle" width="2.5cm">
10742 <column alignment="center" valignment="middle" width="0">
10743 <column alignment="center" valignment="middle" width="0">
10744 <row>
10745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 verylongtablecellword
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 </lyxtabular>
10832
10833 \end_inset
10834
10835
10836 \begin_inset space \hfill{}
10837 \end_inset
10838
10839
10840 \begin_inset Tabular
10841 <lyxtabular version="3" rows="3" columns="3">
10842 <features rotate="0" tabularvalignment="middle">
10843 <column alignment="center" valignment="middle" width="2.5cm">
10844 <column alignment="center" valignment="middle" width="0">
10845 <column alignment="center" valignment="middle" width="0">
10846 <row>
10847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 \begin_inset space \hspace{}
10852 \length 0pt
10853 \end_inset
10854
10855 verylongtablecellword
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 </row>
10937 </lyxtabular>
10938
10939 \end_inset
10940
10941
10942 \begin_inset space \hfill{}
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Subsection
10954 連結列
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "sub:連結列"
10958
10959 \end_inset
10960
10961
10962 \begin_inset Index idx
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966 れんけつれつ@連結列
10967 \end_layout
10968
10969 \end_inset
10970
10971
10972 \begin_inset Index idx
10973 status collapsed
10974
10975 \begin_layout Plain Layout
10976 ひょう@表 ! れんけつれつ@連結列
10977 \end_layout
10978
10979 \end_inset
10980
10981
10982 \end_layout
10983
10984 \begin_layout Subsubsection
10985 連結列の基礎
10986 \end_layout
10987
10988 \begin_layout Standard
10989 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10990 \begin_inset Info
10991 type  "icon"
10992 arg   "inset-modify tabular multicolumn"
10993 \end_inset
10994
10995 を押すか、
10996 \family sans
10997 編集\SpecialChar \menuseparator
10998 表\SpecialChar \menuseparator
10999 連結列
11000 \family default
11001 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11002 \family sans
11003 連結列
11004 \family default
11005 を有効にするかしてください。
11006 \end_layout
11007
11008 \begin_layout Standard
11009 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11010 、最下行に上罫線のない連結行がある表の例です。
11011 \end_layout
11012
11013 \begin_layout Standard
11014 \align center
11015 \begin_inset Tabular
11016 <lyxtabular version="3" rows="3" columns="4">
11017 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11018 <column alignment="center" valignment="top" width="0pt">
11019 <column alignment="center" valignment="middle" width="0">
11020 <column alignment="center" valignment="top" width="0in">
11021 <column alignment="center" valignment="top" width="0pt">
11022 <row>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 いろは
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 にほへとちり
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 ぬるを
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 <row>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 </row>
11136 </lyxtabular>
11137
11138 \end_inset
11139
11140
11141 \end_layout
11142
11143 \begin_layout Subsubsection
11144 連結列の計算
11145 \begin_inset CommandInset label
11146 LatexCommand label
11147 name "sub:連結列の計算"
11148
11149 \end_inset
11150
11151
11152 \begin_inset Index idx
11153 status collapsed
11154
11155 \begin_layout Plain Layout
11156 れんけつれつ@連結列 ! けいさん@計算
11157 \end_layout
11158
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \begin_layout Standard
11165 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11166 \end_layout
11167
11168 \begin_layout Standard
11169 \begin_inset Float table
11170 placement h
11171 wide false
11172 sideways false
11173 status open
11174
11175 \begin_layout Plain Layout
11176 \begin_inset Caption Standard
11177
11178 \begin_layout Plain Layout
11179 \begin_inset CommandInset label
11180 LatexCommand label
11181 name "tab:中央揃え表"
11182
11183 \end_inset
11184
11185 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11186 \begin_inset Argument 1
11187 status collapsed
11188
11189 \begin_layout Plain Layout
11190 完全なる連結列表
11191 \end_layout
11192
11193 \end_inset
11194
11195
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Plain Layout
11204 \align center
11205 \begin_inset Tabular
11206 <lyxtabular version="3" rows="3" columns="3">
11207 <features rotate="0" tabularvalignment="middle">
11208 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11209 <column alignment="center" valignment="middle" width="0">
11210 <column alignment="center" valignment="top" width="0">
11211 <row>
11212 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 複数行にわたる連結列
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 <row>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 </lyxtabular>
11299
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 たとえば、表
11312 \begin_inset CommandInset ref
11313 LatexCommand ref
11314 reference "tab:中央揃え表"
11315
11316 \end_inset
11317
11318 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11319 \family sans
11320 設定
11321 \family default
11322 を選択します。そして現れる表の設定ダイアログで、このセルを
11323 \emph on
11324 連結列
11325 \emph default
11326
11327 \emph on
11328 中央揃え
11329 \emph default
11330 、2.5
11331 \begin_inset space \thinspace{}
11332 \end_inset
11333
11334 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11335 \begin_inset space \thinspace{}
11336 \end_inset
11337
11338 cm幅に設定します。すると第二列は自動的に1.25
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm幅(連結列幅マイナス第一列の幅)になります。表
11343 \begin_inset CommandInset ref
11344 LatexCommand ref
11345 reference "tab:半分でない表"
11346
11347 \end_inset
11348
11349 もこのようにして作成してあります。
11350 \end_layout
11351
11352 \begin_layout Standard
11353 \begin_inset Float table
11354 wide false
11355 sideways false
11356 status open
11357
11358 \begin_layout Plain Layout
11359 \begin_inset Caption Standard
11360
11361 \begin_layout Plain Layout
11362 \begin_inset CommandInset label
11363 LatexCommand label
11364 name "tab:半分でない表"
11365
11366 \end_inset
11367
11368 連結セルの下の列が正確に半分になっていない表
11369 \begin_inset Argument 1
11370 status collapsed
11371
11372 \begin_layout Plain Layout
11373 不完全な連結列表
11374 \end_layout
11375
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \end_inset
11382
11383
11384 \end_layout
11385
11386 \begin_layout Plain Layout
11387 \align center
11388 \begin_inset Tabular
11389 <lyxtabular version="3" rows="3" columns="3">
11390 <features rotate="0" tabularvalignment="middle">
11391 <column alignment="center" valignment="top" width="1.25cm">
11392 <column alignment="center" valignment="top" width="0">
11393 <column alignment="center" valignment="top" width="0">
11394 <row>
11395 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 複数行にわたる連結列
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 </lyxtabular>
11482
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \begin_layout Standard
11494 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11495 指定したセル幅
11496 \begin_inset Formula $W_{\mbox{指}}$
11497 \end_inset
11498
11499 がセルの全幅
11500 \begin_inset Formula $W_{\text{全}}$
11501 \end_inset
11502
11503 と等しくならないためです。付録
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "cha:式の説明"
11507
11508 \end_inset
11509
11510 がこの事情を詳細に説明しています。
11511 \end_layout
11512
11513 \begin_layout Standard
11514
11515 \emph on
11516 n
11517 \emph default
11518 列を連結する際、各列の全幅が
11519 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11520 \end_inset
11521
11522 となるために必要な指定幅
11523 \begin_inset Formula $W_{\mbox{指}:n}$
11524 \end_inset
11525
11526 は、
11527 \begin_inset Formula 
11528 \begin{equation}
11529 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11530 \end{equation}
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Standard
11538 で計算することができます。上記の例では
11539 \begin_inset Formula $n=2$
11540 \end_inset
11541
11542 かつ
11543 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11544 \end_inset
11545
11546 cmかつ長さは既定値ですから、第
11547 \begin_inset CommandInset ref
11548 LatexCommand ref
11549 reference "eq:Wgn"
11550
11551 \end_inset
11552
11553 式は
11554 \begin_inset Formula 
11555 \begin{equation}
11556 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11557 \end{equation}
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \begin_layout Standard
11565 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11566 \end_layout
11567
11568 \begin_layout Standard
11569
11570 \series bold
11571
11572 \backslash
11573 usepackage{calc}
11574 \end_layout
11575
11576 \begin_layout Standard
11577 と書いて、LaTeXパッケージ
11578 \series bold
11579 calc
11580 \series default
11581
11582 \begin_inset Index idx
11583 status collapsed
11584
11585 \begin_layout Plain Layout
11586 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11587 \end_layout
11588
11589 \end_inset
11590
11591 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11592 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11593 \end_layout
11594
11595 \begin_layout Itemize
11596
11597 \series bold
11598 p{幅}
11599 \series default
11600 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11601 \end_layout
11602
11603 \begin_layout Itemize
11604
11605 \series bold
11606 m{幅}
11607 \series default
11608 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11609 \end_layout
11610
11611 \begin_layout Itemize
11612
11613 \series bold
11614 b{幅}
11615 \series default
11616 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11617 \end_layout
11618
11619 \begin_layout Standard
11620 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11621 \end_layout
11622
11623 \begin_layout Standard
11624 \begin_inset Note Greyedout
11625 status open
11626
11627 \begin_layout Plain Layout
11628
11629 \series bold
11630 【註】
11631 \series default
11632 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Standard
11641 文章を水平方向中央揃えにしたいので、
11642 \series bold
11643
11644 \backslash
11645 centering
11646 \series default
11647 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11648 \end_layout
11649
11650 \begin_layout Standard
11651
11652 \series bold
11653 >{
11654 \backslash
11655 centering}m{1.25cm-6.2pt}
11656 \end_layout
11657
11658 \begin_layout Standard
11659
11660 \series bold
11661 >{ }
11662 \series default
11663 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11664 \end_layout
11665
11666 \begin_layout Standard
11667 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11668 がって、連結セルには
11669 \end_layout
11670
11671 \begin_layout Standard
11672
11673 \series bold
11674 >{
11675 \backslash
11676 centering}m{2.5cm}
11677 \end_layout
11678
11679 \begin_layout Standard
11680 というLaTeX変数を指定しなくてはなりません。
11681 \end_layout
11682
11683 \begin_layout Subsection
11684 連結行
11685 \begin_inset CommandInset label
11686 LatexCommand label
11687 name "sub:連結行"
11688
11689 \end_inset
11690
11691
11692 \begin_inset Index idx
11693 status collapsed
11694
11695 \begin_layout Plain Layout
11696 れんけつぎょう@連結行
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \begin_inset Index idx
11703 status collapsed
11704
11705 \begin_layout Plain Layout
11706 ひょう@表 ! れんけつぎょう@連結行
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \end_layout
11713
11714 \begin_layout Standard
11715 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11716 \begin_inset Info
11717 type  "icon"
11718 arg   "inset-modify tabular multirow"
11719 \end_inset
11720
11721 を押すか、メニュー
11722 \family sans
11723 編集\SpecialChar \menuseparator
11724 表\SpecialChar \menuseparator
11725 連結行
11726 \family default
11727 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11728 \family sans
11729 \SpecialChar \menuseparator
11730 連結行
11731 \family default
11732 を選んでください。
11733 \end_layout
11734
11735 \begin_layout Standard
11736 下記は一列目に連結列を適用した表の例です。
11737 \end_layout
11738
11739 \begin_layout Standard
11740 \align center
11741 \begin_inset Tabular
11742 <lyxtabular version="3" rows="3" columns="3">
11743 <features rotate="0" tabularvalignment="middle">
11744 <column alignment="center" valignment="top" width="0pt">
11745 <column alignment="center" valignment="top" width="0">
11746 <column alignment="center" valignment="top" width="0">
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 長いセル項目
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 </row>
11776 <row>
11777 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 連結列
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 <row>
11806 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 </lyxtabular>
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Standard
11842 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11843 \family sans
11844 垂直オフセット
11845 \family default
11846 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11847 \end_layout
11848
11849 \begin_layout Standard
11850 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11851 \end_layout
11852
11853 \begin_layout Standard
11854
11855 \series bold
11856
11857 \backslash
11858 renewcommand{
11859 \backslash
11860 multirowsetup}{
11861 \backslash
11862 centering}
11863 \end_layout
11864
11865 \begin_layout Standard
11866 というコマンドを使用して、コマンド
11867 \series bold
11868
11869 \backslash
11870 multirowsetup
11871 \series default
11872 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11873 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11874 \series bold
11875
11876 \backslash
11877 centering
11878 \series default
11879 の代わりに
11880 \series bold
11881
11882 \backslash
11883 raggedleft
11884 \series default
11885 を使用して下さい。左揃えに戻すには、
11886 \series bold
11887
11888 \backslash
11889 raggedright
11890 \series default
11891 とします。
11892 \end_layout
11893
11894 \begin_layout Standard
11895 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11896 \end_layout
11897
11898 \begin_layout Standard
11899 \noindent
11900 \align center
11901 \begin_inset ERT
11902 status collapsed
11903
11904 \begin_layout Plain Layout
11905
11906
11907 \backslash
11908 renewcommand{
11909 \backslash
11910 multirowsetup}{
11911 \backslash
11912 raggedleft}
11913 \end_layout
11914
11915 \end_inset
11916
11917
11918 \begin_inset Tabular
11919 <lyxtabular version="3" rows="4" columns="3">
11920 <features rotate="0" tabularvalignment="middle">
11921 <column alignment="center" valignment="top" width="3cm">
11922 <column alignment="center" valignment="top" width="0">
11923 <column alignment="center" valignment="top" width="0">
11924 <row>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 長いセル項目
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 </row>
11953 <row>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 </row>
11982 <row>
11983 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 連結列
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 </row>
12011 <row>
12012 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 </row>
12040 </lyxtabular>
12041
12042 \end_inset
12043
12044
12045 \begin_inset ERT
12046 status collapsed
12047
12048 \begin_layout Plain Layout
12049
12050
12051 \backslash
12052 renewcommand{
12053 \backslash
12054 multirowsetup}{
12055 \backslash
12056 raggedright}
12057 \end_layout
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \begin_layout Standard
12065
12066 \lang english
12067 To start a new line in a multirow you can use a forced line break (shortcut
12068  
12069 \begin_inset Info
12070 type  "shortcut"
12071 arg   "newline-insert newline"
12072 \end_inset
12073
12074 ) but this will not respect the cell lines as demonstrated in this table:
12075 \end_layout
12076
12077 \begin_layout Standard
12078 \noindent
12079 \align center
12080
12081 \lang english
12082 \begin_inset Tabular
12083 <lyxtabular version="3" rows="3" columns="2">
12084 <features rotate="0" tabularvalignment="middle">
12085 <column alignment="left" valignment="middle" width="2cm">
12086 <column alignment="center" valignment="top" width="0">
12087 <row>
12088 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092
12093 \lang english
12094 aaa
12095 \begin_inset Newline newline
12096 \end_inset
12097
12098 aaa
12099 \begin_inset Newline newline
12100 \end_inset
12101
12102 wrong cell
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111
12112 \lang english
12113 ccc
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 </row>
12119 <row>
12120 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133
12134 \lang english
12135 ddd
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146
12147 \lang english
12148 bbb
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157
12158 \lang english
12159 eee
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173
12174 \lang english
12175 Therefore be careful with forced line breaks.
12176 \end_layout
12177
12178 \begin_layout Subsection
12179
12180 \lang english
12181 Cells with diagonal line(s)
12182 \end_layout
12183
12184 \begin_layout Standard
12185
12186 \lang english
12187 To tell the reader what is meant by column and row headings in a table,
12188  it is helpful to split the first cell of the table by one or two diagonal
12189  lines.
12190  This can be achieved by loading the LaTeX-package 
12191 \series bold
12192 diagbox
12193 \series default
12194 \lang japanese
12195
12196 \begin_inset Index idx
12197 status collapsed
12198
12199 \begin_layout Plain Layout
12200 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12201 \end_layout
12202
12203 \end_inset
12204
12205
12206 \lang english
12207  in the document preamble.
12208  The package provides the command 
12209 \series bold
12210
12211 \backslash
12212 diagbox
12213 \series default
12214  that is inserted as TeX-Code and that can take 2 or 3
12215 \begin_inset space ~
12216 \end_inset
12217
12218 arguments:
12219 \end_layout
12220
12221 \begin_layout Standard
12222
12223 \series bold
12224 \lang english
12225
12226 \backslash
12227 diagbox[options]{lower left}{upper right}
12228 \end_layout
12229
12230 \begin_layout Standard
12231
12232 \series bold
12233 \lang english
12234
12235 \backslash
12236 diagbox[options]{lower left}{upper left}{upper right}
12237 \end_layout
12238
12239 \begin_layout Standard
12240
12241 \lang english
12242 The first scheme divides the cell by a single diagonal line and the arguments
12243  are placed below and above this line.
12244  The second scheme divides the cell by 2
12245 \begin_inset space ~
12246 \end_inset
12247
12248 lines.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 \begin_inset ERT
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256
12257
12258 \backslash
12259 ifdiagbox
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \begin_inset Note Note
12266 status open
12267
12268 \begin_layout Plain Layout
12269 この節は、LaTeXパッケージ
12270 \series bold
12271 diagbox
12272 \series default
12273 が導入済みの時のみ表示されます。
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \begin_layout Standard
12282
12283 \lang english
12284 Here is an example table where 
12285 \series bold
12286
12287 \backslash
12288 diagbox 
12289 \series default
12290 is used in the 2-argument scheme in the first cell:
12291 \begin_inset VSpace medskip
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Standard
12298 \noindent
12299
12300 \lang english
12301 \begin_inset Tabular
12302 <lyxtabular version="3" rows="4" columns="4">
12303 <features rotate="0" tabularvalignment="middle">
12304 <column alignment="center" valignment="top" width="0">
12305 <column alignment="center" valignment="top" width="0">
12306 <column alignment="center" valignment="top" width="0">
12307 <column alignment="center" valignment="top" width="0">
12308 <row>
12309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313
12314 \lang english
12315 \begin_inset ERT
12316 status collapsed
12317
12318 \begin_layout Plain Layout
12319
12320
12321 \backslash
12322 diagbox{
12323 \end_layout
12324
12325 \end_inset
12326
12327 Name
12328 \begin_inset ERT
12329 status collapsed
12330
12331 \begin_layout Plain Layout
12332
12333 }{
12334 \end_layout
12335
12336 \end_inset
12337
12338 Parameter
12339 \begin_inset ERT
12340 status collapsed
12341
12342 \begin_layout Plain Layout
12343
12344 }
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \end_inset
12353 </cell>
12354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12355 \begin_inset Text
12356
12357 \begin_layout Plain Layout
12358
12359 \lang english
12360 Thickness in nm
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369
12370 \lang english
12371 Transparency in %
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380
12381 \lang english
12382 Hardness in MPa
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 </row>
12388 <row>
12389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Plain Layout
12393
12394 \lang english
12395 Perfect Green
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404
12405 \lang english
12406 45
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Plain Layout
12415
12416 \lang english
12417 80
12418 \end_layout
12419
12420 \end_inset
12421 </cell>
12422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426
12427 \lang english
12428 504
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 </row>
12434 <row>
12435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439
12440 \lang english
12441 Dark Multi-P
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450
12451 \lang english
12452 60
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461
12462 \lang english
12463 72
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472
12473 \lang english
12474 982
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 </row>
12480 <row>
12481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485
12486 \lang english
12487 Crystal Clear Pro
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496
12497 \lang english
12498 18
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507
12508 \lang english
12509 86
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518
12519 \lang english
12520 374
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 </row>
12526 </lyxtabular>
12527
12528 \end_inset
12529
12530
12531 \begin_inset VSpace medskip
12532 \end_inset
12533
12534
12535 \end_layout
12536
12537 \begin_layout Standard
12538
12539 \lang english
12540 The 3-argument scheme is for example useful for cross-tables of sports leagues
12541  or distances:
12542 \end_layout
12543
12544 \begin_layout Standard
12545 \noindent
12546 \align center
12547
12548 \lang english
12549 \begin_inset Tabular
12550 <lyxtabular version="3" rows="4" columns="4">
12551 <features rotate="0" tabularvalignment="middle">
12552 <column alignment="center" valignment="top" width="0pt">
12553 <column alignment="center" valignment="top" width="0">
12554 <column alignment="center" valignment="top" width="0">
12555 <column alignment="center" valignment="top" width="0">
12556 <row>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561
12562 \lang english
12563 \begin_inset ERT
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567
12568
12569 \backslash
12570 diagbox{
12571 \end_layout
12572
12573 \end_inset
12574
12575 Team home
12576 \begin_inset ERT
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580
12581 }{
12582 \end_layout
12583
12584 \end_inset
12585
12586 Result
12587 \begin_inset ERT
12588 status collapsed
12589
12590 \begin_layout Plain Layout
12591
12592 }{
12593 \end_layout
12594
12595 \end_inset
12596
12597 Team away
12598 \begin_inset ERT
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602
12603 }
12604 \end_layout
12605
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617
12618 \lang english
12619 Tigers
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628
12629 \lang english
12630 Panthers
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639
12640 \lang english
12641 Falcons
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row>
12648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652
12653 \lang english
12654 Tigers
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663
12664 \lang english
12665 ---
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674
12675 \lang english
12676 1:3
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685
12686 \lang english
12687 0:1
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 </row>
12693 <row>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698
12699 \lang english
12700 Panthers
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709
12710 \lang english
12711 3:1
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720
12721 \lang english
12722 ---
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731
12732 \lang english
12733 0:0
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 </row>
12739 <row>
12740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744
12745 \lang english
12746 Falcons
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755
12756 \lang english
12757 1:0
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766
12767 \lang english
12768 0:0
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777
12778 \lang english
12779 ---
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 </row>
12785 </lyxtabular>
12786
12787 \end_inset
12788
12789
12790 \end_layout
12791
12792 \begin_layout Standard
12793
12794 \lang english
12795 For larger cross-tables one might use split cells in 2 or every corner of
12796  the table like in this example:
12797 \end_layout
12798
12799 \begin_layout Standard
12800 \noindent
12801 \align center
12802
12803 \lang english
12804 \begin_inset Tabular
12805 <lyxtabular version="3" rows="5" columns="5">
12806 <features rotate="0" tabularvalignment="middle">
12807 <column alignment="center" valignment="top" width="0pt">
12808 <column alignment="center" valignment="top" width="0">
12809 <column alignment="center" valignment="top" width="0">
12810 <column alignment="center" valignment="top" width="0">
12811 <column alignment="center" valignment="top" width="0">
12812 <row>
12813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \lang english
12819 \begin_inset ERT
12820 status open
12821
12822 \begin_layout Plain Layout
12823
12824
12825 \backslash
12826 diagbox{
12827 \end_layout
12828
12829 \end_inset
12830
12831 Team home
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837 }{
12838 \end_layout
12839
12840 \end_inset
12841
12842 Result
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848 }{
12849 \end_layout
12850
12851 \end_inset
12852
12853 Team away
12854 \begin_inset ERT
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858
12859 }
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873
12874 \lang english
12875 Tigers
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884
12885 \lang english
12886 Panthers
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895
12896 \lang english
12897 Falcons
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906
12907 \lang english
12908 \begin_inset ERT
12909 status open
12910
12911 \begin_layout Plain Layout
12912
12913
12914 \backslash
12915 diagbox[dir=NE]{
12916 \end_layout
12917
12918 \end_inset
12919
12920 Team home
12921 \begin_inset ERT
12922 status collapsed
12923
12924 \begin_layout Plain Layout
12925
12926 }{
12927 \end_layout
12928
12929 \end_inset
12930
12931 Result
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937 }{
12938 \end_layout
12939
12940 \end_inset
12941
12942 Team away
12943 \begin_inset ERT
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947
12948 }
12949 \end_layout
12950
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \lang english
12966 Tigers
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Plain Layout
12975
12976 \lang english
12977 ---
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986
12987 \lang english
12988 1:3
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997
12998 \lang english
12999 0:1
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008
13009 \lang english
13010 Tigers
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 </row>
13016 <row>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021
13022 \lang english
13023 Panthers
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032
13033 \lang english
13034 3:1
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043
13044 \lang english
13045 ---
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054
13055 \lang english
13056 0:0
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065
13066 \lang english
13067 Panthers
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 </row>
13073 <row>
13074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078
13079 \lang english
13080 Falcons
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089
13090 \lang english
13091 1:0
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100
13101 \lang english
13102 0:0
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111
13112 \lang english
13113 ---
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122
13123 \lang english
13124 Falcons
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 <row>
13131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135
13136 \lang english
13137 \begin_inset ERT
13138 status open
13139
13140 \begin_layout Plain Layout
13141
13142
13143 \backslash
13144 diagbox[dir=SW]{
13145 \end_layout
13146
13147 \end_inset
13148
13149 Team home
13150 \begin_inset ERT
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154
13155 }{
13156 \end_layout
13157
13158 \end_inset
13159
13160 Result
13161 \begin_inset ERT
13162 status collapsed
13163
13164 \begin_layout Plain Layout
13165
13166 }{
13167 \end_layout
13168
13169 \end_inset
13170
13171 Team away
13172 \begin_inset ERT
13173 status collapsed
13174
13175 \begin_layout Plain Layout
13176
13177 }
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191
13192 \lang english
13193 Tigers
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202
13203 \lang english
13204 Panthers
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213
13214 \lang english
13215 Falcons
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224
13225 \lang english
13226 \begin_inset ERT
13227 status open
13228
13229 \begin_layout Plain Layout
13230
13231
13232 \backslash
13233 diagbox[dir=SE]{
13234 \end_layout
13235
13236 \end_inset
13237
13238 Team home
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244 }{
13245 \end_layout
13246
13247 \end_inset
13248
13249 Result
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255 }{
13256 \end_layout
13257
13258 \end_inset
13259
13260 Team away
13261 \begin_inset ERT
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265
13266 }
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 </row>
13277 </lyxtabular>
13278
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \begin_layout Standard
13285
13286 \lang english
13287 To rotate the diagonal lines, the command option 
13288 \series bold
13289 dir=direction
13290 \series default
13291  is used.
13292  
13293 \emph on
13294 direction
13295 \emph default
13296  is either 
13297 \series bold
13298 NE
13299 \series default
13300
13301 \series bold
13302 DE
13303 \series default
13304
13305 \series bold
13306 SW
13307 \series default
13308  or 
13309 \series bold
13310 NW
13311 \series default
13312  and represent a point of a compass.
13313  
13314 \series bold
13315 SW
13316 \series default
13317  is for example the south-west corner.
13318  Thus in the lower left cell of the above table the command
13319 \end_layout
13320
13321 \begin_layout Standard
13322
13323 \series bold
13324 \lang english
13325
13326 \backslash
13327 diagbox[dir=SW]{Team home}{Result}{Team away}
13328 \end_layout
13329
13330 \begin_layout Standard
13331
13332 \lang english
13333 is used.
13334  If no direction is given, it will be NW.
13335 \end_layout
13336
13337 \begin_layout Standard
13338
13339 \lang english
13340 The necessary width of split cells is automatically calculated.
13341  Thus if you set a fixed column width smaller than the calculated one, the
13342  cell's content will protrude the cell borders:
13343 \end_layout
13344
13345 \begin_layout Standard
13346 \noindent
13347 \align center
13348
13349 \lang english
13350 \begin_inset Tabular
13351 <lyxtabular version="3" rows="2" columns="2">
13352 <features rotate="0" tabularvalignment="middle">
13353 <column alignment="center" valignment="top" width="3cm">
13354 <column alignment="center" valignment="top" width="0">
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \lang english
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 diagbox{
13370 \end_layout
13371
13372 \end_inset
13373
13374 Name
13375 \begin_inset ERT
13376 status collapsed
13377
13378 \begin_layout Plain Layout
13379
13380 }{
13381 \end_layout
13382
13383 \end_inset
13384
13385 Parameter
13386 \begin_inset ERT
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390
13391 }
13392 \end_layout
13393
13394 \end_inset
13395
13396
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405
13406 \lang english
13407 Thickness in nm
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 </row>
13413 <row>
13414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418
13419 \lang english
13420 Perfect Green
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429
13430 \lang english
13431 45
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 </row>
13437 </lyxtabular>
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445
13446 \lang english
13447 If you need a certain width for columns with a split cell, use the command
13448  option 
13449 \series bold
13450 width=3cm
13451 \series default
13452  (replace '3cm' by the width you need).
13453  In the following table the width of the first column is set to 4
13454 \begin_inset space \thinspace{}
13455 \end_inset
13456
13457 cm.
13458  For 
13459 \series bold
13460
13461 \backslash
13462 diagbox
13463 \series default
13464  a width of 4
13465 \begin_inset space \thinspace{}
13466 \end_inset
13467
13468 cm + 2
13469 \begin_inset space \thinspace{}
13470 \end_inset
13471
13472
13473 \backslash
13474 tabcolsep is necessary because the overall width is the width for the text
13475  (in this case the 4
13476 \begin_inset space \thinspace{}
13477 \end_inset
13478
13479 cm) plus two times the separation of the text and the cell border.
13480  The calculation of the width cannot be done in the command option of 
13481 \series bold
13482
13483 \backslash
13484 diagbox
13485 \series default
13486  so one needs to create a new length which can be used later.
13487  This is done with the TeX-Code commands
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \series bold
13493
13494 \backslash
13495 newlength{
13496 \backslash
13497 diagtest}
13498 \begin_inset Newline newline
13499 \end_inset
13500
13501
13502 \backslash
13503 setlength{
13504 \backslash
13505 diagtest}{4cm+2
13506 \backslash
13507 tabcolsep}
13508 \end_layout
13509
13510 \begin_layout Standard
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516
13517 \backslash
13518 newlength{
13519 \backslash
13520 diagtest}
13521 \end_layout
13522
13523 \begin_layout Plain Layout
13524
13525
13526 \backslash
13527 setlength{
13528 \backslash
13529 diagtest}{4cm+2
13530 \backslash
13531 tabcolsep}
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \begin_layout Standard
13540
13541 \lang english
13542 To enable calculations in LaTeX one needs to load the package 
13543 \series bold
13544 calc
13545 \series default
13546 \lang japanese
13547
13548 \begin_inset Index idx
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13553 \end_layout
13554
13555 \end_inset
13556
13557
13558 \lang english
13559  in the document preamble.
13560 \end_layout
13561
13562 \begin_layout Standard
13563
13564 \lang english
13565 In this table you can now use the command
13566 \end_layout
13567
13568 \begin_layout Standard
13569
13570 \series bold
13571 \lang english
13572
13573 \backslash
13574 diagbox[width=
13575 \backslash
13576 diagtest]{A}{B}
13577 \end_layout
13578
13579 \begin_layout Standard
13580
13581 \lang english
13582 in the first cell:
13583 \end_layout
13584
13585 \begin_layout Standard
13586 \noindent
13587 \align center
13588
13589 \lang english
13590 \begin_inset Tabular
13591 <lyxtabular version="3" rows="2" columns="2">
13592 <features rotate="0" tabularvalignment="middle">
13593 <column alignment="center" valignment="top" width="4cm">
13594 <column alignment="center" valignment="top" width="0">
13595 <row>
13596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600
13601 \lang english
13602 \begin_inset ERT
13603 status open
13604
13605 \begin_layout Plain Layout
13606
13607
13608 \backslash
13609 diagbox[width=
13610 \backslash
13611 diagtest]{
13612 \end_layout
13613
13614 \end_inset
13615
13616 A
13617 \begin_inset ERT
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621
13622 }{
13623 \end_layout
13624
13625 \end_inset
13626
13627 B
13628 \begin_inset ERT
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632
13633 }
13634 \end_layout
13635
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647
13648 \lang english
13649 Thickness in nm
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 </row>
13655 <row>
13656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660
13661 \lang english
13662 Perfect Green
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671
13672 \lang english
13673 45
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 </row>
13679 </lyxtabular>
13680
13681 \end_inset
13682
13683
13684 \end_layout
13685
13686 \begin_layout Standard
13687
13688 \lang english
13689 Note that the split cell needs to be the widest one in the column.
13690  Otherwise the length of the diagonal line cannot be calculated correctly
13691  like in this table:
13692 \end_layout
13693
13694 \begin_layout Standard
13695 \noindent
13696 \align center
13697
13698 \lang english
13699 \begin_inset Tabular
13700 <lyxtabular version="3" rows="2" columns="2">
13701 <features rotate="0" tabularvalignment="middle">
13702 <column alignment="center" valignment="top" width="0pt">
13703 <column alignment="center" valignment="top" width="0">
13704 <row>
13705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709
13710 \lang english
13711 \begin_inset ERT
13712 status collapsed
13713
13714 \begin_layout Plain Layout
13715
13716
13717 \backslash
13718 diagbox{
13719 \end_layout
13720
13721 \end_inset
13722
13723 A
13724 \begin_inset ERT
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728
13729 }{
13730 \end_layout
13731
13732 \end_inset
13733
13734 B
13735 \begin_inset ERT
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739
13740 }
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \lang english
13756 Thickness in nm
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 </row>
13762 <row>
13763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767
13768 \lang english
13769 Perfect Green
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778
13779 \lang english
13780 45
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 </row>
13786 </lyxtabular>
13787
13788 \end_inset
13789
13790
13791 \end_layout
13792
13793 \begin_layout Standard
13794
13795 \lang english
13796 In this case use the 
13797 \series bold
13798 width
13799 \series default
13800  option of the 
13801 \series bold
13802
13803 \backslash
13804 diagbox
13805 \series default
13806  command.
13807  It is then not necessary to add 2
13808 \backslash
13809 tabcolsep because the cell width is now the width of the column.
13810  In this table a width of 3
13811 \begin_inset space \thinspace{}
13812 \end_inset
13813
13814 cm is used:
13815 \end_layout
13816
13817 \begin_layout Standard
13818 \noindent
13819 \align center
13820
13821 \lang english
13822 \begin_inset Tabular
13823 <lyxtabular version="3" rows="2" columns="2">
13824 <features rotate="0" tabularvalignment="middle">
13825 <column alignment="center" valignment="top" width="0pt">
13826 <column alignment="center" valignment="top" width="0">
13827 <row>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832
13833 \lang english
13834 \begin_inset ERT
13835 status open
13836
13837 \begin_layout Plain Layout
13838
13839
13840 \backslash
13841 diagbox[width=3cm]{
13842 \end_layout
13843
13844 \end_inset
13845
13846 A
13847 \begin_inset ERT
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851
13852 }{
13853 \end_layout
13854
13855 \end_inset
13856
13857 B
13858 \begin_inset ERT
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862
13863 }
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877
13878 \lang english
13879 Thickness in nm
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 </row>
13885 <row>
13886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890
13891 \lang english
13892 Perfect Green
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901
13902 \lang english
13903 45
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 </lyxtabular>
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \begin_layout Standard
13917
13918 \lang english
13919 For multiple text lines in split cells one needs some extra height to fit
13920  the text to the cell.
13921  This can be achieved with the 
13922 \series bold
13923
13924 \backslash
13925 diagbox
13926 \series default
13927  option 
13928 \series bold
13929 height=3cm
13930 \series default
13931  (replace '3cm' by the height you need).
13932  In the following table the command
13933 \end_layout
13934
13935 \begin_layout Standard
13936
13937 \series bold
13938 \lang english
13939
13940 \backslash
13941 diagbox[width=3cm,height=1.4cm]{A
13942 \backslash
13943
13944 \backslash
13945 B}{C
13946 \backslash
13947
13948 \backslash
13949 D}
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \lang english
13955 is used in the first cell.
13956  The command 
13957 \series bold
13958
13959 \backslash
13960
13961 \backslash
13962
13963 \series default
13964  creates hereby the line break.
13965 \begin_inset Foot
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969
13970 \lang english
13971 Breaking lines with 
13972 \family sans
13973 Ctrl+Return
13974 \family default
13975  is only possible when the column has a fixed width.
13976 \end_layout
13977
13978 \end_inset
13979
13980
13981 \end_layout
13982
13983 \begin_layout Standard
13984 \noindent
13985 \align center
13986
13987 \lang english
13988 \begin_inset Tabular
13989 <lyxtabular version="3" rows="2" columns="2">
13990 <features rotate="0" tabularvalignment="middle">
13991 <column alignment="center" valignment="top" width="0">
13992 <column alignment="center" valignment="top" width="0">
13993 <row>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998
13999 \lang english
14000 \begin_inset ERT
14001 status open
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 diagbox[width=3cm,height=1.4cm]{
14008 \end_layout
14009
14010 \end_inset
14011
14012 A
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018
14019 \backslash
14020
14021 \backslash
14022
14023 \end_layout
14024
14025 \end_inset
14026
14027 B
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }{
14034 \end_layout
14035
14036 \end_inset
14037
14038 C
14039 \begin_inset ERT
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043
14044
14045 \backslash
14046
14047 \backslash
14048
14049 \end_layout
14050
14051 \end_inset
14052
14053 D
14054 \begin_inset ERT
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058
14059 }
14060 \end_layout
14061
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073
14074 \lang english
14075 Thickness in nm
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 <row>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086
14087 \lang english
14088 Perfect Green
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097
14098 \lang english
14099 45
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 </row>
14105 </lyxtabular>
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \begin_layout Standard
14113 \begin_inset ERT
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117
14118
14119 \backslash
14120 else
14121 \end_layout
14122
14123 \end_inset
14124
14125
14126 \begin_inset Note Note
14127 status open
14128
14129 \begin_layout Plain Layout
14130 以下は、LaTeXパッケージ
14131 \series bold
14132 diagbox
14133 \series default
14134 が導入済みでないときに表示されます。
14135 \end_layout
14136
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \begin_layout Standard
14143 本節の内容を出力に表示するためには、
14144 \series bold
14145 diagbox
14146 \series default
14147 パッケージを導入しなくてはなりません。
14148 \end_layout
14149
14150 \begin_layout Standard
14151 \begin_inset ERT
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155
14156
14157 \backslash
14158 fi
14159 \end_layout
14160
14161 \end_inset
14162
14163
14164 \end_layout
14165
14166 \begin_layout Standard
14167
14168 \lang english
14169 For more info about the LaTeX-package 
14170 \series bold
14171 diagbox
14172 \series default
14173 , see its documentation
14174 \lang japanese
14175
14176 \begin_inset CommandInset citation
14177 LatexCommand cite
14178 key "diagbox"
14179
14180 \end_inset
14181
14182 .
14183 \end_layout
14184
14185 \begin_layout Section
14186 フォーマル形式の表
14187 \begin_inset CommandInset label
14188 LatexCommand label
14189 name "sec:フォーマル形式の表"
14190
14191 \end_inset
14192
14193
14194 \begin_inset Index idx
14195 status collapsed
14196
14197 \begin_layout Plain Layout
14198 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14199 \end_layout
14200
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \begin_layout Standard
14207 書籍中の表は、よく表
14208 \begin_inset CommandInset ref
14209 LatexCommand ref
14210 reference "tab:ブックタブ表の例"
14211
14212 \end_inset
14213
14214 のように組版されます。この種の表は、「
14215 \emph on
14216 フォーマル形式
14217 \emph default
14218 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14219 \end_layout
14220
14221 \begin_layout Standard
14222 \begin_inset Float table
14223 placement h
14224 wide false
14225 sideways false
14226 status open
14227
14228 \begin_layout Plain Layout
14229 \begin_inset Caption Standard
14230
14231 \begin_layout Plain Layout
14232 \begin_inset CommandInset label
14233 LatexCommand label
14234 name "tab:ブックタブ表の例"
14235
14236 \end_inset
14237
14238 ブックタブ表の例
14239 \end_layout
14240
14241 \end_inset
14242
14243
14244 \end_layout
14245
14246 \begin_layout Plain Layout
14247 \align center
14248 \begin_inset Tabular
14249 <lyxtabular version="3" rows="8" columns="4">
14250 <features rotate="0" booktabs="true" tabularvalignment="middle">
14251 <column alignment="center" valignment="top" width="0">
14252 <column alignment="center" valignment="top" width="0">
14253 <column alignment="center" valignment="top" width="0">
14254 <column alignment="center" valignment="top" width="0">
14255 <row>
14256 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 システム
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 Medipix
14270 \begin_inset space \thinspace{}
14271 \end_inset
14272
14273 1
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 Medipix
14283 \begin_inset space \thinspace{}
14284 \end_inset
14285
14286 2
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 </row>
14301 <row>
14302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 \begin_inset ERT
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310
14311
14312 \backslash
14313 cmidrule(r){2-2}
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324
14325 \backslash
14326 cmidrule(l){3-4}
14327 \end_layout
14328
14329 \end_inset
14330
14331 検知器の厚み [µm]
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 300
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 300
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 700
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 <row>
14365 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 エッジ角 [°]
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 3.55
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 <cell alignment="center" valignment="top" topline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 2.71
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 7.99
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 </row>
14402 <row topspace="default">
14403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 空間分解能 [µm]
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 4.26
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 <cell alignment="center" valignment="top" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425 10.17
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 10.56
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 </row>
14440 <row topspace="default">
14441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 \begin_inset Formula $f_{\mathrm{max}}$
14446 \end_inset
14447
14448 におけるMTF
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 0.53
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 0.37
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell alignment="center" valignment="top" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 0.39
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 </row>
14481 <row topspace="default">
14482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 \begin_inset ERT
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490
14491
14492 \backslash
14493 cmidrule(l{10pt}){1-1}
14494 \end_layout
14495
14496 \end_inset
14497
14498 LSF空間分解能
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 <cell alignment="center" valignment="top" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 <cell alignment="center" valignment="top" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 </row>
14531 <row>
14532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 µm表示
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 129.7
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 52.75
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 50.78
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 </row>
14569 <row>
14570 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 ピクセルサイズに対する%表示
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 76.3
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 95.9
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 92.3
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 </lyxtabular>
14608
14609 \end_inset
14610
14611
14612 \end_layout
14613
14614 \end_inset
14615
14616
14617 \end_layout
14618
14619 \begin_layout Standard
14620 表中の行に余白を加えるには、第
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sub:行の余白取り"
14624
14625 \end_inset
14626
14627 節に述べられているように、表の設定ダイアログの
14628 \family sans
14629 罫線
14630 \family default
14631 タブを使用します。
14632 \end_layout
14633
14634 \begin_layout Standard
14635 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14636 \begin_inset Newline newline
14637 \end_inset
14638
14639 最初と最後の表罫線の既定幅は0.08
14640 \begin_inset space \thinspace{}
14641 \end_inset
14642
14643 emですが、他の罫線の既定幅は0.05
14644 \begin_inset space \thinspace{}
14645 \end_inset
14646
14647 emです。
14648 \end_layout
14649
14650 \begin_layout Standard
14651 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14652 \end_layout
14653
14654 \begin_layout Standard
14655
14656 \series bold
14657
14658 \backslash
14659 let
14660 \backslash
14661 mytoprule
14662 \backslash
14663 toprule
14664 \begin_inset Newline newline
14665 \end_inset
14666
14667
14668 \backslash
14669 renewcommand{
14670 \backslash
14671 toprule}{
14672 \backslash
14673 mytoprule[幅]}
14674 \end_layout
14675
14676 \begin_layout Standard
14677 上の例は、
14678 \series bold
14679 toprule
14680 \series default
14681 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14682 \series bold
14683 toprule
14684 \series default
14685
14686 \series bold
14687 bottomrule
14688 \series default
14689 に置き換えて下さい。他の罫線の線幅を変更するには、
14690 \series bold
14691 toprule
14692 \series default
14693
14694 \series bold
14695 midrule
14696 \series default
14697 に置き換えます。線幅を設定する上では、付録
14698 \begin_inset CommandInset ref
14699 LatexCommand ref
14700 reference "cha:LyXで使用できる単位"
14701
14702 \end_inset
14703
14704 に挙げてあるすべての単位を使用することができます。
14705 \end_layout
14706
14707 \begin_layout Standard
14708 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14709 \series bold
14710
14711 \backslash
14712 cmidrule
14713 \series default
14714 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14715 \end_layout
14716
14717 \begin_layout Standard
14718
14719 \series bold
14720
14721 \backslash
14722 cmidrule[幅](刈込){開始列-終了列}
14723 \end_layout
14724
14725 \begin_layout Standard
14726 です。
14727 \series bold
14728
14729 \backslash
14730 cmidrule
14731 \series default
14732 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14733 \series bold
14734
14735 \backslash
14736 cmidrule
14737 \series default
14738 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14739
14740 \end_layout
14741
14742 \begin_layout Standard
14743 この線幅の既定値は0.03
14744 \begin_inset space \thinspace{}
14745 \end_inset
14746
14747 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14748 。非必須パラメーターの「刈込」は、
14749 \emph on
14750 l{刈込幅}
14751 \emph default
14752 あるいは
14753 \emph on
14754 r{刈込幅}
14755 \emph default
14756 の値を取り、刈込幅の指定は非必須です。たとえば、
14757 \emph on
14758 l{2pt}
14759 \emph default
14760 というパラメーターを使うと、罫線が左端から2
14761 \begin_inset space \thinspace{}
14762 \end_inset
14763
14764 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14765 \begin_inset space \thinspace{}
14766 \end_inset
14767
14768 emだけ刈り込まれます。
14769 \end_layout
14770
14771 \begin_layout Standard
14772 \begin_inset VSpace bigskip
14773 \end_inset
14774
14775
14776 \begin_inset CommandInset ref
14777 LatexCommand ref
14778 reference "tab:ブックタブ表の例"
14779
14780 \end_inset
14781
14782 は、
14783 \end_layout
14784
14785 \begin_layout Standard
14786
14787 \series bold
14788
14789 \backslash
14790 cmidrule(r){2-2}
14791 \backslash
14792 cmidrule(l){3-4}
14793 \end_layout
14794
14795 \begin_layout Standard
14796 というコマンドを第二行の初めに使用し、
14797 \end_layout
14798
14799 \begin_layout Standard
14800
14801 \series bold
14802
14803 \backslash
14804 cmidrule(l{10pt}){1-1}
14805 \end_layout
14806
14807 \begin_layout Standard
14808 を第六行に使用して作成されています。
14809 \end_layout
14810
14811 \begin_layout Standard
14812 \begin_inset VSpace bigskip
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 ときには、表
14820 \begin_inset CommandInset ref
14821 LatexCommand ref
14822 reference "tab:特殊なブックタブ表"
14823
14824 \end_inset
14825
14826 のような重なり合った
14827 \series bold
14828
14829 \backslash
14830 cmidrule
14831 \series default
14832 が欲しいことがあるかもしれません。これは、TeXコードで
14833 \end_layout
14834
14835 \begin_layout Standard
14836
14837 \series bold
14838
14839 \backslash
14840 morecmidrules
14841 \end_layout
14842
14843 \begin_layout Standard
14844 コマンドを使用することによって実現することができます。表
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "tab:特殊なブックタブ表"
14848
14849 \end_inset
14850
14851 の第二列には
14852 \end_layout
14853
14854 \begin_layout Standard
14855
14856 \series bold
14857
14858 \backslash
14859 cmidrule(r){2-2}
14860 \backslash
14861 cmidrule(l){3-4}
14862 \backslash
14863 morecmidrules
14864 \backslash
14865 cmidrule{2-4}
14866 \end_layout
14867
14868 \begin_layout Standard
14869 というコマンドが使用されており、第六列には
14870 \end_layout
14871
14872 \begin_layout Standard
14873
14874 \series bold
14875
14876 \backslash
14877 midrule
14878 \backslash
14879 morecmidrules
14880 \backslash
14881 cmidrule{3-4}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 というコマンドが使用されています。
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset VSpace bigskip
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Standard
14896 罫線の余白取りにどうしても満足が行かない場合には、
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \series bold
14902
14903 \backslash
14904 specialrule{幅}{上余白}{下余白}
14905 \end_layout
14906
14907 \begin_layout Standard
14908 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14909 \series bold
14910 booktabs
14911 \series default
14912  
14913 \begin_inset CommandInset citation
14914 LatexCommand cite
14915 key "booktabs"
14916
14917 \end_inset
14918
14919
14920 \begin_inset Index idx
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14925 \end_layout
14926
14927 \end_inset
14928
14929 の取扱説明書をご参照下さい。
14930 \end_layout
14931
14932 \begin_layout Standard
14933 \begin_inset Float table
14934 placement h
14935 wide false
14936 sideways false
14937 status open
14938
14939 \begin_layout Plain Layout
14940 \begin_inset Caption Standard
14941
14942 \begin_layout Plain Layout
14943 \begin_inset CommandInset label
14944 LatexCommand label
14945 name "tab:特殊なブックタブ表"
14946
14947 \end_inset
14948
14949 特殊なブックタブ表
14950 \end_layout
14951
14952 \end_inset
14953
14954
14955 \end_layout
14956
14957 \begin_layout Plain Layout
14958 \align center
14959 \begin_inset Tabular
14960 <lyxtabular version="3" rows="8" columns="4">
14961 <features rotate="0" booktabs="true" tabularvalignment="middle">
14962 <column alignment="center" valignment="top" width="0">
14963 <column alignment="center" valignment="top" width="0">
14964 <column alignment="center" valignment="top" width="0">
14965 <column alignment="center" valignment="top" width="0">
14966 <row>
14967 <cell alignment="center" valignment="top" topline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 システム
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" topline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 Medipix
14981 \begin_inset space \thinspace{}
14982 \end_inset
14983
14984 1
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 Medipix
14994 \begin_inset space \thinspace{}
14995 \end_inset
14996
14997 2
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset ERT
15018 status collapsed
15019
15020 \begin_layout Plain Layout
15021
15022
15023 \backslash
15024 cmidrule(r){2-2}
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \begin_inset ERT
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034
15035
15036 \backslash
15037 cmidrule(l){3-4}
15038 \end_layout
15039
15040 \end_inset
15041
15042
15043 \begin_inset ERT
15044 status collapsed
15045
15046 \begin_layout Plain Layout
15047
15048
15049 \backslash
15050 morecmidrules 
15051 \end_layout
15052
15053 \end_inset
15054
15055
15056 \begin_inset ERT
15057 status collapsed
15058
15059 \begin_layout Plain Layout
15060
15061
15062 \backslash
15063 cmidrule{2-4}
15064 \end_layout
15065
15066 \end_inset
15067
15068 検知器の厚み [µm]
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 300
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 300
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 700
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 <row>
15102 <cell alignment="center" valignment="top" topline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 エッジ角 [°]
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 3.55
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 2.71
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 7.99
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row topspace="default">
15140 <cell alignment="center" valignment="top" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 空間分解能 [µm]
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 4.26
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 10.17
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 10.56
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 <row topspace="default">
15178 <cell alignment="center" valignment="top" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 \begin_inset Formula $f_{\mathrm{max}}$
15183 \end_inset
15184
15185 におけるMTF
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 0.53
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 0.37
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 0.39
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset ERT
15224 status collapsed
15225
15226 \begin_layout Plain Layout
15227
15228
15229 \backslash
15230 morecmidrules 
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \begin_inset ERT
15237 status collapsed
15238
15239 \begin_layout Plain Layout
15240
15241
15242 \backslash
15243 cmidrule{3-4}
15244 \end_layout
15245
15246 \end_inset
15247
15248 LSF空間分解能
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" topline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 µm表示
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 129.7
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 52.75
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 50.78
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row>
15320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 ピクセルサイズに対する%表示
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 76.3
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 95.9
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 92.3
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 </lyxtabular>
15358
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \begin_layout Section
15370 表の垂直揃え
15371 \begin_inset Index idx
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375 ひょう@表 ! そろえ@揃え
15376 \end_layout
15377
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \begin_layout Standard
15384 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15385 \begin_inset CommandInset ref
15386 LatexCommand ref
15387 reference "sec:ボックスダイアログ"
15388
15389 \end_inset
15390
15391 節に述べられているように、ボックスの垂直揃えを行います。
15392 \end_layout
15393
15394 \begin_layout Standard
15395 以下の例では、各表は15
15396 \begin_inset space \thinspace{}
15397 \end_inset
15398
15399 列幅%を持つminipage
15400 \begin_inset Foot
15401 status collapsed
15402
15403 \begin_layout Plain Layout
15404 minipageは第
15405 \begin_inset CommandInset ref
15406 LatexCommand ref
15407 reference "sec:ミニページ"
15408
15409 \end_inset
15410
15411 節で説明されています。
15412 \end_layout
15413
15414 \end_inset
15415
15416 ボックスの中に入れてあります。
15417 \end_layout
15418
15419 \begin_layout Itemize
15420 動作試験 
15421 \begin_inset Box Frameless
15422 position "t"
15423 hor_pos "c"
15424 has_inner_box 1
15425 inner_pos "c"
15426 use_parbox 0
15427 use_makebox 0
15428 width "15col%"
15429 special "none"
15430 height "1in"
15431 height_special "totalheight"
15432 status collapsed
15433
15434 \begin_layout Plain Layout
15435 \begin_inset Tabular
15436 <lyxtabular version="3" rows="3" columns="3">
15437 <features rotate="0" tabularvalignment="middle">
15438 <column alignment="center" valignment="top" width="0">
15439 <column alignment="center" valignment="top" width="0">
15440 <column alignment="center" valignment="top" width="0">
15441 <row>
15442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 <row>
15500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 </lyxtabular>
15529
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \end_inset
15536
15537  動作試験 
15538 \begin_inset ERT
15539 status collapsed
15540
15541 \begin_layout Plain Layout
15542
15543
15544 \backslash
15545 raisebox{0.85
15546 \backslash
15547 baselineskip}{
15548 \end_layout
15549
15550 \end_inset
15551
15552
15553 \begin_inset Box Frameless
15554 position "t"
15555 hor_pos "c"
15556 has_inner_box 1
15557 inner_pos "c"
15558 use_parbox 0
15559 use_makebox 0
15560 width "15col%"
15561 special "none"
15562 height "1in"
15563 height_special "totalheight"
15564 status collapsed
15565
15566 \begin_layout Plain Layout
15567 \begin_inset Tabular
15568 <lyxtabular version="3" rows="3" columns="3">
15569 <features rotate="0" tabularvalignment="middle">
15570 <column alignment="center" valignment="top" width="0">
15571 <column alignment="center" valignment="top" width="0">
15572 <column alignment="center" valignment="top" width="0">
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 <row>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 <row>
15632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 </row>
15660 </lyxtabular>
15661
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \begin_inset ERT
15671 status collapsed
15672
15673 \begin_layout Plain Layout
15674
15675 }
15676 \end_layout
15677
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \begin_layout Itemize
15684 動作試験 
15685 \begin_inset Box Frameless
15686 position "c"
15687 hor_pos "c"
15688 has_inner_box 1
15689 inner_pos "c"
15690 use_parbox 0
15691 use_makebox 0
15692 width "15col%"
15693 special "none"
15694 height "1in"
15695 height_special "totalheight"
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699 \begin_inset Tabular
15700 <lyxtabular version="3" rows="3" columns="3">
15701 <features rotate="0" tabularvalignment="middle">
15702 <column alignment="center" valignment="top" width="0">
15703 <column alignment="center" valignment="top" width="0">
15704 <column alignment="center" valignment="top" width="0">
15705 <row>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 <row>
15735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 </row>
15763 <row>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 </lyxtabular>
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \begin_layout Itemize
15805 動作試験 
15806 \begin_inset Box Frameless
15807 position "b"
15808 hor_pos "c"
15809 has_inner_box 1
15810 inner_pos "c"
15811 use_parbox 0
15812 use_makebox 0
15813 width "15col%"
15814 special "none"
15815 height "1in"
15816 height_special "totalheight"
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Tabular
15821 <lyxtabular version="3" rows="3" columns="3">
15822 <features rotate="0" tabularvalignment="middle">
15823 <column alignment="center" valignment="top" width="0">
15824 <column alignment="center" valignment="top" width="0">
15825 <column alignment="center" valignment="top" width="0">
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 <row>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 </row>
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 </row>
15913 </lyxtabular>
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \end_inset
15921
15922  動作試験 
15923 \begin_inset ERT
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927
15928
15929 \backslash
15930 raisebox{-0.32
15931 \backslash
15932 baselineskip}{
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \begin_inset Box Frameless
15939 position "b"
15940 hor_pos "c"
15941 has_inner_box 1
15942 inner_pos "c"
15943 use_parbox 0
15944 use_makebox 0
15945 width "15col%"
15946 special "none"
15947 height "1in"
15948 height_special "totalheight"
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 \begin_inset Tabular
15953 <lyxtabular version="3" rows="3" columns="3">
15954 <features rotate="0" tabularvalignment="middle">
15955 <column alignment="center" valignment="top" width="0">
15956 <column alignment="center" valignment="top" width="0">
15957 <column alignment="center" valignment="top" width="0">
15958 <row>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 <row>
16017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 </lyxtabular>
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \begin_inset ERT
16056 status collapsed
16057
16058 \begin_layout Plain Layout
16059
16060 }
16061 \end_layout
16062
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \begin_layout Standard
16069 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16070 \begin_inset Foot
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074 raiseboxは、第
16075 \begin_inset CommandInset ref
16076 LatexCommand ref
16077 reference "sub:垂直揃え"
16078
16079 \end_inset
16080
16081 節で説明されています。
16082 \end_layout
16083
16084 \end_inset
16085
16086 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16087 \end_layout
16088
16089 \begin_layout Standard
16090
16091 \series bold
16092
16093 \backslash
16094 raisebox{0.85
16095 \backslash
16096 baselineskip}{
16097 \end_layout
16098
16099 \begin_layout Standard
16100 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16101 \series bold
16102 }
16103 \series default
16104 をTeXコードとして挿入してあります。最後の項目の第二表には、
16105 \end_layout
16106
16107 \begin_layout Standard
16108
16109 \series bold
16110
16111 \backslash
16112 raisebox{-0.32
16113 \backslash
16114 baselineskip}{
16115 \end_layout
16116
16117 \begin_layout Standard
16118 というコマンドを使用しています。
16119 \end_layout
16120
16121 \begin_layout Standard
16122 \begin_inset Note Greyedout
16123 status open
16124
16125 \begin_layout Plain Layout
16126
16127 \series bold
16128 【註】
16129 \series default
16130 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16131 \series bold
16132
16133 \backslash
16134 raisebox
16135 \series default
16136 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16137 \end_layout
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \begin_layout Section
16145 色付きの表
16146 \begin_inset CommandInset label
16147 LatexCommand label
16148 name "sec:色付きの表"
16149
16150 \end_inset
16151
16152
16153 \begin_inset Index idx
16154 status collapsed
16155
16156 \begin_layout Plain Layout
16157 ひょう@表 ! いろつき@色付き
16158 \end_layout
16159
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \begin_layout Subsection
16166 色付きのセル
16167 \begin_inset Index idx
16168 status collapsed
16169
16170 \begin_layout Plain Layout
16171 ひょうのいろ@表の色 ! せるぶ@セル部
16172 \end_layout
16173
16174 \end_inset
16175
16176
16177 \begin_inset Index idx
16178 status collapsed
16179
16180 \begin_layout Plain Layout
16181 いろつき@色付き ! ひょうせるぶ@表セル部
16182 \end_layout
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \begin_layout Standard
16190 \begin_inset Float table
16191 placement h
16192 wide false
16193 sideways false
16194 status open
16195
16196 \begin_layout Plain Layout
16197 \begin_inset Caption Standard
16198
16199 \begin_layout Plain Layout
16200 \begin_inset CommandInset label
16201 LatexCommand label
16202 name "tab:colortblなしの表"
16203
16204 \end_inset
16205
16206
16207 \series bold
16208 colortbl
16209 \series default
16210 パッケージを使用しない色付き表
16211 \begin_inset Argument 1
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 colortblなしの表
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Plain Layout
16229 \align center
16230 \begin_inset Tabular
16231 <lyxtabular version="3" rows="3" columns="3">
16232 <features rotate="0" tabularvalignment="middle">
16233 <column alignment="center" valignment="top" width="0">
16234 <column alignment="center" valignment="top" width="0">
16235 <column alignment="center" valignment="top" width="0">
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241
16242 \color green
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252
16253 \color red
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \color red
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \color green
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \color blue
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \color blue
16300
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 </row>
16306 <row>
16307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311
16312 \color green
16313
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322
16323 \color blue
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \color blue
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 </lyxtabular>
16342
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \begin_layout Standard
16354 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16355 \family sans
16356 編集\SpecialChar \menuseparator
16357 文字様式
16358 \family default
16359 メニューで色を選んでください。表
16360 \begin_inset CommandInset ref
16361 LatexCommand ref
16362 reference "tab:colortblなしの表"
16363
16364 \end_inset
16365
16366 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16367 \series bold
16368 colortbl
16369 \series default
16370
16371 \begin_inset Index idx
16372 status collapsed
16373
16374 \begin_layout Plain Layout
16375 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16376 \end_layout
16377
16378 \end_inset
16379
16380 を使用しなくてはなりません。
16381 \end_layout
16382
16383 \begin_layout Standard
16384 \begin_inset ERT
16385 status collapsed
16386
16387 \begin_layout Plain Layout
16388
16389
16390 \backslash
16391 ifcolortbl
16392 \end_layout
16393
16394 \end_inset
16395
16396
16397 \begin_inset Note Note
16398 status open
16399
16400 \begin_layout Plain Layout
16401 本節の以下の部分は、LaTeXパッケージ
16402 \series bold
16403 colortbl
16404 \series default
16405 が導入済みのときのみ表示されます。
16406 \end_layout
16407
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \begin_layout Standard
16414 色付きの表を作成するには、プリアンブルに
16415 \end_layout
16416
16417 \begin_layout Standard
16418
16419 \series bold
16420
16421 \backslash
16422 usepackage{colortbl}
16423 \end_layout
16424
16425 \begin_layout Standard
16426 という行を書いて
16427 \series bold
16428 colortbl
16429 \series default
16430 を読み込まなくてはなりません。列の色は、
16431 \series bold
16432 >{ }
16433 \series default
16434 コマンドの中に
16435 \end_layout
16436
16437 \begin_layout Standard
16438
16439 \series bold
16440
16441 \backslash
16442 columncolor{色彩名}
16443 \end_layout
16444
16445 \begin_layout Standard
16446 というコマンドを書いて指定することができます。
16447 \series bold
16448 >{}
16449 \series default
16450 コマンドに関する詳細は、第
16451 \begin_inset CommandInset ref
16452 LatexCommand ref
16453 reference "sub:連結列の計算"
16454
16455 \end_inset
16456
16457 節に述べられています。
16458 \end_layout
16459
16460 \begin_layout Standard
16461 以下の色彩名が事前に定義されています。
16462 \end_layout
16463
16464 \begin_layout Standard
16465
16466 \family sans
16467 red
16468 \family default
16469
16470 \family sans
16471 green
16472 \family default
16473
16474 \family sans
16475 yellow
16476 \family default
16477
16478 \family sans
16479 blue
16480 \family default
16481
16482 \family sans
16483 cyan
16484 \family default
16485
16486 \family sans
16487 magenta
16488 \family default
16489
16490 \family sans
16491 black
16492 \family default
16493
16494 \family sans
16495 white
16496 \end_layout
16497
16498 \begin_layout Standard
16499 \begin_inset VSpace medskip
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \begin_layout Standard
16506
16507 \lang english
16508 If you add the options
16509 \end_layout
16510
16511 \begin_layout Standard
16512
16513 \series bold
16514 usenames,dvipsnames
16515 \end_layout
16516
16517 \begin_layout Standard
16518
16519 \lang english
16520 to the document class options in the document settings, you can additionally
16521  use further 61
16522 \begin_inset space ~
16523 \end_inset
16524
16525 colors.
16526  These colors are listed in appendix
16527 \begin_inset space ~
16528 \end_inset
16529
16530
16531 \begin_inset CommandInset ref
16532 LatexCommand ref
16533 reference "chap:List-of-dvips-colornames"
16534
16535 \end_inset
16536
16537 .
16538  One of these colors, 
16539 \family sans
16540 Maroon
16541 \family default
16542 , is used as example in Table
16543 \lang japanese
16544
16545 \begin_inset space ~
16546 \end_inset
16547
16548
16549 \begin_inset CommandInset ref
16550 LatexCommand ref
16551 reference "tab:色付き表"
16552
16553 \end_inset
16554
16555 .
16556 \end_layout
16557
16558 \begin_layout Standard
16559 \begin_inset VSpace medskip
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \begin_layout Standard
16566 また
16567 \end_layout
16568
16569 \begin_layout Standard
16570
16571 \series bold
16572
16573 \backslash
16574 definecolor{色彩名}{色彩モデル}{色彩値}
16575 \end_layout
16576
16577 \begin_layout Standard
16578 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16579 \end_layout
16580
16581 \begin_layout Labeling
16582 \labelwidthstring 00.00.0000
16583 cmyk:シアン(
16584 \bar under
16585 c
16586 \bar default
16587 yan)・マゼンタ(
16588 \bar under
16589 m
16590 \bar default
16591 agenta)・黄(
16592 \bar under
16593 y
16594 \bar default
16595 ellow)・黒(blac
16596 \bar under
16597 k
16598 \bar default
16599
16600 \end_layout
16601
16602 \begin_layout Labeling
16603 \labelwidthstring 00.00.0000
16604 rgb:赤(
16605 \bar under
16606 r
16607 \bar default
16608 ed)・緑(
16609 \bar under
16610 g
16611 \bar default
16612 reen)・青(
16613 \bar under
16614 b
16615 \bar default
16616 lue)
16617 \end_layout
16618
16619 \begin_layout Labeling
16620 \labelwidthstring 00.00.0000
16621 gray:グレー
16622 \end_layout
16623
16624 \begin_layout Standard
16625 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16626 \end_layout
16627
16628 \begin_layout Standard
16629 たとえば、プリアンブルに
16630 \end_layout
16631
16632 \begin_layout Standard
16633
16634 \series bold
16635
16636 \backslash
16637 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16638 \end_layout
16639
16640 \begin_layout Standard
16641 と書くことによって、「
16642 \emph on
16643 darkgreen
16644 \emph default
16645 」色を定義することができますし、
16646 \end_layout
16647
16648 \begin_layout Standard
16649
16650 \series bold
16651
16652 \backslash
16653 definecolor{lightgray}{gray}{0.8}
16654 \end_layout
16655
16656 \begin_layout Standard
16657 と書けば、「
16658 \emph on
16659 lightgray
16660 \emph default
16661 」色を定義することができます。
16662 \end_layout
16663
16664 \begin_layout Standard
16665 \begin_inset VSpace medskip
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Standard
16672 罫線は
16673 \end_layout
16674
16675 \begin_layout Standard
16676
16677 \series bold
16678
16679 \backslash
16680 rowcolor{色彩名}
16681 \end_layout
16682
16683 \begin_layout Standard
16684 というコマンドを使用して色付けすることができ、セルは
16685 \end_layout
16686
16687 \begin_layout Standard
16688
16689 \series bold
16690
16691 \backslash
16692 cellcolor{色彩名}
16693 \end_layout
16694
16695 \begin_layout Standard
16696 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16697 \end_layout
16698
16699 \begin_layout Standard
16700 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16701 \family sans
16702 編集\SpecialChar \menuseparator
16703 文字様式
16704 \family default
16705 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16706 ます。
16707 \end_layout
16708
16709 \begin_layout Standard
16710 \begin_inset Note Greyedout
16711 status open
16712
16713 \begin_layout Plain Layout
16714 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16715 \end_layout
16716
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \begin_layout Standard
16723 \begin_inset VSpace bigskip
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730
16731 \begin_inset CommandInset ref
16732 LatexCommand ref
16733 reference "tab:色付き表"
16734
16735 \end_inset
16736
16737 を作成するには、以下のようにしてください。第一列の色は
16738 \emph on
16739 darkgreen
16740 \emph default
16741 にしたいので、この列のLaTeX変数として
16742 \end_layout
16743
16744 \begin_layout Standard
16745
16746 \series bold
16747 >{
16748 \backslash
16749 columncolor{darkgreen}
16750 \backslash
16751 centering}c
16752 \end_layout
16753
16754 \begin_layout Standard
16755 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16756 \end_layout
16757
16758 \begin_layout Standard
16759
16760 \series bold
16761
16762 \backslash
16763 rowcolow{cyan}
16764 \end_layout
16765
16766 \begin_layout Standard
16767 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
16768 \lang english
16769 The last cell of the last row is colored maroon by inserting the TeX-Code
16770  command
16771 \end_layout
16772
16773 \begin_layout Standard
16774
16775 \series bold
16776
16777 \backslash
16778 cellcolor{Maroon}
16779 \end_layout
16780
16781 \begin_layout Standard
16782 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
16783 \family sans
16784 編集\SpecialChar \menuseparator
16785 文字様式
16786 \family default
16787 メニューを使って、各文字に色付けをすることができます。
16788 \end_layout
16789
16790 \begin_layout Standard
16791 \begin_inset Float table
16792 placement h
16793 wide false
16794 sideways false
16795 status open
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Caption Standard
16799
16800 \begin_layout Plain Layout
16801
16802 \series bold
16803 \begin_inset CommandInset label
16804 LatexCommand label
16805 name "tab:色付き表"
16806
16807 \end_inset
16808
16809 colortbl
16810 \series default
16811 パッケージを使用した色付き表
16812 \begin_inset Argument 1
16813 status collapsed
16814
16815 \begin_layout Plain Layout
16816 colortblを使った表
16817 \end_layout
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \begin_layout Plain Layout
16830 \align center
16831 \begin_inset Tabular
16832 <lyxtabular version="3" rows="3" columns="3">
16833 <features rotate="0" tabularvalignment="middle">
16834 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
16835 <column alignment="center" valignment="top" width="0">
16836 <column alignment="center" valignment="top" width="0">
16837 <row>
16838 <cell alignment="center" valignment="top" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 \begin_inset ERT
16843 status collapsed
16844
16845 \begin_layout Plain Layout
16846
16847
16848 \backslash
16849 rowcolor{cyan}
16850 \end_layout
16851
16852 \end_inset
16853
16854
16855 \color magenta
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \color red
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \color red
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \color yellow
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \color blue
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \color blue
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \color yellow
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \color blue
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset ERT
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950
16951
16952 \backslash
16953 cellcolor{Maroon}
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \color green
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 </lyxtabular>
16967
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \begin_layout Standard
16979 \begin_inset ERT
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983
16984
16985 \backslash
16986 else
16987 \end_layout
16988
16989 \end_inset
16990
16991
16992 \begin_inset Note Note
16993 status open
16994
16995 \begin_layout Plain Layout
16996 以下は、LaTeXパッケージ
16997 \series bold
16998 colortbl
16999 \series default
17000 が導入されていないときに表示されます。
17001 \end_layout
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Standard
17009 この節の内容を出力で表示させるには、
17010 \series bold
17011 colortbl
17012 \series default
17013 パッケージを導入する必要があります。
17014 \end_layout
17015
17016 \begin_layout Standard
17017 \begin_inset ERT
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021
17022
17023 \backslash
17024 fi
17025 \end_layout
17026
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \begin_layout Subsection
17033
17034 \lang english
17035 Colored Rows
17036 \begin_inset Index idx
17037 status collapsed
17038
17039 \begin_layout Plain Layout
17040
17041 \lang english
17042 Table Color ! for Rows
17043 \end_layout
17044
17045 \end_inset
17046
17047
17048 \begin_inset Index idx
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052
17053 \lang english
17054 Color ! for Table Rows
17055 \end_layout
17056
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \begin_layout Standard
17063
17064 \lang english
17065 In case every second table row needs to be colored there is an alternative
17066  to the method described in the previous section: One loads the package
17067  
17068 \series bold
17069 xcolor
17070 \series default
17071 \lang japanese
17072
17073 \begin_inset Index idx
17074 status collapsed
17075
17076 \begin_layout Plain Layout
17077 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
17078 \begin_inset ERT
17079 status collapsed
17080
17081 \begin_layout Plain Layout
17082
17083
17084 \backslash
17085 vspace{4mm}
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \lang english
17097  in the document preamble with the command
17098 \end_layout
17099
17100 \begin_layout Standard
17101
17102 \series bold
17103
17104 \backslash
17105 usepackage[table]{xcolor}
17106 \end_layout
17107
17108 \begin_layout Standard
17109
17110 \series bold
17111 \lang english
17112 xcolor
17113 \series default
17114  automatically loads also the package 
17115 \series bold
17116 colortbl
17117 \series default
17118 \lang japanese
17119
17120 \begin_inset Index idx
17121 status collapsed
17122
17123 \begin_layout Plain Layout
17124 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
17125 \end_layout
17126
17127 \end_inset
17128
17129
17130 \lang english
17131 , so 
17132 \series bold
17133 colortbl
17134 \series default
17135  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17136 \end_layout
17137
17138 \begin_layout Standard
17139 \begin_inset ERT
17140 status collapsed
17141
17142 \begin_layout Plain Layout
17143
17144
17145 \backslash
17146 ifcolortbl
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \begin_inset Note Note
17153 status open
17154
17155 \begin_layout Plain Layout
17156 本節の以下の部分は、LaTeXパッケージ
17157 \series bold
17158 colortbl
17159 \series default
17160 が導入済みのときのみ表示されます。
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Standard
17169
17170 \lang english
17171 The table rows are colored with the command
17172 \end_layout
17173
17174 \begin_layout Standard
17175
17176 \series bold
17177 \lang english
17178
17179 \backslash
17180 rowcolors[commands]{row number}{odd row color}{even row color}
17181 \end_layout
17182
17183 \begin_layout Standard
17184
17185 \lang english
17186 that is either inserted in the document preamble or as TeX-Code before the
17187  first table to be colored.
17188  row
17189 \begin_inset space ~
17190 \end_inset
17191
17192 number is the number of the first row which should be colored according
17193  to the odd row color.
17194  commands can be additional commands that are executed before every table
17195  row.
17196  So for example the command
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \series bold
17202
17203 \backslash
17204 rowcolors{1}{white}{lightgray}
17205 \end_layout
17206
17207 \begin_layout Standard
17208
17209 \lang english
17210 leads to the coloring scheme of Table
17211 \begin_inset space ~
17212 \end_inset
17213
17214
17215 \begin_inset CommandInset ref
17216 LatexCommand ref
17217 reference "tab:Table-rowcolors"
17218
17219 \end_inset
17220
17221 .
17222  The command
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228
17229 \backslash
17230 rowcolors[
17231 \backslash
17232 hline]{1}{lightgray}{cyan}
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \lang english
17238 leads to the coloring scheme of Table
17239 \begin_inset space ~
17240 \end_inset
17241
17242
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "tab:Table-rowcolors-2"
17246
17247 \end_inset
17248
17249 .
17250  If odd
17251 \begin_inset space ~
17252 \end_inset
17253
17254 row
17255 \begin_inset space ~
17256 \end_inset
17257
17258 color and/or even
17259 \begin_inset space ~
17260 \end_inset
17261
17262 row
17263 \begin_inset space ~
17264 \end_inset
17265
17266 color are left empty, no color will be used so that the command
17267 \end_layout
17268
17269 \begin_layout Standard
17270
17271 \series bold
17272
17273 \backslash
17274 rowcolors{1}{}{}
17275 \end_layout
17276
17277 \begin_layout Standard
17278
17279 \lang english
17280 deletes all colors.
17281  
17282 \series bold
17283
17284 \backslash
17285 rowcolors
17286 \series default
17287  affects all tables following that command.
17288 \end_layout
17289
17290 \begin_layout Standard
17291 \begin_inset ERT
17292 status open
17293
17294 \begin_layout Plain Layout
17295
17296
17297 \backslash
17298 rowcolors{1}{white}{lightgray}
17299 \end_layout
17300
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \begin_layout Standard
17307 \begin_inset Float table
17308 placement h
17309 wide false
17310 sideways false
17311 status open
17312
17313 \begin_layout Plain Layout
17314 \begin_inset Caption Standard
17315
17316 \begin_layout Plain Layout
17317
17318 \lang english
17319 \begin_inset CommandInset label
17320 LatexCommand label
17321 name "tab:Table-rowcolors"
17322
17323 \end_inset
17324
17325 Table where every second row is colored light gray.
17326 \end_layout
17327
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Plain Layout
17334 \align center
17335 \begin_inset Tabular
17336 <lyxtabular version="3" rows="4" columns="3">
17337 <features rotate="0" tabularvalignment="middle">
17338 <column alignment="center" valignment="top" width="0">
17339 <column alignment="center" valignment="top" width="0pt">
17340 <column alignment="center" valignment="top" width="0pt">
17341 <row>
17342 <cell alignment="center" valignment="top" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 X
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 Y
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 Z
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 1
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 2
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 3
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 4
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 5
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 6
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 7
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 8
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 9
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 </row>
17457 </lyxtabular>
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \begin_layout Standard
17470 \begin_inset ERT
17471 status open
17472
17473 \begin_layout Plain Layout
17474
17475
17476 \backslash
17477 rowcolors[
17478 \backslash
17479 hline]{1}{lightgray}{cyan}
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Standard
17488 \begin_inset Float table
17489 placement h
17490 wide false
17491 sideways false
17492 status open
17493
17494 \begin_layout Plain Layout
17495 \begin_inset Caption Standard
17496
17497 \begin_layout Plain Layout
17498
17499 \lang english
17500 \begin_inset CommandInset label
17501 LatexCommand label
17502 name "tab:Table-rowcolors-2"
17503
17504 \end_inset
17505
17506 Table where every second row is colored cyan and at which there is a line
17507  between each row.
17508 \end_layout
17509
17510 \end_inset
17511
17512
17513 \end_layout
17514
17515 \begin_layout Plain Layout
17516 \align center
17517 \begin_inset Tabular
17518 <lyxtabular version="3" rows="4" columns="3">
17519 <features rotate="0" tabularvalignment="middle">
17520 <column alignment="center" valignment="top" width="0">
17521 <column alignment="center" valignment="top" width="0">
17522 <column alignment="center" valignment="top" width="0pt">
17523 <row>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 X
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 Y
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 Z
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 1
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 2
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 3
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 4
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 5
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 6
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 7
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 8
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 9
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 </lyxtabular>
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \begin_layout Standard
17652 \begin_inset ERT
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656
17657
17658 \backslash
17659 rowcolors{1}{}{}
17660 \end_layout
17661
17662 \end_inset
17663
17664
17665 \begin_inset Note Note
17666 status collapsed
17667
17668 \begin_layout Plain Layout
17669
17670 \lang english
17671 turn off the row coloring
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Standard
17680 \begin_inset ERT
17681 status collapsed
17682
17683 \begin_layout Plain Layout
17684
17685
17686 \backslash
17687 else
17688 \end_layout
17689
17690 \end_inset
17691
17692
17693 \begin_inset Note Note
17694 status open
17695
17696 \begin_layout Plain Layout
17697 以下は、LaTeXパッケージ
17698 \series bold
17699 colortbl
17700 \series default
17701 が導入されていないときに表示されます。
17702 \end_layout
17703
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \begin_layout Standard
17710 この節の内容を出力で表示させるには、
17711 \series bold
17712 colortbl
17713 \series default
17714 パッケージを導入する必要があります。
17715 \end_layout
17716
17717 \begin_layout Standard
17718 \begin_inset ERT
17719 status collapsed
17720
17721 \begin_layout Plain Layout
17722
17723
17724 \backslash
17725 fi
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Subsection
17734 色付き罫線
17735 \begin_inset Index idx
17736 status collapsed
17737
17738 \begin_layout Plain Layout
17739 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \begin_inset Index idx
17746 status collapsed
17747
17748 \begin_layout Plain Layout
17749 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \begin_inset CommandInset ref
17760 LatexCommand ref
17761 reference "sub:罫線幅"
17762
17763 \end_inset
17764
17765 節に述べられているように、表中の全罫線の線幅は、長さ
17766 \series bold
17767
17768 \backslash
17769 arrayrulewidth
17770 \series default
17771 を使って調節することができます。本節の表では、すべて1.5
17772 \begin_inset space \thinspace{}
17773 \end_inset
17774
17775 ptに設定されています。
17776 \begin_inset ERT
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780
17781
17782 \backslash
17783 setlength{
17784 \backslash
17785 arrayrulewidth}{1.5pt}
17786 \end_layout
17787
17788 \end_inset
17789
17790
17791 \end_layout
17792
17793 \begin_layout Standard
17794 たとえば縦罫線を緑に着色するには、第
17795 \begin_inset CommandInset ref
17796 LatexCommand ref
17797 reference "sub:自製書式"
17798
17799 \end_inset
17800
17801 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807
17808 \backslash
17809 newcolumntype{W}{!{
17810 \backslash
17811 color{green}
17812 \backslash
17813 vline}}
17814 \end_layout
17815
17816 \begin_layout Standard
17817
17818 \begin_inset CommandInset ref
17819 LatexCommand ref
17820 reference "tab:色付き縦罫線の表"
17821
17822 \end_inset
17823
17824 では、最右列にLaTeX変数
17825 \series bold
17826 WcW
17827 \series default
17828 、他の列にLaTeX変数
17829 \series bold
17830 Wc
17831 \series default
17832 が使用されています。
17833 \end_layout
17834
17835 \begin_layout Standard
17836 複数の色を用いたいときには、列書式をもっと定義してください。
17837 \end_layout
17838
17839 \begin_layout Standard
17840 \begin_inset Float table
17841 placement h
17842 wide false
17843 sideways false
17844 status open
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Caption Standard
17848
17849 \begin_layout Plain Layout
17850 \begin_inset CommandInset label
17851 LatexCommand label
17852 name "tab:色付き縦罫線の表"
17853
17854 \end_inset
17855
17856 色付き縦罫線の表
17857 \end_layout
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Plain Layout
17865 \align center
17866 \begin_inset Tabular
17867 <lyxtabular version="3" rows="3" columns="3">
17868 <features rotate="0" tabularvalignment="middle">
17869 <column alignment="center" valignment="top" width="0" special="Wc">
17870 <column alignment="center" valignment="top" width="0" special="Wc">
17871 <column alignment="center" valignment="top" width="0" special="WcW">
17872 <row>
17873 <cell alignment="center" valignment="top" topline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 sd
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 <cell alignment="center" valignment="top" topline="true" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915 sd
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" topline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \end_layout
17926
17927 \end_inset
17928 </cell>
17929 </row>
17930 <row>
17931 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 sd
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 </row>
17959 </lyxtabular>
17960
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \begin_layout Standard
17972 \begin_inset VSpace bigskip
17973 \end_inset
17974
17975
17976 \begin_inset CommandInset ref
17977 LatexCommand ref
17978 reference "tab:色付き横罫線の表"
17979
17980 \end_inset
17981
17982 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988
17989 \backslash
17990 let
17991 \backslash
17992 myHlineC
17993 \backslash
17994 hline
17995 \begin_inset Newline newline
17996 \end_inset
17997
17998
17999 \backslash
18000 renewcommand{
18001 \backslash
18002 hline}
18003 \begin_inset Newline newline
18004 \end_inset
18005
18006
18007 \begin_inset Phantom HPhantom
18008 status open
18009
18010 \begin_layout Plain Layout
18011 \begin_inset space ~
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \end_inset
18018
18019 {
18020 \backslash
18021 arrayrulecolor{red}
18022 \backslash
18023 myHlineC
18024 \backslash
18025 arrayrulecolor{black}}
18026 \end_layout
18027
18028 \begin_layout Standard
18029 というコマンドを入力して下さい。
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset ERT
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037
18038
18039 \backslash
18040 let
18041 \backslash
18042 myHlineC
18043 \backslash
18044 hline
18045 \end_layout
18046
18047 \begin_layout Plain Layout
18048
18049
18050 \backslash
18051 renewcommand{
18052 \backslash
18053 hline}
18054 \end_layout
18055
18056 \begin_layout Plain Layout
18057
18058  {
18059 \backslash
18060 arrayrulecolor{red}
18061 \backslash
18062 myHlineC
18063 \backslash
18064 arrayrulecolor{black}}
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \begin_inset Float table
18071 placement h
18072 wide false
18073 sideways false
18074 status open
18075
18076 \begin_layout Plain Layout
18077 \begin_inset Caption Standard
18078
18079 \begin_layout Plain Layout
18080 \begin_inset CommandInset label
18081 LatexCommand label
18082 name "tab:色付き横罫線の表"
18083
18084 \end_inset
18085
18086 色付き横罫線の表
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Plain Layout
18095 \align center
18096 \begin_inset Tabular
18097 <lyxtabular version="3" rows="3" columns="3">
18098 <features rotate="0" tabularvalignment="middle">
18099 <column alignment="center" valignment="top" width="0">
18100 <column alignment="center" valignment="top" width="0">
18101 <column alignment="center" valignment="top" width="0">
18102 <row>
18103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 sd
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 </row>
18131 <row>
18132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 sd
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 sd
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 </lyxtabular>
18190
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \begin_layout Standard
18202 既定値の黒罫線に戻るには、
18203 \end_layout
18204
18205 \begin_layout Standard
18206
18207 \series bold
18208
18209 \backslash
18210 renewcommand{
18211 \backslash
18212 hline}{
18213 \backslash
18214 myHlineC}
18215 \end_layout
18216
18217 \begin_layout Standard
18218 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
18219 \begin_inset CommandInset ref
18220 LatexCommand ref
18221 reference "tab:色付き罫線の表"
18222
18223 \end_inset
18224
18225 は、縦横罫線を色付けした例です。
18226 \end_layout
18227
18228 \begin_layout Standard
18229 \begin_inset Float table
18230 placement h
18231 wide false
18232 sideways false
18233 status open
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Caption Standard
18237
18238 \begin_layout Plain Layout
18239 \begin_inset CommandInset label
18240 LatexCommand label
18241 name "tab:色付き罫線の表"
18242
18243 \end_inset
18244
18245 色付き罫線の表
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Plain Layout
18254 \align center
18255 \begin_inset Tabular
18256 <lyxtabular version="3" rows="3" columns="3">
18257 <features rotate="0" tabularvalignment="middle">
18258 <column alignment="center" valignment="top" width="0" special="Wc">
18259 <column alignment="center" valignment="top" width="0" special="Wc">
18260 <column alignment="center" valignment="top" width="0" special="WcW">
18261 <row>
18262 <cell alignment="center" valignment="top" topline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 sd
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" topline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 sd
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row topspace="default">
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 sd
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 </row>
18348 </lyxtabular>
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset ERT
18362 status collapsed
18363
18364 \begin_layout Plain Layout
18365
18366
18367 \backslash
18368 renewcommand{
18369 \backslash
18370 hline}{
18371 \backslash
18372 myHlineC}
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \begin_layout Standard
18381 \begin_inset ERT
18382 status collapsed
18383
18384 \begin_layout Plain Layout
18385
18386
18387 \backslash
18388 setlength{
18389 \backslash
18390 arrayrulewidth}{0.4pt}
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Section
18399
18400 \lang english
18401 Rotated Table Cells
18402 \lang japanese
18403
18404 \begin_inset CommandInset label
18405 LatexCommand label
18406 name "sec:Rotated-Table-Cells"
18407
18408 \end_inset
18409
18410
18411 \begin_inset Index idx
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415
18416 \lang english
18417 Table ! Rotated Cells
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \begin_inset Index idx
18424 status collapsed
18425
18426 \begin_layout Plain Layout
18427
18428 \lang english
18429 Rotated Material
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Standard
18438
18439 \lang english
18440 \begin_inset Note Greyedout
18441 status open
18442
18443 \begin_layout Plain Layout
18444
18445 \series bold
18446 \lang english
18447 Note:
18448 \series default
18449  Not all DVI-viewers are able to display rotations.
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \begin_layout Standard
18458
18459 \lang english
18460 Currently LyX only offers to rotate table cells by 90
18461 \begin_inset space \thinspace{}
18462 \end_inset
18463
18464 ° counter-clockwise.
18465  To rotate cells by an angle of your choice, you have to add this to the
18466  document preamble:
18467 \end_layout
18468
18469 \begin_layout Standard
18470
18471 \series bold
18472
18473 \backslash
18474 @ifundefined{turnbox}{
18475 \backslash
18476 usepackage{rotating}}{}
18477 \end_layout
18478
18479 \begin_layout Standard
18480
18481 \lang english
18482 In the table cell that should be rotated, add at the beginning this command
18483  as TeX-code:
18484 \end_layout
18485
18486 \begin_layout Standard
18487
18488 \series bold
18489 \lang english
18490
18491 \backslash
18492 begin{turn}{angle}
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \lang english
18498 where angle is the rotation angle in °.
18499  At the end of the cell the command
18500 \end_layout
18501
18502 \begin_layout Standard
18503
18504 \series bold
18505
18506 \backslash
18507 end{turn}
18508 \end_layout
18509
18510 \begin_layout Standard
18511
18512 \lang english
18513 is inserted as TeX-code.
18514 \end_layout
18515
18516 \begin_layout Standard
18517
18518 \lang english
18519 Table
18520 \begin_inset space ~
18521 \end_inset
18522
18523
18524 \begin_inset CommandInset ref
18525 LatexCommand ref
18526 reference "tab:Table-with-rotated-multi"
18527
18528 \end_inset
18529
18530  is an example where 3
18531 \begin_inset space ~
18532 \end_inset
18533
18534 cells were rotated by 45
18535 \begin_inset space \thinspace{}
18536 \end_inset
18537
18538 °.
18539 \end_layout
18540
18541 \begin_layout Standard
18542
18543 \lang english
18544 \begin_inset Float table
18545 wide false
18546 sideways false
18547 status open
18548
18549 \begin_layout Plain Layout
18550
18551 \lang english
18552 \begin_inset Caption Standard
18553
18554 \begin_layout Plain Layout
18555
18556 \lang english
18557 \begin_inset CommandInset label
18558 LatexCommand label
18559 name "tab:Table-with-rotated"
18560
18561 \end_inset
18562
18563 Table with rotated cells in the first row.
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Plain Layout
18572 \noindent
18573 \align center
18574
18575 \lang english
18576 \begin_inset Tabular
18577 <lyxtabular version="3" rows="2" columns="3">
18578 <features rotate="0" tabularvalignment="middle">
18579 <column alignment="center" valignment="top" width="0">
18580 <column alignment="center" valignment="top" width="0pt">
18581 <column alignment="center" valignment="top" width="0">
18582 <row>
18583 <cell alignment="center" valignment="top" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587
18588 \lang english
18589 \begin_inset ERT
18590 status collapsed
18591
18592 \begin_layout Plain Layout
18593
18594
18595 \backslash
18596 begin{turn}{45}
18597 \end_layout
18598
18599 \end_inset
18600
18601 cups
18602 \begin_inset ERT
18603 status collapsed
18604
18605 \begin_layout Plain Layout
18606
18607
18608 \backslash
18609 end{turn}
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \lang english
18625 \begin_inset ERT
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629
18630
18631 \backslash
18632 begin{turn}{45}
18633 \end_layout
18634
18635 \end_inset
18636
18637 plates
18638 \begin_inset ERT
18639 status collapsed
18640
18641 \begin_layout Plain Layout
18642
18643
18644 \backslash
18645 end{turn}
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \lang english
18661 \begin_inset ERT
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665
18666
18667 \backslash
18668 begin{turn}{45}
18669 \end_layout
18670
18671 \end_inset
18672
18673 saucers
18674 \begin_inset ERT
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678
18679
18680 \backslash
18681 end{turn}
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 <row>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \lang english
18699 45
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \lang english
18710 33
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \lang english
18721 21
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 </lyxtabular>
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \begin_layout Standard
18740
18741 \lang english
18742 \begin_inset Note Greyedout
18743 status open
18744
18745 \begin_layout Plain Layout
18746
18747 \series bold
18748 \lang english
18749 Note:
18750 \series default
18751  Line breaks (shortcut 
18752 \begin_inset Info
18753 type  "shortcut"
18754 arg   "newline-insert newline"
18755 \end_inset
18756
18757 ) are not allowed in rotated cells.
18758 \end_layout
18759
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \begin_layout Standard
18766
18767 \lang english
18768 If you want to rotate table cells containing line breaks, you have to put
18769  the cell content into a minipage or a parbox.
18770 \begin_inset Foot
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775 \lang english
18776 For more about these boxes see sec.
18777 \lang japanese
18778
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782
18783 \begin_inset CommandInset ref
18784 LatexCommand ref
18785 reference "sec:ミニページ"
18786
18787 \end_inset
18788
18789  
18790 \lang english
18791 and
18792 \lang japanese
18793  
18794 \begin_inset CommandInset ref
18795 LatexCommand ref
18796 reference "sec:Parbox"
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \end_inset
18804
18805  If you rotate this cell by 90
18806 \begin_inset space \thinspace{}
18807 \end_inset
18808
18809 ° the width of the box is the height of the cell.
18810  Table
18811 \begin_inset space ~
18812 \end_inset
18813
18814
18815 \begin_inset CommandInset ref
18816 LatexCommand ref
18817 reference "tab:Table-with-rotated-multi"
18818
18819 \end_inset
18820
18821  is an example for a rotated multiline cell where the box width was set
18822  to 3
18823 \begin_inset space \thinspace{}
18824 \end_inset
18825
18826 cm.
18827 \end_layout
18828
18829 \begin_layout Standard
18830
18831 \lang english
18832 \begin_inset Float table
18833 wide false
18834 sideways false
18835 status open
18836
18837 \begin_layout Plain Layout
18838
18839 \lang english
18840 \begin_inset Caption Standard
18841
18842 \begin_layout Plain Layout
18843
18844 \lang english
18845 \begin_inset CommandInset label
18846 LatexCommand label
18847 name "tab:Table-with-rotated-multi"
18848
18849 \end_inset
18850
18851 Table with rotated multiline cell.
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Plain Layout
18860 \noindent
18861 \align center
18862
18863 \lang english
18864 \begin_inset Tabular
18865 <lyxtabular version="3" rows="2" columns="3">
18866 <features rotate="0" tabularvalignment="middle">
18867 <column alignment="center" valignment="top" width="0">
18868 <column alignment="center" valignment="top" width="0pt">
18869 <column alignment="center" valignment="top" width="0">
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \lang english
18877 a
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \lang english
18888 \begin_inset Box Frameless
18889 position "t"
18890 hor_pos "c"
18891 has_inner_box 1
18892 inner_pos "t"
18893 use_parbox 0
18894 use_makebox 0
18895 width "3cm"
18896 special "none"
18897 height "1in"
18898 height_special "totalheight"
18899 status open
18900
18901 \begin_layout Plain Layout
18902
18903 \lang english
18904 rotated cell
18905 \begin_inset Newline newline
18906 \end_inset
18907
18908 with line break
18909 \end_layout
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \lang english
18924 e
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \lang english
18937 b
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \lang english
18948 c
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \lang english
18959 d
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 </row>
18965 </lyxtabular>
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \begin_layout Section
18978
18979 \lang english
18980 Table Width Calculation
18981 \begin_inset CommandInset label
18982 LatexCommand label
18983 name "sec:Table-Width-Calculation"
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Standard
18991
18992 \lang english
18993 For wide tables it is sometimes difficult to assure that the table does
18994  not protrude over the page margin.
18995  Setting a fixed width for every column of the table is the solution, but
18996  what amount of space is needed for each column?
18997 \end_layout
18998
18999 \begin_layout Standard
19000
19001 \lang english
19002 The table width 
19003 \begin_inset Formula $W_{\mathrm{table}}$
19004 \end_inset
19005
19006  can be calculated: Every column has the width of the specified column width
19007  
19008 \begin_inset Formula $W_{\mathrm{column}}$
19009 \end_inset
19010
19011  (that the content of the column can consume) plus two times the separation
19012  between the column content and the column border (LaTeX length
19013 \series bold
19014  
19015 \backslash
19016 tabcolsep
19017 \series default
19018 , default 6
19019 \begin_inset space \thinspace{}
19020 \end_inset
19021
19022 pt) plus the width of a border line (LaTeX length 
19023 \series bold
19024
19025 \backslash
19026 arrayrulewidth
19027 \series default
19028 , default 0.4
19029 \begin_inset space \thinspace{}
19030 \end_inset
19031
19032 pt): So if all 
19033 \begin_inset Formula $n$
19034 \end_inset
19035
19036
19037 \begin_inset space ~
19038 \end_inset
19039
19040 columns have the same width, the table width is
19041 \lang japanese
19042
19043 \begin_inset Formula 
19044 \begin{equation}
19045 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19046 \end{equation}
19047
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \begin_layout Standard
19054
19055 \lang english
19056 The available width for a table is the space between the page margins or
19057  the width of a text column (for a two-column document) (LaTeX length 
19058 \series bold
19059
19060 \backslash
19061 columnwidth
19062 \series default
19063 ).
19064  If all table columns should have the same width and 
19065 \begin_inset Formula $W_{\mathrm{table}}$
19066 \end_inset
19067
19068  should be 1
19069 \begin_inset space \thinspace{}
19070 \end_inset
19071
19072
19073 \backslash
19074 columnwidth, 
19075 \begin_inset Formula $W_{\mathrm{column}}$
19076 \end_inset
19077
19078  can easily be calculated.
19079 \end_layout
19080
19081 \begin_layout Standard
19082
19083 \lang english
19084 To be able to perform calculations you need to load the LaTeX-package 
19085 \series bold
19086 calc
19087 \series default
19088 \lang japanese
19089
19090 \begin_inset Index idx
19091 status collapsed
19092
19093 \begin_layout Plain Layout
19094 LaTeXぱっけーじ@LaTeXパッケージ ! calc
19095 \end_layout
19096
19097 \end_inset
19098
19099
19100 \lang english
19101  in the document preamble.
19102  To set the width in the table dialog you have to use the field 
19103 \family sans
19104 LaTeX argument
19105 \family default
19106 .
19107  The command scheme for this field is the same that is explained in section
19108 \begin_inset space ~
19109 \end_inset
19110
19111
19112 \lang japanese
19113
19114 \begin_inset CommandInset ref
19115 LatexCommand ref
19116 reference "sub:連結列の計算"
19117
19118 \end_inset
19119
19120
19121 \lang english
19122 .
19123  For a table with 5
19124 \begin_inset space \thinspace{}
19125 \end_inset
19126
19127 columns with an uniform width and centered text, enter there for each column
19128  the command
19129 \end_layout
19130
19131 \begin_layout Standard
19132
19133 \series bold
19134 >{
19135 \backslash
19136 centering}p{(1
19137 \backslash
19138 columnwidth-62.4pt)/5}
19139 \end_layout
19140
19141 \begin_layout Standard
19142
19143 \lang english
19144 For a table with 5
19145 \begin_inset space \thinspace{}
19146 \end_inset
19147
19148 columns where 2 should have 0.75
19149 \begin_inset space ~
19150 \end_inset
19151
19152 times the width than the 3 others, the calculation is
19153 \lang japanese
19154
19155 \begin_inset Formula 
19156 \begin{align}
19157 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19158  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19159  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19160 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19161 \end{align}
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \lang english
19171 In the table therefore the command
19172 \end_layout
19173
19174 \begin_layout Standard
19175
19176 \series bold
19177 >{
19178 \backslash
19179 centering}p{(1
19180 \backslash
19181 columnwidth-62.4pt)/
19182 \backslash
19183 real{4.5}}
19184 \end_layout
19185
19186 \begin_layout Standard
19187
19188 \lang english
19189 is used for the wider columns and
19190 \end_layout
19191
19192 \begin_layout Standard
19193
19194 \series bold
19195 >{
19196 \backslash
19197 centering}p{(1
19198 \backslash
19199 columnwidth-62.4pt)/
19200 \backslash
19201 real{4.5}*
19202 \backslash
19203 real{0.75}}
19204 \end_layout
19205
19206 \begin_layout Standard
19207
19208 \lang english
19209 for the smaller ones:
19210 \end_layout
19211
19212 \begin_layout Standard
19213 \begin_inset Tabular
19214 <lyxtabular version="3" rows="2" columns="5">
19215 <features rotate="0" tabularvalignment="middle">
19216 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19217 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19218 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19219 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19220 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19221 <row>
19222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 1
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 2
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 3
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 4
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 5
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 </row>
19268 <row>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 111111 1111111 111111 111111111 11111 11111 1111
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 2222 22222 222222 222222222 2222222 22 22222
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 333333 333333 333333 33333 3333333 333
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 </lyxtabular>
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \begin_layout Section
19323 表の調整
19324 \begin_inset Index idx
19325 status collapsed
19326
19327 \begin_layout Plain Layout
19328 ひょうのちょうせい@表の調整
19329 \end_layout
19330
19331 \end_inset
19332
19333
19334 \begin_inset Index idx
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338 ひょう@表 ! ちょうせい@調整
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \begin_layout Subsection
19347 行の余白取り
19348 \begin_inset CommandInset label
19349 LatexCommand label
19350 name "sub:行の余白取り"
19351
19352 \end_inset
19353
19354
19355 \begin_inset Index idx
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19360 \end_layout
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \begin_layout Standard
19368 表の設定ダイアログの
19369 \family sans
19370 罫線
19371 \family default
19372 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19373 \end_layout
19374
19375 \begin_layout Description
19376 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19377 \begin_inset Foot
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381 フォーマル形式の表は第
19382 \begin_inset CommandInset ref
19383 LatexCommand ref
19384 reference "sec:フォーマル形式の表"
19385
19386 \end_inset
19387
19388 節で説明されています。
19389 \end_layout
19390
19391 \end_inset
19392
19393 ならば、LyXは既定値として0.5
19394 \begin_inset space \thinspace{}
19395 \end_inset
19396
19397 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19398 \begin_inset VSpace medskip
19399 \end_inset
19400
19401
19402 \begin_inset Newline newline
19403 \end_inset
19404
19405
19406 \begin_inset space \hspace*{}
19407 \length 0pt
19408 \end_inset
19409
19410
19411 \begin_inset space \hfill{}
19412 \end_inset
19413
19414
19415 \begin_inset Tabular
19416 <lyxtabular version="3" rows="3" columns="1">
19417 <features rotate="0" tabularvalignment="middle">
19418 <column alignment="center" valignment="top" width="0">
19419 <row>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 </row>
19430 <row topspace="3mm">
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 行上に3
19436 \begin_inset space \thinspace{}
19437 \end_inset
19438
19439 mmの余白
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 </row>
19445 <row>
19446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 </lyxtabular>
19457
19458 \end_inset
19459
19460
19461 \begin_inset space \hfill{}
19462 \end_inset
19463
19464
19465 \begin_inset space \hspace*{}
19466 \length 0pt
19467 \end_inset
19468
19469
19470 \begin_inset VSpace medskip
19471 \end_inset
19472
19473
19474 \begin_inset Newline newline
19475 \end_inset
19476
19477 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19478 \end_layout
19479
19480 \begin_layout Description
19481 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19482 \begin_inset space \thinspace{}
19483 \end_inset
19484
19485 emの余白を挿入し、通常の表ならば既定値として2
19486 \begin_inset space \thinspace{}
19487 \end_inset
19488
19489 ptを挿入します。
19490 \end_layout
19491
19492 \begin_layout Description
19493 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
19494 \begin_inset space \thinspace{}
19495 \end_inset
19496
19497 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19498 \begin_inset VSpace medskip
19499 \end_inset
19500
19501
19502 \begin_inset Newline newline
19503 \end_inset
19504
19505
19506 \begin_inset space \hspace*{}
19507 \length 0pt
19508 \end_inset
19509
19510
19511 \begin_inset space \hfill{}
19512 \end_inset
19513
19514
19515 \begin_inset Tabular
19516 <lyxtabular version="3" rows="3" columns="1">
19517 <features rotate="0" tabularvalignment="middle">
19518 <column alignment="center" valignment="top" width="0">
19519 <row>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 </row>
19530 <row interlinespace="3mm">
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Formula $\downarrow$
19536 \end_inset
19537
19538  行間に3
19539 \begin_inset space \thinspace{}
19540 \end_inset
19541
19542 mmの余白 
19543 \begin_inset Formula $\downarrow$
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset Formula $\uparrow$
19558 \end_inset
19559
19560  行間に3
19561 \begin_inset space \thinspace{}
19562 \end_inset
19563
19564 mmの余白 
19565 \begin_inset Formula $\uparrow$
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 </lyxtabular>
19575
19576 \end_inset
19577
19578
19579 \begin_inset space \hfill{}
19580 \end_inset
19581
19582
19583 \begin_inset space \hspace*{}
19584 \length 0pt
19585 \end_inset
19586
19587
19588 \begin_inset VSpace medskip
19589 \end_inset
19590
19591
19592 \begin_inset Newline newline
19593 \end_inset
19594
19595 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19596 \end_layout
19597
19598 \begin_layout Standard
19599 \begin_inset VSpace bigskip
19600 \end_inset
19601
19602 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19603 \end_layout
19604
19605 \begin_layout Standard
19606
19607 \series bold
19608
19609 \backslash
19610 @ifundefined{extrarowheight}
19611 \begin_inset Newline newline
19612 \end_inset
19613
19614
19615 \begin_inset Phantom HPhantom
19616 status open
19617
19618 \begin_layout Plain Layout
19619 \begin_inset space ~
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \end_inset
19626
19627 {
19628 \backslash
19629 usepackage{array}}{}
19630 \begin_inset Newline newline
19631 \end_inset
19632
19633
19634 \backslash
19635 setlength{
19636 \backslash
19637 extrarowheight}{height}
19638 \end_layout
19639
19640 \begin_layout Standard
19641 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
19642 \series bold
19643 array
19644 \series default
19645 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19646 \series bold
19647
19648 \backslash
19649 @ifundefined
19650 \series default
19651 が使用されています)。
19652 \end_layout
19653
19654 \begin_layout Standard
19655 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
19656 \series bold
19657
19658 \backslash
19659 strut
19660 \series default
19661 コマンドを挿入することで補正することができます。表
19662 \begin_inset CommandInset ref
19663 LatexCommand ref
19664 reference "tab:垂直揃え"
19665
19666 \end_inset
19667
19668 は、この効果を示したものです。
19669 \end_layout
19670
19671 \begin_layout Standard
19672 \noindent
19673 \begin_inset Float table
19674 placement h
19675 wide false
19676 sideways false
19677 status open
19678
19679 \begin_layout Plain Layout
19680 \begin_inset Caption Standard
19681
19682 \begin_layout Plain Layout
19683 \begin_inset CommandInset label
19684 LatexCommand label
19685 name "tab:垂直揃え"
19686
19687 \end_inset
19688
19689 大きなフォント寸法の文章の垂直揃え
19690 \end_layout
19691
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \begin_layout Plain Layout
19698 \begin_inset space \hfill{}
19699 \end_inset
19700
19701
19702 \begin_inset Float table
19703 wide false
19704 sideways false
19705 status open
19706
19707 \begin_layout Plain Layout
19708 \begin_inset Caption Standard
19709
19710 \begin_layout Plain Layout
19711 通常の表
19712 \end_layout
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Plain Layout
19720 \noindent
19721 \align center
19722 \begin_inset Tabular
19723 <lyxtabular version="3" rows="6" columns="1">
19724 <features rotate="0" tabularvalignment="middle">
19725 <column alignment="left" valignment="top" width="0">
19726 <row>
19727 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 Normal, g
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \size large
19744 Large
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \size larger
19757 Larger
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row>
19764 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \size largest
19770 Largest
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \size huge
19783 Huge
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \size giant
19796 Huger
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 </lyxtabular>
19803
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810
19811
19812 \begin_inset space \hfill{}
19813 \end_inset
19814
19815
19816 \begin_inset Float table
19817 wide false
19818 sideways false
19819 status open
19820
19821 \begin_layout Plain Layout
19822 \begin_inset Caption Standard
19823
19824 \begin_layout Plain Layout
19825
19826 \series bold
19827
19828 \backslash
19829 strut
19830 \series default
19831 コマンドを使用した表
19832 \end_layout
19833
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \begin_layout Plain Layout
19840 \noindent
19841 \align center
19842 \begin_inset Tabular
19843 <lyxtabular version="3" rows="6" columns="1">
19844 <features rotate="0" tabularvalignment="middle">
19845 <column alignment="left" valignment="top" width="0">
19846 <row>
19847 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 Normal, g
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \size large
19864 \begin_inset ERT
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868
19869
19870 \backslash
19871 strut 
19872 \end_layout
19873
19874 \end_inset
19875
19876 Large
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \size larger
19889 \begin_inset ERT
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893
19894
19895 \backslash
19896 strut 
19897 \end_layout
19898
19899 \end_inset
19900
19901 Larger
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \size largest
19914 \begin_inset ERT
19915 status collapsed
19916
19917 \begin_layout Plain Layout
19918
19919
19920 \backslash
19921 strut 
19922 \end_layout
19923
19924 \end_inset
19925
19926 Largest
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \size huge
19939 \begin_inset ERT
19940 status collapsed
19941
19942 \begin_layout Plain Layout
19943
19944
19945 \backslash
19946 strut 
19947 \end_layout
19948
19949 \end_inset
19950
19951 Huge
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \size giant
19964 \begin_inset ERT
19965 status collapsed
19966
19967 \begin_layout Plain Layout
19968
19969
19970 \backslash
19971 strut 
19972 \end_layout
19973
19974 \end_inset
19975
19976 Huger
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 </lyxtabular>
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990
19991
19992 \begin_inset space \hfill{}
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999
20000
20001 \end_layout
20002
20003 \begin_layout Subsection
20004 特殊なセル揃え
20005 \begin_inset CommandInset label
20006 LatexCommand label
20007 name "sub:特殊なセル揃え"
20008
20009 \end_inset
20010
20011
20012 \begin_inset Index idx
20013 status collapsed
20014
20015 \begin_layout Plain Layout
20016 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
20017 \end_layout
20018
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout Standard
20025 ときには表
20026 \begin_inset CommandInset ref
20027 LatexCommand ref
20028 reference "tab:表セル"
20029
20030 \end_inset
20031
20032 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
20033 \begin_inset Info
20034 type  "icon"
20035 arg   "inset-modify tabular align-decimal"
20036 \end_inset
20037
20038 を押すか、表設定中で揃えを
20039 \family sans
20040 小数点で
20041 \family default
20042 に設定します。
20043 \end_layout
20044
20045 \begin_layout Standard
20046 \begin_inset Float table
20047 placement h
20048 wide false
20049 sideways false
20050 status open
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Caption Standard
20054
20055 \begin_layout Plain Layout
20056 \begin_inset CommandInset label
20057 LatexCommand label
20058 name "tab:表セル"
20059
20060 \end_inset
20061
20062 一列が小数点で揃えられた表セル
20063 \end_layout
20064
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Plain Layout
20071 \align center
20072 \begin_inset Tabular
20073 <lyxtabular version="3" rows="4" columns="1">
20074 <features rotate="0" booktabs="true" tabularvalignment="middle">
20075 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20076 <row>
20077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081 見出し
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 12.6
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 0.68
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row>
20110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 -123.0
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 </lyxtabular>
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \begin_layout Standard
20133 \begin_inset Float table
20134 placement h
20135 wide false
20136 sideways false
20137 status open
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Caption Standard
20141
20142 \begin_layout Plain Layout
20143 \begin_inset CommandInset label
20144 LatexCommand label
20145 name "tab:演算子揃え表"
20146
20147 \end_inset
20148
20149 一列が演算子で揃えられた表セル
20150 \end_layout
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Plain Layout
20158 \align center
20159 \begin_inset Tabular
20160 <lyxtabular version="3" rows="4" columns="2">
20161 <features rotate="0" booktabs="true" tabularvalignment="middle">
20162 <column alignment="right" valignment="top" width="0pt">
20163 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20164 <row>
20165 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 見出し
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $12\,+$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\,6$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 <row>
20211 <cell alignment="center" valignment="top" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Formula $0\,-$
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $\,68$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $-123\,/$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Formula $\,0$
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 </row>
20262 </lyxtabular>
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \begin_layout Standard
20275 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20276 \begin_inset CommandInset ref
20277 LatexCommand ref
20278 reference "tab:演算子揃え表"
20279
20280 \end_inset
20281
20282 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
20283 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
20284 ために、
20285 \end_layout
20286
20287 \begin_layout Standard
20288
20289 \series bold
20290 @{}l
20291 \end_layout
20292
20293 \begin_layout Standard
20294 というLaTeX引数を第2列に指定します。
20295 \end_layout
20296
20297 \begin_layout Standard
20298
20299 \begin_inset CommandInset ref
20300 LatexCommand ref
20301 reference "tab:表セル揃え"
20302
20303 \end_inset
20304
20305 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20306 \begin_inset CommandInset ref
20307 LatexCommand ref
20308 reference "tab:演算子揃え表"
20309
20310 \end_inset
20311
20312 の冒頭には、小空白が加えられています。
20313 \end_layout
20314
20315 \begin_layout Standard
20316 \begin_inset Float table
20317 wide false
20318 sideways false
20319 status open
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Caption Standard
20323
20324 \begin_layout Plain Layout
20325 \begin_inset CommandInset label
20326 LatexCommand label
20327 name "tab:表セル揃え"
20328
20329 \end_inset
20330
20331 表セルの揃えの例
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Plain Layout
20340 \align center
20341 \begin_inset Tabular
20342 <lyxtabular version="3" rows="4" columns="6">
20343 <features rotate="0" tabularvalignment="middle">
20344 <column alignment="right" valignment="top" width="0">
20345 <column alignment="left" valignment="top" width="0" special="@{}l">
20346 <column alignment="right" valignment="top" width="0">
20347 <column alignment="left" valignment="top" width="0" special="@{}l">
20348 <column alignment="right" valignment="top" width="0">
20349 <column alignment="left" valignment="top" width="0" special="@{}l">
20350 <row>
20351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 単位
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 冪数
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 関係子
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 12×
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 24本の瓶
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 \begin_inset Formula $10\cdot$
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $10^{\mbox{-}17}$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 \begin_inset Formula $\Gamma(t)\propto$
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\:\Upsilon(t)$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 1024×
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 768ピクセル
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell alignment="center" valignment="top" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 \begin_inset Formula $5.78\cdot$
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $10^{7}$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $A\ne$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 <cell alignment="center" valignment="top" usebox="none">
20530 \begin_inset Text
20531
20532 \begin_layout Plain Layout
20533 \begin_inset Formula $\: B_{\mathrm{red}}$
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 </row>
20542 <row>
20543 <cell alignment="center" valignment="top" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547 32×
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556 6
20557 \begin_inset space \thinspace{}
20558 \end_inset
20559
20560 cm
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 <cell alignment="center" valignment="top" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569 -
20570 \begin_inset Formula $33.5\cdot$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $10^{4}$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 <cell alignment="center" valignment="top" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594 \begin_inset Formula $\sin(\alpha)\ge$
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 <cell alignment="center" valignment="top" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 \begin_inset Formula $\:\sin(\beta)$
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 </lyxtabular>
20616
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Subsection
20628 自製のセル書式および列書式
20629 \begin_inset CommandInset label
20630 LatexCommand label
20631 name "sub:自製書式"
20632
20633 \end_inset
20634
20635
20636 \begin_inset Index idx
20637 status collapsed
20638
20639 \begin_layout Plain Layout
20640 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20641 \end_layout
20642
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \begin_layout Standard
20649
20650 \lang english
20651 Calculating the required width for normal columns as described in section
20652 \begin_inset space ~
20653 \end_inset
20654
20655
20656 \begin_inset CommandInset ref
20657 LatexCommand ref
20658 reference "sec:Table-Width-Calculation"
20659
20660 \end_inset
20661
20662  or for spanned columns as described in section
20663 \begin_inset space ~
20664 \end_inset
20665
20666
20667 \lang japanese
20668
20669 \begin_inset CommandInset ref
20670 LatexCommand ref
20671 reference "sub:連結列の計算"
20672
20673 \end_inset
20674
20675
20676 \lang english
20677  is very annoying if you have several tables where a calculation is necessary.
20678
20679 \lang japanese
20680  そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20681 \end_layout
20682
20683 \begin_layout Standard
20684
20685 \series bold
20686
20687 \backslash
20688 newcolumntype{書式名}[引数の数]{コマンド}
20689 \end_layout
20690
20691 \begin_layout Standard
20692 書式名は、一文字だけでも構いません。
20693 \emph on
20694 b
20695 \emph default
20696
20697 \emph on
20698 c
20699 \emph default
20700
20701 \emph on
20702 l
20703 \emph default
20704
20705 \emph on
20706 m
20707 \emph default
20708
20709 \emph on
20710 p
20711 \emph default
20712
20713 \emph on
20714 r
20715 \emph default
20716 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20717 \end_layout
20718
20719 \begin_layout Standard
20720 \begin_inset VSpace medskip
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20728 \end_layout
20729
20730 \begin_layout Standard
20731
20732 \series bold
20733
20734 \backslash
20735 newcolumntype{M}[1]{>{
20736 \backslash
20737 centering
20738 \backslash
20739 hspace{0pt}}m{#1}}
20740 \end_layout
20741
20742 \begin_layout Standard
20743 ここで
20744 \series bold
20745
20746 \backslash
20747 hspace{0pt}
20748 \series default
20749 は、第
20750 \begin_inset CommandInset ref
20751 LatexCommand ref
20752 reference "sub:複数行"
20753
20754 \end_inset
20755
20756 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
20757 \end_layout
20758
20759 \begin_layout Standard
20760
20761 \series bold
20762 M{width}
20763 \end_layout
20764
20765 \begin_layout Standard
20766 と入力するだけですみます。
20767 \end_layout
20768
20769 \begin_layout Standard
20770 \begin_inset VSpace bigskip
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \begin_layout Standard
20777 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20778 \end_layout
20779
20780 \begin_layout Standard
20781
20782 \series bold
20783
20784 \backslash
20785 newcolumntype{S}[2]{>{
20786 \backslash
20787 centering
20788 \backslash
20789 hspace{0pt}}
20790 \begin_inset Newline newline
20791 \end_inset
20792
20793
20794 \begin_inset Phantom HPhantom
20795 status open
20796
20797 \begin_layout Plain Layout
20798
20799 \series bold
20800
20801 \backslash
20802 newcolumntype
20803 \end_layout
20804
20805 \end_inset
20806
20807 m{(#1+(2
20808 \backslash
20809 tabcolsep+
20810 \backslash
20811 arrayrulewidth)*(1-#2))/#2}}
20812 \end_layout
20813
20814 \begin_layout Standard
20815 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20816 \begin_inset CommandInset ref
20817 LatexCommand eqref
20818 reference "eq:Wgn"
20819
20820 \end_inset
20821
20822 式を使用しています。
20823 \end_layout
20824
20825 \begin_layout Standard
20826 こうしておけば、当該セルのLaTeX引数に
20827 \end_layout
20828
20829 \begin_layout Standard
20830
20831 \series bold
20832 S{連結列セルの幅}{連結列セルがまたがる列の数}
20833 \end_layout
20834
20835 \begin_layout Standard
20836 と入力するだけですみます。
20837 \end_layout
20838
20839 \begin_layout Standard
20840 \begin_inset VSpace bigskip
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Standard
20847 色付き列については、以下のように定義するとよいでしょう。
20848 \end_layout
20849
20850 \begin_layout Standard
20851
20852 \series bold
20853
20854 \backslash
20855 newcolumntype{K}[1]{>{
20856 \backslash
20857 columncolor{#1}
20858 \backslash
20859 hspace{0pt}}c}
20860 \end_layout
20861
20862 \begin_layout Standard
20863 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
20864 \end_layout
20865
20866 \begin_layout Standard
20867
20868 \series bold
20869 K{色名}
20870 \end_layout
20871
20872 \begin_layout Standard
20873 と入力します。
20874 \end_layout
20875
20876 \begin_layout Standard
20877 \begin_inset VSpace bigskip
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \begin_layout Standard
20884
20885 \begin_inset CommandInset ref
20886 LatexCommand ref
20887 reference "tab:ユーザー定義の表書式"
20888
20889 \end_inset
20890
20891 を生成するには、第1列と連結列にLaTeX引数として
20892 \end_layout
20893
20894 \begin_layout Standard
20895
20896 \series bold
20897 M{2.5cm}
20898 \end_layout
20899
20900 \begin_layout Standard
20901 を指定し、最終列に
20902 \end_layout
20903
20904 \begin_layout Standard
20905
20906 \series bold
20907 K{red}
20908 \end_layout
20909
20910 \begin_layout Standard
20911 そして第2列の各セルに
20912 \end_layout
20913
20914 \begin_layout Standard
20915
20916 \series bold
20917 S{2.5cm}{2}
20918 \end_layout
20919
20920 \begin_layout Standard
20921 と指定します。
20922 \end_layout
20923
20924 \begin_layout Standard
20925 \begin_inset Float table
20926 placement h
20927 wide false
20928 sideways false
20929 status open
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Caption Standard
20933
20934 \begin_layout Plain Layout
20935 \begin_inset CommandInset label
20936 LatexCommand label
20937 name "tab:ユーザー定義の表書式"
20938
20939 \end_inset
20940
20941 ユーザー定義の表書式を使用した表
20942 \end_layout
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Plain Layout
20950 \align center
20951 \begin_inset Tabular
20952 <lyxtabular version="3" rows="3" columns="4">
20953 <features rotate="0" tabularvalignment="middle">
20954 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20955 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20956 <column alignment="center" valignment="middle" width="0">
20957 <column alignment="center" valignment="middle" width="0" special="K{red}">
20958 <row>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 とても長い表セル中の単語
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972 複数行の連結列
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 c
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 d
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 e
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 f
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 g
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 <row>
21035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 h
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048 i
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 j
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 k
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 </lyxtabular>
21073
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \begin_layout Subsection
21085 罫線幅
21086 \begin_inset CommandInset label
21087 LatexCommand label
21088 name "sub:罫線幅"
21089
21090 \end_inset
21091
21092
21093 \begin_inset Index idx
21094 status collapsed
21095
21096 \begin_layout Plain Layout
21097 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \begin_layout Standard
21106 表中のすべての罫線の罫線幅を調整するには、長さ
21107 \series bold
21108
21109 \backslash
21110 arrayrulewidth
21111 \series default
21112 を使用します。たとえば、表
21113 \begin_inset CommandInset ref
21114 LatexCommand ref
21115 reference "tab:Table-with-1.5"
21116
21117 \end_inset
21118
21119 のように罫線幅を1.5
21120 \begin_inset space \thinspace{}
21121 \end_inset
21122
21123 ptにするには、表や表フロートの前にTeXコードで
21124 \end_layout
21125
21126 \begin_layout Standard
21127
21128 \series bold
21129
21130 \backslash
21131 setlength{
21132 \backslash
21133 arrayrulewidth}{1.5pt}
21134 \end_layout
21135
21136 \begin_layout Standard
21137 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
21138 \series bold
21139
21140 \backslash
21141 arrayrulewidth
21142 \series default
21143 を0.4
21144 \begin_inset space \thinspace{}
21145 \end_inset
21146
21147 ptに設定してください。
21148 \end_layout
21149
21150 \begin_layout Standard
21151 \begin_inset ERT
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155
21156
21157 \backslash
21158 setlength{
21159 \backslash
21160 arrayrulewidth}{1.5pt}
21161 \end_layout
21162
21163 \end_inset
21164
21165
21166 \begin_inset Float table
21167 wide false
21168 sideways false
21169 status open
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Caption Standard
21173
21174 \begin_layout Plain Layout
21175 \begin_inset CommandInset label
21176 LatexCommand label
21177 name "tab:Table-with-1.5"
21178
21179 \end_inset
21180
21181 1.5
21182 \begin_inset space \thinspace{}
21183 \end_inset
21184
21185 pt幅罫線の表
21186 \end_layout
21187
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \begin_layout Plain Layout
21194 \align center
21195 \begin_inset Tabular
21196 <lyxtabular version="3" rows="3" columns="3">
21197 <features rotate="0" tabularvalignment="middle">
21198 <column alignment="center" valignment="top" width="0">
21199 <column alignment="center" valignment="top" width="0">
21200 <column alignment="center" valignment="top" width="0">
21201 <row>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 sd
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 sd
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 <row>
21260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 sd
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 </row>
21288 </lyxtabular>
21289
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \end_inset
21296
21297
21298 \begin_inset ERT
21299 status collapsed
21300
21301 \begin_layout Plain Layout
21302
21303
21304 \backslash
21305 setlength{
21306 \backslash
21307 arrayrulewidth}{0.4pt}
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 \begin_inset VSpace bigskip
21317 \end_inset
21318
21319
21320 \begin_inset CommandInset ref
21321 LatexCommand ref
21322 reference "tab:1.5pt幅横罫"
21323
21324 \end_inset
21325
21326 のように横罫だけを1.5
21327 \begin_inset space \thinspace{}
21328 \end_inset
21329
21330 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
21331 \end_layout
21332
21333 \begin_layout Standard
21334
21335 \series bold
21336
21337 \backslash
21338 let
21339 \backslash
21340 myHline
21341 \backslash
21342 hline
21343 \begin_inset Newline newline
21344 \end_inset
21345
21346
21347 \backslash
21348 renewcommand{
21349 \backslash
21350 hline}
21351 \begin_inset Newline newline
21352 \end_inset
21353
21354  {
21355 \backslash
21356 noalign{
21357 \backslash
21358 global
21359 \backslash
21360 arrayrulewidth 1.5pt}
21361 \begin_inset Newline newline
21362 \end_inset
21363
21364  
21365 \backslash
21366 myHline
21367 \backslash
21368 noalign{
21369 \backslash
21370 global
21371 \backslash
21372 arrayrulewidth 0.4pt}}
21373 \end_layout
21374
21375 \begin_layout Standard
21376 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
21377 \end_layout
21378
21379 \begin_layout Standard
21380
21381 \series bold
21382
21383 \backslash
21384 renewcommand{
21385 \backslash
21386 hline}{
21387 \backslash
21388 myHline}
21389 \end_layout
21390
21391 \begin_layout Standard
21392 \begin_inset ERT
21393 status collapsed
21394
21395 \begin_layout Plain Layout
21396
21397
21398 \backslash
21399 let
21400 \backslash
21401 myHline
21402 \backslash
21403 hline
21404 \end_layout
21405
21406 \begin_layout Plain Layout
21407
21408
21409 \backslash
21410 renewcommand{
21411 \backslash
21412 hline}
21413 \end_layout
21414
21415 \begin_layout Plain Layout
21416
21417  {
21418 \backslash
21419 noalign{
21420 \backslash
21421 global
21422 \backslash
21423 arrayrulewidth 1.5pt}
21424 \end_layout
21425
21426 \begin_layout Plain Layout
21427
21428   
21429 \backslash
21430 myHline
21431 \backslash
21432 noalign{
21433 \backslash
21434 global
21435 \backslash
21436 arrayrulewidth 0.4pt}}
21437 \end_layout
21438
21439 \end_inset
21440
21441
21442 \begin_inset Float table
21443 wide false
21444 sideways false
21445 status open
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Caption Standard
21449
21450 \begin_layout Plain Layout
21451 \begin_inset CommandInset label
21452 LatexCommand label
21453 name "tab:1.5pt幅横罫"
21454
21455 \end_inset
21456
21457 1.5
21458 \begin_inset space \thinspace{}
21459 \end_inset
21460
21461 pt幅横罫の表
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Plain Layout
21470 \align center
21471 \begin_inset Tabular
21472 <lyxtabular version="3" rows="3" columns="3">
21473 <features rotate="0" tabularvalignment="middle">
21474 <column alignment="center" valignment="top" width="0">
21475 <column alignment="center" valignment="top" width="0">
21476 <column alignment="center" valignment="top" width="0">
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 sd
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row>
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 sd
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 sd
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 </lyxtabular>
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572
21573
21574 \begin_inset ERT
21575 status collapsed
21576
21577 \begin_layout Plain Layout
21578
21579
21580 \backslash
21581 renewcommand{
21582 \backslash
21583 hline}{
21584 \backslash
21585 myHline}
21586 \end_layout
21587
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \begin_layout Standard
21594 \begin_inset VSpace bigskip
21595 \end_inset
21596
21597 縦罫だけを1.5
21598 \begin_inset space \thinspace{}
21599 \end_inset
21600
21601 pt幅にするには、第
21602 \begin_inset CommandInset ref
21603 LatexCommand ref
21604 reference "sub:自製書式"
21605
21606 \end_inset
21607
21608 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21609 \end_layout
21610
21611 \begin_layout Standard
21612
21613 \series bold
21614
21615 \backslash
21616 newcolumntype{V}{!{
21617 \backslash
21618 vrule width 1.5pt}}
21619 \end_layout
21620
21621 \begin_layout Standard
21622
21623 \begin_inset CommandInset ref
21624 LatexCommand ref
21625 reference "tab:1.5pt幅縦罫"
21626
21627 \end_inset
21628
21629 を作るには、最右列にLaTeX引数
21630 \end_layout
21631
21632 \begin_layout Standard
21633
21634 \series bold
21635 VcV
21636 \end_layout
21637
21638 \begin_layout Standard
21639 を指定し、他の列には
21640 \end_layout
21641
21642 \begin_layout Standard
21643
21644 \series bold
21645 Vc
21646 \end_layout
21647
21648 \begin_layout Standard
21649 を指定します。
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset Float table
21654 wide false
21655 sideways false
21656 status open
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Caption Standard
21660
21661 \begin_layout Plain Layout
21662 \begin_inset CommandInset label
21663 LatexCommand label
21664 name "tab:1.5pt幅縦罫"
21665
21666 \end_inset
21667
21668 1.5
21669 \begin_inset space \thinspace{}
21670 \end_inset
21671
21672 pt幅縦罫の表
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Plain Layout
21681 \align center
21682 \begin_inset Tabular
21683 <lyxtabular version="3" rows="3" columns="3">
21684 <features rotate="0" tabularvalignment="middle">
21685 <column alignment="center" valignment="top" width="0" special="Vc">
21686 <column alignment="center" valignment="top" width="0" special="Vc">
21687 <column alignment="center" valignment="top" width="0" special="VcV">
21688 <row>
21689 <cell alignment="center" valignment="top" topline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 sd
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 sd
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 sd
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 </row>
21775 </lyxtabular>
21776
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \begin_layout Subsection
21788 点罫
21789 \begin_inset Index idx
21790 status collapsed
21791
21792 \begin_layout Plain Layout
21793 ひょうのちょうせい@表の調整 ! てんけい@点罫
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \begin_layout Standard
21802 \begin_inset ERT
21803 status collapsed
21804
21805 \begin_layout Plain Layout
21806
21807
21808 \backslash
21809 ifarydshln
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \begin_inset Note Note
21816 status open
21817
21818 \begin_layout Plain Layout
21819 この節は、LaTeXパッケージ
21820 \series bold
21821 arydshln
21822 \series default
21823 が導入済みの時のみ表示されます。
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Standard
21832 \begin_inset Float table
21833 placement H
21834 wide false
21835 sideways false
21836 status open
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Caption Standard
21840
21841 \begin_layout Plain Layout
21842 \begin_inset CommandInset label
21843 LatexCommand label
21844 name "tab:点罫表"
21845
21846 \end_inset
21847
21848 点罫を使用した表
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Plain Layout
21857 \align center
21858 \begin_inset Tabular
21859 <lyxtabular version="3" rows="5" columns="5">
21860 <features rotate="0" tabularvalignment="middle">
21861 <column alignment="center" valignment="top" width="0">
21862 <column alignment="center" valignment="top" width="0">
21863 <column alignment="center" valignment="top" width="0" special=":c">
21864 <column alignment="center" valignment="top" width="0">
21865 <column alignment="center" valignment="top" width="0">
21866 <row>
21867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 \begin_inset ERT
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969
21970
21971 \backslash
21972 hdashline 
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 </row>
22019 <row>
22020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 \begin_inset ERT
22025 status collapsed
22026
22027 \begin_layout Plain Layout
22028
22029
22030 \backslash
22031 cdashline{4-5}
22032 \end_layout
22033
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 </lyxtabular>
22126
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Standard
22138 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
22139 \end_layout
22140
22141 \begin_layout Standard
22142
22143 \series bold
22144
22145 \backslash
22146 usepackage{arydshln}
22147 \end_layout
22148
22149 \begin_layout Standard
22150 というコマンドを書き、LaTeXパッケージの
22151 \series bold
22152 arydshln
22153 \series default
22154
22155 \begin_inset Index idx
22156 status collapsed
22157
22158 \begin_layout Plain Layout
22159 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
22160 \end_layout
22161
22162 \end_inset
22163
22164 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
22165 \end_layout
22166
22167 \begin_layout Standard
22168 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
22169 \end_layout
22170
22171 \begin_layout Standard
22172
22173 \series bold
22174
22175 \backslash
22176 hdashline
22177 \end_layout
22178
22179 \begin_layout Standard
22180 というコマンドを加えてください。
22181 \end_layout
22182
22183 \begin_layout Standard
22184 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
22185 \end_layout
22186
22187 \begin_layout Standard
22188
22189 \series bold
22190
22191 \backslash
22192 cdashline{列番号
22193 \series default
22194 }
22195 \end_layout
22196
22197 \begin_layout Standard
22198 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22199 \end_layout
22200
22201 \begin_layout Standard
22202
22203 \series bold
22204
22205 \backslash
22206 cdashline{2-4}
22207 \end_layout
22208
22209 \begin_layout Standard
22210 なるコマンドを置いてください。
22211 \end_layout
22212
22213 \begin_layout Standard
22214 \begin_inset VSpace bigskip
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \begin_layout Standard
22221
22222 \begin_inset CommandInset ref
22223 LatexCommand ref
22224 reference "tab:点罫表"
22225
22226 \end_inset
22227
22228 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
22229 \series bold
22230
22231 \backslash
22232 hdashline
22233 \series default
22234 が挿れられており、第3行の最初のセルには、TeXコードのコマンド
22235 \begin_inset Newline newline
22236 \end_inset
22237
22238  
22239 \series bold
22240
22241 \backslash
22242 cdashline{4-5}
22243 \series default
22244 が挿れられています。
22245 \end_layout
22246
22247 \begin_layout Standard
22248 \begin_inset VSpace bigskip
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Standard
22255
22256 \lang english
22257 Tables with dashed lines can also be colored as shown by Table
22258 \lang japanese
22259
22260 \begin_inset space ~
22261 \end_inset
22262
22263
22264 \begin_inset CommandInset ref
22265 LatexCommand ref
22266 reference "tab:Colored-table-with"
22267
22268 \end_inset
22269
22270 .
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset ERT
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278
22279
22280 \backslash
22281 setlength{
22282 \backslash
22283 arrayrulewidth}{1pt}
22284 \end_layout
22285
22286 \end_inset
22287
22288
22289 \lang english
22290
22291 \begin_inset Note Note
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296 \lang english
22297 thicker lines for better visualization of the line color
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Standard
22306 \begin_inset ERT
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310
22311
22312 \backslash
22313 dashgapcolor{green}
22314 \end_layout
22315
22316 \end_inset
22317
22318
22319 \lang english
22320
22321 \begin_inset Note Note
22322 status collapsed
22323
22324 \begin_layout Plain Layout
22325
22326 \lang english
22327 color gaps between dashes green
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 \begin_inset ERT
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340
22341
22342 \backslash
22343 let
22344 \backslash
22345 myHdashline
22346 \backslash
22347 hdashline
22348 \end_layout
22349
22350 \begin_layout Plain Layout
22351
22352
22353 \backslash
22354 renewcommand{
22355 \backslash
22356 hdashline}
22357 \end_layout
22358
22359 \begin_layout Plain Layout
22360
22361  {
22362 \backslash
22363 arrayrulecolor{red}
22364 \backslash
22365 myHdashline
22366 \backslash
22367 arrayrulecolor{black}}
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \lang english
22374
22375 \begin_inset Note Note
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379
22380 \lang english
22381 color horizontal, dashed lines red
22382 \end_layout
22383
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset ERT
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394
22395
22396 \backslash
22397 let
22398 \backslash
22399 myCdashline
22400 \backslash
22401 cdashline
22402 \end_layout
22403
22404 \begin_layout Plain Layout
22405
22406
22407 \backslash
22408 renewcommand{
22409 \backslash
22410 cdashline}[1]
22411 \end_layout
22412
22413 \begin_layout Plain Layout
22414
22415  {
22416 \backslash
22417 arrayrulecolor{yellow}
22418 \backslash
22419 myCdashline{#1}
22420 \backslash
22421 arrayrulecolor{black}}
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \lang english
22428
22429 \begin_inset Note Note
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434 \lang english
22435 color partial horizontal, dashed lines yellow
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Standard
22444 \begin_inset Float table
22445 placement h
22446 wide false
22447 sideways false
22448 status open
22449
22450 \begin_layout Plain Layout
22451 \begin_inset Caption Standard
22452
22453 \begin_layout Plain Layout
22454 \begin_inset CommandInset label
22455 LatexCommand label
22456 name "tab:Colored-table-with"
22457
22458 \end_inset
22459
22460
22461 \lang english
22462 Colored table with dashed lines
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Plain Layout
22471 \align center
22472 \begin_inset Tabular
22473 <lyxtabular version="3" rows="5" columns="5">
22474 <features rotate="0" tabularvalignment="middle">
22475 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22476 <column alignment="center" valignment="top" width="0pt">
22477 <column alignment="center" valignment="top" width="0pt" special=":c">
22478 <column alignment="center" valignment="top" width="0">
22479 <column alignment="center" valignment="top" width="0">
22480 <row>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 a
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 b
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell alignment="center" valignment="top" topline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 c
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 d
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 e
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 f
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 g
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 h
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 i
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 j
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset ERT
22580 status collapsed
22581
22582 \begin_layout Plain Layout
22583
22584
22585 \backslash
22586 hdashline 
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \begin_inset ERT
22593 status collapsed
22594
22595 \begin_layout Plain Layout
22596
22597
22598 \backslash
22599 rowcolor{Gray}
22600 \end_layout
22601
22602 \end_inset
22603
22604 k
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 l
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 m
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 n
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 o
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 \begin_inset ERT
22652 status collapsed
22653
22654 \begin_layout Plain Layout
22655
22656
22657 \backslash
22658 cdashline{4-5}
22659 \end_layout
22660
22661 \end_inset
22662
22663 p
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 q
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 r
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 s
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 t
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 u
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 v
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 w
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 \begin_inset ERT
22747 status collapsed
22748
22749 \begin_layout Plain Layout
22750
22751
22752 \backslash
22753 cellcolor{Maroon}
22754 \end_layout
22755
22756 \end_inset
22757
22758 i
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 </lyxtabular>
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Standard
22777 \begin_inset ERT
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781
22782
22783 \backslash
22784 renewcommand{
22785 \backslash
22786 hdashline}{
22787 \backslash
22788 myHdashline}
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \lang english
22795
22796 \begin_inset Note Note
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800
22801 \lang english
22802 reset to default
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815
22816
22817 \backslash
22818 renewcommand{
22819 \backslash
22820 cdashline}{
22821 \backslash
22822 myCdashline}
22823 \end_layout
22824
22825 \end_inset
22826
22827
22828 \lang english
22829
22830 \begin_inset Note Note
22831 status collapsed
22832
22833 \begin_layout Plain Layout
22834
22835 \lang english
22836 reset to default
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Standard
22845 \begin_inset ERT
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849
22850
22851 \backslash
22852 nodashgapcolor
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \lang english
22859
22860 \begin_inset Note Note
22861 status collapsed
22862
22863 \begin_layout Plain Layout
22864
22865 \lang english
22866 reset to default
22867 \end_layout
22868
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \begin_layout Standard
22875 \begin_inset ERT
22876 status collapsed
22877
22878 \begin_layout Plain Layout
22879
22880
22881 \backslash
22882 setlength{
22883 \backslash
22884 arrayrulewidth}{0.4pt}
22885 \end_layout
22886
22887 \end_inset
22888
22889
22890 \lang english
22891
22892 \begin_inset Note Note
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896
22897 \lang english
22898 reset to default
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \lang english
22909 The coloring of lines, columns and lines works as decribed in section
22910 \begin_inset space ~
22911 \end_inset
22912
22913
22914 \lang japanese
22915
22916 \begin_inset CommandInset ref
22917 LatexCommand ref
22918 reference "sec:色付きの表"
22919
22920 \end_inset
22921
22922
22923 \lang english
22924 .
22925  Coloring horizontal lines works analogically as described there as well,
22926  one only needs to replace in the commands 
22927 \series bold
22928
22929 \backslash
22930 myHlineC
22931 \series default
22932  by 
22933 \series bold
22934
22935 \backslash
22936 myHdashline
22937 \series default
22938  and 
22939 \backslash
22940
22941 \series bold
22942 hline
22943 \series default
22944  by 
22945 \series bold
22946
22947 \backslash
22948 hdashline
22949 \series default
22950 ; so one uses the command
22951 \end_layout
22952
22953 \begin_layout Standard
22954
22955 \series bold
22956
22957 \backslash
22958 let
22959 \backslash
22960 myHdashline
22961 \backslash
22962 hdashline
22963 \begin_inset Newline newline
22964 \end_inset
22965
22966
22967 \backslash
22968 renewcommand{
22969 \backslash
22970 hdashline}
22971 \begin_inset Newline newline
22972 \end_inset
22973
22974
22975 \begin_inset Phantom HPhantom
22976 status open
22977
22978 \begin_layout Plain Layout
22979 \begin_inset space ~
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986
22987 {
22988 \backslash
22989 arrayrulecolor{red}
22990 \backslash
22991 myHdashline
22992 \backslash
22993 arrayrulecolor{black}}
22994 \end_layout
22995
22996 \begin_layout Standard
22997
22998 \lang english
22999 To color 
23000 \series bold
23001
23002 \backslash
23003 cdashline
23004 \series default
23005 , the command is
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011
23012 \backslash
23013 let
23014 \backslash
23015 myCdashline
23016 \backslash
23017 cdashline
23018 \begin_inset Newline newline
23019 \end_inset
23020
23021
23022 \backslash
23023 renewcommand{
23024 \backslash
23025 cdashline}[1]
23026 \begin_inset Newline newline
23027 \end_inset
23028
23029
23030 \begin_inset Phantom HPhantom
23031 status open
23032
23033 \begin_layout Plain Layout
23034 \begin_inset space ~
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \end_inset
23041
23042 {
23043 \backslash
23044 arrayrulecolor{red}
23045 \backslash
23046 myCdashline{#1}
23047 \backslash
23048 arrayrulecolor{black}}
23049 \end_layout
23050
23051 \begin_layout Standard
23052
23053 \lang english
23054 To get back the black line color, one needs to insert the following commands
23055  as TeX-Code behind the table:
23056 \end_layout
23057
23058 \begin_layout Standard
23059
23060 \lang english
23061 For 
23062 \series bold
23063
23064 \backslash
23065 hdashline
23066 \end_layout
23067
23068 \begin_layout Standard
23069
23070 \series bold
23071
23072 \backslash
23073 renewcommand{
23074 \backslash
23075 hdashline}{
23076 \backslash
23077 myHdashline}
23078 \end_layout
23079
23080 \begin_layout Standard
23081
23082 \lang english
23083 and for 
23084 \series bold
23085
23086 \backslash
23087 cdashline
23088 \end_layout
23089
23090 \begin_layout Standard
23091
23092 \series bold
23093
23094 \backslash
23095 renewcommand{
23096 \backslash
23097 cdashline}{
23098 \backslash
23099 myCdashline}
23100 \end_layout
23101
23102 \begin_layout Standard
23103
23104 \lang english
23105 To color the gaps between the dashes the command
23106 \end_layout
23107
23108 \begin_layout Standard
23109
23110 \series bold
23111 \lang english
23112
23113 \backslash
23114 dashgapcolor{color}
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \lang english
23120 can be used in front of a table as TeX-Code.
23121  color is hereby the name of a defined color.
23122  The command
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \series bold
23128
23129 \backslash
23130 nodashgapcolor
23131 \end_layout
23132
23133 \begin_layout Standard
23134
23135 \lang english
23136 unsets the changes made by 
23137 \series bold
23138
23139 \backslash
23140 dashgapcolor
23141 \series default
23142 .
23143 \end_layout
23144
23145 \begin_layout Standard
23146
23147 \lang english
23148 \begin_inset Note Greyedout
23149 status open
23150
23151 \begin_layout Plain Layout
23152
23153 \series bold
23154 \color none
23155 \lang english
23156 Note
23157 \series default
23158 : If there are multiple commands in a cell, the command of 
23159 \series bold
23160 arydshln
23161 \series default
23162  needs to be the first one in the cell.
23163  Therefore in cell 
23164 \emph on
23165 k
23166 \emph default
23167  of Table
23168 \begin_inset space ~
23169 \end_inset
23170
23171
23172 \begin_inset CommandInset ref
23173 LatexCommand ref
23174 reference "tab:Colored-table-with"
23175
23176 \end_inset
23177
23178  the command 
23179 \series bold
23180
23181 \backslash
23182 hdashline
23183 \series default
23184  is before 
23185 \series bold
23186
23187 \backslash
23188 rowcolor
23189 \series default
23190 .
23191 \end_layout
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Standard
23199
23200 \lang english
23201 \begin_inset Note Greyedout
23202 status open
23203
23204 \begin_layout Plain Layout
23205
23206 \series bold
23207 \color none
23208 \lang english
23209 Note:
23210 \series default
23211  The LaTeX-package 
23212 \series bold
23213 arydshln
23214 \series default
23215  must be loaded in the document preamble before the LaTeX-package
23216 \lang japanese
23217  
23218 \series bold
23219 colortbl
23220 \series default
23221 \color inherit
23222
23223 \begin_inset Index idx
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \color none
23234 .
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \begin_layout Standard
23243 \begin_inset ERT
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247
23248
23249 \backslash
23250 else
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \begin_inset Note Note
23257 status open
23258
23259 \begin_layout Plain Layout
23260 以下は、LaTeXパッケージ
23261 \series bold
23262 arydshln
23263 \series default
23264 が導入済みでないときに表示されます。
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Standard
23273 本節の内容を出力に表示するためには、
23274 \series bold
23275 arydshln
23276 \series default
23277 パッケージを導入しなくてはなりません。
23278 \end_layout
23279
23280 \begin_layout Standard
23281 \begin_inset ERT
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285
23286
23287 \backslash
23288 fi
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Standard
23297
23298 \lang english
23299 For more information about dashed lines see the documentation of
23300 \lang japanese
23301  
23302 \series bold
23303 arydshln
23304 \series default
23305
23306 \begin_inset CommandInset citation
23307 LatexCommand cite
23308 key "arydshln"
23309
23310 \end_inset
23311
23312 .
23313 \end_layout
23314
23315 \begin_layout Chapter
23316 フロート
23317 \begin_inset CommandInset label
23318 LatexCommand label
23319 name "chap:フロート"
23320
23321 \end_inset
23322
23323
23324 \begin_inset Index idx
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328 ふろーと@フロート
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Section
23337 はじめに
23338 \begin_inset CommandInset label
23339 LatexCommand label
23340 name "sec:フロートはじめに"
23341
23342 \end_inset
23343
23344
23345 \begin_inset Index idx
23346 status collapsed
23347
23348 \begin_layout Plain Layout
23349 ふろーと@フロート ! はじめに
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Standard
23358 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23359 ート)ことができます。
23360 \family sans
23361 脚注
23362 \family default
23363
23364 \family sans
23365 傍注
23366 \family default
23367 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23368 \end_layout
23369
23370 \begin_layout Standard
23371 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23372 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23373 ートには連番が割り当てられます。参照については、第
23374 \begin_inset CommandInset ref
23375 LatexCommand ref
23376 reference "sec:フロートの参照"
23377
23378 \end_inset
23379
23380 節で述べられています。
23381 \end_layout
23382
23383 \begin_layout Standard
23384 フロートを挿入するには、
23385 \family sans
23386 挿入\SpecialChar \menuseparator
23387 フロート
23388 \family default
23389 メニューを使えば、ラベルのついたボックスすなわち
23390 \family sans
23391 キャプション
23392 \family default
23393 差込枠が挿入されます (
23394 \lang english
23395 toolbar button 
23396 \lang japanese
23397
23398 \begin_inset Info
23399 type  "icon"
23400 arg   "float-insert figure"
23401 \end_inset
23402
23403
23404 \lang english
23405  or
23406 \lang japanese
23407  
23408 \begin_inset Info
23409 type  "icon"
23410 arg   "float-insert table"
23411 \end_inset
23412
23413 )。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプションの上ないし下に別
23414 の段落として挿入します。キャプションの配置に関して詳しくは、第
23415 \begin_inset CommandInset ref
23416 LatexCommand ref
23417 reference "sec:キャプションの配置"
23418
23419 \end_inset
23420
23421 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
23422 ます。畳んだフロートボックスは、
23423 \begin_inset Graphics
23424         filename clipart/floatQt4.png
23425         scale 70
23426         scaleBeforeRotation
23427
23428 \end_inset
23429
23430 のように、灰色ボタンに赤字ラベルで表示されます。
23431 \end_layout
23432
23433 \begin_layout Standard
23434 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23435 \end_layout
23436
23437 \begin_layout Standard
23438 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23439 \end_layout
23440
23441 \begin_layout Section
23442 フロート型
23443 \end_layout
23444
23445 \begin_layout Standard
23446 LyXには、第
23447 \begin_inset CommandInset ref
23448 LatexCommand ref
23449 reference "sec:図フロート"
23450
23451 \end_inset
23452
23453 節および第
23454 \begin_inset CommandInset ref
23455 LatexCommand ref
23456 reference "sec:表フロート"
23457
23458 \end_inset
23459
23460 節で各々説明されている図フロートと表フロート以外に、
23461 \family sans
23462 アルゴリズム型
23463 \series bold
23464
23465 \series default
23466 折返し型
23467 \family default
23468 のフロート型があります。 
23469 \lang english
23470 The latter are explained in sec.
23471 \lang japanese
23472
23473 \begin_inset space \thinspace{}
23474 \end_inset
23475
23476
23477 \begin_inset CommandInset ref
23478 LatexCommand ref
23479 reference "sec:折返しフロート"
23480
23481 \end_inset
23482
23483 .
23484 \end_layout
23485
23486 \begin_layout Subsection
23487 アルゴリズムフロート
23488 \begin_inset Index idx
23489 status collapsed
23490
23491 \begin_layout Plain Layout
23492 ふろーと@フロート ! あるごりずむ@アルゴリズム
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \begin_layout Standard
23501 \begin_inset Float algorithm
23502 placement h
23503 wide false
23504 sideways false
23505 status open
23506
23507 \begin_layout Plain Layout
23508 \begin_inset Caption Standard
23509
23510 \begin_layout Plain Layout
23511 \begin_inset CommandInset label
23512 LatexCommand label
23513 name "alg:アルゴリズムフロートの例"
23514
23515 \end_inset
23516
23517 アルゴリズムフロートの例
23518 \end_layout
23519
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \begin_layout LyX-Code
23526 for I in 1..N loop
23527 \begin_inset Newline newline
23528 \end_inset
23529
23530  Sum:= Sum + A(I); /*comment*/
23531 \begin_inset Newline newline
23532 \end_inset
23533
23534 end loop
23535 \begin_inset VSpace -4mm
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \begin_layout Standard
23547 このフロート型は、
23548 \family sans
23549 挿入
23550 \shape up
23551 \SpecialChar \menuseparator
23552 フロート\SpecialChar \menuseparator
23553 アルゴリズム
23554 \family default
23555 \shape default
23556 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23557 \begin_inset CommandInset ref
23558 LatexCommand ref
23559 reference "cha:プログラムコードリスト"
23560
23561 \end_inset
23562
23563 章で説明されているプログラムコードリストの代わりとみなすことができます。
23564 \emph on
23565 LyXユーザーの手引き
23566 \emph default
23567 に述べられているように、アルゴリズム向けの環境としては、
23568 \family sans
23569 LyXコード
23570 \family default
23571 があります。 アルゴリズム
23572 \begin_inset CommandInset ref
23573 LatexCommand ref
23574 reference "alg:アルゴリズムフロートの例"
23575
23576 \end_inset
23577
23578 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23579 \begin_inset space \thinspace{}
23580 \end_inset
23581
23582 mmの垂直空白が入れてあります。
23583 \end_layout
23584
23585 \begin_layout Standard
23586 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23587 \end_layout
23588
23589 \begin_layout Standard
23590
23591 \series bold
23592
23593 \backslash
23594 floatname{algorithm}{付けたい名称}
23595 \end_layout
23596
23597 \begin_layout Standard
23598 という行を手動で加える必要があります。ここで
23599 \family sans
23600 \series bold
23601 付けたい名称
23602 \family default
23603 \series default
23604 には、お使いの言語で「
23605 \emph on
23606 algorithm
23607 \emph default
23608 」に対応する単語を指定します。
23609 \end_layout
23610
23611 \begin_layout Standard
23612 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
23613 \family sans
23614 挿入\SpecialChar \menuseparator
23615 一覧/目次\SpecialChar \menuseparator
23616 アルゴリズム一覧
23617 \family default
23618 メニューを使用します。それ以外の場合には、代わりに
23619 \end_layout
23620
23621 \begin_layout Standard
23622
23623 \series bold
23624
23625 \backslash
23626 listof{algorithm}{付けたい名称}
23627 \end_layout
23628
23629 \begin_layout Standard
23630 というコマンドをTeXコードとして用います。ここで
23631 \family sans
23632 付けたい名称
23633 \family default
23634 とは、「
23635 \emph on
23636 List of Algorithm
23637 \emph default
23638 s」という単語に相当する、ご使用になりたい言語での単語です。
23639 \end_layout
23640
23641 \begin_layout Standard
23642 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23643 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \series bold
23649
23650 \backslash
23651 numberwithin{algorithm}{chapter}
23652 \end_layout
23653
23654 \begin_layout Standard
23655 というコマンドを追加してください。
23656 \series bold
23657
23658 \backslash
23659 numberwithin
23660 \series default
23661 というコマンドを使用するには、文書設定の
23662 \family sans
23663 数式オプション
23664 \family default
23665 タブで
23666 \family sans
23667 AMS mathパッケージを使用する
23668 \family default
23669 オプションを有効にしてください。
23670 \end_layout
23671
23672 \begin_layout Section
23673 フロートの連番
23674 \begin_inset Index idx
23675 status collapsed
23676
23677 \begin_layout Plain Layout
23678 ふろーと@フロート ! れんばん@連番
23679 \end_layout
23680
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \begin_layout Standard
23687 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23688 て変わります。
23689 \end_layout
23690
23691 \begin_layout Standard
23692 節から独立して付けられている連番を変更するには、文書プリアンブルで
23693 \end_layout
23694
23695 \begin_layout Standard
23696
23697 \series bold
23698
23699 \backslash
23700 renewcommand{
23701 \backslash
23702 thetable}{
23703 \backslash
23704 roman{table}}
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \series bold
23710 というコマンドを使うと良いでしょう。
23711 \backslash
23712 thetable
23713 \series default
23714 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23715 \series bold
23716
23717 \backslash
23718 thefigure
23719 \series default
23720 コマンドを使用します。上のコマンドで使用されている
23721 \series bold
23722
23723 \backslash
23724 roman
23725 \series default
23726 は、表番号を小文字のローマ数字で印字するコマンドです。
23727 \end_layout
23728
23729 \begin_layout Standard
23730 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23731 \end_layout
23732
23733 \begin_layout Standard
23734
23735 \series bold
23736
23737 \backslash
23738 numberwithin{table}{subsection}
23739 \end_layout
23740
23741 \begin_layout Standard
23742 というコマンドを使用してください。
23743 \series bold
23744
23745 \backslash
23746 numberwithin
23747 \series default
23748 コマンドを使用可能にするためには、文書設定の
23749 \family sans
23750 数式オプション
23751 \family default
23752 タブで、
23753 \family sans
23754 AMS
23755 \begin_inset space ~
23756 \end_inset
23757
23758 math数式パッケージを使用する
23759 \family default
23760 を使用します。
23761 \end_layout
23762
23763 \begin_layout Standard
23764 連番コマンドについての詳細と大切な注意点については、第
23765 \begin_inset CommandInset ref
23766 LatexCommand ref
23767 reference "sub:脚注の付番"
23768
23769 \end_inset
23770
23771 節もご覧ください。
23772 \end_layout
23773
23774 \begin_layout Section
23775 フロートの参照
23776 \begin_inset CommandInset label
23777 LatexCommand label
23778 name "sec:フロートの参照"
23779
23780 \end_inset
23781
23782
23783 \begin_inset Index idx
23784 status collapsed
23785
23786 \begin_layout Plain Layout
23787 ふろーと@フロート ! さんしょう@参照
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \begin_inset Index idx
23794 status collapsed
23795
23796 \begin_layout Plain Layout
23797 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Standard
23806 フロートを参照するには、
23807 \family sans
23808 挿入\SpecialChar \menuseparator
23809 ラベル
23810 \family default
23811 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23812 \begin_inset Graphics
23813         filename ../clipart/labelQt4.png
23814         scale 85
23815         scaleBeforeRotation
23816
23817 \end_inset
23818
23819 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
23820 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23821 \family sans
23822 fig:
23823 \family default
23824 」という前置句がつけられます。
23825 \end_layout
23826
23827 \begin_layout Standard
23828 ラベルは、参照のための名称兼位置標として用いられます。
23829 \family sans
23830 挿入\SpecialChar \menuseparator
23831 相互参照
23832 \family default
23833 メニューかツールバーボタン
23834 \begin_inset Info
23835 type  "icon"
23836 arg   "dialog-show-new-inset ref"
23837 \end_inset
23838
23839 を使えば、ラベルを参照することができます。
23840 \begin_inset Graphics
23841         filename clipart/referenceQt4.png
23842         scale 85
23843         scaleBeforeRotation
23844
23845 \end_inset
23846
23847 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
23848 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
23849 れます。
23850 \end_layout
23851
23852 \begin_layout Standard
23853 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23854 出力では、参照の代わりに二つの疑問符が表示されることになります。
23855 \end_layout
23856
23857 \begin_layout Standard
23858 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23859 で、リンクの更新に手間を割く必要はありません。
23860 \end_layout
23861
23862 \begin_layout Standard
23863 相互参照ウィンドウの
23864 \family sans
23865 ラベルへ移動
23866 \family default
23867 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23868 \family sans
23869 戻る
23870 \family default
23871 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23872 \end_layout
23873
23874 \begin_layout Subsection
23875 相互参照の書式
23876 \begin_inset CommandInset label
23877 LatexCommand label
23878 name "sub:相互参照の書式"
23879
23880 \end_inset
23881
23882
23883 \begin_inset Index idx
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887 さんしょう@参照 ! しょしき@書式
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \begin_layout Standard
23896 相互参照には、以下の6種類があります。
23897 \end_layout
23898
23899 \begin_layout Description
23900 <参照>: これはフロート番号を表示します。これが既定値です。例:
23901 \begin_inset CommandInset ref
23902 LatexCommand ref
23903 reference "fig:歪められた二つの像"
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Description
23911 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23912 例:
23913 \begin_inset CommandInset ref
23914 LatexCommand eqref
23915 reference "eq:Wgn"
23916
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \begin_layout Description
23923 <参照ページ>: これはページ番号を表示します。例:Page
23924 \begin_inset space ~
23925 \end_inset
23926
23927
23928 \begin_inset CommandInset ref
23929 LatexCommand pageref
23930 reference "fig:歪められた二つの像"
23931
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \begin_layout Description
23938 on
23939 \begin_inset space ~
23940 \end_inset
23941
23942 page
23943 \begin_inset space ~
23944 \end_inset
23945
23946 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23947 \begin_inset CommandInset ref
23948 LatexCommand vpageref
23949 reference "fig:歪められた二つの像"
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Description
23957 <参照>
23958 \begin_inset space ~
23959 \end_inset
23960
23961 on
23962 \begin_inset space ~
23963 \end_inset
23964
23965 page
23966 \begin_inset space ~
23967 \end_inset
23968
23969 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23970 \begin_inset CommandInset ref
23971 LatexCommand vref
23972 reference "fig:歪められた二つの像"
23973
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \begin_layout Description
23980 整形された参照: これは自製の相互参照書式で出力します。
23981 \begin_inset Newline newline
23982 \end_inset
23983
23984
23985 \begin_inset Note Greyedout
23986 status open
23987
23988 \begin_layout Plain Layout
23989 【註】この機能は、LaTeXパッケージ
23990 \series bold
23991 prettyref
23992 \series default
23993 または
23994 \series bold
23995 refstyle
23996 \series default
23997 が導入されている場合のみ使用することができます。
23998 \begin_inset Index idx
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \begin_inset Index idx
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \begin_inset Newline newline
24024 \end_inset
24025
24026 メニュー
24027 \family sans
24028 文書\SpecialChar \menuseparator
24029 設定\SpecialChar \menuseparator
24030 文書クラス
24031 \family default
24032 でオプション
24033 \family sans
24034 相互参照に(prettyrefではなく)refstyleを使用
24035 \family default
24036 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
24037 \series bold
24038
24039 \backslash
24040 newrefformat
24041 \series default
24042 コマンド(prettyrefの場合)あるいは
24043 \series bold
24044
24045 \backslash
24046 newref
24047 \series default
24048 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
24049 \family sans
24050 fig
24051 \family default
24052 」を持ちます)をすべて定義し直すには、
24053 \begin_inset Newline newline
24054 \end_inset
24055
24056
24057 \series bold
24058
24059 \backslash
24060 newref{fig}{refcmd={Image on page 
24061 \backslash
24062 pageref{#1}}}
24063 \begin_inset Newline newline
24064 \end_inset
24065
24066
24067 \series default
24068 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
24069 \begin_inset CommandInset citation
24070 LatexCommand cite
24071 key "prettyref,refstyle"
24072
24073 \end_inset
24074
24075 をご覧ください。
24076 \end_layout
24077
24078 \begin_layout Description
24079 名称参照: これは、右のように参照のキャプションを出力します。 
24080 \begin_inset CommandInset ref
24081 LatexCommand nameref
24082 reference "fig:歪められた二つの像"
24083
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \begin_layout Standard
24090
24091 \family sans
24092 <参照ページ>
24093 \family default
24094 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
24095 \family sans
24096 on this page
24097 \family default
24098 」のような文章が表示されます。様式
24099 \family sans
24100 <参照> on page <参照ページ>
24101 \family default
24102 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
24103 \end_layout
24104
24105 \begin_layout Standard
24106 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
24107 \family sans
24108 書式
24109 \family default
24110 フィールドで選ぶことができます。
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset Note Greyedout
24115 status open
24116
24117 \begin_layout Plain Layout
24118
24119 \series bold
24120 Note:
24121 \series default
24122  It is recommended to use the LaTeX-package 
24123 \series bold
24124 refstyle
24125 \series default
24126
24127 \begin_inset Index idx
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
24132 \end_layout
24133
24134 \end_inset
24135
24136  because 
24137 \series bold
24138 prettyref
24139 \series default
24140
24141 \begin_inset Index idx
24142 status collapsed
24143
24144 \begin_layout Plain Layout
24145 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
24146 \end_layout
24147
24148 \end_inset
24149
24150  does not know all of LyX's possible label shortcuts
24151 \begin_inset Foot
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Quotes eld
24156 \end_inset
24157
24158 fig:
24159 \begin_inset Quotes erd
24160 \end_inset
24161
24162  is for example LyX's shortcut for labels in figure captions.
24163 \end_layout
24164
24165 \end_inset
24166
24167  and is not internationalized.
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Subsection
24176 参照名の自動命名
24177 \begin_inset Index idx
24178 status collapsed
24179
24180 \begin_layout Plain Layout
24181 さんしょう@参照 ! じどうめいめい@自動命名
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \begin_layout Standard
24190
24191 \family sans
24192 文書設定
24193 \family default
24194 ダイアログの
24195 \family sans
24196 PDF特性
24197 \family default
24198 で有効にされた
24199 \series bold
24200 hyperref
24201 \series default
24202
24203 \begin_inset Index idx
24204 status collapsed
24205
24206 \begin_layout Plain Layout
24207 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24208 \end_layout
24209
24210 \end_inset
24211
24212  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
24213 \emph on
24214
24215 \emph default
24216 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24217 の機能を使用するには、hyperrefを有効にして、
24218 \end_layout
24219
24220 \begin_layout Standard
24221
24222 \series bold
24223
24224 \backslash
24225 AtBeginDocument{
24226 \backslash
24227 renewcommand{
24228 \backslash
24229 ref}[1]{
24230 \backslash
24231 mbox{
24232 \backslash
24233 autoref{#1}}}}
24234 \end_layout
24235
24236 \begin_layout Standard
24237 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24238 \begin_inset space \thinspace{}
24239 \end_inset
24240
24241 」としたいなど、既定の参照名以外のものが欲しい場合には、
24242 \end_layout
24243
24244 \begin_layout Standard
24245
24246 \series bold
24247
24248 \backslash
24249 addto
24250 \backslash
24251 extrasenglish{
24252 \backslash
24253 renewcommand{
24254 \backslash
24255 sectionautorefname}
24256 \begin_inset Newline newline
24257 \end_inset
24258
24259
24260 \begin_inset Phantom HPhantom
24261 status open
24262
24263 \begin_layout Plain Layout
24264
24265 \series bold
24266 \begin_inset space ~
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \end_inset
24273
24274 {sec.
24275 \backslash
24276 negthinspace}}
24277 \end_layout
24278
24279 \begin_layout Standard
24280 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24281 \begin_inset Newline newline
24282 \end_inset
24283
24284
24285 \series bold
24286
24287 \backslash
24288 extrasenglishを
24289 \backslash
24290 extras***
24291 \series default
24292 に置き換えてください(***は使用中の言語名)。
24293 \end_layout
24294
24295 \begin_layout Standard
24296 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24297 \end_layout
24298
24299 \begin_layout Standard
24300
24301 \series bold
24302
24303 \backslash
24304 addto
24305 \backslash
24306 extrasenglish{
24307 \backslash
24308 renewcommand*{
24309 \backslash
24310 equationautorefname}[1]{}}
24311 \end_layout
24312
24313 \begin_layout Standard
24314 この話題に関する詳細は、hyperrefの説明書
24315 \begin_inset CommandInset citation
24316 LatexCommand cite
24317 key "hyperref"
24318
24319 \end_inset
24320
24321 をお読みください。
24322 \end_layout
24323
24324 \begin_layout Standard
24325 \begin_inset Note Greyedout
24326 status open
24327
24328 \begin_layout Plain Layout
24329
24330 \series bold
24331 【註】
24332 \series default
24333 参照の自動命名は、相互参照を
24334 \family sans
24335 整形参照
24336 \family default
24337 様式(第
24338 \begin_inset CommandInset ref
24339 LatexCommand ref
24340 reference "sub:相互参照の書式"
24341
24342 \end_inset
24343
24344 節)で使用しているときには、使用することができません。
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Standard
24353
24354 \lang english
24355 LyX's english 
24356 \emph on
24357 Math
24358 \emph default
24359  manual is an example where automatic reference naming is used.
24360 \end_layout
24361
24362 \begin_layout Subsection
24363 参照位置
24364 \begin_inset CommandInset label
24365 LatexCommand label
24366 name "sub:参照位置"
24367
24368 \end_inset
24369
24370
24371 \begin_inset Index idx
24372 status collapsed
24373
24374 \begin_layout Plain Layout
24375 さんしょう@参照 ! さんしょういち@参照位置
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384
24385 \family sans
24386 文書設定
24387 \family default
24388 ダイアログの
24389 \family sans
24390 PDF特性
24391 \family default
24392 で、
24393 \series bold
24394 hyperref
24395 \series default
24396
24397 \begin_inset Index idx
24398 status collapsed
24399
24400 \begin_layout Plain Layout
24401 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24402 \end_layout
24403
24404 \end_inset
24405
24406 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24407 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
24408 \series bold
24409 hyperref
24410 \series default
24411
24412 \begin_inset Index idx
24413 status collapsed
24414
24415 \begin_layout Plain Layout
24416 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24417 \end_layout
24418
24419 \end_inset
24420
24421 の一部である
24422 \series bold
24423 hyperref
24424 \series default
24425
24426 \begin_inset Index idx
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
24431 \end_layout
24432
24433 \end_inset
24434
24435 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24436 \end_layout
24437
24438 \begin_layout Standard
24439
24440 \series bold
24441
24442 \backslash
24443 usepackage[figure]{hypcap}
24444 \end_layout
24445
24446 \begin_layout Standard
24447 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24448 hypcapの説明書
24449 \begin_inset CommandInset citation
24450 LatexCommand cite
24451 key "hypcap"
24452
24453 \end_inset
24454
24455 をご覧ください。
24456 \end_layout
24457
24458 \begin_layout Standard
24459 \begin_inset Note Greyedout
24460 status open
24461
24462 \begin_layout Plain Layout
24463
24464 \series bold
24465 【註】hypcap
24466 \series default
24467 は内部図への参照には効力がありません。
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \begin_layout Section
24476 フロートの配置
24477 \begin_inset CommandInset label
24478 LatexCommand label
24479 name "sec:フロートの配置"
24480
24481 \end_inset
24482
24483
24484 \begin_inset Index idx
24485 status collapsed
24486
24487 \begin_layout Plain Layout
24488 ふろーと@フロート ! はいち@配置
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497
24498 \family roman
24499 \series medium
24500 \shape up
24501 \size normal
24502 \emph off
24503 \bar no
24504 \noun off
24505 \color none
24506 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
24507 \begin_inset Newline newline
24508 \end_inset
24509
24510
24511 \family sans
24512 \series default
24513 \shape default
24514 \size default
24515 \emph default
24516 \bar default
24517 \noun default
24518 \color inherit
24519 段をまたぐ
24520 \family roman
24521 \series medium
24522 \shape up
24523 \size normal
24524 \emph off
24525 \bar no
24526 \noun off
24527 \color none
24528 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24529 \begin_inset Newline newline
24530 \end_inset
24531
24532
24533 \family sans
24534 \series default
24535 \shape default
24536 \size default
24537 \emph default
24538 \bar default
24539 \noun default
24540 \color inherit
24541 横倒しに回転
24542 \family roman
24543 \series medium
24544 \shape up
24545 \size normal
24546 \emph off
24547 \bar no
24548 \noun off
24549 \color none
24550 オプションは、フロートを回転するのに用います。第
24551 \family default
24552 \series default
24553 \shape default
24554 \size default
24555 \emph default
24556 \bar default
24557 \noun default
24558 \color inherit
24559
24560 \begin_inset CommandInset ref
24561 LatexCommand ref
24562 reference "sec:回転フロート"
24563
24564 \end_inset
24565
24566
24567 \family roman
24568 \series medium
24569 \shape up
24570 \size normal
24571 \emph off
24572 \bar no
24573 \noun off
24574 \color none
24575 節をご参照ください。
24576 \end_layout
24577
24578 \begin_layout Standard
24579
24580 \family roman
24581 \series medium
24582 \shape up
24583 \size normal
24584 \emph off
24585 \bar no
24586 \noun off
24587 \color none
24588 フロートダイアログでは、
24589 \family sans
24590 \series default
24591 \shape default
24592 \size default
24593 \emph default
24594 \bar default
24595 \noun default
24596 \color inherit
24597 既定の配置を使う
24598 \family roman
24599 \series medium
24600 \shape up
24601 \size normal
24602 \emph off
24603 \bar no
24604 \noun off
24605 \color none
24606 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24607 \end_layout
24608
24609 \begin_layout Description
24610 可能ならば現在位置に: 
24611 \family roman
24612 \series medium
24613 \shape up
24614 \size normal
24615 \emph off
24616 \bar no
24617 \noun off
24618 \color none
24619 フロートを挿入位置に配置することを試みます
24620 \end_layout
24621
24622 \begin_layout Description
24623 ページ上部: 
24624 \family roman
24625 \series medium
24626 \shape up
24627 \size normal
24628 \emph off
24629 \bar no
24630 \noun off
24631 \color none
24632 フロートを現在ページの上部に配置することを試みます
24633 \end_layout
24634
24635 \begin_layout Description
24636 ページ下部: 
24637 \family roman
24638 \series medium
24639 \shape up
24640 \size normal
24641 \emph off
24642 \bar no
24643 \noun off
24644 \color none
24645 フロートを現在ページの下部に配置することを試みます
24646 \end_layout
24647
24648 \begin_layout Description
24649 フロートを独立したページに: 
24650 \family roman
24651 \series medium
24652 \shape up
24653 \size normal
24654 \emph off
24655 \bar no
24656 \noun off
24657 \color none
24658 フロートを独立したページに配置することを試みます
24659 \end_layout
24660
24661 \begin_layout Standard
24662 LaTeXは、
24663 \emph on
24664 つねに
24665 \emph default
24666 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
24667 \family sans
24668 可能ならば現在位置に
24669 \family default
24670 を試み、次に
24671 \family sans
24672 ページの上部
24673 \family default
24674 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
24675 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24676 \end_layout
24677
24678 \begin_layout Standard
24679 既定では、各オプションはそれぞれ以下の規則を持っています。
24680 \end_layout
24681
24682 \begin_layout Labeling
24683 \labelwidthstring 00.00.0000
24684
24685 \family sans
24686 ページ上部
24687 \family default
24688  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24689 \series bold
24690
24691 \backslash
24692 topfraction
24693 \series default
24694 )。
24695 \end_layout
24696
24697 \begin_layout Labeling
24698 \labelwidthstring 00.00.0000
24699
24700 \family sans
24701 ページ下部
24702 \family default
24703  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24704 \series bold
24705
24706 \backslash
24707 bottomfraction
24708 \series default
24709 )。
24710 \end_layout
24711
24712 \begin_layout Labeling
24713 \labelwidthstring 00.00.0000
24714
24715 \family sans
24716 フロートを独立したページ 
24717 \family default
24718 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24719 \series bold
24720
24721 \backslash
24722 floatpagefraction
24723 \series default
24724 )。
24725 \end_layout
24726
24727 \begin_layout Standard
24728 これらの規則に従いたくないときは、
24729 \family sans
24730 LaTeXの規則を無視する
24731 \family default
24732 オプションを追加することによって、これらを無視することができます。
24733 \begin_inset Newline newline
24734 \end_inset
24735
24736 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
24737 、ページの5割に変えるには、文書プリアンブルに
24738 \end_layout
24739
24740 \begin_layout Standard
24741
24742 \series bold
24743
24744 \backslash
24745 renewcommand{
24746 \backslash
24747 bottomfraction}{0.5}
24748 \end_layout
24749
24750 \begin_layout Standard
24751 という行を加えてください。
24752 \end_layout
24753
24754 \begin_layout Standard
24755 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24756 \family sans
24757 何としても現在位置に置く
24758 \family default
24759 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24760 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24761 からです。
24762 \end_layout
24763
24764 \begin_layout Standard
24765 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24766 \end_layout
24767
24768 \begin_layout Standard
24769 \begin_inset VSpace bigskip
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24777 することがあります。この問題を避けるには、LaTeXコマンドの
24778 \backslash
24779 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24780 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24781 \end_layout
24782
24783 \begin_layout Standard
24784
24785 \series bold
24786
24787 \backslash
24788 let
24789 \backslash
24790 mySection
24791 \backslash
24792 section
24793 \begin_inset Newline newline
24794 \end_inset
24795
24796
24797 \backslash
24798 renewcommand{
24799 \backslash
24800 section}{
24801 \backslash
24802 suppressfloats[t]
24803 \backslash
24804 mySection}
24805 \end_layout
24806
24807 \begin_layout Standard
24808 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
24809 することがあるので、これらに対する定義はお勧めしません。
24810 \end_layout
24811
24812 \begin_layout Standard
24813 \begin_inset VSpace bigskip
24814 \end_inset
24815
24816 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
24817 \series bold
24818 endfloat
24819 \series default
24820
24821 \begin_inset Index idx
24822 status collapsed
24823
24824 \begin_layout Plain Layout
24825 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
24826 \end_layout
24827
24828 \end_inset
24829
24830 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24831 \begin_inset Quotes eld
24832 \end_inset
24833
24834
24835 \family sans
24836 [Figure
24837 \begin_inset space ~
24838 \end_inset
24839
24840 3.2 about here.]
24841 \family default
24842
24843 \begin_inset Quotes erd
24844 \end_inset
24845
24846 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24847 \end_layout
24848
24849 \begin_layout Standard
24850
24851 \series bold
24852
24853 \backslash
24854 usepackage[options]{endfloat}
24855 \end_layout
24856
24857 \begin_layout Standard
24858 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24859 \series bold
24860 endfloat
24861 \series default
24862 取扱説明書
24863 \begin_inset CommandInset citation
24864 LatexCommand cite
24865 key "endfloat"
24866
24867 \end_inset
24868
24869 をご参照ください。
24870 \begin_inset Newline newline
24871 \end_inset
24872
24873
24874 \begin_inset Note Greyedout
24875 status open
24876
24877 \begin_layout Plain Layout
24878
24879 \series bold
24880 【註】endfloat
24881 \series default
24882 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24883 \begin_inset CommandInset citation
24884 LatexCommand cite
24885 key "endfloat"
24886
24887 \end_inset
24888
24889 の第4節をご参照ください。
24890 \end_layout
24891
24892 \end_inset
24893
24894
24895 \begin_inset Newline newline
24896 \end_inset
24897
24898
24899 \begin_inset Note Greyedout
24900 status open
24901
24902 \begin_layout Plain Layout
24903
24904 \series bold
24905 【註】
24906 \series default
24907 現在のところ、
24908 \series bold
24909 endfloat
24910 \series default
24911 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
24912 \series bold
24913
24914 \backslash
24915 ss
24916 \series default
24917 」コマンドを使用してください。
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \begin_layout Standard
24926 \begin_inset VSpace bigskip
24927 \end_inset
24928
24929 フロートの割付に関する詳細は、LaTeX関連書
24930 \begin_inset CommandInset citation
24931 LatexCommand cite
24932 key "latexcompanion,latexguide,latexbook"
24933
24934 \end_inset
24935
24936 をご覧ください。
24937 \end_layout
24938
24939 \begin_layout Section
24940 回転フロート
24941 \begin_inset CommandInset label
24942 LatexCommand label
24943 name "sec:回転フロート"
24944
24945 \end_inset
24946
24947
24948 \begin_inset Index idx
24949 status collapsed
24950
24951 \begin_layout Plain Layout
24952 ふろーと@フロート ! かいてん@回転
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \begin_layout Standard
24961 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24962 \family sans
24963 横倒しに回転
24964 \family default
24965 オプションを有効にします。
24966 \end_layout
24967
24968 \begin_layout Standard
24969 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24970 \family sans
24971 段をまたぐ
24972 \family default
24973 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24974 たって回転方向を強制したい場合には、文書クラスオプションに
24975 \series bold
24976 figuresleft
24977 \series default
24978 オプションあるいは
24979 \series bold
24980 figuresright
24981 \series default
24982 オプションを加えることができます。
24983 \end_layout
24984
24985 \begin_layout Standard
24986 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24987 \begin_inset CommandInset ref
24988 LatexCommand ref
24989 reference "tab:回転した表"
24990
24991 \end_inset
24992
24993 が回転表フロートの例です。
24994 \end_layout
24995
24996 \begin_layout Standard
24997 \begin_inset Note Greyedout
24998 status open
24999
25000 \begin_layout Plain Layout
25001
25002 \series bold
25003 【註】
25004 \series default
25005 すべてのDVIビューアが回転フロートを表示できるわけではありません。
25006 \end_layout
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Standard
25014 \begin_inset Float table
25015 wide false
25016 sideways true
25017 status open
25018
25019 \begin_layout Plain Layout
25020 \begin_inset Caption Standard
25021
25022 \begin_layout Plain Layout
25023 \begin_inset CommandInset label
25024 LatexCommand label
25025 name "tab:回転した表"
25026
25027 \end_inset
25028
25029 回転した表
25030 \end_layout
25031
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \begin_layout Plain Layout
25038 \align center
25039 \begin_inset Tabular
25040 <lyxtabular version="3" rows="1" columns="5">
25041 <features rotate="0" tabularvalignment="middle">
25042 <column alignment="center" valignment="top" width="0">
25043 <column alignment="center" valignment="top" width="0">
25044 <column alignment="center" valignment="top" width="0">
25045 <column alignment="center" valignment="top" width="0">
25046 <column alignment="center" valignment="top" width="0">
25047 <row>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 試験
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 </row>
25094 </lyxtabular>
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Section
25107 従属フロート
25108 \begin_inset Index idx
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
25122 \begin_inset CommandInset ref
25123 LatexCommand ref
25124 reference "tab:従属表を横に並べたもの"
25125
25126 \end_inset
25127
25128 と表
25129 \begin_inset CommandInset ref
25130 LatexCommand ref
25131 reference "tab:従属表を縦に並べたもの"
25132
25133 \end_inset
25134
25135 に示されているように段落と同様に指定することができます。
25136 \end_layout
25137
25138 \begin_layout Standard
25139 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
25140 \begin_inset CommandInset ref
25141 LatexCommand ref
25142 reference "tab:これは従属表a"
25143
25144 \end_inset
25145
25146 と表
25147 \begin_inset CommandInset ref
25148 LatexCommand ref
25149 reference "tab:これは従属表b"
25150
25151 \end_inset
25152
25153 は表
25154 \begin_inset CommandInset ref
25155 LatexCommand ref
25156 reference "tab:従属表を横に並べたもの"
25157
25158 \end_inset
25159
25160 の従属フロートです。
25161 \begin_inset Float table
25162 wide false
25163 sideways false
25164 status open
25165
25166 \begin_layout Plain Layout
25167 \begin_inset Caption Standard
25168
25169 \begin_layout Plain Layout
25170 \begin_inset CommandInset label
25171 LatexCommand label
25172 name "tab:従属表を横に並べたもの"
25173
25174 \end_inset
25175
25176 従属表を横に並べたもの
25177 \end_layout
25178
25179 \end_inset
25180
25181
25182 \end_layout
25183
25184 \begin_layout Plain Layout
25185 \begin_inset space \hfill{}
25186 \end_inset
25187
25188
25189 \begin_inset Float table
25190 wide false
25191 sideways false
25192 status open
25193
25194 \begin_layout Plain Layout
25195 \begin_inset Caption Standard
25196
25197 \begin_layout Plain Layout
25198 \begin_inset CommandInset label
25199 LatexCommand label
25200 name "tab:これは従属表a"
25201
25202 \end_inset
25203
25204 これは従属表aです。
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Plain Layout
25213 \align center
25214 \begin_inset Tabular
25215 <lyxtabular version="3" rows="1" columns="5">
25216 <features rotate="0" tabularvalignment="middle">
25217 <column alignment="center" valignment="top" width="0">
25218 <column alignment="center" valignment="top" width="0">
25219 <column alignment="center" valignment="top" width="0">
25220 <column alignment="center" valignment="top" width="0">
25221 <column alignment="center" valignment="top" width="0">
25222 <row>
25223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 試験
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 </lyxtabular>
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \end_inset
25277
25278
25279 \begin_inset space \hfill{}
25280 \end_inset
25281
25282
25283 \begin_inset Float table
25284 wide false
25285 sideways false
25286 status open
25287
25288 \begin_layout Plain Layout
25289 \begin_inset Caption Standard
25290
25291 \begin_layout Plain Layout
25292 \begin_inset CommandInset label
25293 LatexCommand label
25294 name "tab:これは従属表b"
25295
25296 \end_inset
25297
25298 これは従属表bです。
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Plain Layout
25307 \align center
25308 \begin_inset Tabular
25309 <lyxtabular version="3" rows="1" columns="5">
25310 <features rotate="0" tabularvalignment="middle">
25311 <column alignment="center" valignment="top" width="0">
25312 <column alignment="center" valignment="top" width="0">
25313 <column alignment="center" valignment="top" width="0">
25314 <column alignment="center" valignment="top" width="0">
25315 <column alignment="center" valignment="top" width="0">
25316 <row>
25317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357 試験
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 </row>
25363 </lyxtabular>
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \begin_inset space \hfill{}
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset Float table
25383 wide false
25384 sideways false
25385 status open
25386
25387 \begin_layout Plain Layout
25388 \begin_inset Caption Standard
25389
25390 \begin_layout Plain Layout
25391 \begin_inset CommandInset label
25392 LatexCommand label
25393 name "tab:従属表を縦に並べたもの"
25394
25395 \end_inset
25396
25397 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Plain Layout
25406 \begin_inset Float table
25407 wide false
25408 sideways false
25409 status open
25410
25411 \begin_layout Plain Layout
25412 \begin_inset Caption Standard
25413
25414 \begin_layout Plain Layout
25415
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Plain Layout
25424 \align center
25425 \begin_inset Tabular
25426 <lyxtabular version="3" rows="1" columns="4">
25427 <features rotate="0" tabularvalignment="middle">
25428 <column alignment="center" valignment="top" width="0">
25429 <column alignment="center" valignment="top" width="0">
25430 <column alignment="center" valignment="top" width="0">
25431 <column alignment="center" valignment="top" width="0">
25432 <row>
25433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 試験
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 試験
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 試験
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 試験
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 </row>
25470 </lyxtabular>
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Plain Layout
25483 \begin_inset Float table
25484 wide false
25485 sideways false
25486 status open
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Caption Standard
25490
25491 \begin_layout Plain Layout
25492
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Plain Layout
25501 \align center
25502 \begin_inset Tabular
25503 <lyxtabular version="3" rows="1" columns="5">
25504 <features rotate="0" tabularvalignment="middle">
25505 <column alignment="center" valignment="top" width="0">
25506 <column alignment="center" valignment="top" width="0">
25507 <column alignment="center" valignment="top" width="0">
25508 <column alignment="center" valignment="top" width="0">
25509 <column alignment="center" valignment="top" width="0">
25510 <row>
25511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 </row>
25557 </lyxtabular>
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Section
25575 横並びのフロート
25576 \begin_inset Index idx
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580 ふろーと@フロート ! よこならび@横並び
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \begin_layout Standard
25589
25590 \begin_inset CommandInset ref
25591 LatexCommand ref
25592 reference "fig:左側のフロート"
25593
25594 \end_inset
25595
25596 や図
25597 \begin_inset CommandInset ref
25598 LatexCommand ref
25599 reference "fig:右側のフロート"
25600
25601 \end_inset
25602
25603 のようにフロートを横並びに配置するには、
25604 \emph on
25605 ひとつの
25606 \emph default
25607 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25608 \begin_inset Foot
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 Minipageは第
25613 \begin_inset CommandInset ref
25614 LatexCommand ref
25615 reference "sec:ミニページ"
25616
25617 \end_inset
25618
25619 節に説明があります。
25620 \end_layout
25621
25622 \end_inset
25623
25624 。幅は45
25625 \begin_inset space \thinspace{}
25626 \end_inset
25627
25628 -50
25629 \begin_inset space \thinspace{}
25630 \end_inset
25631
25632 列幅%とし、各minipageのボックス配置を
25633 \family sans
25634
25635 \family default
25636 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25637 \family sans
25638 列幅%
25639 \family default
25640 がここではminipageボックスの幅によって計算されることです。
25641 \end_layout
25642
25643 \begin_layout Standard
25644 \begin_inset Float figure
25645 wide false
25646 sideways false
25647 status open
25648
25649 \begin_layout Plain Layout
25650 \begin_inset Box Frameless
25651 position "b"
25652 hor_pos "c"
25653 has_inner_box 1
25654 inner_pos "t"
25655 use_parbox 0
25656 use_makebox 0
25657 width "45col%"
25658 special "none"
25659 height "1in"
25660 height_special "totalheight"
25661 status open
25662
25663 \begin_layout Plain Layout
25664 \align center
25665 \begin_inset Graphics
25666         filename ../clipart/mobius.eps
25667         lyxscale 50
25668         width 100col%
25669         scaleBeforeRotation
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \begin_layout Plain Layout
25677 \begin_inset Caption Standard
25678
25679 \begin_layout Plain Layout
25680 \begin_inset CommandInset label
25681 LatexCommand label
25682 name "fig:左側のフロート"
25683
25684 \end_inset
25685
25686 左側のフロート
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \begin_inset space \hfill{}
25698 \end_inset
25699
25700
25701 \begin_inset Box Frameless
25702 position "b"
25703 hor_pos "c"
25704 has_inner_box 1
25705 inner_pos "t"
25706 use_parbox 0
25707 use_makebox 0
25708 width "45col%"
25709 special "none"
25710 height "1in"
25711 height_special "totalheight"
25712 status open
25713
25714 \begin_layout Plain Layout
25715 \align center
25716 \begin_inset Graphics
25717         filename ../clipart/platypus.eps
25718         lyxscale 50
25719         width 100col%
25720         scaleBeforeRotation
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Plain Layout
25728 \begin_inset Caption Standard
25729
25730 \begin_layout Plain Layout
25731 \begin_inset CommandInset label
25732 LatexCommand label
25733 name "fig:右側のフロート"
25734
25735 \end_inset
25736
25737 右側のフロート
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \begin_layout Plain Layout
25751
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \begin_layout Section
25760 キャプションの書式設定
25761 \begin_inset Index idx
25762 status collapsed
25763
25764 \begin_layout Plain Layout
25765 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \begin_inset Index idx
25772 status collapsed
25773
25774 \begin_layout Plain Layout
25775 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25776 \end_layout
25777
25778 \end_inset
25779
25780
25781 \begin_inset CommandInset label
25782 LatexCommand label
25783 name "sec:キャプションの書式設定"
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Standard
25791
25792 \family sans
25793 キャプション
25794 \family default
25795 環境は、
25796 \family sans
25797 フロート
25798 \family default
25799 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
25800 \family sans
25801 図 #:
25802 \family default
25803 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25804 \family sans
25805 #
25806 \family default
25807 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25808 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25809 \end_layout
25810
25811 \begin_layout Standard
25812 既定のキャプション書式を変更するには、文書プリアンブルに
25813 \end_layout
25814
25815 \begin_layout Standard
25816
25817 \series bold
25818
25819 \backslash
25820 usepackage[format definition]{caption}
25821 \end_layout
25822
25823 \begin_layout Standard
25824 という行を加えて、LaTeXパッケージ
25825 \series bold
25826 caption
25827 \series default
25828
25829 \begin_inset Index idx
25830 status collapsed
25831
25832 \begin_layout Plain Layout
25833 LaTeXぱっけーじ@LaTeXパッケージ ! caption
25834 \end_layout
25835
25836 \end_inset
25837
25838 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25839 \end_layout
25840
25841 \begin_layout Standard
25842
25843 \series bold
25844
25845 \backslash
25846 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25847 \end_layout
25848
25849 \begin_layout Standard
25850 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25851 \series bold
25852 caption
25853 \series default
25854 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25855 \end_layout
25856
25857 \begin_layout Standard
25858
25859 \series bold
25860
25861 \backslash
25862 captionsetup[フロート型]{書式定義}
25863 \end_layout
25864
25865 \begin_layout Standard
25866 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25867 \begin_inset CommandInset ref
25868 LatexCommand ref
25869 reference "fig:図キャプション"
25870
25871 \end_inset
25872
25873 と表
25874 \begin_inset CommandInset ref
25875 LatexCommand ref
25876 reference "tab:表キャプション"
25877
25878 \end_inset
25879
25880 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25881 \end_layout
25882
25883 \begin_layout Standard
25884
25885 \series bold
25886
25887 \backslash
25888 usepackage[tableposition=top]{caption}
25889 \series default
25890
25891 \begin_inset Newline newline
25892 \end_inset
25893
25894
25895 \series bold
25896
25897 \backslash
25898 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25899 \begin_inset Newline newline
25900 \end_inset
25901
25902
25903 \begin_inset Phantom HPhantom
25904 status open
25905
25906 \begin_layout Plain Layout
25907
25908 \backslash
25909 captionsetup[figure]{
25910 \end_layout
25911
25912 \end_inset
25913
25914 labelsep=period}
25915 \begin_inset Newline newline
25916 \end_inset
25917
25918
25919 \backslash
25920 captionsetup[table]{labelfont={bf,sf}}
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \begin_inset Note Greyedout
25925 status open
25926
25927 \begin_layout Plain Layout
25928
25929 \series bold
25930 【註】
25931 \series default
25932 オプションのうち、
25933 \series bold
25934 tableposition=top
25935 \series default
25936 は、文書クラスに
25937 \series bold
25938 KOMA-script
25939 \series default
25940
25941 \begin_inset Index idx
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25946 \end_layout
25947
25948 \end_inset
25949
25950 が使われているときには、無効になります。この場合には、文書クラスオプション
25951 \series bold
25952 captions=tableheading
25953 \series default
25954 を指定しなくてはなりません。
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \begin_layout Standard
25963
25964 \series bold
25965 caption
25966 \series default
25967 パッケージについての詳細は、その取扱説明書
25968 \begin_inset CommandInset citation
25969 LatexCommand cite
25970 key "caption"
25971
25972 \end_inset
25973
25974 をご覧ください。
25975 \end_layout
25976
25977 \begin_layout Standard
25978 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25979 \end_layout
25980
25981 \begin_layout Standard
25982
25983 \series bold
25984
25985 \backslash
25986 renewcommand{
25987 \backslash
25988 fnum@figure}{画像~
25989 \backslash
25990 thefigure}
25991 \end_layout
25992
25993 \begin_layout Standard
25994 なお、
25995 \series bold
25996
25997 \backslash
25998 thefigure
25999 \series default
26000 は表番号を挿入し、「
26001 \series bold
26002 ~
26003 \series default
26004 」は保護された空白を入れます。
26005 \end_layout
26006
26007 \begin_layout Standard
26008 \begin_inset VSpace bigskip
26009 \end_inset
26010
26011
26012 \series bold
26013 KOMA-script
26014 \series default
26015
26016 \begin_inset Index idx
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26021 \end_layout
26022
26023 \end_inset
26024
26025 文書クラス(
26026 \family sans
26027 article (KOMA-script)
26028 \family default
26029
26030 \family sans
26031 book (KOMA-script)
26032 \family default
26033
26034 \family sans
26035 letter (KOMA-script)
26036 \family default
26037
26038 \family sans
26039 report (KOMA-script)
26040 \family default
26041 )を使用している場合には、
26042 \series bold
26043 caption
26044 \series default
26045 パッケージの代わりに
26046 \series bold
26047 KOMA-script
26048 \series default
26049 のビルトインコマンド
26050 \series bold
26051 etkomafont
26052 \series default
26053 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
26054 \end_layout
26055
26056 \begin_layout Standard
26057
26058 \series bold
26059
26060 \backslash
26061 setkomafont{captionlabel}{
26062 \backslash
26063 bfseries}
26064 \end_layout
26065
26066 \begin_layout Standard
26067
26068 \series bold
26069
26070 \backslash
26071 setkomafont
26072 \series default
26073 についての詳細は、
26074 \series bold
26075 KOMA-script
26076 \series default
26077 の取扱説明書
26078 \begin_inset CommandInset citation
26079 LatexCommand cite
26080 key "koma-script"
26081
26082 \end_inset
26083
26084 をご覧ください。
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26096 }
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \begin_inset Note Note
26103 status open
26104
26105 \begin_layout Plain Layout
26106 キャプション書式は、この例のみ変更してあります。
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \begin_inset Float figure
26116 placement !p
26117 wide false
26118 sideways false
26119 status open
26120
26121 \begin_layout Plain Layout
26122 \align center
26123 \begin_inset Graphics
26124         filename ../clipart/mobius.eps
26125         lyxscale 50
26126         scale 50
26127         scaleBeforeRotation
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Plain Layout
26135 \begin_inset Caption Standard
26136
26137 \begin_layout Plain Layout
26138 \begin_inset CommandInset label
26139 LatexCommand label
26140 name "fig:図キャプション"
26141
26142 \end_inset
26143
26144 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Standard
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162
26163
26164 \backslash
26165 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26166 on}
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \begin_layout Standard
26175 \begin_inset Float table
26176 placement !p
26177 wide false
26178 sideways false
26179 status open
26180
26181 \begin_layout Plain Layout
26182 \begin_inset Caption Standard
26183
26184 \begin_layout Plain Layout
26185 \begin_inset CommandInset label
26186 LatexCommand label
26187 name "tab:表キャプション"
26188
26189 \end_inset
26190
26191 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \begin_layout Plain Layout
26200 \align center
26201 \begin_inset Tabular
26202 <lyxtabular version="3" rows="1" columns="5">
26203 <features rotate="0" tabularvalignment="middle">
26204 <column alignment="center" valignment="top" width="0">
26205 <column alignment="center" valignment="top" width="0">
26206 <column alignment="center" valignment="top" width="0">
26207 <column alignment="center" valignment="top" width="0">
26208 <column alignment="center" valignment="top" width="0">
26209 <row>
26210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Plain Layout
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 </row>
26256 </lyxtabular>
26257
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Section
26269 キャプションの配置
26270 \begin_inset Index idx
26271 status collapsed
26272
26273 \begin_layout Plain Layout
26274 きゃぷしょん@キャプション ! はいち@配置
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \begin_inset Index idx
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \begin_inset CommandInset label
26291 LatexCommand label
26292 name "sec:キャプションの配置"
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Standard
26300 通常、キャプションの配置原則は、
26301 \end_layout
26302
26303 \begin_layout Description
26304 図の場合: キャプションを図の下に置く
26305 \end_layout
26306
26307 \begin_layout Description
26308 表の場合: キャプションを表の上に置く
26309 \end_layout
26310
26311 \begin_layout Standard
26312 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26313 \family sans
26314 article
26315 \family default
26316
26317 \family sans
26318 book
26319 \family default
26320
26321 \family sans
26322 letter
26323 \family default
26324
26325 \family sans
26326 report
26327 \family default
26328 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26329 eXパッケージ
26330 \series bold
26331 caption
26332 \series default
26333 を読み込むコマンドに
26334 \end_layout
26335
26336 \begin_layout Standard
26337
26338 \series bold
26339 tableposition=top
26340 \end_layout
26341
26342 \begin_layout Standard
26343 というオプションを追加してください
26344 \begin_inset Foot
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348
26349 \series bold
26350 caption
26351 \series default
26352 パッケージについての詳細な情報は、第
26353 \begin_inset CommandInset ref
26354 LatexCommand ref
26355 reference "sec:キャプションの書式設定"
26356
26357 \end_inset
26358
26359 節をご覧ください。
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \series bold
26366 KOMA-script
26367 \series default
26368
26369 \begin_inset Index idx
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
26374 \end_layout
26375
26376 \end_inset
26377
26378 文書クラス(
26379 \family sans
26380 article (KOMA-script)
26381 \family default
26382
26383 \family sans
26384 book (KOMA-script)
26385 \family default
26386
26387 \family sans
26388 letter (KOMA-script)
26389 \family default
26390
26391 \family sans
26392 report (KOMA-script)
26393 \family default
26394
26395 \begin_inset space \thinspace{}
26396 \end_inset
26397
26398 )をお使いの場合には、
26399 \series bold
26400 caption
26401 \series default
26402 パッケージにオプションを与える代わりに、文書クラスオプション
26403 \series bold
26404 captions=tableheading
26405 \series default
26406 を設定することもできます。
26407 \end_layout
26408
26409 \begin_layout Standard
26410 \begin_inset VSpace bigskip
26411 \end_inset
26412
26413 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26414 \end_layout
26415
26416 \begin_layout Standard
26417
26418 \series bold
26419
26420 \backslash
26421 usepackage[option]{sidecap}
26422 \end_layout
26423
26424 \begin_layout Standard
26425 という行を入れて、LaTeXパッケージ
26426 \series bold
26427 sidecap
26428 \series default
26429
26430 \begin_inset Index idx
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
26435 \end_layout
26436
26437 \end_inset
26438
26439 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
26440 \series bold
26441 innercaption
26442 \series default
26443 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26444 \series bold
26445 rightcaption
26446 \series default
26447 ないし
26448 \series bold
26449 leftcaption
26450 \series default
26451 オプションを用います。
26452 \end_layout
26453
26454 \begin_layout Standard
26455 \begin_inset ERT
26456 status collapsed
26457
26458 \begin_layout Plain Layout
26459
26460
26461 \backslash
26462 ifsidecap
26463 \end_layout
26464
26465 \end_inset
26466
26467
26468 \begin_inset Note Note
26469 status open
26470
26471 \begin_layout Plain Layout
26472 以下の部分は、LaTeXパッケージ
26473 \series bold
26474 sidecap
26475 \series default
26476 が導入されているときのみ表示されます。
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Standard
26485 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26486 \end_layout
26487
26488 \begin_layout Standard
26489 \noindent
26490 \begin_inset CommandInset line
26491 LatexCommand rule
26492 offset "0.5ex"
26493 width "100line%"
26494 height "1pt"
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Standard
26502
26503 \series bold
26504
26505 \backslash
26506 newcommand{
26507 \backslash
26508 TabBesBeg}[1][1.0]{%
26509 \begin_inset Newline newline
26510 \end_inset
26511
26512
26513 \begin_inset Phantom HPhantom
26514 status open
26515
26516 \begin_layout Plain Layout
26517 \begin_inset space ~
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \backslash
26527 let
26528 \backslash
26529 MyTable
26530 \backslash
26531 table
26532 \begin_inset Newline newline
26533 \end_inset
26534
26535
26536 \begin_inset Phantom HPhantom
26537 status open
26538
26539 \begin_layout Plain Layout
26540
26541 \series medium
26542 \begin_inset space ~
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \backslash
26552 let
26553 \backslash
26554 MyEndtable
26555 \backslash
26556 endtable
26557 \begin_inset Newline newline
26558 \end_inset
26559
26560
26561 \begin_inset Phantom HPhantom
26562 status open
26563
26564 \begin_layout Plain Layout
26565
26566 \series medium
26567 \begin_inset space ~
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \backslash
26577 renewenvironment{table}[1]{
26578 \backslash
26579 begin{SCtable}[#1]##1}{
26580 \backslash
26581 end{SCtable}}}
26582 \end_layout
26583
26584 \begin_layout Standard
26585
26586 \series bold
26587
26588 \backslash
26589 newcommand{
26590 \backslash
26591 TabBesEnd}{%
26592 \begin_inset Newline newline
26593 \end_inset
26594
26595
26596 \begin_inset Phantom HPhantom
26597 status open
26598
26599 \begin_layout Plain Layout
26600 \begin_inset space ~
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \backslash
26610 let
26611 \backslash
26612 table
26613 \backslash
26614 MyTable
26615 \begin_inset Newline newline
26616 \end_inset
26617
26618
26619 \begin_inset Phantom HPhantom
26620 status open
26621
26622 \begin_layout Plain Layout
26623 \begin_inset space ~
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \backslash
26633 let
26634 \backslash
26635 endtable
26636 \backslash
26637 MyEndtable
26638 \end_layout
26639
26640 \begin_layout Standard
26641
26642 \series bold
26643
26644 \backslash
26645 newcommand{
26646 \backslash
26647 FigBesBeg}[1][1.0]{%
26648 \begin_inset Newline newline
26649 \end_inset
26650
26651
26652 \begin_inset Phantom HPhantom
26653 status open
26654
26655 \begin_layout Plain Layout
26656 \begin_inset space ~
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \backslash
26666 let
26667 \backslash
26668 MyFigure
26669 \backslash
26670 figure
26671 \begin_inset Newline newline
26672 \end_inset
26673
26674
26675 \begin_inset Phantom HPhantom
26676 status open
26677
26678 \begin_layout Plain Layout
26679 \begin_inset space ~
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \backslash
26689 let
26690 \backslash
26691 MyEndfigure
26692 \backslash
26693 endfigure
26694 \begin_inset Newline newline
26695 \end_inset
26696
26697
26698 \begin_inset Phantom HPhantom
26699 status open
26700
26701 \begin_layout Plain Layout
26702 \begin_inset space ~
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \backslash
26712 renewenvironment{figure}[1]{
26713 \backslash
26714 begin{SCfigure}[#1]##1}{
26715 \backslash
26716 end{SCfigure}}}
26717 \end_layout
26718
26719 \begin_layout Standard
26720
26721 \series bold
26722
26723 \backslash
26724 newcommand{
26725 \backslash
26726 FigBesEnd}{%
26727 \begin_inset Newline newline
26728 \end_inset
26729
26730
26731 \begin_inset Phantom HPhantom
26732 status open
26733
26734 \begin_layout Plain Layout
26735 \begin_inset space ~
26736 \end_inset
26737
26738
26739 \end_layout
26740
26741 \end_inset
26742
26743
26744 \backslash
26745 let
26746 \backslash
26747 figure
26748 \backslash
26749 MyFigure
26750 \begin_inset Newline newline
26751 \end_inset
26752
26753
26754 \begin_inset Phantom HPhantom
26755 status open
26756
26757 \begin_layout Plain Layout
26758 \begin_inset space ~
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \backslash
26768 let
26769 \backslash
26770 endfigure
26771 \backslash
26772 MyEndfigure}
26773 \end_layout
26774
26775 \begin_layout Standard
26776 \noindent
26777 \begin_inset CommandInset line
26778 LatexCommand rule
26779 offset "0.5ex"
26780 width "100line%"
26781 height "1pt"
26782
26783 \end_inset
26784
26785
26786 \end_layout
26787
26788 \begin_layout Standard
26789 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26790 \end_layout
26791
26792 \begin_layout Standard
26793
26794 \series bold
26795
26796 \backslash
26797 FigBesBeg
26798 \end_layout
26799
26800 \begin_layout Standard
26801 というコマンドを、フロートの前にTeXコードで入れてください。
26802 \lang english
26803 And insert the command
26804 \end_layout
26805
26806 \begin_layout Standard
26807
26808 \series bold
26809
26810 \backslash
26811 FigBesEnd
26812 \end_layout
26813
26814 \begin_layout Standard
26815
26816 \lang english
26817 in TeX-Code at the point where you want to get back to the original float
26818  definition.
26819 \end_layout
26820
26821 \begin_layout Standard
26822 表フロートに対しては、対応するコマンド
26823 \end_layout
26824
26825 \begin_layout Standard
26826
26827 \series bold
26828
26829 \backslash
26830 TabBesBeg
26831 \series default
26832 および
26833 \series bold
26834
26835 \backslash
26836 TabBesEnd
26837 \end_layout
26838
26839 \begin_layout Standard
26840 を使用してください。図
26841 \begin_inset CommandInset ref
26842 LatexCommand ref
26843 reference "fig:図横キャプション"
26844
26845 \end_inset
26846
26847 と表
26848 \begin_inset CommandInset ref
26849 LatexCommand ref
26850 reference "tab:表横キャプション"
26851
26852 \end_inset
26853
26854 がキャプションを脇に設定した例です。
26855 \end_layout
26856
26857 \begin_layout Standard
26858 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
26859 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
26860 \end_layout
26861
26862 \begin_layout Standard
26863
26864 \series bold
26865
26866 \backslash
26867 sidecaptionvpos{フロート型}{配置}
26868 \end_layout
26869
26870 \begin_layout Standard
26871 というコマンドを使用します。ここで「フロート型」は
26872 \family sans
26873 figure
26874 \family default
26875
26876 \family sans
26877 table
26878 \family default
26879 であり、「配置」は、上揃えの場合はtopの
26880 \end_layout
26881
26882 \begin_layout Standard
26883
26884 \family sans
26885 t
26886 \family default
26887 」、中央揃えの場合はcenterの「
26888 \family sans
26889 c
26890 \family default
26891 」、下揃えの場合はbottomの「
26892 \family sans
26893 b
26894 \family default
26895 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
26896 \end_layout
26897
26898 \begin_layout Standard
26899
26900 \series bold
26901
26902 \backslash
26903 sidecaptionvpos{figure}{c}
26904 \end_layout
26905
26906 \begin_layout Standard
26907 というコマンドを使用します。これは、図
26908 \begin_inset CommandInset ref
26909 LatexCommand ref
26910 reference "fig:図横キャプション-2"
26911
26912 \end_inset
26913
26914 で使用されています。
26915 \end_layout
26916
26917 \begin_layout Standard
26918 \begin_inset VSpace medskip
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \begin_layout Standard
26925
26926 \lang english
26927 The default caption width is the width of the image/table.
26928  For thin image/tables, like in Table
26929 \lang japanese
26930
26931 \begin_inset space ~
26932 \end_inset
26933
26934
26935 \begin_inset CommandInset ref
26936 LatexCommand ref
26937 reference "tab:表横キャプション"
26938
26939 \end_inset
26940
26941
26942 \lang english
26943 this leads to captions that are too thin.
26944  You can increase the width by specifying a factor that will be multiplied
26945  with the image/table width to get the caption width.
26946  The caption width will automatically be recalculated in case it would protrude
26947  over the page or column margin due to the specified width.
26948  The 
26949 \emph on
26950 factor
26951 \emph default
26952  can either be given as optional argument for 
26953 \series bold
26954
26955 \backslash
26956 FigBesBeg
26957 \series default
26958 :
26959 \end_layout
26960
26961 \begin_layout Standard
26962
26963 \series bold
26964 \lang english
26965
26966 \backslash
26967 FigBesBeg[factor]
26968 \end_layout
26969
26970 \begin_layout Standard
26971
26972 \lang english
26973 or in the definition of 
26974 \series bold
26975
26976 \backslash
26977 FigBesBeg
26978 \series default
26979  by replacing the 
26980 \series bold
26981 1.0
26982 \series default
26983  with another value.
26984  If you do the latter, your factor will be the default if 
26985 \series bold
26986
26987 \backslash
26988 FigBesBeg
26989 \series default
26990  is used without an argument.
26991  For Table
26992 \lang japanese
26993
26994 \begin_inset space ~
26995 \end_inset
26996
26997
26998 \begin_inset CommandInset ref
26999 LatexCommand ref
27000 reference "tab:cap-beside-tab-wider"
27001
27002 \end_inset
27003
27004  
27005 \lang english
27006 the factor 5 was used.
27007 \end_layout
27008
27009 \begin_layout Standard
27010
27011 \lang english
27012 \begin_inset Note Greyedout
27013 status open
27014
27015 \begin_layout Plain Layout
27016
27017 \series bold
27018 \lang english
27019 Note:
27020 \series default
27021  For floats with captions set beside, you cannot use the float placement
27022  option 
27023 \family sans
27024 Here
27025 \begin_inset space ~
27026 \end_inset
27027
27028 definitely
27029 \family default
27030  because it is not supported by 
27031 \series bold
27032 sidecap
27033 \series default
27034 .
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 \begin_inset VSpace medskip
27044 \end_inset
27045
27046
27047 \series bold
27048 sidecap
27049 \series default
27050 パッケージについての詳細は、
27051 \begin_inset CommandInset citation
27052 LatexCommand cite
27053 key "sidecap"
27054
27055 \end_inset
27056
27057 の説明書をご参照ください。
27058 \end_layout
27059
27060 \begin_layout Standard
27061 \begin_inset Note Greyedout
27062 status open
27063
27064 \begin_layout Plain Layout
27065
27066 \series bold
27067 【註】
27068 \series default
27069
27070 \begin_inset CommandInset ref
27071 LatexCommand ref
27072 reference "sub:参照位置"
27073
27074 \end_inset
27075
27076 節に説明があるLaTeXパッケージ
27077 \series bold
27078 hypcap
27079 \series default
27080
27081 \begin_inset Index idx
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
27086 \end_layout
27087
27088 \end_inset
27089
27090 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 \begin_inset ERT
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103
27104
27105 \backslash
27106 FigBesBeg 
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \end_layout
27113
27114 \begin_layout Standard
27115 \begin_inset Float figure
27116 wide false
27117 sideways false
27118 status open
27119
27120 \begin_layout Plain Layout
27121 \begin_inset Graphics
27122         filename ../clipart/escher-lsd.eps
27123         scale 75
27124         scaleBeforeRotation
27125
27126 \end_inset
27127
27128
27129 \end_layout
27130
27131 \begin_layout Plain Layout
27132 \begin_inset Caption Standard
27133
27134 \begin_layout Plain Layout
27135 \begin_inset CommandInset label
27136 LatexCommand label
27137 name "fig:図横キャプション"
27138
27139 \end_inset
27140
27141 これは図の横にあるキャプションです。
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Standard
27155 \begin_inset ERT
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159
27160
27161 \backslash
27162 FigBesEnd
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \begin_layout Standard
27171 \begin_inset ERT
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175
27176
27177 \backslash
27178 TabBesBeg 
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \begin_layout Standard
27187 \begin_inset Float table
27188 wide false
27189 sideways false
27190 status open
27191
27192 \begin_layout Plain Layout
27193 \begin_inset Caption Standard
27194
27195 \begin_layout Plain Layout
27196 \begin_inset CommandInset label
27197 LatexCommand label
27198 name "tab:表横キャプション"
27199
27200 \end_inset
27201
27202 これは表の横にあるキャプションです。
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Plain Layout
27211 \begin_inset Tabular
27212 <lyxtabular version="3" rows="4" columns="5">
27213 <features rotate="0" tabularvalignment="middle">
27214 <column alignment="center" valignment="top" width="0">
27215 <column alignment="center" valignment="top" width="0">
27216 <column alignment="center" valignment="top" width="0">
27217 <column alignment="center" valignment="top" width="0">
27218 <column alignment="center" valignment="top" width="0">
27219 <row>
27220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Plain Layout
27233
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27248 \begin_inset Text
27249
27250 \begin_layout Plain Layout
27251
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Plain Layout
27260
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 </row>
27266 <row>
27267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Plain Layout
27280
27281 \end_layout
27282
27283 \end_inset
27284 </cell>
27285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27286 \begin_inset Text
27287
27288 \begin_layout Plain Layout
27289
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 </row>
27313 <row>
27314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27324 \begin_inset Text
27325
27326 \begin_layout Plain Layout
27327
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Plain Layout
27354
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 </row>
27360 <row>
27361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Plain Layout
27365
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Plain Layout
27392
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Plain Layout
27401
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 </row>
27407 </lyxtabular>
27408
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Standard
27420 \begin_inset ERT
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424
27425
27426 \backslash
27427 TabBesEnd
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440
27441
27442 \backslash
27443 sidecaptionvpos{figure}{c}
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \begin_inset Float figure
27450 wide false
27451 sideways false
27452 status open
27453
27454 \begin_layout Plain Layout
27455 \begin_inset Graphics
27456         filename ../clipart/escher-lsd.eps
27457         scale 75
27458         scaleBeforeRotation
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Plain Layout
27466 \begin_inset Caption Standard
27467
27468 \begin_layout Plain Layout
27469 \begin_inset CommandInset label
27470 LatexCommand label
27471 name "fig:図横キャプション-2"
27472
27473 \end_inset
27474
27475 これは図の横にある縦方向中央揃えのキャプションです。
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Standard
27489 \begin_inset ERT
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493
27494
27495 \backslash
27496 FigBesEnd
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Standard
27505 \begin_inset ERT
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509
27510
27511 \backslash
27512 TabBesBeg[5]
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Standard
27521 \begin_inset Float table
27522 wide false
27523 sideways false
27524 status open
27525
27526 \begin_layout Plain Layout
27527 \begin_inset Caption Standard
27528
27529 \begin_layout Plain Layout
27530
27531 \lang english
27532 \begin_inset CommandInset label
27533 LatexCommand label
27534 name "tab:cap-beside-tab-wider"
27535
27536 \end_inset
27537
27538 This is a caption is wider than the one in Table
27539 \lang japanese
27540
27541 \begin_inset space ~
27542 \end_inset
27543
27544
27545 \begin_inset CommandInset ref
27546 LatexCommand ref
27547 reference "tab:表横キャプション"
27548
27549 \end_inset
27550
27551 .
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Plain Layout
27560 \begin_inset Tabular
27561 <lyxtabular version="3" rows="4" columns="5">
27562 <features rotate="0" tabularvalignment="middle">
27563 <column alignment="center" valignment="top" width="0">
27564 <column alignment="center" valignment="top" width="0">
27565 <column alignment="center" valignment="top" width="0">
27566 <column alignment="center" valignment="top" width="0">
27567 <column alignment="center" valignment="top" width="0">
27568 <row>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573 a
27574 \end_layout
27575
27576 \end_inset
27577 </cell>
27578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Plain Layout
27582
27583 \end_layout
27584
27585 \end_inset
27586 </cell>
27587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 b
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600
27601 \end_layout
27602
27603 \end_inset
27604 </cell>
27605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609 c
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 </row>
27615 <row>
27616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27617 \begin_inset Text
27618
27619 \begin_layout Plain Layout
27620
27621 \end_layout
27622
27623 \end_inset
27624 </cell>
27625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27626 \begin_inset Text
27627
27628 \begin_layout Plain Layout
27629 d
27630 \end_layout
27631
27632 \end_inset
27633 </cell>
27634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27635 \begin_inset Text
27636
27637 \begin_layout Plain Layout
27638
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647 e
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 </row>
27662 <row>
27663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667 f
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Plain Layout
27676
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Plain Layout
27685 g
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27700 \begin_inset Text
27701
27702 \begin_layout Plain Layout
27703 h
27704 \end_layout
27705
27706 \end_inset
27707 </cell>
27708 </row>
27709 <row>
27710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Plain Layout
27714
27715 \end_layout
27716
27717 \end_inset
27718 </cell>
27719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27720 \begin_inset Text
27721
27722 \begin_layout Plain Layout
27723 i
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27729 \begin_inset Text
27730
27731 \begin_layout Plain Layout
27732
27733 \end_layout
27734
27735 \end_inset
27736 </cell>
27737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27738 \begin_inset Text
27739
27740 \begin_layout Plain Layout
27741 j
27742 \end_layout
27743
27744 \end_inset
27745 </cell>
27746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27747 \begin_inset Text
27748
27749 \begin_layout Plain Layout
27750
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 </row>
27756 </lyxtabular>
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Standard
27769 \begin_inset ERT
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773
27774
27775 \backslash
27776 TabBesEnd
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \begin_layout Standard
27785 \begin_inset ERT
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790
27791 \backslash
27792 else
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \begin_inset Note Note
27799 status open
27800
27801 \begin_layout Plain Layout
27802 以下の部分は、LaTeXパッケージ
27803 \series bold
27804 sidecap
27805 \series default
27806 が導入されていないときのみ表示されます。
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Standard
27815 本節の残りの部分を出力で表示するには、LaTeXパッケージ
27816 \series bold
27817 sidecap
27818 \series default
27819 を導入する必要があります。
27820 \end_layout
27821
27822 \begin_layout Standard
27823 \begin_inset ERT
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828
27829 \backslash
27830 fi
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \begin_layout Section
27839 フロート一覧
27840 \begin_inset Index idx
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844 ふろーと@フロート ! ふろーといちらん@フロート一覧
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Standard
27853 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
27854 \family sans
27855 挿入\SpecialChar \menuseparator
27856 一覧/目次
27857 \family default
27858 メニューで挿入することができます。
27859 \end_layout
27860
27861 \begin_layout Standard
27862 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
27863 \end_layout
27864
27865 \begin_layout Standard
27866 本文書の終わりに、図一覧と表一覧があります。
27867 \end_layout
27868
27869 \begin_layout Chapter
27870 注釈
27871 \end_layout
27872
27873 \begin_layout Section
27874 LyX注釈
27875 \begin_inset Index idx
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \begin_layout Standard
27888 注釈は、ツールバーボタン
27889 \begin_inset Info
27890 type  "icon"
27891 arg   "note-insert"
27892 \end_inset
27893
27894 か、
27895 \family sans
27896 挿入\SpecialChar \menuseparator
27897 注釈
27898 \family default
27899 メニューで挿入することができます。注釈には、以下の三つの型があります。
27900 \end_layout
27901
27902 \begin_layout Description
27903 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
27904 \begin_inset Newline newline
27905 \end_inset
27906
27907
27908 \begin_inset Newline newline
27909 \end_inset
27910
27911
27912 \begin_inset Graphics
27913         filename ../clipart/LyXNoteImageQt4.png
27914         display false
27915         scale 85
27916         scaleBeforeRotation
27917
27918 \end_inset
27919
27920
27921 \begin_inset Note Note
27922 status open
27923
27924 \begin_layout Plain Layout
27925 これは、出力には現れない注釈ボックスに書かれた文章です。
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Description
27934 コメント この注釈も出力には現れませんが、
27935 \family sans
27936 ファイル\SpecialChar \menuseparator
27937 書き出し\SpecialChar \menuseparator
27938 LaTeX (pdflatex) / (平文)
27939 \family default
27940  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
27941 \begin_inset Newline newline
27942 \end_inset
27943
27944
27945 \begin_inset Newline newline
27946 \end_inset
27947
27948
27949 \begin_inset Graphics
27950         filename ../clipart/CommentNoteImageQt4.png
27951         display false
27952         scale 85
27953         scaleBeforeRotation
27954
27955 \end_inset
27956
27957  
27958 \begin_inset Note Comment
27959 status open
27960
27961 \begin_layout Plain Layout
27962 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Description
27971 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
27972 \begin_inset Newline newline
27973 \end_inset
27974
27975
27976 \begin_inset Newline newline
27977 \end_inset
27978
27979
27980 \begin_inset Graphics
27981         filename ../clipart/GreyedOutNoteImageQt4.png
27982         display false
27983         scale 85
27984         scaleBeforeRotation
27985
27986 \end_inset
27987
27988
27989 \begin_inset Newline newline
27990 \end_inset
27991
27992
27993 \begin_inset ERT
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 renewenvironment{lyxgreyedout}
28001 \end_layout
28002
28003 \begin_layout Plain Layout
28004
28005 {
28006 \backslash
28007 textcolor[gray]{0.8}
28008 \backslash
28009 bgroup}{
28010 \backslash
28011 egroup}
28012 \end_layout
28013
28014 \end_inset
28015
28016
28017 \begin_inset Note Greyedout
28018 status open
28019
28020 \begin_layout Plain Layout
28021 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28022 \begin_inset Foot
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 これは、淡色表示注釈内に脚注を用いた例です。
28027 \end_layout
28028
28029 \end_inset
28030
28031 です。
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \begin_inset ERT
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041
28042
28043 \backslash
28044 renewenvironment{lyxgreyedout}
28045 \end_layout
28046
28047 \begin_layout Plain Layout
28048
28049 {
28050 \backslash
28051 textcolor{blue}
28052 \backslash
28053 bgroup}{
28054 \backslash
28055 egroup}
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \begin_inset Note Note
28062 status open
28063
28064 \begin_layout Plain Layout
28065 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
28066 ように再定義されています。
28067 \end_layout
28068
28069 \end_inset
28070
28071
28072 \begin_inset Newline newline
28073 \end_inset
28074
28075
28076 \begin_inset Newline newline
28077 \end_inset
28078
28079 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
28080 \end_layout
28081
28082 \begin_layout Standard
28083 \begin_inset VSpace bigskip
28084 \end_inset
28085
28086 注釈を挿入するのにツールバーボタン
28087 \begin_inset Info
28088 type  "icon"
28089 arg   "note-insert"
28090 \end_inset
28091
28092 を使用すると、
28093 \family sans
28094 LyX注釈
28095 \family default
28096 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28097 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28098 さい。
28099 \end_layout
28100
28101 \begin_layout Standard
28102 \begin_inset VSpace bigskip
28103 \end_inset
28104
28105
28106 \lang english
28107 You can change the text color of the greyed out notes in the menu 
28108 \family sans
28109 Document\SpecialChar \menuseparator
28110 Settings\SpecialChar \menuseparator
28111 Colors
28112 \family default
28113 .
28114 \end_layout
28115
28116 \begin_layout Section
28117 脚注
28118 \begin_inset CommandInset label
28119 LatexCommand label
28120 name "sec:脚注"
28121
28122 \end_inset
28123
28124
28125 \begin_inset Index idx
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28130 \end_layout
28131
28132 \end_inset
28133
28134
28135 \begin_inset Index idx
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 きゃくちゅう@脚注
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Standard
28148 脚注は、ツールバーボタン
28149 \begin_inset Info
28150 type  "icon"
28151 arg   "footnote-insert"
28152 \end_inset
28153
28154 か、
28155 \family sans
28156 挿入\SpecialChar \menuseparator
28157 脚注
28158 \family default
28159 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28160 \begin_inset Graphics
28161         filename clipart/footnoteQt4.png
28162         scale 80
28163         scaleBeforeRotation
28164
28165 \end_inset
28166
28167 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28168 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28169 \end_layout
28170
28171 \begin_layout Standard
28172 これが脚注の例です
28173 \begin_inset Foot
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 \begin_inset CommandInset label
28178 LatexCommand label
28179 name "fn:これは脚注の一例"
28180
28181 \end_inset
28182
28183 これは脚注の一例です。
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194
28195 \backslash
28196 newcounter{MyRepeatFoot}
28197 \end_layout
28198
28199 \begin_layout Plain Layout
28200
28201
28202 \backslash
28203 setcounter{MyRepeatFoot}{
28204 \backslash
28205 thefootnote}
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
28215 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28216 \end_layout
28217
28218 \begin_layout Standard
28219 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28220 \begin_inset CommandInset ref
28221 LatexCommand ref
28222 reference "sec:フロートの参照"
28223
28224 \end_inset
28225
28226 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28227 \begin_inset Newline newline
28228 \end_inset
28229
28230 これは脚注
28231 \begin_inset CommandInset ref
28232 LatexCommand ref
28233 reference "fn:これは脚注の一例"
28234
28235 \end_inset
28236
28237 の相互参照です。
28238 \end_layout
28239
28240 \begin_layout Standard
28241 \begin_inset VSpace defskip
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
28249 \series bold
28250
28251 \backslash
28252 footnotemark{}
28253 \series default
28254 コマンドを入れてください。脚注の本文は、表の後でTeXコード
28255 \series bold
28256
28257 \backslash
28258 footnotetext
28259 \series default
28260 コマンドの引数として入力します。
28261 \begin_inset Newline newline
28262 \end_inset
28263
28264 以下の表ではコマンド
28265 \begin_inset Newline newline
28266 \end_inset
28267
28268
28269 \series bold
28270
28271 \backslash
28272 footnotetext{
28273 \series default
28274 出力される脚注の表
28275 \series bold
28276 }
28277 \series default
28278
28279 \begin_inset Newline newline
28280 \end_inset
28281
28282 を用いています。
28283 \end_layout
28284
28285 \begin_layout Standard
28286 \begin_inset Tabular
28287 <lyxtabular version="3" rows="2" columns="1">
28288 <features rotate="0" tabularvalignment="middle">
28289 <column alignment="center" valignment="top" width="0">
28290 <row>
28291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28292 \begin_inset Text
28293
28294 \begin_layout Plain Layout
28295 これは例文です。
28296 \begin_inset Foot
28297 status open
28298
28299 \begin_layout Plain Layout
28300 この脚注は出力されません!
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309 </cell>
28310 </row>
28311 <row>
28312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 これは例文です。
28317 \begin_inset ERT
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321
28322
28323 \backslash
28324 footnotemark{}
28325 \end_layout
28326
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 </row>
28335 </lyxtabular>
28336
28337 \end_inset
28338
28339
28340 \begin_inset ERT
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344
28345
28346 \backslash
28347 footnotetext{
28348 \end_layout
28349
28350 \end_inset
28351
28352 出力される脚注の表
28353 \begin_inset ERT
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357
28358 }
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 長尺表中の脚注は、第
28368 \begin_inset CommandInset ref
28369 LatexCommand ref
28370 reference "sub:長尺表での脚注"
28371
28372 \end_inset
28373
28374 節で述べられています。
28375 \end_layout
28376
28377 \begin_layout Standard
28378 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28379 \begin_inset CommandInset ref
28380 LatexCommand ref
28381 reference "sec:ミニページ"
28382
28383 \end_inset
28384
28385 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28386 \series bold
28387
28388 \backslash
28389 footnotemark{}
28390 \series default
28391
28392 \series bold
28393
28394 \backslash
28395 footntoetext
28396 \series default
28397 による方法を用いてください。
28398 \end_layout
28399
28400 \begin_layout Standard
28401 \begin_inset Box Frameless
28402 position "t"
28403 hor_pos "c"
28404 has_inner_box 1
28405 inner_pos "t"
28406 use_parbox 0
28407 use_makebox 0
28408 width "100col%"
28409 special "none"
28410 height "1in"
28411 height_special "totalheight"
28412 status open
28413
28414 \begin_layout Plain Layout
28415 これはミニページ中の例文です。
28416 \begin_inset Foot
28417 status open
28418
28419 \begin_layout Plain Layout
28420 ミニページ中の脚注です。
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \begin_layout Plain Layout
28429 これはミニページ中の例文です。
28430 \begin_inset ERT
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434
28435
28436 \backslash
28437 footnotemark{}
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \end_layout
28449
28450 \begin_layout Standard
28451 \begin_inset ERT
28452 status collapsed
28453
28454 \begin_layout Plain Layout
28455
28456
28457 \backslash
28458 footnotetext{
28459 \end_layout
28460
28461 \end_inset
28462
28463 ミニページ外の脚注です。
28464 \begin_inset ERT
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469 }
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset VSpace defskip
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Standard
28482 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
28483 \series bold
28484
28485 \backslash
28486 footnotemark[番号]
28487 \series default
28488 を使用してください。
28489 \begin_inset Newline newline
28490 \end_inset
28491
28492 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28493 \begin_inset CommandInset ref
28494 LatexCommand ref
28495 reference "fn:これは脚注の一例"
28496
28497 \end_inset
28498
28499 の後に、TeXコードで
28500 \end_layout
28501
28502 \begin_layout Standard
28503
28504 \series bold
28505
28506 \backslash
28507 newcounter{MyRepeatFoot}
28508 \begin_inset Newline newline
28509 \end_inset
28510
28511
28512 \backslash
28513 setcounter{MyRepeatFoot}{
28514 \backslash
28515 thefootnote}
28516 \end_layout
28517
28518 \begin_layout Standard
28519 というコマンドを挿入しています。そして脚注マークは、
28520 \end_layout
28521
28522 \begin_layout Standard
28523
28524 \series bold
28525
28526 \backslash
28527 footnotemark[
28528 \backslash
28529 theMyRepeatFoot]
28530 \end_layout
28531
28532 \begin_layout Standard
28533 で作成します。
28534 \end_layout
28535
28536 \begin_layout Standard
28537 これは繰り返し脚注の例です。
28538 \begin_inset ERT
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542
28543
28544 \backslash
28545 footnotemark[
28546 \backslash
28547 theMyRepeatFoot]
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \begin_layout Standard
28556 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 footnotemark[
28565 \backslash
28566 thefootnote]
28567 \end_layout
28568
28569 \begin_layout Standard
28570 を使用してください。
28571 \end_layout
28572
28573 \begin_layout Standard
28574 これは繰り返し脚注の例です。
28575 \begin_inset ERT
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579
28580
28581 \backslash
28582 footnotemark[
28583 \backslash
28584 thefootnote]
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Subsection
28593 脚注の付番
28594 \begin_inset CommandInset label
28595 LatexCommand label
28596 name "sub:脚注の付番"
28597
28598 \end_inset
28599
28600
28601 \begin_inset Index idx
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605 きゃくちゅう@脚注 ! ふばん@付番
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28615 \end_layout
28616
28617 \begin_layout Standard
28618
28619 \series bold
28620
28621 \backslash
28622 @addtoreset{footnote}{section}
28623 \end_layout
28624
28625 \begin_layout Standard
28626 というコマンドを加えてください。
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset VSpace bigskip
28631 \end_inset
28632
28633 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28634 \end_layout
28635
28636 \begin_layout Standard
28637
28638 \series bold
28639
28640 \backslash
28641 renewcommand{
28642 \backslash
28643 thefootnote}{
28644 \backslash
28645 roman{footnote}}
28646 \end_layout
28647
28648 \begin_layout Standard
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 renewcommand{
28657 \backslash
28658 thefootnote}{
28659 \backslash
28660 roman{footnote}}
28661 \end_layout
28662
28663 \end_inset
28664
28665 これは、ローマ数字を使った脚注です
28666 \begin_inset Foot
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670 これは、ローマ数字を使った脚注の例です。
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28680 \series bold
28681
28682 \backslash
28683 roman
28684 \series default
28685
28686 \series bold
28687
28688 \backslash
28689 Roman
28690 \series default
28691 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28692 \series bold
28693
28694 \backslash
28695 Alph
28696 \series default
28697 または
28698 \series bold
28699
28700 \backslash
28701 alph
28702 \series default
28703 を使用してください。記号を使って付「番」するには、
28704 \series bold
28705
28706 \backslash
28707 fnsymbol
28708 \series default
28709 を使ってください。
28710 \end_layout
28711
28712 \begin_layout Standard
28713 \begin_inset Note Greyedout
28714 status open
28715
28716 \begin_layout Plain Layout
28717
28718 \series bold
28719 【註】
28720 \series default
28721 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \begin_inset Newline newline
28728 \end_inset
28729
28730
28731 \begin_inset Note Greyedout
28732 status open
28733
28734 \begin_layout Plain Layout
28735
28736 \series bold
28737 【註】
28738 \series default
28739 記号を使うと9個の脚注しか番号を振ることができません。
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 付番様式を変更した後、既定様式に戻すには、上記コマンドの
28749 \series bold
28750
28751 \backslash
28752 roman
28753 \series default
28754
28755 \series bold
28756
28757 \backslash
28758 arabic
28759 \series default
28760 に置き換えて使用してください。
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766
28767 \backslash
28768 renewcommand{
28769 \backslash
28770 thefootnote}{
28771 \backslash
28772 arabic{footnote}}
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \begin_layout Standard
28781 \begin_inset VSpace bigskip
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \begin_layout Standard
28788 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
28789 \end_layout
28790
28791 \begin_layout Standard
28792
28793 \series bold
28794
28795 \backslash
28796 numberwithin{footnote}{chapter}
28797 \end_layout
28798
28799 \begin_layout Standard
28800 というコマンドを加えてください。
28801 \series bold
28802
28803 \backslash
28804 numberwithin
28805 \series default
28806 コマンドを使用できるようにするためには、文書設定の
28807 \family sans
28808 数式オプション
28809 \family default
28810 タブで
28811 \family sans
28812 AMS
28813 \begin_inset space ~
28814 \end_inset
28815
28816 mathパッケージを使う
28817 \family default
28818 オプションを有効にしてください。
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827
28828 \backslash
28829 numberwithin{footnote}{chapter}
28830 \end_layout
28831
28832 \end_inset
28833
28834 これは、脚注のもう一つの例です
28835 \series bold
28836
28837 \begin_inset Foot
28838 status open
28839
28840 \begin_layout Plain Layout
28841
28842 \series bold
28843 これは、
28844 \series default
28845 「章番号.脚注番号」スキームで番号を振られた脚注です。
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \series default
28852
28853 \begin_inset ERT
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857
28858
28859 \backslash
28860 renewcommand{
28861 \backslash
28862 thefootnote}{
28863 \backslash
28864 arabic{footnote}}
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Standard
28873 \begin_inset Note Greyedout
28874 status open
28875
28876 \begin_layout Plain Layout
28877
28878 \series bold
28879 【註】
28880 \backslash
28881 numberwithin
28882 \series default
28883 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892 また、例えば「章番号.
28893 \backslash
28894 Roman{footnote}」スキームを得るには、
28895 \series bold
28896
28897 \backslash
28898 numberwithin
28899 \series default
28900 の代わりに以下のコマンドを使用してください。
28901 \end_layout
28902
28903 \begin_layout Standard
28904
28905 \series bold
28906
28907 \backslash
28908 renewcommand{
28909 \backslash
28910 thefootnote}{
28911 \backslash
28912 thechapter.
28913 \backslash
28914 Roman{footnote}}
28915 \end_layout
28916
28917 \begin_layout Subsection
28918 脚注の配置
28919 \begin_inset Index idx
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923 きゃくちゅう@脚注 ! はいち@配置
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
28933 ブルに足して、1.5
28934 \begin_inset space \thinspace{}
28935 \end_inset
28936
28937 mmの余白を追加することもできます。
28938 \end_layout
28939
28940 \begin_layout Standard
28941
28942 \series bold
28943
28944 \backslash
28945 let
28946 \backslash
28947 myFoot
28948 \backslash
28949 footnote
28950 \begin_inset Newline newline
28951 \end_inset
28952
28953
28954 \backslash
28955 renewcommand{
28956 \backslash
28957 footnote}[1]{
28958 \backslash
28959 myFoot{#1
28960 \backslash
28961 vspace{1.5mm}}}
28962 \end_layout
28963
28964 \begin_layout Standard
28965 \begin_inset VSpace bigskip
28966 \end_inset
28967
28968 二段組文書では、脚注は各段底部に表示されます(図
28969 \begin_inset CommandInset ref
28970 LatexCommand ref
28971 reference "fig:標準的脚注配置"
28972
28973 \end_inset
28974
28975 )。図
28976 \begin_inset CommandInset ref
28977 LatexCommand ref
28978 reference "fig:ftnright脚注配置"
28979
28980 \end_inset
28981
28982 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
28983 \end_layout
28984
28985 \begin_layout Standard
28986
28987 \series bold
28988
28989 \backslash
28990 usepackage{ftnright}
28991 \end_layout
28992
28993 \begin_layout Standard
28994 というコマンドを書いて、LaTeXパッケージ
28995 \series bold
28996 ftnright
28997 \series default
28998
28999 \begin_inset Index idx
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
29004 \end_layout
29005
29006 \end_inset
29007
29008 を読み込みます。
29009 \begin_inset Float figure
29010 placement !h
29011 wide false
29012 sideways false
29013 status open
29014
29015 \begin_layout Plain Layout
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 framebox{
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \begin_inset Graphics
29030         filename ../clipart/without_fntright.pdf
29031         width 100col%
29032         scaleBeforeRotation
29033
29034 \end_inset
29035
29036
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042 }
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \begin_layout Plain Layout
29051 \begin_inset Caption Standard
29052
29053 \begin_layout Plain Layout
29054 \begin_inset CommandInset label
29055 LatexCommand label
29056 name "fig:標準的脚注配置"
29057
29058 \end_inset
29059
29060 二段組文書の標準的な脚注配置
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset Float figure
29075 placement !h
29076 wide false
29077 sideways false
29078 status open
29079
29080 \begin_layout Plain Layout
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086
29087 \backslash
29088 framebox{
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \begin_inset Graphics
29095         filename ../clipart/with_fntright.pdf
29096         width 100col%
29097         scaleBeforeRotation
29098
29099 \end_inset
29100
29101
29102 \begin_inset ERT
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106
29107 }
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Plain Layout
29116 \begin_inset Caption Standard
29117
29118 \begin_layout Plain Layout
29119 \begin_inset CommandInset label
29120 LatexCommand label
29121 name "fig:ftnright脚注配置"
29122
29123 \end_inset
29124
29125 LaTeXパッケージ
29126 \series bold
29127 ftnright
29128 \series default
29129 を使用したときの二段組文書の脚注配置
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Standard
29143 \begin_inset VSpace bigskip
29144 \end_inset
29145
29146 科学的文献に於いては、図
29147 \begin_inset CommandInset ref
29148 LatexCommand ref
29149 reference "fig:後注"
29150
29151 \end_inset
29152
29153 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29154 \begin_inset Index idx
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158 こちゅう@後注
29159 \end_layout
29160
29161 \end_inset
29162
29163 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29164 \family sans
29165 文書\SpecialChar \menuseparator
29166 設定\SpecialChar \menuseparator
29167 モジュール
29168 \family default
29169 メニューで
29170 \family sans
29171 脚注から後注へ
29172 \family default
29173 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
29174 \end_layout
29175
29176 \begin_layout Standard
29177
29178 \series bold
29179
29180 \backslash
29181 theendnotes
29182 \end_layout
29183
29184 \begin_layout Standard
29185 というコマンドを挿入してください。
29186 \end_layout
29187
29188 \begin_layout Standard
29189 \begin_inset Float figure
29190 wide false
29191 sideways false
29192 status open
29193
29194 \begin_layout Plain Layout
29195 \align center
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201
29202 \backslash
29203 framebox{
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \begin_inset Graphics
29210         filename ../clipart/endnotes.pdf
29211         scaleBeforeRotation
29212
29213 \end_inset
29214
29215
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221 }
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Plain Layout
29230 \begin_inset Caption Standard
29231
29232 \begin_layout Plain Layout
29233 \begin_inset CommandInset label
29234 LatexCommand label
29235 name "fig:後注"
29236
29237 \end_inset
29238
29239 後注 – 注を節ないし章末に別段落として印字します。
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Standard
29253 \begin_inset VSpace medskip
29254 \end_inset
29255
29256 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29257 \end_layout
29258
29259 \begin_layout Standard
29260
29261 \series bold
29262
29263 \backslash
29264 renewcommand{
29265 \backslash
29266 notesname}{Anmerkungen}
29267 \end_layout
29268
29269 \begin_layout Standard
29270 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29271 \end_layout
29272
29273 \begin_layout Standard
29274 \begin_inset VSpace medskip
29275 \end_inset
29276
29277
29278 \begin_inset CommandInset ref
29279 LatexCommand ref
29280 reference "sub:脚注の付番"
29281
29282 \end_inset
29283
29284 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29285 \series bold
29286
29287 \backslash
29288 thefootnote
29289 \series default
29290 コマンドの代わりに
29291 \series bold
29292
29293 \backslash
29294 theendnote
29295 \series default
29296 を用いてください。後注番号をリセットするには、第
29297 \begin_inset CommandInset ref
29298 LatexCommand ref
29299 reference "sub:脚注の付番"
29300
29301 \end_inset
29302
29303 節で述べたコマンド
29304 \series bold
29305
29306 \backslash
29307 @addtoreset
29308 \series default
29309 の、パラメータ
29310 \series bold
29311 footnote
29312 \series default
29313
29314 \series bold
29315 endnote
29316 \series default
29317 に変えて、使用してください。
29318 \end_layout
29319
29320 \begin_layout Standard
29321 後注の印だけを作成するには、第
29322 \begin_inset CommandInset ref
29323 LatexCommand ref
29324 reference "sec:脚注"
29325
29326 \end_inset
29327
29328 節で説明した
29329 \series bold
29330
29331 \backslash
29332 footnotemark
29333 \series default
29334 コマンドの代わりに、
29335 \series bold
29336
29337 \backslash
29338 endnotemark[番号]
29339 \series default
29340 コマンドを使用してください。
29341 \end_layout
29342
29343 \begin_layout Standard
29344 \begin_inset VSpace bigskip
29345 \end_inset
29346
29347 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
29348 \series bold
29349 footmisc
29350 \series default
29351
29352 \begin_inset Index idx
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \begin_inset CommandInset citation
29363 LatexCommand cite
29364 key "footmisc"
29365
29366 \end_inset
29367
29368 を参照してください。
29369 \end_layout
29370
29371 \begin_layout Standard
29372 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
29373 \begin_inset CommandInset citation
29374 LatexCommand cite
29375 key "latexcompanion,latexguide,latexbook"
29376
29377 \end_inset
29378
29379 に載っています。 
29380 \lang english
29381 If you are using a
29382 \lang japanese
29383  
29384 \series bold
29385 KOMA-Script
29386 \series default
29387
29388 \begin_inset Index idx
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
29393 \end_layout
29394
29395 \end_inset
29396
29397  
29398 \lang english
29399 document class, you can adjust all footnote settings using class-specific
29400  commands, see
29401 \lang japanese
29402  
29403 \begin_inset CommandInset citation
29404 LatexCommand cite
29405 key "KOMA-Script"
29406
29407 \end_inset
29408
29409 .
29410 \end_layout
29411
29412 \begin_layout Section
29413 傍注
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \begin_layout Standard
29427 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29428 \family sans
29429 挿入\SpecialChar \menuseparator
29430 傍注
29431 \family default
29432 メニューかツールバーボタン
29433 \begin_inset Info
29434 type  "icon"
29435 arg   "marginalnote-insert"
29436 \end_inset
29437
29438 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29439 \end_layout
29440
29441 \begin_layout Standard
29442 横にあるのが傍注です
29443 \begin_inset Marginal
29444 status open
29445
29446 \begin_layout Plain Layout
29447 これは傍注文です。
29448 \end_layout
29449
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \begin_layout Standard
29456 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
29457 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29458 \end_layout
29459
29460 \begin_layout Standard
29461 \begin_inset VSpace bigskip
29462 \end_inset
29463
29464 傍注を内側余白に置くには、傍注の前にTeXコードで
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 \series bold
29470
29471 \backslash
29472 reversemarginpar
29473 \end_layout
29474
29475 \begin_layout Standard
29476 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29477 \begin_inset ERT
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481
29482
29483 \backslash
29484 reversemarginpar 
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \begin_inset Marginal
29491 status open
29492
29493 \begin_layout Plain Layout
29494 これは内側余白の傍注です。
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \series bold
29501
29502 \begin_inset Newline newline
29503 \end_inset
29504
29505
29506 \series default
29507
29508 \begin_inset Note Greyedout
29509 status open
29510
29511 \begin_layout Plain Layout
29512 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 既定の配置に戻すには、TeXコードで
29522 \end_layout
29523
29524 \begin_layout Standard
29525
29526 \series bold
29527
29528 \backslash
29529 normalmarginpar
29530 \end_layout
29531
29532 \begin_layout Standard
29533 というコマンドを書き加えてください。
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539
29540 \backslash
29541 normalmarginpar 
29542 \end_layout
29543
29544 \end_inset
29545
29546  
29547 \begin_inset Note Greyedout
29548 status open
29549
29550 \begin_layout Plain Layout
29551
29552 \series bold
29553 【註】
29554 \backslash
29555 reversemarginpar
29556 \series default
29557 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Standard
29566 \begin_inset VSpace bigskip
29567 \end_inset
29568
29569
29570 \begin_inset Marginal
29571 status open
29572
29573 \begin_layout Plain Layout
29574 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \begin_inset CommandInset ref
29581 LatexCommand ref
29582 reference "sub:複数行"
29583
29584 \end_inset
29585
29586 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29587 \begin_inset space \thinspace{}
29588 \end_inset
29589
29590 pt水平空白を挿入してください 
29591 \begin_inset Marginal
29592 status open
29593
29594 \begin_layout Plain Layout
29595 \begin_inset space \hspace*{}
29596 \length 0pt
29597 \end_inset
29598
29599 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Standard
29608 \begin_inset VSpace bigskip
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Standard
29615 \begin_inset Note Greyedout
29616 status open
29617
29618 \begin_layout Plain Layout
29619
29620 \series bold
29621 【註】
29622 \series default
29623 通常、傍注は表やフロート、脚注の中では使用することができません。
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 \begin_inset VSpace bigskip
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Standard
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 ifmarginnote
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \begin_inset Note Note
29653 status open
29654
29655 \begin_layout Plain Layout
29656 以下の部分は、LaTeXパッケージ
29657 \series bold
29658 marginnote
29659 \series default
29660 が導入されているときのみ表示されます。
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \begin_layout Standard
29669 この制約は、LaTeXパッケージ
29670 \series bold
29671 marginnote
29672 \series default
29673
29674 \begin_inset Index idx
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
29679 \end_layout
29680
29681 \end_inset
29682
29683 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
29684 \series bold
29685 marginnote
29686 \series default
29687 パッケージが提供するコマンドを使うようになります。
29688 \end_layout
29689
29690 \begin_layout Standard
29691
29692 \series bold
29693
29694 \backslash
29695 usepackage{marginnote}
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699
29700 \backslash
29701 let
29702 \backslash
29703 marginpar
29704 \backslash
29705 marginnote
29706 \end_layout
29707
29708 \begin_layout Standard
29709
29710 \series bold
29711 marginnote
29712 \series default
29713 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29714 \series bold
29715 marginnote
29716 \series default
29717 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29718 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
29719 \end_layout
29720
29721 \begin_layout Standard
29722
29723 \series bold
29724 [オフセット]
29725 \end_layout
29726
29727 \begin_layout Standard
29728 という形で書くことで設定することができます。ここで「オフセット」には、表
29729 \begin_inset CommandInset ref
29730 LatexCommand ref
29731 reference "tab:単位"
29732
29733 \end_inset
29734
29735 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
29736 \series bold
29737 [-1.5cm]
29738 \series default
29739 」を使用して、1.5
29740 \begin_inset space \thinspace{}
29741 \end_inset
29742
29743 cm上にずらしてあります
29744 \begin_inset Marginal
29745 status open
29746
29747 \begin_layout Plain Layout
29748 この傍注は、本来の位置よりも1.5
29749 \begin_inset space \thinspace{}
29750 \end_inset
29751
29752 cm上にずらしてあります。
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \begin_inset ERT
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763 [-1.5cm]
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 \begin_inset VSpace medskip
29773 \end_inset
29774
29775
29776 \series bold
29777 marginnote
29778 \series default
29779 を使うと、傍注の揃えを変更することもできます。たとえば、
29780 \end_layout
29781
29782 \begin_layout Standard
29783
29784 \series bold
29785
29786 \backslash
29787 renewcommand*{
29788 \backslash
29789 raggedleftmarginnote}{
29790 \backslash
29791 centering}
29792 \begin_inset Newline newline
29793 \end_inset
29794
29795
29796 \backslash
29797 renewcommand*{
29798 \backslash
29799 raggedrightmarginnote}{
29800 \backslash
29801 centering}
29802 \end_layout
29803
29804 \begin_layout Standard
29805 というコマンドを使うと、中央揃えになります。
29806 \series bold
29807
29808 \backslash
29809 raggedleftmarginnote
29810 \series default
29811 とは、左側に表示されている傍注のことを指します
29812 \begin_inset ERT
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816
29817
29818 \backslash
29819 renewcommand*{
29820 \backslash
29821 raggedleftmarginnote}{
29822 \backslash
29823 centering}
29824 \end_layout
29825
29826 \begin_layout Plain Layout
29827
29828
29829 \backslash
29830 renewcommand*{
29831 \backslash
29832 raggedrightmarginnote}{
29833 \backslash
29834 centering}
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \begin_inset Marginal
29841 status open
29842
29843 \begin_layout Plain Layout
29844 この傍注の文章は中央揃えになっています。
29845 \end_layout
29846
29847 \end_inset
29848
29849 。既定の設定は、
29850 \end_layout
29851
29852 \begin_layout Standard
29853
29854 \series bold
29855
29856 \backslash
29857 renewcommand*{
29858 \backslash
29859 raggedleftmarginnote}{
29860 \backslash
29861 raggedleft}
29862 \begin_inset Newline newline
29863 \end_inset
29864
29865
29866 \backslash
29867 renewcommand*{
29868 \backslash
29869 raggedrightmarginnote}{
29870 \backslash
29871 raggedright}
29872 \series default
29873
29874 \begin_inset ERT
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878
29879
29880 \backslash
29881 renewcommand*{
29882 \backslash
29883 raggedleftmarginnote}{
29884 \backslash
29885 raggedleft}
29886 \end_layout
29887
29888 \begin_layout Plain Layout
29889
29890
29891 \backslash
29892 renewcommand*{
29893 \backslash
29894 raggedrightmarginnote}{
29895 \backslash
29896 raggedright}
29897 \end_layout
29898
29899 \end_inset
29900
29901
29902 \end_layout
29903
29904 \begin_layout Standard
29905 です。
29906 \end_layout
29907
29908 \begin_layout Standard
29909 \begin_inset VSpace medskip
29910 \end_inset
29911
29912
29913 \series bold
29914 marginnote
29915 \series default
29916 の他の機能については、
29917 \begin_inset CommandInset citation
29918 LatexCommand cite
29919 key "marginnote"
29920
29921 \end_inset
29922
29923 の取扱説明書をご参照ください。
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset VSpace bigskip
29928 \end_inset
29929
29930 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
29931 \family sans
29932 \series bold
29933 \bar under
29934 注意!
29935 \family default
29936 \series default
29937 \bar default
29938 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
29939 \end_layout
29940
29941 \begin_layout Standard
29942
29943 \series bold
29944
29945 \backslash
29946 let
29947 \backslash
29948 myMarginpar
29949 \backslash
29950 marginpar
29951 \begin_inset Newline newline
29952 \end_inset
29953
29954
29955 \backslash
29956 renewcommand{
29957 \backslash
29958 marginpar}[1]{
29959 \backslash
29960 myMarginpar{%
29961 \begin_inset Newline newline
29962 \end_inset
29963
29964
29965 \begin_inset Phantom HPhantom
29966 status open
29967
29968 \begin_layout Plain Layout
29969
29970 \series bold
29971 \begin_inset space ~
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \backslash
29981 hspace{0pt}
29982 \backslash
29983 textsf{
29984 \backslash
29985 textbf{
29986 \backslash
29987 underbar{注意!}}}%
29988 \begin_inset Newline newline
29989 \end_inset
29990
29991
29992 \begin_inset Phantom HPhantom
29993 status open
29994
29995 \begin_layout Plain Layout
29996
29997 \series bold
29998 \begin_inset space ~
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \backslash
30008 vspace{1.5mm}
30009 \backslash
30010
30011 \backslash
30012 #1}}
30013 \end_layout
30014
30015 \begin_layout Standard
30016 \begin_inset ERT
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021
30022 \backslash
30023 let
30024 \backslash
30025 myMarginpar
30026 \backslash
30027 marginpar
30028 \end_layout
30029
30030 \begin_layout Plain Layout
30031
30032
30033 \backslash
30034 renewcommand{
30035 \backslash
30036 marginpar}[1]{
30037 \backslash
30038 myMarginpar{%
30039 \end_layout
30040
30041 \begin_layout Plain Layout
30042
30043    
30044 \backslash
30045 textsf{
30046 \backslash
30047 textbf{
30048 \backslash
30049 underbar{注意!}}}%
30050 \end_layout
30051
30052 \begin_layout Plain Layout
30053
30054    
30055 \backslash
30056 vspace{1.5mm}
30057 \backslash
30058
30059 \backslash
30060 #1}}
30061 \end_layout
30062
30063 \end_inset
30064
30065
30066 \begin_inset Marginal
30067 status open
30068
30069 \begin_layout Plain Layout
30070 これは、定義したヘッダをつけた傍注です。
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 [-1.5cm]
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \begin_inset ERT
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092
30093 \backslash
30094 renewcommand{
30095 \backslash
30096 marginpar}[1]{
30097 \backslash
30098 myMarginpar{#1}}
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset Note Note
30105 status open
30106
30107 \begin_layout Plain Layout
30108 傍注書式は、この例の分だけ変更してあります。
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \begin_layout Standard
30117 \begin_inset ERT
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121
30122
30123 \backslash
30124 else
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \begin_inset Note Note
30131 status open
30132
30133 \begin_layout Plain Layout
30134 以下の部分は、LaTeXパッケージ
30135 \series bold
30136 marginnote
30137 \series default
30138 が導入されていないときのみ表示されます。
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30148 \series bold
30149 marginnote
30150 \series default
30151 を導入する必要があります。
30152 \end_layout
30153
30154 \begin_layout Standard
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160
30161 \backslash
30162 fi
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Chapter
30171 ボックス
30172 \end_layout
30173
30174 \begin_layout Section
30175 はじめに
30176 \begin_inset Index idx
30177 status collapsed
30178
30179 \begin_layout Plain Layout
30180 ぼっくす@ボックス ! はじめに
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Standard
30189 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30190 \begin_inset CommandInset ref
30191 LatexCommand ref
30192 reference "sec:ミニページ"
30193
30194 \end_inset
30195
30196 節参照)、文章を囲ったり(第
30197 \begin_inset CommandInset ref
30198 LatexCommand ref
30199 reference "sec:装飾"
30200
30201 \end_inset
30202
30203 節参照)、単語がハイフネートされるのを予防したり(第
30204 \begin_inset CommandInset ref
30205 LatexCommand ref
30206 reference "sec:ハイフネーションの回避"
30207
30208 \end_inset
30209
30210 節参照)、文章を揃えたり(第
30211 \begin_inset CommandInset ref
30212 LatexCommand ref
30213 reference "sub:垂直揃え"
30214
30215 \end_inset
30216
30217 節参照)、あるいは文章の背景色を設定したり(第
30218 \begin_inset CommandInset ref
30219 LatexCommand ref
30220 reference "sec:色付きボックス"
30221
30222 \end_inset
30223
30224 節参照)するのに使用します。
30225 \end_layout
30226
30227 \begin_layout Standard
30228 ボックスは、
30229 \family sans
30230 挿入\SpecialChar \menuseparator
30231 ボックス
30232 \family default
30233 メニューかツールバーボタン
30234 \begin_inset Info
30235 type  "icon"
30236 arg   "box-insert Frameless"
30237 \end_inset
30238
30239 を使って挿入することができます。すると、
30240 \begin_inset Graphics
30241         filename ../clipart/BoxInsetDefaultQt4.png
30242         scale 85
30243         scaleBeforeRotation
30244
30245 \end_inset
30246
30247 のように
30248 \family sans
30249 ボックス(minipage環境)
30250 \family default
30251 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30252 \family sans
30253 設定
30254 \family default
30255 メニューを選択すると現れるボックスダイアログでは、
30256 \family sans
30257 parboxコマンド
30258 \family default
30259
30260 \family sans
30261 minipage環境
30262 \family default
30263 の二つの
30264 \family sans
30265 内部ボックス
30266 \family default
30267 型を選択することができます。
30268 \family sans
30269 minipage
30270 \family default
30271 型は、新規ボックスの既定値となっており、第
30272 \begin_inset CommandInset ref
30273 LatexCommand ref
30274 reference "sec:ミニページ"
30275
30276 \end_inset
30277
30278 節で説明します。
30279 \family sans
30280 parbox
30281 \family default
30282 型については第
30283 \begin_inset CommandInset ref
30284 LatexCommand ref
30285 reference "sec:Parbox"
30286
30287 \end_inset
30288
30289 節、
30290 \family sans
30291 makebox
30292 \family default
30293 型については第
30294 \begin_inset CommandInset ref
30295 LatexCommand ref
30296 reference "sec:ハイフネーションの回避"
30297
30298 \end_inset
30299
30300 節で述べます。
30301 \end_layout
30302
30303 \begin_layout Standard
30304 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset Note Greyedout
30309 status open
30310
30311 \begin_layout Plain Layout
30312 【註】ボックスは、
30313 \family sans
30314 箇条書き(記号)
30315 \family default
30316 環境や
30317 \family sans
30318 箇条書き(記述)
30319 \family default
30320 環境の単独要素とすべきではありません。
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 \begin_inset Note Greyedout
30330 status open
30331
30332 \begin_layout Plain Layout
30333 【註】理由は不明ですが、枠付きボックスを使用している場合には、
30334 \family sans
30335 内部ボックス
30336 \family default
30337 型は
30338 \family sans
30339 なし
30340 \family default
30341 にしか設定することができません。
30342 \family sans
30343 内部ボックス
30344 \family default
30345 型や枠のないボックスについては、第
30346 \begin_inset CommandInset ref
30347 LatexCommand ref
30348 reference "sec:ハイフネーションの回避"
30349
30350 \end_inset
30351
30352 節で説明します。
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Section
30361 ボックスダイアログ
30362 \begin_inset CommandInset label
30363 LatexCommand label
30364 name "sec:ボックスダイアログ"
30365
30366 \end_inset
30367
30368
30369 \begin_inset Index idx
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \begin_layout Subsection
30382 寸法
30383 \begin_inset Index idx
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 ぼっくす@ボックス ! すんぽう@寸法
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 ボックスダイアログでは、
30397 \family sans
30398
30399 \family default
30400
30401 \family sans
30402 高さ
30403 \family default
30404 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30405 \begin_inset CommandInset ref
30406 LatexCommand ref
30407 reference "tab:単位"
30408
30409 \end_inset
30410
30411 に説明されています。
30412 \family sans
30413 高さ
30414 \family default
30415 フィールドには、加えて以下の寸法を使用することができます。
30416 \end_layout
30417
30418 \begin_layout Description
30419 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30420 \begin_inset Newline newline
30421 \end_inset
30422
30423
30424 \begin_inset Newline newline
30425 \end_inset
30426
30427
30428 \begin_inset Newline newline
30429 \end_inset
30430
30431
30432 \begin_inset Box Boxed
30433 position "c"
30434 hor_pos "c"
30435 has_inner_box 1
30436 inner_pos "c"
30437 use_parbox 0
30438 use_makebox 0
30439 width "12col%"
30440 special "none"
30441 height "1in"
30442 height_special "depth"
30443 status open
30444
30445 \begin_layout Plain Layout
30446 \align center
30447 高さを1階層に設定したボックス
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \begin_inset Newline newline
30454 \end_inset
30455
30456
30457 \begin_inset Newline newline
30458 \end_inset
30459
30460
30461 \end_layout
30462
30463 \begin_layout Description
30464 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30465 \begin_inset Box Boxed
30466 position "c"
30467 hor_pos "c"
30468 has_inner_box 1
30469 inner_pos "c"
30470 use_parbox 0
30471 use_makebox 0
30472 width "20col%"
30473 special "none"
30474 height "2in"
30475 height_special "height"
30476 status open
30477
30478 \begin_layout Plain Layout
30479 \align center
30480 高さを2高さに設定したボックス
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \end_layout
30487
30488 \begin_layout Description
30489 全高 これは「高さ」+「階層」です。
30490 \begin_inset Box Boxed
30491 position "c"
30492 hor_pos "c"
30493 has_inner_box 1
30494 inner_pos "c"
30495 use_parbox 0
30496 use_makebox 0
30497 width "20col%"
30498 special "none"
30499 height "1in"
30500 height_special "totalheight"
30501 status open
30502
30503 \begin_layout Plain Layout
30504 \align center
30505 高さを1全高に設定したボックス
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \end_layout
30512
30513 \begin_layout Description
30514 幅 これはボックスの幅を高さに設定します。
30515 \begin_inset Box Boxed
30516 position "c"
30517 hor_pos "c"
30518 has_inner_box 1
30519 inner_pos "c"
30520 use_parbox 0
30521 use_makebox 0
30522 width "12col%"
30523 special "none"
30524 height "1in"
30525 height_special "width"
30526 status open
30527
30528 \begin_layout Plain Layout
30529 \align center
30530 高さを1幅に設定したボックス
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Subsection
30539 文字揃え
30540 \begin_inset Index idx
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 ぼっくす@ボックス ! もじそろえ@文字揃え
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \end_layout
30551
30552 \begin_layout Standard
30553
30554 \family sans
30555 内部ボックス
30556 \family default
30557 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30558 \end_layout
30559
30560 \begin_layout Description
30561 上 これは例示のための本文行です。
30562 \begin_inset Box Boxed
30563 position "t"
30564 hor_pos "c"
30565 has_inner_box 1
30566 inner_pos "c"
30567 use_parbox 0
30568 use_makebox 0
30569 width "12col%"
30570 special "none"
30571 height "1in"
30572 height_special "totalheight"
30573 status open
30574
30575 \begin_layout Plain Layout
30576 \align center
30577 このボックスは上揃えです。
30578 \end_layout
30579
30580 \end_inset
30581
30582 これは例示のための本文行です。
30583 \end_layout
30584
30585 \begin_layout Description
30586 中央 これは例示のための本文行です。
30587 \begin_inset Box Boxed
30588 position "c"
30589 hor_pos "c"
30590 has_inner_box 1
30591 inner_pos "c"
30592 use_parbox 0
30593 use_makebox 0
30594 width "12col%"
30595 special "none"
30596 height "1in"
30597 height_special "totalheight"
30598 status open
30599
30600 \begin_layout Plain Layout
30601 \align center
30602 このボックスは中央揃えです。
30603 \end_layout
30604
30605 \end_inset
30606
30607 これは例示のための本文行です。
30608 \end_layout
30609
30610 \begin_layout Description
30611 下 これは例示のための本文行です。
30612 \begin_inset Box Boxed
30613 position "b"
30614 hor_pos "c"
30615 has_inner_box 1
30616 inner_pos "c"
30617 use_parbox 0
30618 use_makebox 0
30619 width "12col%"
30620 special "none"
30621 height "1in"
30622 height_special "totalheight"
30623 status open
30624
30625 \begin_layout Plain Layout
30626 \align center
30627 このボックスは下揃えです。
30628 \end_layout
30629
30630 \end_inset
30631
30632 これは例示のための本文行です。
30633 \end_layout
30634
30635 \begin_layout Standard
30636 \begin_inset Note Greyedout
30637 status open
30638
30639 \begin_layout Plain Layout
30640
30641 \series bold
30642 【註】
30643 \series default
30644 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset VSpace bigskip
30658 \end_inset
30659
30660
30661 \family sans
30662 内部ボックス
30663 \family default
30664 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30665 \end_layout
30666
30667 \begin_layout Description
30668 上 これは例示のための本文行です。
30669 \begin_inset Box Boxed
30670 position "c"
30671 hor_pos "c"
30672 has_inner_box 1
30673 inner_pos "t"
30674 use_parbox 0
30675 use_makebox 0
30676 width "12col%"
30677 special "none"
30678 height "1.5in"
30679 height_special "totalheight"
30680 status open
30681
30682 \begin_layout Plain Layout
30683 \align center
30684 このボックスの文章は上揃えです。
30685 \end_layout
30686
30687 \end_inset
30688
30689 これは例示のための本文行です。
30690 \end_layout
30691
30692 \begin_layout Description
30693 中央 これは例示のための本文行です。
30694 \begin_inset Box Boxed
30695 position "c"
30696 hor_pos "c"
30697 has_inner_box 1
30698 inner_pos "c"
30699 use_parbox 0
30700 use_makebox 0
30701 width "12col%"
30702 special "none"
30703 height "1.5in"
30704 height_special "totalheight"
30705 status open
30706
30707 \begin_layout Plain Layout
30708 \align center
30709 このボックスの文章は中央揃えです。
30710 \end_layout
30711
30712 \end_inset
30713
30714 これは例示のための本文行です。
30715 \end_layout
30716
30717 \begin_layout Description
30718 下 これは例示のための本文行です。
30719 \begin_inset Box Boxed
30720 position "c"
30721 hor_pos "c"
30722 has_inner_box 1
30723 inner_pos "b"
30724 use_parbox 0
30725 use_makebox 0
30726 width "12col%"
30727 special "none"
30728 height "1.5in"
30729 height_special "totalheight"
30730 status open
30731
30732 \begin_layout Plain Layout
30733 \align center
30734 このボックスの文章は下揃えです。
30735 \end_layout
30736
30737 \end_inset
30738
30739 これは例示のための本文行です。
30740 \end_layout
30741
30742 \begin_layout Description
30743 広げる これは例示のための本文行です。
30744 \begin_inset Box Boxed
30745 position "c"
30746 hor_pos "c"
30747 has_inner_box 1
30748 inner_pos "s"
30749 use_parbox 0
30750 use_makebox 0
30751 width "17col%"
30752 special "none"
30753 height "1.5in"
30754 height_special "totalheight"
30755 status open
30756
30757 \begin_layout Plain Layout
30758 \align center
30759 このボックスの
30760 \end_layout
30761
30762 \begin_layout Plain Layout
30763 \align center
30764 文章は広げて
30765 \end_layout
30766
30767 \begin_layout Plain Layout
30768 \align center
30769 あります。
30770 \end_layout
30771
30772 \end_inset
30773
30774 これは例示のための本文行です。
30775 \end_layout
30776
30777 \begin_layout Standard
30778 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
30779 \end_layout
30780
30781 \begin_layout Standard
30782 \begin_inset VSpace bigskip
30783 \end_inset
30784
30785
30786 \family sans
30787 内部ボックス
30788 \family default
30789 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
30790 \end_layout
30791
30792 \begin_layout Standard
30793 \align center
30794 \begin_inset Box Boxed
30795 position "c"
30796 hor_pos "c"
30797 has_inner_box 1
30798 inner_pos "s"
30799 use_parbox 0
30800 use_makebox 0
30801 width "25col%"
30802 special "none"
30803 height "1.25in"
30804 height_special "totalheight"
30805 status open
30806
30807 \begin_layout Plain Layout
30808 \align left
30809 このボックスの
30810 \end_layout
30811
30812 \begin_layout Plain Layout
30813 \align center
30814 文章は広げて
30815 \end_layout
30816
30817 \begin_layout Plain Layout
30818 \align right
30819 あります。
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \begin_layout Standard
30828
30829 \family sans
30830 内部ボックス
30831 \family default
30832 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
30833 \end_layout
30834
30835 \begin_layout Standard
30836 \align center
30837 \begin_inset Box Boxed
30838 position "c"
30839 hor_pos "s"
30840 has_inner_box 0
30841 inner_pos "s"
30842 use_parbox 0
30843 use_makebox 0
30844 width "90col%"
30845 special "none"
30846 height "1.25in"
30847 height_special "totalheight"
30848 status open
30849
30850 \begin_layout Plain Layout
30851 このボックスの文章は水平方向に広げてあります。
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \end_layout
30858
30859 \begin_layout Subsection
30860 装飾
30861 \begin_inset CommandInset label
30862 LatexCommand label
30863 name "sec:装飾"
30864
30865 \end_inset
30866
30867
30868 \begin_inset Index idx
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872 ぼっくす@ボックス ! そうしょく@装飾
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \end_layout
30879
30880 \begin_layout Standard
30881 ボックス型は、ボックスダイアログ中の
30882 \family sans
30883 装飾
30884 \family default
30885 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
30886 \end_layout
30887
30888 \begin_layout Description
30889 縁なし 枠を描きません。
30890 \end_layout
30891
30892 \begin_layout Description
30893 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
30894 \series bold
30895
30896 \backslash
30897 fboxrule
30898 \series default
30899 の値になります。 
30900 \begin_inset Box Boxed
30901 position "c"
30902 hor_pos "c"
30903 has_inner_box 1
30904 inner_pos "c"
30905 use_parbox 0
30906 use_makebox 0
30907 width "20col%"
30908 special "none"
30909 height "1in"
30910 height_special "totalheight"
30911 status open
30912
30913 \begin_layout Plain Layout
30914 \align center
30915 長方形の箱型
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \begin_layout Description
30924 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
30925 \begin_inset space \thinspace{}
30926 \end_inset
30927
30928 ptです。 
30929 \begin_inset Box ovalbox
30930 position "c"
30931 hor_pos "c"
30932 has_inner_box 1
30933 inner_pos "c"
30934 use_parbox 0
30935 use_makebox 0
30936 width "20col%"
30937 special "none"
30938 height "1in"
30939 height_special "totalheight"
30940 status open
30941
30942 \begin_layout Plain Layout
30943 \align center
30944 楕円形の箱型(細線)
30945 \end_layout
30946
30947 \end_inset
30948
30949
30950 \end_layout
30951
30952 \begin_layout Description
30953 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
30954 \begin_inset space \thinspace{}
30955 \end_inset
30956
30957 ptです。 
30958 \begin_inset Box Ovalbox
30959 position "c"
30960 hor_pos "c"
30961 has_inner_box 1
30962 inner_pos "c"
30963 use_parbox 0
30964 use_makebox 0
30965 width "20col%"
30966 special "none"
30967 height "1in"
30968 height_special "totalheight"
30969 status open
30970
30971 \begin_layout Plain Layout
30972 \align center
30973 楕円形の箱型(太線)
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Description
30982 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
30983 \series bold
30984
30985 \backslash
30986 fboxrule
30987 \series default
30988 の値になり、影の幅は4
30989 \begin_inset space \thinspace{}
30990 \end_inset
30991
30992 ptになります。
30993 \begin_inset Box Shadowbox
30994 position "c"
30995 hor_pos "c"
30996 has_inner_box 1
30997 inner_pos "c"
30998 use_parbox 0
30999 use_makebox 0
31000 width "20col%"
31001 special "none"
31002 height "1in"
31003 height_special "totalheight"
31004 status open
31005
31006 \begin_layout Plain Layout
31007 \align center
31008 影付きの箱型
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Description
31017 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31018 \begin_inset Foot
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022
31023 \begin_inset CommandInset ref
31024 LatexCommand ref
31025 reference "sec:色付きボックス"
31026
31027 \end_inset
31028
31029 節を参照のこと。
31030 \end_layout
31031
31032 \end_inset
31033
31034 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31035 \begin_inset Box Shaded
31036 position "t"
31037 hor_pos "c"
31038 has_inner_box 0
31039 inner_pos "t"
31040 use_parbox 0
31041 use_makebox 0
31042 width "50col%"
31043 special "none"
31044 height "1in"
31045 height_special "totalheight"
31046 status open
31047
31048 \begin_layout Plain Layout
31049 影付き背景の箱型
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Description
31058 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
31059 \begin_inset space \thinspace{}
31060 \end_inset
31061
31062
31063 \series bold
31064
31065 \backslash
31066 fboxrule
31067 \series default
31068 であり、外側の枠線の太さは1.5
31069 \begin_inset space \thinspace{}
31070 \end_inset
31071
31072
31073 \series bold
31074
31075 \backslash
31076 fboxrule
31077 \series default
31078 です。枠線間の距離は1.5
31079 \begin_inset space \thinspace{}
31080 \end_inset
31081
31082
31083 \series bold
31084
31085 \backslash
31086 fboxrule
31087 \series default
31088
31089 \begin_inset space \thinspace{}
31090 \end_inset
31091
31092 +
31093 \begin_inset space \thinspace{}
31094 \end_inset
31095
31096 0.5
31097 \begin_inset space \thinspace{}
31098 \end_inset
31099
31100 ptです。 
31101 \begin_inset Box Doublebox
31102 position "c"
31103 hor_pos "c"
31104 has_inner_box 1
31105 inner_pos "c"
31106 use_parbox 0
31107 use_makebox 0
31108 width "20col%"
31109 special "none"
31110 height "1in"
31111 height_special "totalheight"
31112 status open
31113
31114 \begin_layout Plain Layout
31115 \align center
31116 二重の長方形の箱型
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \begin_inset VSpace bigskip
31126 \end_inset
31127
31128 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
31129 \series bold
31130 fancybox
31131 \series default
31132
31133 \begin_inset Index idx
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
31138 \end_layout
31139
31140 \end_inset
31141
31142 が導入済みでなくてはなりません。
31143 \end_layout
31144
31145 \begin_layout Standard
31146 \begin_inset VSpace bigskip
31147 \end_inset
31148
31149 装飾として
31150 \family sans
31151 簡素な長方形の箱型
31152 \family default
31153 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
31154 れ、このボックス型では
31155 \series bold
31156
31157 \backslash
31158 fboxrule
31159 \series default
31160
31161 \series bold
31162
31163 \backslash
31164 fboxsep
31165 \series default
31166 は無効となります。枠線の太さは
31167 \series bold
31168
31169 \backslash
31170 FrameRule
31171 \series default
31172 の値になります。 
31173 \begin_inset Box Framed
31174 position "t"
31175 hor_pos "c"
31176 has_inner_box 0
31177 inner_pos "t"
31178 use_parbox 0
31179 use_makebox 0
31180 width "100col%"
31181 special "none"
31182 height "1in"
31183 height_special "totalheight"
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 改行可能な箱型
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \begin_layout Section
31196 ボックスの詳細な設定
31197 \begin_inset Index idx
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \begin_layout Standard
31210 寸法
31211 \series bold
31212
31213 \backslash
31214 fboxrule
31215 \series default
31216 の既定値は0.4
31217 \begin_inset space \thinspace{}
31218 \end_inset
31219
31220 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
31221 \begin_inset space \thinspace{}
31222 \end_inset
31223
31224 ptに変更することができます。
31225 \end_layout
31226
31227 \begin_layout Standard
31228
31229 \series bold
31230
31231 \backslash
31232 setlength{
31233 \backslash
31234 fboxrule}{2pt}
31235 \end_layout
31236
31237 \begin_layout Standard
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243
31244 \backslash
31245 setlength{
31246 \backslash
31247 fboxrule}{2pt}
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \begin_inset Box Boxed
31254 position "c"
31255 hor_pos "c"
31256 has_inner_box 1
31257 inner_pos "c"
31258 use_parbox 0
31259 use_makebox 0
31260 width "25col%"
31261 special "none"
31262 height "1in"
31263 height_special "totalheight"
31264 status open
31265
31266 \begin_layout Plain Layout
31267 \align center
31268
31269 \series bold
31270
31271 \backslash
31272 fboxrule
31273 \series default
31274
31275 \begin_inset space \thinspace{}
31276 \end_inset
31277
31278 =
31279 \begin_inset space \thinspace{}
31280 \end_inset
31281
31282 2
31283 \begin_inset space \thinspace{}
31284 \end_inset
31285
31286 ptの長方形の箱型
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \begin_inset ERT
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296
31297
31298 \backslash
31299 setlength{
31300 \backslash
31301 fboxrule}{0.4pt}
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \begin_layout Standard
31310 \begin_inset VSpace bigskip
31311 \end_inset
31312
31313 枠とボックスの内容との空白は、すべての枠様式について3
31314 \begin_inset space \thinspace{}
31315 \end_inset
31316
31317 ptが既定値になっています。これは、長さ
31318 \series bold
31319
31320 \backslash
31321 fboxsep
31322 \series default
31323 を別の値に設定することによって変更することができます。たとえば
31324 \end_layout
31325
31326 \begin_layout Standard
31327
31328 \series bold
31329
31330 \backslash
31331 setlength{
31332 \backslash
31333 fboxsep}{10pt}
31334 \end_layout
31335
31336 \begin_layout Standard
31337 というコマンドは、この値を10
31338 \begin_inset space \thinspace{}
31339 \end_inset
31340
31341 ptにし、以下のボックスのようになります。
31342 \end_layout
31343
31344 \begin_layout Standard
31345 \begin_inset ERT
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349
31350
31351 \backslash
31352 setlength{
31353 \backslash
31354 fboxsep}{10pt}
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \begin_inset Box Boxed
31361 position "c"
31362 hor_pos "c"
31363 has_inner_box 1
31364 inner_pos "c"
31365 use_parbox 0
31366 use_makebox 0
31367 width "25col%"
31368 special "none"
31369 height "1in"
31370 height_special "totalheight"
31371 status open
31372
31373 \begin_layout Plain Layout
31374 \align center
31375
31376 \series bold
31377
31378 \backslash
31379 fboxsep
31380 \series default
31381
31382 \begin_inset space \thinspace{}
31383 \end_inset
31384
31385 =
31386 \begin_inset space \thinspace{}
31387 \end_inset
31388
31389 10
31390 \begin_inset space \thinspace{}
31391 \end_inset
31392
31393 ptの長方形の箱型
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 setlength{
31407 \backslash
31408 fboxsep}{3pt}
31409 \end_layout
31410
31411 \end_inset
31412
31413
31414 \end_layout
31415
31416 \begin_layout Standard
31417 \begin_inset VSpace bigskip
31418 \end_inset
31419
31420 楕円形ボックスの丸い角の直径は、コマンド
31421 \series bold
31422
31423 \backslash
31424 cornersize
31425 \series default
31426 で設定することができます。
31427 \end_layout
31428
31429 \begin_layout Standard
31430
31431 \series bold
31432
31433 \backslash
31434 cornersize*{1cm}
31435 \end_layout
31436
31437 \begin_layout Standard
31438 というコマンドは、直径を1
31439 \begin_inset space \thinspace{}
31440 \end_inset
31441
31442 cmに設定します。
31443 \end_layout
31444
31445 \begin_layout Standard
31446
31447 \series bold
31448
31449 \backslash
31450 cornersize{数値}
31451 \end_layout
31452
31453 \begin_layout Standard
31454 というコマンドは、直径を
31455 \family sans
31456 数値
31457 \begin_inset space \thinspace{}
31458 \end_inset
31459
31460 ×
31461 \begin_inset space \thinspace{}
31462 \end_inset
31463
31464 (ボックスの幅と高さの小さい方)
31465 \family default
31466 に設定します。既定値は
31467 \series bold
31468
31469 \backslash
31470 cornersize{0.5}
31471 \series default
31472 です。
31473 \end_layout
31474
31475 \begin_layout Standard
31476 \begin_inset ERT
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480
31481
31482 \backslash
31483 cornersize*{1.5cm}
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \begin_inset Box Ovalbox
31490 position "c"
31491 hor_pos "c"
31492 has_inner_box 1
31493 inner_pos "c"
31494 use_parbox 0
31495 use_makebox 0
31496 width "25col%"
31497 special "none"
31498 height "1in"
31499 height_special "totalheight"
31500 status open
31501
31502 \begin_layout Plain Layout
31503 \align center
31504
31505 \series bold
31506
31507 \backslash
31508 cornersize
31509 \series default
31510
31511 \begin_inset space \thinspace{}
31512 \end_inset
31513
31514 =
31515 \begin_inset space \thinspace{}
31516 \end_inset
31517
31518 1.5
31519 \begin_inset space \thinspace{}
31520 \end_inset
31521
31522 cmの楕円形の箱型
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \begin_inset ERT
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 cornersize{0.5}
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset VSpace bigskip
31545 \end_inset
31546
31547 影の大きさは、長さ
31548 \series bold
31549
31550 \backslash
31551 shadowsize
31552 \series default
31553 を変更することで調整できます。以下のボックスでは
31554 \end_layout
31555
31556 \begin_layout Standard
31557
31558 \series bold
31559
31560 \backslash
31561 setlength{
31562 \backslash
31563 shadowsize}{2pt}
31564 \end_layout
31565
31566 \begin_layout Standard
31567 というコマンドを使って、2
31568 \begin_inset space \thinspace{}
31569 \end_inset
31570
31571 ptに設定しています。
31572 \end_layout
31573
31574 \begin_layout Standard
31575 \begin_inset ERT
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579
31580
31581 \backslash
31582 setlength{
31583 \backslash
31584 shadowsize}{2pt}
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \begin_inset Box Shadowbox
31591 position "c"
31592 hor_pos "c"
31593 has_inner_box 1
31594 inner_pos "c"
31595 use_parbox 0
31596 use_makebox 0
31597 width "25col%"
31598 special "none"
31599 height "1in"
31600 height_special "totalheight"
31601 status open
31602
31603 \begin_layout Plain Layout
31604 \align center
31605
31606 \series bold
31607
31608 \backslash
31609 shadowsize
31610 \series default
31611
31612 \begin_inset space \thinspace{}
31613 \end_inset
31614
31615 =
31616 \begin_inset space \thinspace{}
31617 \end_inset
31618
31619 2
31620 \begin_inset space \thinspace{}
31621 \end_inset
31622
31623 ptの影付きボックス
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \begin_inset ERT
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633
31634
31635 \backslash
31636 setlength{
31637 \backslash
31638 shadowsize}{4pt}
31639 \end_layout
31640
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \begin_layout Standard
31647 \begin_inset VSpace bigskip
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Standard
31654 寸法
31655 \series bold
31656
31657 \backslash
31658 FrameRule
31659 \series default
31660 の既定値は0.4
31661 \begin_inset space \thinspace{}
31662 \end_inset
31663
31664 ptです。ボックスの中身と枠の間の空白の既定値は9
31665 \begin_inset space \thinspace{}
31666 \end_inset
31667
31668 ptですが、
31669 \series bold
31670
31671 \backslash
31672 FrameSep
31673 \series default
31674 の値を変えることで変更することができます。たとえば、下記の
31675 \family sans
31676 ボックス
31677 \family default
31678 の枠の外見は、
31679 \end_layout
31680
31681 \begin_layout Standard
31682
31683 \series bold
31684
31685 \backslash
31686 setlength{
31687 \backslash
31688 FrameRule}{5pt}
31689 \begin_inset Newline newline
31690 \end_inset
31691
31692
31693 \backslash
31694 setlength{
31695 \backslash
31696 FrameSep}{0.5cm}
31697 \end_layout
31698
31699 \begin_layout Standard
31700 というTeXコードコマンドで設定してあります。
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706
31707 \backslash
31708 setlength{
31709 \backslash
31710 FrameRule}{5pt}
31711 \end_layout
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 setlength{
31718 \backslash
31719 FrameSep}{0.5cm}
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \begin_inset Box Framed
31726 position "t"
31727 hor_pos "c"
31728 has_inner_box 0
31729 inner_pos "t"
31730 use_parbox 0
31731 use_makebox 0
31732 width "100col%"
31733 special "none"
31734 height "1in"
31735 height_special "totalheight"
31736 status open
31737
31738 \begin_layout Plain Layout
31739 これは
31740 \family sans
31741 改頁可能
31742 \family default
31743 ボックスの文章です。
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \begin_inset ERT
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753
31754
31755 \backslash
31756 setlength{
31757 \backslash
31758 FrameRule}{0.4pt}
31759 \end_layout
31760
31761 \begin_layout Plain Layout
31762
31763
31764 \backslash
31765 setlength{
31766 \backslash
31767 FrameSep}{9pt}
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 \begin_inset VSpace bigskip
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \begin_layout Standard
31783
31784 \family sans
31785 影付き背景
31786 \family default
31787 ボックスでは、ボックスの内容と枠の余白の既定値は3
31788 \begin_inset space \thinspace{}
31789 \end_inset
31790
31791 ptになっていますが、
31792 \series bold
31793
31794 \backslash
31795 fboxsep
31796 \series default
31797 の値を変更することで変えられます。既定の背景色である赤色は、
31798 \series bold
31799
31800 \backslash
31801 definecolor{shadebox}
31802 \series default
31803 コマンドで局所的に変更することもできますし、
31804 \family sans
31805 ツール\SpecialChar \menuseparator
31806 設定\SpecialChar \menuseparator
31807 色\SpecialChar \menuseparator
31808 影付きボックス
31809 \family default
31810 メニューからグローバルに変更することもできます。
31811 \series bold
31812
31813 \backslash
31814 definecolor
31815 \series default
31816 コマンドの用法は第
31817 \begin_inset CommandInset ref
31818 LatexCommand ref
31819 reference "sec:色付きの表"
31820
31821 \end_inset
31822
31823
31824 \begin_inset Foot
31825 status open
31826
31827 \begin_layout Plain Layout
31828 N
31829 \series bold
31830
31831 \backslash
31832 definecolor
31833 \series default
31834 は、LaTeXパッケージの
31835 \series bold
31836 color
31837 \series default
31838 をプリアンブルに読み込む必要があります。第
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "sec:色付きボックス"
31842
31843 \end_inset
31844
31845 節をご参照ください。.
31846 \end_layout
31847
31848 \end_inset
31849
31850 で説明されています。
31851 \end_layout
31852
31853 \begin_layout Standard
31854 たとえば、下記の影付き背景ボックスの外見は
31855 \end_layout
31856
31857 \begin_layout Standard
31858
31859 \series bold
31860
31861 \backslash
31862 setlength{
31863 \backslash
31864 fboxsep}{0.5cm}
31865 \series default
31866
31867 \begin_inset Newline newline
31868 \end_inset
31869
31870
31871 \series bold
31872
31873 \backslash
31874 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31875 \end_layout
31876
31877 \begin_layout Standard
31878 というTeXコードコマンドを使って設定してあります。
31879 \end_layout
31880
31881 \begin_layout Standard
31882 \begin_inset ERT
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886
31887
31888 \backslash
31889 setlength{
31890 \backslash
31891 fboxsep}{0.5cm}
31892 \end_layout
31893
31894 \begin_layout Plain Layout
31895
31896
31897 \backslash
31898 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \begin_inset Box Shaded
31905 position "t"
31906 hor_pos "c"
31907 has_inner_box 0
31908 inner_pos "t"
31909 use_parbox 0
31910 use_makebox 0
31911 width "100col%"
31912 special "none"
31913 height "1in"
31914 height_special "totalheight"
31915 status open
31916
31917 \begin_layout Plain Layout
31918
31919 \color yellow
31920 これは、濃緑色の背景の
31921 \family sans
31922 影付き背景
31923 \family default
31924 ボックスに入れた黄色の文章です。
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \begin_inset ERT
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934
31935
31936 \backslash
31937 setlength{
31938 \backslash
31939 fboxsep}{3pt}
31940 \end_layout
31941
31942 \begin_layout Plain Layout
31943
31944
31945 \backslash
31946 definecolor{shadecolor}{rgb}{1,0,0}
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \end_layout
31953
31954 \begin_layout Standard
31955 \begin_inset VSpace bigskip
31956 \end_inset
31957
31958 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
31959 \end_layout
31960
31961 \begin_layout Section
31962 ミニページ
31963 \begin_inset CommandInset label
31964 LatexCommand label
31965 name "sec:ミニページ"
31966
31967 \end_inset
31968
31969
31970 \begin_inset Index idx
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974 ぼっくす@ボックス ! みにぺーじ@ミニページ
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \end_layout
31981
31982 \begin_layout Standard
31983 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31984 \end_layout
31985
31986 \begin_layout Standard
31987 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31988 \end_layout
31989
31990 \begin_layout Standard
31991 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31992 \family sans
31993 挿入
31994 \family default
31995 \SpecialChar \menuseparator
31996
31997 \family sans
31998 整形
31999 \family default
32000 \SpecialChar \menuseparator
32001
32002 \family sans
32003 水平方向の空白
32004 \family default
32005 メニューで挿入した水平フィルで隔てられています。
32006 \begin_inset Newpage newpage
32007 \end_inset
32008
32009
32010 \end_layout
32011
32012 \begin_layout Standard
32013 \begin_inset Box Frameless
32014 position "t"
32015 hor_pos "c"
32016 has_inner_box 1
32017 inner_pos "c"
32018 use_parbox 0
32019 use_makebox 0
32020 width "45col%"
32021 special "none"
32022 height "1in"
32023 height_special "totalheight"
32024 status open
32025
32026 \begin_layout Plain Layout
32027 Dies ist ein deutscher Text.
32028  Dies ist ein deutscher Text.
32029  Dies ist ein deutscher Text.
32030  Dies ist ein deutscher Text.
32031  Dies ist ein deutscher Text.
32032  Dies ist ein deutscher Text.
32033  Dies ist ein deutscher Text.
32034  Dies ist ein deutscher Text.
32035  Dies ist ein deutscher Text.
32036  Dies ist ein deutscher Text.
32037  Dies ist ein deutscher Text.
32038  Dies ist ein deutscher Text.
32039  Dies ist ein deutscher Text
32040 \begin_inset Foot
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044 Dies ist eine deutsche Fußnote.
32045 \end_layout
32046
32047 \end_inset
32048
32049 .
32050  Dies ist ein deutscher Text.
32051  Dies ist ein deutscher Text.
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \begin_inset space \hfill{}
32058 \end_inset
32059
32060
32061 \begin_inset Box Frameless
32062 position "t"
32063 hor_pos "c"
32064 has_inner_box 1
32065 inner_pos "c"
32066 use_parbox 0
32067 use_makebox 0
32068 width "45col%"
32069 special "none"
32070 height "1in"
32071 height_special "totalheight"
32072 status open
32073
32074 \begin_layout Plain Layout
32075 This is an English Text.
32076  This is an English Text.
32077  This is an English Text.
32078  This is an English Text.
32079  This is an English Text.
32080  This is an English Text.
32081  This is an English Text.
32082  This is an English Text.
32083  This is an English Text.
32084  This is an English Text.
32085  This is an English Text.
32086  This is an English Text.
32087  This is an English Text.
32088  This is an English Text.
32089  This is an English Text.
32090  This is an English Text.
32091 \begin_inset Foot
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095 This is an English footnote.
32096 \end_layout
32097
32098 \end_inset
32099
32100  This is an English Text.
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 \begin_inset VSpace bigskip
32110 \end_inset
32111
32112 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
32113 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
32114 \end_layout
32115
32116 \begin_layout Standard
32117 この表の脚注は表示されません。
32118 \begin_inset Tabular
32119 <lyxtabular version="3" rows="3" columns="4">
32120 <features rotate="0" tabularvalignment="middle">
32121 <column alignment="center" valignment="top" width="0pt">
32122 <column alignment="center" valignment="top" width="0pt">
32123 <column alignment="center" valignment="top" width="0pt">
32124 <column alignment="center" valignment="top" width="0pt">
32125 <row>
32126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130 1
32131 \end_layout
32132
32133 \end_inset
32134 </cell>
32135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32136 \begin_inset Text
32137
32138 \begin_layout Plain Layout
32139 2
32140 \end_layout
32141
32142 \end_inset
32143 </cell>
32144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32145 \begin_inset Text
32146
32147 \begin_layout Plain Layout
32148 3
32149 \begin_inset Foot
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153 これは表中の脚注です。
32154 \end_layout
32155
32156 \end_inset
32157
32158
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32164 \begin_inset Text
32165
32166 \begin_layout Plain Layout
32167 4
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 </row>
32173 <row>
32174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32184 \begin_inset Text
32185
32186 \begin_layout Plain Layout
32187
32188 \end_layout
32189
32190 \end_inset
32191 </cell>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205
32206 \end_layout
32207
32208 \end_inset
32209 </cell>
32210 </row>
32211 <row>
32212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216
32217 \end_layout
32218
32219 \end_inset
32220 </cell>
32221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32231 \begin_inset Text
32232
32233 \begin_layout Plain Layout
32234
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 </row>
32249 </lyxtabular>
32250
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \begin_layout Standard
32257 \align center
32258 \begin_inset Box Frameless
32259 position "t"
32260 hor_pos "c"
32261 has_inner_box 1
32262 inner_pos "c"
32263 use_parbox 0
32264 use_makebox 0
32265 width "30col%"
32266 special "none"
32267 height "1in"
32268 height_special "totalheight"
32269 status open
32270
32271 \begin_layout Plain Layout
32272 \align center
32273 \begin_inset Tabular
32274 <lyxtabular version="3" rows="3" columns="4">
32275 <features rotate="0" tabularvalignment="middle">
32276 <column alignment="center" valignment="top" width="0pt">
32277 <column alignment="center" valignment="top" width="0pt">
32278 <column alignment="center" valignment="top" width="0pt">
32279 <column alignment="center" valignment="top" width="0pt">
32280 <row>
32281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285 1
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32291 \begin_inset Text
32292
32293 \begin_layout Plain Layout
32294 2
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 3
32304 \begin_inset Foot
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 これは表中の脚注です。
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \end_inset
32317 </cell>
32318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322 4
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 </row>
32328 <row>
32329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360
32361 \end_layout
32362
32363 \end_inset
32364 </cell>
32365 </row>
32366 <row>
32367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
32386 \begin_inset Text
32387
32388 \begin_layout Plain Layout
32389
32390 \end_layout
32391
32392 \end_inset
32393 </cell>
32394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32395 \begin_inset Text
32396
32397 \begin_layout Plain Layout
32398
32399 \end_layout
32400
32401 \end_inset
32402 </cell>
32403 </row>
32404 </lyxtabular>
32405
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \begin_layout Standard
32417 \begin_inset VSpace bigskip
32418 \end_inset
32419
32420 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32421 \family sans
32422 中スキップ
32423 \family default
32424 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32425 \end_layout
32426
32427 \begin_layout Standard
32428 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32429 \begin_inset CommandInset ref
32430 LatexCommand ref
32431 reference "sub:段落の着色"
32432
32433 \end_inset
32434
32435 節をご参照ください。
32436 \end_layout
32437
32438 \begin_layout Standard
32439 \begin_inset Note Greyedout
32440 status open
32441
32442 \begin_layout Plain Layout
32443
32444 \series bold
32445 【註】
32446 \series default
32447 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Section
32456 Parbox
32457 \begin_inset CommandInset label
32458 LatexCommand label
32459 name "sec:Parbox"
32460
32461 \end_inset
32462
32463
32464 \begin_inset Index idx
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 ぼっくす@ボックス ! Parboxes
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Standard
32477 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32478 \end_layout
32479
32480 \begin_layout Standard
32481 \align center
32482 \begin_inset Box Frameless
32483 position "t"
32484 hor_pos "c"
32485 has_inner_box 1
32486 inner_pos "t"
32487 use_parbox 1
32488 use_makebox 0
32489 width "33col%"
32490 special "none"
32491 height "1in"
32492 height_special "totalheight"
32493 status open
32494
32495 \begin_layout Plain Layout
32496 これはparbox内の文章です。これはparbox内の文章です。
32497 \end_layout
32498
32499 \begin_layout Plain Layout
32500 右の脚注は表示されません。
32501 \begin_inset Foot
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505 これはparbox内の脚注であり、したがって表示はされません。
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \end_layout
32517
32518 \begin_layout Section
32519 単語や文字のボックス
32520 \begin_inset Index idx
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524 ぼっくす@ボックス ! もじよう@文字用
32525 \end_layout
32526
32527 \end_inset
32528
32529
32530 \end_layout
32531
32532 \begin_layout Subsection
32533 ハイフネーションの回避
32534 \begin_inset CommandInset label
32535 LatexCommand label
32536 name "sec:ハイフネーションの回避"
32537
32538 \end_inset
32539
32540
32541 \begin_inset Index idx
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32546 \end_layout
32547
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Standard
32554 単語や文章がハイフネートされるのを防ぐには、
32555 \family sans
32556 makebox
32557 \family default
32558 型ボックスを使うことができます。
32559 \begin_inset Newline newline
32560 \end_inset
32561
32562 以下が例示用の文章です。
32563 \end_layout
32564
32565 \begin_layout Standard
32566 This line is an example to show how you can prevent the hyphenation of 
32567 \begin_inset Quotes eld
32568 \end_inset
32569
32570 veryverylongword
32571 \begin_inset Quotes erd
32572 \end_inset
32573
32574 .
32575 \end_layout
32576
32577 \begin_layout Standard
32578 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32579 \family sans
32580 内部ボックス
32581 \family default
32582
32583 \family sans
32584 makeboxコマンド
32585 \family default
32586 に設定し、幅を1幅にします。
32587 \end_layout
32588
32589 \begin_layout Standard
32590 以下がその結果です。
32591 \end_layout
32592
32593 \begin_layout Standard
32594 This line is an example to show how you can prevent the hyphenation of 
32595 \begin_inset Box Frameless
32596 position "t"
32597 hor_pos "c"
32598 has_inner_box 1
32599 inner_pos "t"
32600 use_parbox 0
32601 use_makebox 1
32602 width "1in"
32603 special "width"
32604 height "1in"
32605 height_special "totalheight"
32606 status open
32607
32608 \begin_layout Plain Layout
32609 \begin_inset Quotes eld
32610 \end_inset
32611
32612 veryverylongword
32613 \begin_inset Quotes erd
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \end_inset
32620
32621 .
32622 \end_layout
32623
32624 \begin_layout Standard
32625 別の方法としては、以下のように、単語の前に直接TeXコードで「
32626 \series bold
32627
32628 \backslash
32629 -
32630 \series default
32631 」コマンドを設定する方法もあります。
32632 \end_layout
32633
32634 \begin_layout Standard
32635 This line is an example to show how you can prevent the hyphenation of 
32636 \begin_inset Quotes eld
32637 \end_inset
32638
32639
32640 \begin_inset ERT
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644
32645
32646 \backslash
32647 -
32648 \end_layout
32649
32650 \end_inset
32651
32652 veryverylongword
32653 \begin_inset Quotes erd
32654 \end_inset
32655
32656 .
32657 \end_layout
32658
32659 \begin_layout Standard
32660 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32661 \family sans
32662 挿入
32663 \family default
32664 \SpecialChar \menuseparator
32665
32666 \family sans
32667 整形
32668 \family default
32669 \SpecialChar \menuseparator
32670
32671 \family sans
32672 整形なし改行
32673 \family default
32674 メニュー(短絡キー
32675 \begin_inset Info
32676 type  "shortcut"
32677 arg   "newline-insert newline"
32678 \end_inset
32679
32680 )から改行を単語の前に入れてください。
32681 \end_layout
32682
32683 \begin_layout Standard
32684 This line is an example to show how you can prevent the hyphenation of 
32685 \begin_inset Newline newline
32686 \end_inset
32687
32688
32689 \begin_inset Box Frameless
32690 position "t"
32691 hor_pos "c"
32692 has_inner_box 1
32693 inner_pos "t"
32694 use_parbox 0
32695 use_makebox 1
32696 width "1in"
32697 special "width"
32698 height "1in"
32699 height_special "totalheight"
32700 status open
32701
32702 \begin_layout Plain Layout
32703 \begin_inset Quotes eld
32704 \end_inset
32705
32706 veryverylongword
32707 \begin_inset Quotes erd
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \end_inset
32714
32715 .
32716 \end_layout
32717
32718 \begin_layout Subsection
32719 垂直揃え
32720 \begin_inset CommandInset label
32721 LatexCommand label
32722 name "sub:垂直揃え"
32723
32724 \end_inset
32725
32726
32727 \begin_inset Index idx
32728 status collapsed
32729
32730 \begin_layout Plain Layout
32731 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \begin_inset Index idx
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741 ぼっくす@ボックス ! Raiseboxes
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750
32751 \series bold
32752
32753 \backslash
32754 raisebox
32755 \series default
32756 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32757 \series bold
32758
32759 \backslash
32760 raisebox
32761 \series default
32762 は以下の書式で使用します。
32763 \end_layout
32764
32765 \begin_layout Standard
32766
32767 \series bold
32768
32769 \backslash
32770 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32771 \end_layout
32772
32773 \begin_layout Standard
32774 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32775 \end_layout
32776
32777 \begin_layout Standard
32778 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
32779 \end_layout
32780
32781 \begin_layout Standard
32782
32783 \series bold
32784
32785 \backslash
32786 raisebox{
32787 \backslash
32788 depth}{
32789 \end_layout
32790
32791 \begin_layout Standard
32792 というコマンドを挿入してください。単語の後には、閉じ括弧「
32793 \series bold
32794 }
32795 \series default
32796 」をTeXコードで挿入してください。
32797 \begin_inset Newline newline
32798 \end_inset
32799
32800 以下がその出力です。
32801 \end_layout
32802
32803 \begin_layout Standard
32804 This is a text line with the word 
32805 \begin_inset ERT
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809
32810
32811 \backslash
32812 raisebox{
32813 \backslash
32814 depth}{
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \begin_inset Quotes eld
32821 \end_inset
32822
32823 preventing
32824 \begin_inset Quotes erd
32825 \end_inset
32826
32827
32828 \begin_inset ERT
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832
32833 }
32834 \end_layout
32835
32836 \end_inset
32837
32838  as raised word.
32839 \end_layout
32840
32841 \begin_layout Standard
32842 \begin_inset VSpace bigskip
32843 \end_inset
32844
32845 行中の文字を上げ下げすると、以下のように行間が広がります。
32846 \end_layout
32847
32848 \begin_layout Standard
32849 This is a text line with the word 
32850 \begin_inset ERT
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854
32855
32856 \backslash
32857 raisebox{-
32858 \backslash
32859 depth}{
32860 \end_layout
32861
32862 \end_inset
32863
32864
32865 \begin_inset Quotes eld
32866 \end_inset
32867
32868 preventing
32869 \begin_inset Quotes erd
32870 \end_inset
32871
32872
32873 \begin_inset ERT
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877
32878 }
32879 \end_layout
32880
32881 \end_inset
32882
32883  as lowered word.
32884 \begin_inset Newline newline
32885 \end_inset
32886
32887 This is a text line with the word 
32888 \begin_inset ERT
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892
32893
32894 \backslash
32895 raisebox{0.5cm}{
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \begin_inset Quotes eld
32902 \end_inset
32903
32904 testing
32905 \begin_inset Quotes erd
32906 \end_inset
32907
32908
32909 \begin_inset ERT
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913
32914 }
32915 \end_layout
32916
32917 \end_inset
32918
32919  as raised word.
32920 \end_layout
32921
32922 \begin_layout Standard
32923 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32924 \end_layout
32925
32926 \begin_layout Standard
32927
32928 \series bold
32929
32930 \backslash
32931 raisebox{-
32932 \backslash
32933 depth}[0pt]{
32934 \end_layout
32935
32936 \begin_layout Standard
32937 とすると、
32938 \end_layout
32939
32940 \begin_layout Standard
32941 This is a text line with the word 
32942 \begin_inset ERT
32943 status collapsed
32944
32945 \begin_layout Plain Layout
32946
32947
32948 \backslash
32949 raisebox{-
32950 \backslash
32951 depth}[0pt]{
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \begin_inset Quotes eld
32958 \end_inset
32959
32960 preventing
32961 \begin_inset Quotes erd
32962 \end_inset
32963
32964
32965 \begin_inset ERT
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970 }
32971 \end_layout
32972
32973 \end_inset
32974
32975  as lowered word.
32976 \begin_inset Newline newline
32977 \end_inset
32978
32979 This is a text line with the word 
32980 \begin_inset ERT
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984
32985
32986 \backslash
32987 raisebox{0.5cm}[0pt]{
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \begin_inset Quotes eld
32994 \end_inset
32995
32996 testing
32997 \begin_inset Quotes erd
32998 \end_inset
32999
33000
33001 \begin_inset ERT
33002 status collapsed
33003
33004 \begin_layout Plain Layout
33005
33006 }
33007 \end_layout
33008
33009 \end_inset
33010
33011  as raised word.
33012 \end_layout
33013
33014 \begin_layout Section
33015 色付きボックス
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "sec:色付きボックス"
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index idx
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 ぼっくす@ボックス ! いろつき@色付き
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Subsection
33036 文字の着色
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 いろ@色 ! もじの@文字の---
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
33051 \series bold
33052 color
33053 \series default
33054
33055 \begin_inset Index idx
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 LaTeXぱっけーじ@LaTeXパッケージ ! color
33060 \end_layout
33061
33062 \end_inset
33063
33064 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
33065 \end_layout
33066
33067 \begin_layout Standard
33068
33069 \series bold
33070
33071 \backslash
33072 @ifundefined{textcolor}
33073 \begin_inset Newline newline
33074 \end_inset
33075
33076
33077 \begin_inset Phantom HPhantom
33078 status open
33079
33080 \begin_layout Plain Layout
33081
33082 \series bold
33083 \begin_inset space ~
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \end_inset
33090
33091 {
33092 \backslash
33093 usepackage{color}}{}
33094 \end_layout
33095
33096 \begin_layout Standard
33097
33098 \series bold
33099 color
33100 \series default
33101 パッケージは、文章を着色するとLyXが自動的に読み込みます
33102 \begin_inset Foot
33103 status collapsed
33104
33105 \begin_layout Plain Layout
33106 これが二度読み込まれることを回避するには、
33107 \series bold
33108
33109 \backslash
33110 @ifundefined
33111 \series default
33112 コマンドを使用します。
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121 \begin_inset VSpace medskip
33122 \end_inset
33123
33124 色付きボックスは、
33125 \series bold
33126
33127 \backslash
33128 colorbox
33129 \series default
33130 コマンドを使って作ります。これは、以下のような書式で使われます。
33131 \end_layout
33132
33133 \begin_layout Standard
33134
33135 \series bold
33136
33137 \backslash
33138 colorbox{color}{ボックスの内容}
33139 \end_layout
33140
33141 \begin_layout Standard
33142 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
33143 \end_layout
33144
33145 \begin_layout Standard
33146 事前定義されている色には、
33147 \begin_inset Newline newline
33148 \end_inset
33149
33150
33151 \family sans
33152
33153 \family default
33154
33155 \family sans
33156
33157 \family default
33158
33159 \family sans
33160 シアン
33161 \family default
33162
33163 \family sans
33164
33165 \family default
33166
33167 \family sans
33168 マゼンタ
33169 \family default
33170
33171 \family sans
33172
33173 \family default
33174
33175 \family sans
33176
33177 \family default
33178
33179 \family sans
33180
33181 \family default
33182
33183 \begin_inset Newline newline
33184 \end_inset
33185
33186 があります。第
33187 \begin_inset CommandInset ref
33188 LatexCommand ref
33189 reference "sec:色付きの表"
33190
33191 \end_inset
33192
33193 節に述べられているようにすれば、自前の色を定義することもできます。
33194 \end_layout
33195
33196 \begin_layout Standard
33197 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
33198 \end_layout
33199
33200 \begin_layout Standard
33201
33202 \series bold
33203
33204 \backslash
33205 colorbox{red}{
33206 \end_layout
33207
33208 \begin_layout Standard
33209 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
33210 \series bold
33211 }
33212 \series default
33213 」を入れてください。
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217 以下がその結果です。
33218 \end_layout
33219
33220 \begin_layout Standard
33221 この行では、
33222 \begin_inset ERT
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226
33227
33228 \backslash
33229 colorbox{red}{
33230 \end_layout
33231
33232 \end_inset
33233
33234 「注意!」
33235 \begin_inset ERT
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239
33240 }
33241 \end_layout
33242
33243 \end_inset
33244
33245 という単語が赤い背景になっています。
33246 \end_layout
33247
33248 \begin_layout Standard
33249 \begin_inset VSpace bigskip
33250 \end_inset
33251
33252 ボックスの枠を別の色にしたい場合には、以下の書式で
33253 \series bold
33254
33255 \backslash
33256 fcolorbox
33257 \series default
33258 コマンドを使います。
33259 \end_layout
33260
33261 \begin_layout Standard
33262
33263 \series bold
33264
33265 \backslash
33266 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33267 \end_layout
33268
33269 \begin_layout Standard
33270
33271 \series bold
33272
33273 \backslash
33274 fcolorbox
33275 \series default
33276
33277 \series bold
33278
33279 \backslash
33280 colorbox
33281 \series default
33282 の拡張です。枠の太さと枠とボックスの中身との余白は、第
33283 \begin_inset CommandInset ref
33284 LatexCommand ref
33285 reference "sec:装飾"
33286
33287 \end_inset
33288
33289 節で述べられているように、それぞれ
33290 \series bold
33291
33292 \backslash
33293 fboxrule
33294 \series default
33295
33296 \series bold
33297
33298 \backslash
33299 fboxsep
33300 \series default
33301 という長さで調節できます。
33302 \end_layout
33303
33304 \begin_layout Standard
33305 以下の例では、
33306 \end_layout
33307
33308 \begin_layout Standard
33309
33310 \series bold
33311
33312 \backslash
33313 fcolorbox{cyan}{magenta}{
33314 \end_layout
33315
33316 \begin_layout Standard
33317 というコマンドを使用しています。
33318 \end_layout
33319
33320 \begin_layout Standard
33321 これは、枠の太さを1
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 mmに設定した例です。
33326 \begin_inset Newline newline
33327 \end_inset
33328
33329
33330 \begin_inset ERT
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335
33336 \backslash
33337 fboxrule 1mm 
33338 \backslash
33339 fboxsep 1mm
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \begin_inset ERT
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349
33350
33351 \backslash
33352 fcolorbox{cyan}{magenta}{
33353 \end_layout
33354
33355 \end_inset
33356
33357 これは着色した色付きボックス中の文章です。
33358 \begin_inset ERT
33359 status collapsed
33360
33361 \begin_layout Plain Layout
33362
33363 }
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \begin_inset VSpace bigskip
33373 \end_inset
33374
33375 もちろん、色付きボックスの中に色付き文字を入れることもできます
33376 \begin_inset Newline newline
33377 \end_inset
33378
33379
33380 \begin_inset ERT
33381 status collapsed
33382
33383 \begin_layout Plain Layout
33384
33385
33386 \backslash
33387 fcolorbox{cyan}{magenta}{
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \color yellow
33394 これは着色した色付きボックス中の色付き文章です。
33395 \color inherit
33396
33397 \begin_inset ERT
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401
33402 }
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \begin_inset ERT
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412
33413
33414 \backslash
33415 fboxrule 0.4pt 
33416 \backslash
33417 fboxsep 3pt
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Standard
33426
33427 \series bold
33428 \begin_inset VSpace medskip
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \begin_layout Standard
33435 \begin_inset Note Greyedout
33436 status open
33437
33438 \begin_layout Plain Layout
33439
33440 \series bold
33441 【註】
33442 \series default
33443 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Subsection
33452 段落の着色
33453 \begin_inset CommandInset label
33454 LatexCommand label
33455 name "sub:段落の着色"
33456
33457 \end_inset
33458
33459
33460 \begin_inset Index idx
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464 いろ@色 ! だんらく@段落---
33465 \end_layout
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \begin_layout Standard
33473 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
33474 \series bold
33475
33476 \backslash
33477 colorbox
33478 \series default
33479 コマンドを
33480 \end_layout
33481
33482 \begin_layout Standard
33483
33484 \series bold
33485
33486 \backslash
33487 colorbox{色名}{
33488 \end_layout
33489
33490 \begin_layout Standard
33491 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
33492 \series bold
33493 }
33494 \series default
33495 」を挿入してください。
33496 \end_layout
33497
33498 \begin_layout Standard
33499 \begin_inset ERT
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503
33504
33505 \backslash
33506 colorbox{lightgrey}{
33507 \end_layout
33508
33509 \end_inset
33510
33511
33512 \begin_inset Box Frameless
33513 position "t"
33514 hor_pos "c"
33515 has_inner_box 1
33516 inner_pos "t"
33517 use_parbox 0
33518 use_makebox 0
33519 width "100col%"
33520 special "none"
33521 height "1in"
33522 height_special "totalheight"
33523 status open
33524
33525 \begin_layout Plain Layout
33526 これは背景色を付けた文章です。これは背景色を付けた文章です。
33527 \end_layout
33528
33529 \begin_layout Plain Layout
33530 \begin_inset VSpace defskip
33531 \end_inset
33532
33533 ここの文章には脚注
33534 \begin_inset Foot
33535 status collapsed
33536
33537 \begin_layout Plain Layout
33538 脚注の例
33539 \end_layout
33540
33541 \end_inset
33542
33543 を付けることもできますし、図表を挿入することもできます。
33544 \end_layout
33545
33546 \begin_layout Plain Layout
33547 \align center
33548 \begin_inset Tabular
33549 <lyxtabular version="3" rows="3" columns="3">
33550 <features rotate="0" tabularvalignment="middle">
33551 <column alignment="center" valignment="top" width="0">
33552 <column alignment="center" valignment="top" width="0">
33553 <column alignment="center" valignment="top" width="0">
33554 <row>
33555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559 a
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 !
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 3
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 </row>
33583 <row>
33584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33585 \begin_inset Text
33586
33587 \begin_layout Plain Layout
33588 <
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Plain Layout
33597 b2
33598 \begin_inset Quotes erd
33599 \end_inset
33600
33601 |
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 >
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 </row>
33616 <row>
33617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621 1
33622 \end_layout
33623
33624 \end_inset
33625 </cell>
33626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 §
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 c
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 </row>
33645 </lyxtabular>
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \begin_inset ERT
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659
33660 }
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \begin_layout Section
33669 ボックスの伸縮回転
33670 \end_layout
33671
33672 \begin_layout Standard
33673 本節で述べられているコマンドを使用するには、文書プリアンブルで
33674 \end_layout
33675
33676 \begin_layout Standard
33677
33678 \series bold
33679
33680 \backslash
33681 @ifundefined{rotatebox}
33682 \begin_inset Newline newline
33683 \end_inset
33684
33685
33686 \begin_inset Phantom HPhantom
33687 status open
33688
33689 \begin_layout Plain Layout
33690
33691 \series bold
33692 \begin_inset space ~
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \end_inset
33699
33700 {
33701 \backslash
33702 usepackage{graphicx}}{}
33703 \end_layout
33704
33705 \begin_layout Standard
33706 というコマンドを使用して、
33707 \series bold
33708 graphicx
33709 \series default
33710
33711 \begin_inset Index idx
33712 status collapsed
33713
33714 \begin_layout Plain Layout
33715 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
33716 \end_layout
33717
33718 \end_inset
33719
33720 LaTeXパッケージを読み込む必要があります。
33721 \end_layout
33722
33723 \begin_layout Standard
33724 \begin_inset Note Greyedout
33725 status open
33726
33727 \begin_layout Plain Layout
33728
33729 \series bold
33730 【註】
33731 \series default
33732 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33733 \end_layout
33734
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 \begin_inset Note Greyedout
33742 status open
33743
33744 \begin_layout Plain Layout
33745
33746 \series bold
33747 【註】
33748 \series default
33749 フロートは回転伸縮したボックスの中に入れることはできません。
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Subsection
33758 ボックスの回転
33759 \begin_inset Index idx
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763 ぼっくす@ボックス ! かいてんした@回転した
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \begin_inset Index idx
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773 かいてん@回転 ! そざいの@素材の---
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \begin_layout Standard
33782 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
33783 \series bold
33784
33785 \backslash
33786 rotatebox
33787 \series default
33788 コマンドを使用すれば作成することができます。
33789 \end_layout
33790
33791 \begin_layout Standard
33792
33793 \series bold
33794
33795 \backslash
33796 rotatebox[回転の原点]{回転角}{ボックスの内容}
33797 \end_layout
33798
33799 \begin_layout Standard
33800 回転の原点は、
33801 \series bold
33802 origin=位置
33803 \series default
33804 の形で指定します。位置として指定可能なのは、
33805 \emph on
33806 c
33807 \emph default
33808 (中央揃え)・
33809 \emph on
33810 l
33811 \emph default
33812 (左揃え)・
33813 \emph on
33814 r
33815 \emph default
33816 (右揃え)・
33817 \emph on
33818 b
33819 \emph default
33820 (下揃え)・
33821 \emph on
33822 t
33823 \emph default
33824 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33825 \emph on
33826 lt
33827 \emph default
33828 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33829 \emph on
33830 l
33831 \emph default
33832 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33833 \end_layout
33834
33835 \begin_layout Standard
33836 以下の例では、「回転した」文章の前にTeXコードで
33837 \series bold
33838
33839 \backslash
33840 rotatebox[origin=c]{60}{
33841 \series default
33842 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
33843 \series bold
33844 }
33845 \series default
33846 でボックスを閉じています。
33847 \end_layout
33848
33849 \begin_layout Standard
33850 これは、
33851 \begin_inset ERT
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855
33856
33857 \backslash
33858 rotatebox[origin=c]{60}{
33859 \end_layout
33860
33861 \end_inset
33862
33863 回転した
33864 \begin_inset ERT
33865 status collapsed
33866
33867 \begin_layout Plain Layout
33868
33869 }
33870 \end_layout
33871
33872 \end_inset
33873
33874  文章を含む行です。
33875 \end_layout
33876
33877 \begin_layout Standard
33878 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33879 \end_layout
33880
33881 \begin_layout Standard
33882 これは、
33883 \begin_inset ERT
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887
33888
33889 \backslash
33890 rotatebox[origin=r]{-60}{
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \begin_inset Box Doublebox
33897 position "c"
33898 hor_pos "c"
33899 has_inner_box 0
33900 inner_pos "c"
33901 use_parbox 0
33902 use_makebox 0
33903 width "1in"
33904 special "width"
33905 height "1in"
33906 height_special "totalheight"
33907 status collapsed
33908
33909 \begin_layout Plain Layout
33910 回転した
33911 \end_layout
33912
33913 \end_inset
33914
33915
33916 \begin_inset ERT
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920
33921 }
33922 \end_layout
33923
33924 \end_inset
33925
33926 枠付き文章と
33927 \begin_inset ERT
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931
33932
33933 \backslash
33934 rotatebox[origin=lb]{60}{
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33941 \end_inset
33942
33943
33944 \begin_inset ERT
33945 status collapsed
33946
33947 \begin_layout Plain Layout
33948
33949 }
33950 \end_layout
33951
33952 \end_inset
33953
33954 数式を含む行です。
33955 \end_layout
33956
33957 \begin_layout Standard
33958 あるいは、以下のように図や表を入れることもできます。
33959 \end_layout
33960
33961 \begin_layout Standard
33962 これは、
33963 \begin_inset ERT
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967
33968
33969 \backslash
33970 rotatebox[origin=lb]{90}{
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \begin_inset Graphics
33977         filename ../clipart/platypus.eps
33978         lyxscale 50
33979         width 25col%
33980
33981 \end_inset
33982
33983
33984 \begin_inset ERT
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988
33989 }
33990 \end_layout
33991
33992 \end_inset
33993
33994 回転した画像と
33995 \begin_inset ERT
33996 status collapsed
33997
33998 \begin_layout Plain Layout
33999
34000
34001 \backslash
34002 rotatebox[origin=l]{-90}{
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \begin_inset Tabular
34009 <lyxtabular version="3" rows="2" columns="2">
34010 <features rotate="0" tabularvalignment="middle">
34011 <column alignment="center" valignment="top" width="0">
34012 <column alignment="center" valignment="top" width="0">
34013 <row>
34014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34015 \begin_inset Text
34016
34017 \begin_layout Plain Layout
34018 q
34019 \end_layout
34020
34021 \end_inset
34022 </cell>
34023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34024 \begin_inset Text
34025
34026 \begin_layout Plain Layout
34027 w
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 </row>
34033 <row>
34034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34035 \begin_inset Text
34036
34037 \begin_layout Plain Layout
34038 e
34039 \end_layout
34040
34041 \end_inset
34042 </cell>
34043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34044 \begin_inset Text
34045
34046 \begin_layout Plain Layout
34047 r
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 </row>
34053 </lyxtabular>
34054
34055 \end_inset
34056
34057
34058 \begin_inset ERT
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062
34063 }
34064 \end_layout
34065
34066 \end_inset
34067
34068 表を含む行です。
34069 \begin_inset Index idx
34070 status collapsed
34071
34072 \begin_layout Plain Layout
34073 ず@図 ! のかいてん@---の回転
34074 \end_layout
34075
34076 \end_inset
34077
34078
34079 \begin_inset Index idx
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083 ひょうのちょうせい@表の調整 ! かいてん@回転
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Subsection
34092 ボックスの伸縮
34093 \begin_inset Index idx
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \begin_inset Index idx
34104 status collapsed
34105
34106 \begin_layout Plain Layout
34107 しんしゅく@伸縮 ! そざいの@素材の---
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Standard
34116 素材を伸縮させるには、TeXコードで
34117 \series bold
34118
34119 \backslash
34120 scalebox
34121 \series default
34122 コマンドと
34123 \series bold
34124
34125 \backslash
34126 resizebox
34127 \series default
34128 コマンドが使えます。
34129 \end_layout
34130
34131 \begin_layout Standard
34132
34133 \series bold
34134
34135 \backslash
34136 scalebox
34137 \series default
34138 は以下の書式で使用します。
34139 \end_layout
34140
34141 \begin_layout Standard
34142
34143 \series bold
34144
34145 \backslash
34146 scalebox{水平方向}[垂直方向]{ボックスの内容}
34147 \end_layout
34148
34149 \begin_layout Standard
34150 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
34151 \end_layout
34152
34153 \begin_layout Standard
34154 たとえば、
34155 \series bold
34156
34157 \backslash
34158 scalebox{2}{こんにちは}
34159 \series default
34160 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
34161 \begin_inset ERT
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165
34166
34167 \backslash
34168 scalebox{2}{
34169 \end_layout
34170
34171 \end_inset
34172
34173 こんにちは
34174 \begin_inset ERT
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179 }
34180 \end_layout
34181
34182 \end_inset
34183
34184 を生成します。
34185 \end_layout
34186
34187 \begin_layout Standard
34188 これに対し、
34189 \series bold
34190
34191 \backslash
34192 scalebox{2}[1]{こんにちは}
34193 \series default
34194 は、
34195 \begin_inset ERT
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199
34200
34201 \backslash
34202 scalebox{2}[1]{
34203 \end_layout
34204
34205 \end_inset
34206
34207 こんにちは
34208 \begin_inset ERT
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212
34213 }
34214 \end_layout
34215
34216 \end_inset
34217
34218 を変形させます。
34219 \end_layout
34220
34221 \begin_layout Standard
34222 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
34223 \series bold
34224
34225 \backslash
34226 scalebox{-1}[1]{こんにちは}
34227 \series default
34228 というコマンドは、右のように反転文字を生成するのに使用できます:
34229 \begin_inset ERT
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233
34234
34235 \backslash
34236 scalebox{-1}[1]{
34237 \end_layout
34238
34239 \end_inset
34240
34241 こんにちは
34242 \begin_inset ERT
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246
34247 }
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256
34257 \series bold
34258
34259 \backslash
34260 scalebox{1}[-1]{こんにちは}
34261 \series default
34262 とすると
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268
34269 \backslash
34270 scalebox{1}[-1]{
34271 \end_layout
34272
34273 \end_inset
34274
34275 こんにちは
34276 \begin_inset ERT
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280
34281 }
34282 \end_layout
34283
34284 \end_inset
34285
34286 のようにベースラインで鏡像にします。
34287 \end_layout
34288
34289 \begin_layout Standard
34290
34291 \series bold
34292
34293 \backslash
34294 scalebox{-1}[1]{ボックスの内容}
34295 \series default
34296 と同じ働きをするものとして
34297 \begin_inset Newline newline
34298 \end_inset
34299
34300
34301 \series bold
34302
34303 \backslash
34304 reflectbox{ボックスの内容}
34305 \series default
34306
34307 \begin_inset Newline newline
34308 \end_inset
34309
34310 というコマンドがあります。
34311 \end_layout
34312
34313 \begin_layout Standard
34314 \begin_inset VSpace bigskip
34315 \end_inset
34316
34317 指定した幅や丈にボックスを伸縮させるには、
34318 \series bold
34319
34320 \backslash
34321 resizebox
34322 \series default
34323 を使用します。このコマンドの書式は
34324 \end_layout
34325
34326 \begin_layout Standard
34327
34328 \series bold
34329
34330 \backslash
34331 resizebox{幅}{丈}{ボックスの内容}
34332 \end_layout
34333
34334 \begin_layout Standard
34335 です。上記二つのコマンド引数のうち一つが感嘆符「
34336 \series bold
34337 !
34338 \series default
34339 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
34340 \end_layout
34341
34342 \begin_layout Standard
34343
34344 \series bold
34345
34346 \backslash
34347 resizebox{2cm}{1cm}{こんにちは}
34348 \series default
34349 というコマンドの出力は、
34350 \begin_inset ERT
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354
34355
34356 \backslash
34357 resizebox{2cm}{1cm}{
34358 \end_layout
34359
34360 \end_inset
34361
34362 こんにちは
34363 \begin_inset ERT
34364 status collapsed
34365
34366 \begin_layout Plain Layout
34367
34368 }
34369 \end_layout
34370
34371 \end_inset
34372
34373 となり、
34374 \begin_inset Newline newline
34375 \end_inset
34376
34377
34378 \series bold
34379
34380 \backslash
34381 resizebox{2cm}{!}{こんにちは}
34382 \series default
34383 というコマンドの出力は、
34384 \begin_inset ERT
34385 status collapsed
34386
34387 \begin_layout Plain Layout
34388
34389
34390 \backslash
34391 resizebox{2cm}{!}{
34392 \end_layout
34393
34394 \end_inset
34395
34396 こんにちは
34397 \begin_inset ERT
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401
34402 }
34403 \end_layout
34404
34405 \end_inset
34406
34407 となります。
34408 \end_layout
34409
34410 \begin_layout Standard
34411 \begin_inset VSpace bigskip
34412 \end_inset
34413
34414
34415 \begin_inset Note Greyedout
34416 status open
34417
34418 \begin_layout Plain Layout
34419
34420 \series bold
34421 【註】
34422 \backslash
34423 scalebox
34424 \series default
34425
34426 \series bold
34427
34428 \backslash
34429 resizebox
34430 \series default
34431 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Standard
34440 \begin_inset VSpace bigskip
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \begin_layout Standard
34447 ボックスは好きな順序で組み合わせることができます。たとえば、
34448 \begin_inset Newline newline
34449 \end_inset
34450
34451
34452 \series bold
34453
34454 \backslash
34455 rotatebox[origin=c]{-45}{
34456 \backslash
34457 resizebox{2cm}{!}{
34458 \backslash
34459 reflectbox{こんにちは}}}
34460 \begin_inset Newline newline
34461 \end_inset
34462
34463
34464 \series default
34465 というコマンドは、
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \align center
34470 \begin_inset ERT
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474
34475
34476 \backslash
34477 rotatebox[origin=c]{-45}{
34478 \backslash
34479 resizebox{2cm}{!}{
34480 \backslash
34481 reflectbox{
34482 \end_layout
34483
34484 \end_inset
34485
34486 こんにちは
34487 \begin_inset ERT
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491
34492 }}}
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \begin_layout Standard
34501 \noindent
34502 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34503 \end_layout
34504
34505 \begin_layout Standard
34506 \align center
34507 \begin_inset ERT
34508 status collapsed
34509
34510 \begin_layout Plain Layout
34511
34512
34513 \backslash
34514 rotatebox[origin=c]{-30}{
34515 \backslash
34516 resizebox{2cm}{!}{
34517 \backslash
34518 reflectbox{
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \begin_inset Graphics
34525         filename ../clipart/platypus.eps
34526         lyxscale 50
34527         width 25col%
34528
34529 \end_inset
34530
34531
34532 \begin_inset ERT
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536
34537 }}}
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \begin_inset ERT
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547
34548
34549 \backslash
34550 rotatebox[origin=c]{-45}{
34551 \backslash
34552 resizebox{2cm}{!}{
34553 \backslash
34554 reflectbox{
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \begin_inset Tabular
34561 <lyxtabular version="3" rows="2" columns="2">
34562 <features rotate="0" tabularvalignment="middle">
34563 <column alignment="center" valignment="top" width="0">
34564 <column alignment="center" valignment="top" width="0">
34565 <row>
34566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570 q
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 w
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 </row>
34585 <row>
34586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 e
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 r
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 </row>
34605 </lyxtabular>
34606
34607 \end_inset
34608
34609
34610 \begin_inset ERT
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614
34615 }}}
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \begin_inset ERT
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625
34626
34627 \backslash
34628 rotatebox[origin=c]{-45}{
34629 \backslash
34630 resizebox{2cm}{!}{
34631 \backslash
34632 reflectbox{
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34639 \end_inset
34640
34641
34642 \begin_inset ERT
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646
34647 }}}
34648 \end_layout
34649
34650 \end_inset
34651
34652
34653 \begin_inset Index idx
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657 ず@図 ! のしんしゅく@---の伸縮
34658 \end_layout
34659
34660 \end_inset
34661
34662
34663 \begin_inset Index idx
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \begin_layout Standard
34676 文書で大域的に数式様式
34677 \series bold
34678 fleqn
34679 \series default
34680 を使用している場合
34681 \begin_inset Foot
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34686 \end_layout
34687
34688 \end_inset
34689
34690 には、別行建て数式も伸縮させることができます。
34691 \end_layout
34692
34693 \begin_layout Chapter
34694
34695 \lang english
34696 Objects Surrounded by Text
34697 \begin_inset Index idx
34698 status collapsed
34699
34700 \begin_layout Plain Layout
34701
34702 \lang english
34703 Surrounded by text
34704 \end_layout
34705
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \begin_layout Section
34712 折返しフロート
34713 \begin_inset CommandInset label
34714 LatexCommand label
34715 name "sec:折返しフロート"
34716
34717 \end_inset
34718
34719
34720 \begin_inset Index idx
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \lang english
34731
34732 \begin_inset Index idx
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736
34737 \lang english
34738 Surrounded by text ! Wrap Floats
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747 \begin_inset Wrap figure
34748 lines 0
34749 placement l
34750 overhang 1cm
34751 width "40col%"
34752 status open
34753
34754 \begin_layout Plain Layout
34755 \begin_inset Graphics
34756         filename ../clipart/mobius.eps
34757         width 40col%
34758         scaleBeforeRotation
34759         rotateOrigin center
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Plain Layout
34767 \begin_inset Caption Standard
34768
34769 \begin_layout Plain Layout
34770 \begin_inset CommandInset label
34771 LatexCommand label
34772 name "fig:折返し図フロート"
34773
34774 \end_inset
34775
34776 これは折返し図フロートです。
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \end_inset
34785
34786 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
34787 \series bold
34788 wrapfig
34789 \series default
34790
34791 \begin_inset Index idx
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34796 \end_layout
34797
34798 \end_inset
34799
34800 を導入済みであれば、
34801 \family sans
34802 挿入\SpecialChar \menuseparator
34803 フロート\SpecialChar \menuseparator
34804 折返し図フロート
34805 \family default
34806
34807 \family sans
34808 折返し表フロート
34809 \family default
34810 メニューで挿入することができます
34811 \begin_inset Foot
34812 status collapsed
34813
34814 \begin_layout Plain Layout
34815 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
34816 \end_layout
34817
34818 \end_inset
34819
34820 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34821 \family sans
34822 配置
34823 \family default
34824
34825 \family sans
34826
34827 \family default
34828 です。非必須項目として、
34829 \family sans
34830 ぶら下げ
34831 \family default
34832
34833 \family sans
34834 行幅
34835 \family default
34836 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34837 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34838 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
34839 \begin_inset CommandInset ref
34840 LatexCommand ref
34841 reference "fig:折返し図フロート"
34842
34843 \end_inset
34844
34845 図は、40
34846 \begin_inset space \thinspace{}
34847 \end_inset
34848
34849 列幅%の幅と1
34850 \begin_inset space \thinspace{}
34851 \end_inset
34852
34853 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
34854 \begin_inset Foot
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858 使うことのできる単位は付録
34859 \begin_inset CommandInset ref
34860 LatexCommand ref
34861 reference "cha:LyXで使用できる単位"
34862
34863 \end_inset
34864
34865 に収録してあります。
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Standard
34874 \begin_inset Note Greyedout
34875 status open
34876
34877 \begin_layout Plain Layout
34878
34879 \series bold
34880 【註】
34881 \series default
34882 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34883 上書きされて出力されたりします。
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \begin_layout Standard
34892 原則として、
34893 \end_layout
34894
34895 \begin_layout Itemize
34896 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34897 うになってから、正確な位置に挿入しなくてはなりません。
34898 \end_layout
34899
34900 \begin_layout Itemize
34901 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34902 \end_layout
34903
34904 \begin_layout Itemize
34905 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34906 \end_layout
34907
34908 \begin_layout Itemize
34909 折返しフロートは、節見出しや表中に入れることは認められていません。
34910 \end_layout
34911
34912 \begin_layout Itemize
34913
34914 \lang english
34915 Their numbering and referencing works as described in chap.
34916 \lang japanese
34917
34918 \begin_inset space \thinspace{}
34919 \end_inset
34920
34921
34922 \begin_inset CommandInset ref
34923 LatexCommand ref
34924 reference "chap:フロート"
34925
34926 \end_inset
34927
34928 .
34929 \end_layout
34930
34931 \begin_layout Section
34932
34933 \lang english
34934 Surrounded Fixed Objects
34935 \begin_inset Index idx
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939
34940 \lang english
34941 Surrounded by text ! Fixed objects
34942 \end_layout
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Standard
34950
34951 \lang english
34952 The wrap floats described in sec.
34953 \lang japanese
34954
34955 \begin_inset space \thinspace{}
34956 \end_inset
34957
34958
34959 \begin_inset CommandInset ref
34960 LatexCommand ref
34961 reference "sec:折返しフロート"
34962
34963 \end_inset
34964
34965  
34966 \lang english
34967 have these positions in the paragraph:
34968 \end_layout
34969
34970 \begin_layout Standard
34971 \noindent
34972 \align center
34973
34974 \lang english
34975 \begin_inset Tabular
34976 <lyxtabular version="3" rows="2" columns="2">
34977 <features rotate="0" tabularvalignment="middle">
34978 <column alignment="center" valignment="top" width="0">
34979 <column alignment="center" valignment="top" width="0">
34980 <row>
34981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985
34986 \lang english
34987 \begin_inset Graphics
34988         filename ../../images/dialog-show-new-inset_graphics.png
34989         scale 70
34990         scaleBeforeRotation
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35000 \begin_inset Text
35001
35002 \begin_layout Plain Layout
35003
35004 \lang english
35005 text
35006 \end_layout
35007
35008 \end_inset
35009 </cell>
35010 </row>
35011 <row>
35012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016
35017 \lang english
35018 text
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027
35028 \lang english
35029 text
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 </row>
35035 </lyxtabular>
35036
35037 \end_inset
35038
35039  or 
35040 \begin_inset Tabular
35041 <lyxtabular version="3" rows="2" columns="2">
35042 <features rotate="0" tabularvalignment="middle">
35043 <column alignment="center" valignment="top" width="0">
35044 <column alignment="center" valignment="top" width="0">
35045 <row>
35046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050
35051 \lang english
35052 text
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061
35062 \lang english
35063 \begin_inset Graphics
35064         filename ../../images/dialog-show-new-inset_graphics.png
35065         scale 70
35066         scaleBeforeRotation
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 <row>
35077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081
35082 \lang english
35083 text
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092
35093 \lang english
35094 text
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 </row>
35100 </lyxtabular>
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Standard
35108
35109 \lang english
35110 To get an object exactly at the position where it is inserted, for example
35111  to get one of these positions:
35112 \begin_inset VSpace defskip
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \noindent
35120 \align center
35121
35122 \lang english
35123 \begin_inset Tabular
35124 <lyxtabular version="3" rows="2" columns="2">
35125 <features rotate="0" tabularvalignment="middle">
35126 <column alignment="center" valignment="top" width="0">
35127 <column alignment="center" valignment="top" width="0">
35128 <row>
35129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133
35134 \lang english
35135 text
35136 \end_layout
35137
35138 \end_inset
35139 </cell>
35140 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144
35145 \lang english
35146 text
35147 \end_layout
35148
35149 \end_inset
35150 </cell>
35151 </row>
35152 <row>
35153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157
35158 \lang english
35159 \begin_inset Graphics
35160         filename ../../images/dialog-show-new-inset_graphics.png
35161         scale 70
35162         scaleBeforeRotation
35163
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35172 \begin_inset Text
35173
35174 \begin_layout Plain Layout
35175
35176 \lang english
35177 text
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 </row>
35183 </lyxtabular>
35184
35185 \end_inset
35186
35187  
35188 \begin_inset Tabular
35189 <lyxtabular version="3" rows="2" columns="2">
35190 <features rotate="0" tabularvalignment="middle">
35191 <column alignment="center" valignment="top" width="0">
35192 <column alignment="center" valignment="top" width="0">
35193 <row>
35194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35195 \begin_inset Text
35196
35197 \begin_layout Plain Layout
35198
35199 \lang english
35200 text
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35206 \begin_inset Text
35207
35208 \begin_layout Plain Layout
35209
35210 \lang english
35211 text
35212 \end_layout
35213
35214 \end_inset
35215 </cell>
35216 </row>
35217 <row>
35218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35219 \begin_inset Text
35220
35221 \begin_layout Plain Layout
35222
35223 \lang english
35224 text
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233
35234 \lang english
35235 \begin_inset Graphics
35236         filename ../../images/dialog-show-new-inset_graphics.png
35237         scale 70
35238         scaleBeforeRotation
35239
35240 \end_inset
35241
35242
35243 \end_layout
35244
35245 \end_inset
35246 </cell>
35247 </row>
35248 </lyxtabular>
35249
35250 \end_inset
35251
35252  
35253 \begin_inset Tabular
35254 <lyxtabular version="3" rows="2" columns="3">
35255 <features rotate="0" tabularvalignment="middle">
35256 <column alignment="center" valignment="top" width="0">
35257 <column alignment="center" valignment="top" width="0">
35258 <column alignment="center" valignment="top" width="0">
35259 <row>
35260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264
35265 \lang english
35266 text
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" topline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275
35276 \lang english
35277 \begin_inset Graphics
35278         filename ../../images/dialog-show-new-inset_graphics.png
35279         scale 70
35280         scaleBeforeRotation
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35290 \begin_inset Text
35291
35292 \begin_layout Plain Layout
35293
35294 \lang english
35295 text
35296 \end_layout
35297
35298 \end_inset
35299 </cell>
35300 </row>
35301 <row>
35302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306
35307 \lang english
35308 text
35309 \end_layout
35310
35311 \end_inset
35312 </cell>
35313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35314 \begin_inset Text
35315
35316 \begin_layout Plain Layout
35317
35318 \lang english
35319 text
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35325 \begin_inset Text
35326
35327 \begin_layout Plain Layout
35328
35329 \lang english
35330 text
35331 \end_layout
35332
35333 \end_inset
35334 </cell>
35335 </row>
35336 </lyxtabular>
35337
35338 \end_inset
35339
35340  
35341 \begin_inset Tabular
35342 <lyxtabular version="3" rows="2" columns="3">
35343 <features rotate="0" tabularvalignment="middle">
35344 <column alignment="center" valignment="top" width="0">
35345 <column alignment="center" valignment="top" width="0">
35346 <column alignment="center" valignment="top" width="0">
35347 <row>
35348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352
35353 \lang english
35354 text
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 <cell alignment="center" valignment="top" topline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363
35364 \lang english
35365 text
35366 \end_layout
35367
35368 \end_inset
35369 </cell>
35370 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35371 \begin_inset Text
35372
35373 \begin_layout Plain Layout
35374
35375 \lang english
35376 text
35377 \end_layout
35378
35379 \end_inset
35380 </cell>
35381 </row>
35382 <row>
35383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387
35388 \lang english
35389 text
35390 \end_layout
35391
35392 \end_inset
35393 </cell>
35394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35395 \begin_inset Text
35396
35397 \begin_layout Plain Layout
35398
35399 \lang english
35400 \begin_inset Graphics
35401         filename ../../images/dialog-show-new-inset_graphics.png
35402         scale 70
35403         scaleBeforeRotation
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35413 \begin_inset Text
35414
35415 \begin_layout Plain Layout
35416
35417 \lang english
35418 text
35419 \end_layout
35420
35421 \end_inset
35422 </cell>
35423 </row>
35424 </lyxtabular>
35425
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \begin_layout Standard
35432 \noindent
35433 \align center
35434
35435 \lang english
35436 \begin_inset Tabular
35437 <lyxtabular version="3" rows="3" columns="2">
35438 <features rotate="0" tabularvalignment="middle">
35439 <column alignment="center" valignment="top" width="0">
35440 <column alignment="center" valignment="top" width="0">
35441 <row>
35442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35443 \begin_inset Text
35444
35445 \begin_layout Plain Layout
35446
35447 \lang english
35448 text
35449 \end_layout
35450
35451 \end_inset
35452 </cell>
35453 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35454 \begin_inset Text
35455
35456 \begin_layout Plain Layout
35457
35458 \lang english
35459 text
35460 \end_layout
35461
35462 \end_inset
35463 </cell>
35464 </row>
35465 <row>
35466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35467 \begin_inset Text
35468
35469 \begin_layout Plain Layout
35470
35471 \lang english
35472 \begin_inset Graphics
35473         filename ../../images/dialog-show-new-inset_graphics.png
35474         scale 70
35475         scaleBeforeRotation
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \end_inset
35483 </cell>
35484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35485 \begin_inset Text
35486
35487 \begin_layout Plain Layout
35488
35489 \lang english
35490 text
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 </row>
35496 <row>
35497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501
35502 \lang english
35503 text
35504 \end_layout
35505
35506 \end_inset
35507 </cell>
35508 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35509 \begin_inset Text
35510
35511 \begin_layout Plain Layout
35512
35513 \lang english
35514 text
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 </row>
35520 </lyxtabular>
35521
35522 \end_inset
35523
35524  
35525 \begin_inset Tabular
35526 <lyxtabular version="3" rows="3" columns="3">
35527 <features rotate="0" tabularvalignment="middle">
35528 <column alignment="center" valignment="top" width="0">
35529 <column alignment="center" valignment="top" width="0">
35530 <column alignment="center" valignment="top" width="0">
35531 <row>
35532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35533 \begin_inset Text
35534
35535 \begin_layout Plain Layout
35536
35537 \lang english
35538 text
35539 \end_layout
35540
35541 \end_inset
35542 </cell>
35543 <cell alignment="center" valignment="top" topline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547
35548 \lang english
35549 text
35550 \end_layout
35551
35552 \end_inset
35553 </cell>
35554 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35555 \begin_inset Text
35556
35557 \begin_layout Plain Layout
35558
35559 \lang english
35560 text
35561 \end_layout
35562
35563 \end_inset
35564 </cell>
35565 </row>
35566 <row>
35567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35568 \begin_inset Text
35569
35570 \begin_layout Plain Layout
35571
35572 \lang english
35573 text
35574 \end_layout
35575
35576 \end_inset
35577 </cell>
35578 <cell alignment="center" valignment="top" usebox="none">
35579 \begin_inset Text
35580
35581 \begin_layout Plain Layout
35582
35583 \lang english
35584 \begin_inset Graphics
35585         filename ../../images/dialog-show-new-inset_graphics.png
35586         scale 70
35587         scaleBeforeRotation
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \end_inset
35595 </cell>
35596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35597 \begin_inset Text
35598
35599 \begin_layout Plain Layout
35600
35601 \lang english
35602 text
35603 \end_layout
35604
35605 \end_inset
35606 </cell>
35607 </row>
35608 <row>
35609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35610 \begin_inset Text
35611
35612 \begin_layout Plain Layout
35613
35614 \lang english
35615 text
35616 \end_layout
35617
35618 \end_inset
35619 </cell>
35620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35621 \begin_inset Text
35622
35623 \begin_layout Plain Layout
35624
35625 \lang english
35626 text
35627 \end_layout
35628
35629 \end_inset
35630 </cell>
35631 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635
35636 \lang english
35637 text
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 </row>
35643 </lyxtabular>
35644
35645 \end_inset
35646
35647  
35648 \begin_inset Tabular
35649 <lyxtabular version="3" rows="3" columns="2">
35650 <features rotate="0" tabularvalignment="middle">
35651 <column alignment="center" valignment="top" width="0">
35652 <column alignment="center" valignment="top" width="0">
35653 <row>
35654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35655 \begin_inset Text
35656
35657 \begin_layout Plain Layout
35658
35659 \lang english
35660 text
35661 \end_layout
35662
35663 \end_inset
35664 </cell>
35665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35666 \begin_inset Text
35667
35668 \begin_layout Plain Layout
35669
35670 \lang english
35671 text
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 </row>
35677 <row>
35678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35679 \begin_inset Text
35680
35681 \begin_layout Plain Layout
35682
35683 \lang english
35684 text
35685 \end_layout
35686
35687 \end_inset
35688 </cell>
35689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693
35694 \lang english
35695 \begin_inset Graphics
35696         filename ../../images/dialog-show-new-inset_graphics.png
35697         scale 70
35698         scaleBeforeRotation
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 </row>
35708 <row>
35709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713
35714 \lang english
35715 text
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724
35725 \lang english
35726 text
35727 \end_layout
35728
35729 \end_inset
35730 </cell>
35731 </row>
35732 </lyxtabular>
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \begin_layout Standard
35740 \noindent
35741
35742 \lang english
35743 you can use the LaTeX-package
35744 \lang japanese
35745  
35746 \series bold
35747 picinpar
35748 \series default
35749
35750 \begin_inset Index idx
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
35755 \end_layout
35756
35757 \end_inset
35758
35759 .
35760  
35761 \lang english
35762 Here is an example
35763 \lang japanese
35764 :
35765 \end_layout
35766
35767 \begin_layout Standard
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773
35774 \backslash
35775 ifpicinpar
35776 \end_layout
35777
35778 \end_inset
35779
35780
35781 \begin_inset Note Note
35782 status open
35783
35784 \begin_layout Plain Layout
35785 以下の部分は、LaTeXパッケージ
35786 \series bold
35787 picinpar
35788 \series default
35789 が導入されているときのみ表示されます。
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \begin_layout Standard
35798 \begin_inset ERT
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803
35804 \backslash
35805 begin{window}[2,c,{
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \begin_inset Graphics
35812         filename ../clipart/mobius.eps
35813         lyxscale 60
35814         width 40col%
35815         scaleBeforeRotation
35816         rotateOrigin center
35817
35818 \end_inset
35819
35820
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826 },]
35827 \end_layout
35828
35829 \begin_layout Plain Layout
35830
35831 {}
35832 \end_layout
35833
35834 \end_inset
35835
35836
35837 \size small
35838 \lang english
35839 It was in the spring of the year 1894 that all London was interested, and
35840  the fashionable world dismayed, by the murder of the Honourable Ronald
35841  Adair under most unusual and inexplicable circumstances.
35842  The public has already learned those particulars of the crime which
35843 \size default
35844
35845 \begin_inset ERT
35846 status collapsed
35847
35848 \begin_layout Plain Layout
35849
35850
35851 \backslash
35852 footnotemark{}
35853 \end_layout
35854
35855 \end_inset
35856
35857
35858 \size small
35859  came out in the police investigation, but a good deal was suppressed upon
35860  that occasion, since the case for the prosecution was so overwhelmingly
35861  strong that it was not necessary to bring forward all the facts.
35862  Only now, at the end of nearly ten years, am I allowed to supply those
35863  missing links which make up the whole of that remarkable chain
35864 \lang japanese
35865 .
35866 \size default
35867
35868 \begin_inset ERT
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872
35873
35874 \backslash
35875 end{window}
35876 \end_layout
35877
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \begin_layout Standard
35884
35885 \lang english
35886 \begin_inset ERT
35887 status collapsed
35888
35889 \begin_layout Plain Layout
35890
35891
35892 \backslash
35893 footnotetext{
35894 \end_layout
35895
35896 \end_inset
35897
35898 Footnote of the paragraph with the fixed object.
35899 \begin_inset ERT
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904 }
35905 \end_layout
35906
35907 \end_inset
35908
35909
35910 \end_layout
35911
35912 \begin_layout Standard
35913
35914 \lang english
35915 Surrounded fixed objects are used to let text float around them, at which
35916  the object's position in the paragraph can be determined by the number
35917  of lines above it.
35918  In contrary to floats is it not possible to have a numbered caption.
35919 \end_layout
35920
35921 \begin_layout Standard
35922
35923 \lang english
35924 A fixed object is inserted by adding the command
35925 \end_layout
35926
35927 \begin_layout Standard
35928
35929 \series bold
35930
35931 \backslash
35932 begin{window}[2,c,{
35933 \end_layout
35934
35935 \begin_layout Standard
35936
35937 \lang english
35938 as TeX Code at the beginning of the paragraph.
35939  The first parameter in the bracket, here '2', defines the number of lines
35940  above the object, the second, here 'c', the position of the object.
35941  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
35942  Behind the command you insert the object.
35943  In this example an image with a width of 40
35944 \begin_inset space \thinspace{}
35945 \end_inset
35946
35947 % of the text column width was inserted.
35948  The object can also be a table, a box or an equation.
35949  Behind the object the command
35950 \end_layout
35951
35952 \begin_layout Standard
35953
35954 \series bold
35955 },description text]
35956 \begin_inset Newline newline
35957 \end_inset
35958
35959 {}
35960 \end_layout
35961
35962 \begin_layout Standard
35963
35964 \lang english
35965 is inserted.
35966  Note that the 
35967 \begin_inset Quotes eld
35968 \end_inset
35969
35970
35971 \series bold
35972 {}
35973 \series default
35974
35975 \begin_inset Quotes erd
35976 \end_inset
35977
35978  is in the second line.
35979  The description text is optional.
35980  The text surrounding the object must be in the same paragraph as the object,
35981  so it must begin directly after the 
35982 \series bold
35983 {}
35984 \series default
35985 .
35986  At the end of the paragraph insert the command:
35987 \end_layout
35988
35989 \begin_layout Standard
35990
35991 \series bold
35992
35993 \backslash
35994 end{window}
35995 \end_layout
35996
35997 \begin_layout Standard
35998
35999 \lang english
36000 Within a paragraph with a fixed object, you cannot insert footnotes in the
36001  normal way.
36002  You have to use instead the command 
36003 \series bold
36004
36005 \backslash
36006 footnotemark
36007 \series default
36008  inside the paragraph and outside the command 
36009 \series bold
36010
36011 \backslash
36012 footnotetext
36013 \series default
36014  as described in sec.
36015 \lang japanese
36016
36017 \begin_inset space \thinspace{}
36018 \end_inset
36019
36020
36021 \begin_inset CommandInset ref
36022 LatexCommand ref
36023 reference "sec:脚注"
36024
36025 \end_inset
36026
36027 .
36028 \end_layout
36029
36030 \begin_layout Standard
36031 \begin_inset ERT
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036
36037 \backslash
36038 else
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \begin_inset Note Note
36045 status open
36046
36047 \begin_layout Plain Layout
36048 以下の部分は、LaTeXパッケージ
36049 \series bold
36050 picinpar
36051 \series default
36052 が導入されていないときのみ表示されます。
36053 \end_layout
36054
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \begin_layout Standard
36061 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36062 \series bold
36063 picinpar
36064 \series default
36065 を導入する必要があります。
36066 \end_layout
36067
36068 \begin_layout Standard
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074
36075 \backslash
36076 fi
36077 \end_layout
36078
36079 \end_inset
36080
36081
36082 \end_layout
36083
36084 \begin_layout Section
36085
36086 \lang english
36087 Initials
36088 \begin_inset Index idx
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092
36093 \lang english
36094 Initials
36095 \end_layout
36096
36097 \end_inset
36098
36099
36100 \begin_inset Index idx
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105 \lang english
36106 Surrounded by text ! Initials
36107 \end_layout
36108
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \begin_layout Standard
36115
36116 \lang english
36117 To use initials, you must have the LaTeX package
36118 \lang japanese
36119  
36120 \series bold
36121 lettrine
36122 \series default
36123
36124 \begin_inset Index idx
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
36129 \end_layout
36130
36131 \end_inset
36132
36133  
36134 \lang english
36135 installed and use the module 
36136 \family sans
36137 Initials
36138 \family default
36139  in your document (menu 
36140 \family sans
36141 Document\SpecialChar \menuseparator
36142 Settings\SpecialChar \menuseparator
36143 Modules
36144 \family default
36145 ).
36146  To insert an initial, use the style 
36147 \family sans
36148 Initial
36149 \family default
36150 .
36151  This style has a mandatory and two optional arguments.
36152  The arguments are inserted via the 
36153 \family sans
36154 Insert
36155 \family default
36156  menu.
36157  The mandatory argument 
36158 \family sans
36159 Initial
36160 \family default
36161  contains the letter(s) that is the initial, the argument 
36162 \family sans
36163 Rest
36164 \begin_inset space ~
36165 \end_inset
36166
36167 of
36168 \begin_inset space ~
36169 \end_inset
36170
36171 Initial
36172 \family default
36173  contains the rest of the word or text of the initial letter(s).
36174  The argument 
36175 \family sans
36176 Options
36177 \family default
36178  contains parameters to modify the initial.
36179  For more information about the possible parameters see the documentation
36180  of
36181 \lang japanese
36182  
36183 \series bold
36184 lettrine
36185 \series default
36186
36187 \begin_inset CommandInset citation
36188 LatexCommand cite
36189 key "lettrine"
36190
36191 \end_inset
36192
36193 .
36194  
36195 \lang english
36196 The style itself contains the text that is surrounding the initial.
36197  The usual style is hereby that the word whose first letter is the initial,
36198  is printed with 
36199 \shape smallcaps
36200 small caps
36201 \shape default
36202 .
36203 \end_layout
36204
36205 \begin_layout Standard
36206
36207 \lang english
36208 Here are some examples:
36209 \end_layout
36210
36211 \begin_layout Standard
36212 \begin_inset ERT
36213 status collapsed
36214
36215 \begin_layout Plain Layout
36216
36217
36218 \backslash
36219 iflettrine
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \begin_inset Note Note
36226 status open
36227
36228 \begin_layout Plain Layout
36229 以下の部分は、LaTeXパッケージ
36230 \series bold
36231 lettrine
36232 \series default
36233 が導入されているときのみ表示されます。
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Enumerate
36242
36243 \lang english
36244 No optional argument, the initial is the letter 'I' in the math font 
36245 \begin_inset Formula $\mathfrak{Fraktur}$
36246 \end_inset
36247
36248 :
36249 \end_layout
36250
36251 \begin_deeper
36252 \begin_layout Initial
36253 \begin_inset Argument 2
36254 status open
36255
36256 \begin_layout Plain Layout
36257 \begin_inset Formula $\mathfrak{I}$
36258 \end_inset
36259
36260
36261 \end_layout
36262
36263 \end_inset
36264
36265
36266 \begin_inset Argument 3
36267 status open
36268
36269 \begin_layout Plain Layout
36270 t
36271 \end_layout
36272
36273 \end_inset
36274
36275  
36276 \lang english
36277 was in the spring of the year 1894 that all London was interested, and the
36278  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36279  under most unusual and inexplicable circumstances.
36280  The public has already learned those particulars of the crime which came
36281  out in the police investigation, but a good deal was suppressed upon that
36282  occasion, since the case for the prosecution was so overwhelmingly strong
36283  that it was not necessary to bring forward all the facts.
36284 \begin_inset Newpage newpage
36285 \end_inset
36286
36287
36288 \end_layout
36289
36290 \end_deeper
36291 \begin_layout Enumerate
36292
36293 \lang english
36294 Only one line is surrounding the initial, which is formed by two letters
36295  in standard font and no text is printed in small caps:
36296 \end_layout
36297
36298 \begin_deeper
36299 \begin_layout Initial
36300 \begin_inset Argument 1
36301 status open
36302
36303 \begin_layout Plain Layout
36304 lines=1
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \begin_inset Argument 2
36311 status open
36312
36313 \begin_layout Plain Layout
36314 It
36315 \end_layout
36316
36317 \end_inset
36318
36319  
36320 \lang english
36321 was in the spring of the year 1894 that all London was interested, and the
36322  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36323  under most unusual and inexplicable circumstances.
36324  The public has already learned those particulars of the crime which came
36325  out in the police investigation, but a good deal was suppressed upon that
36326  occasion, since the case for the prosecution was so overwhelmingly strong
36327  that it was not necessary to bring forward all the facts.
36328 \end_layout
36329
36330 \end_deeper
36331 \begin_layout Enumerate
36332
36333 \lang english
36334 Magenta, hanging initial over 3
36335 \begin_inset space ~
36336 \end_inset
36337
36338 lines in the math font 
36339 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36340 \end_inset
36341
36342 , the text 
36343 \begin_inset Quotes eld
36344 \end_inset
36345
36346 t was in the spring
36347 \begin_inset Quotes erd
36348 \end_inset
36349
36350  is in 
36351 \shape smallcaps
36352 small caps
36353 \shape default
36354 ; to color the initial, you must insert this command before the initial:
36355 \begin_inset Newline newline
36356 \end_inset
36357
36358
36359 \series bold
36360
36361 \backslash
36362 renewcommand{
36363 \backslash
36364 LettrineFontHook}{
36365 \backslash
36366 color{color}}
36367 \series default
36368
36369 \begin_inset Newline newline
36370 \end_inset
36371
36372 where the second 
36373 \emph on
36374 color
36375 \emph default
36376  can be 
36377 \begin_inset Quotes eld
36378 \end_inset
36379
36380 red
36381 \begin_inset Quotes erd
36382 \end_inset
36383
36384
36385 \begin_inset Quotes eld
36386 \end_inset
36387
36388 blue
36389 \begin_inset Quotes erd
36390 \end_inset
36391
36392
36393 \begin_inset Quotes eld
36394 \end_inset
36395
36396 green
36397 \begin_inset Quotes erd
36398 \end_inset
36399
36400
36401 \begin_inset Quotes eld
36402 \end_inset
36403
36404 yellow
36405 \begin_inset Quotes erd
36406 \end_inset
36407
36408
36409 \begin_inset Quotes eld
36410 \end_inset
36411
36412 cyan
36413 \begin_inset Quotes erd
36414 \end_inset
36415
36416
36417 \begin_inset Quotes eld
36418 \end_inset
36419
36420 magenta
36421 \begin_inset Quotes erd
36422 \end_inset
36423
36424
36425 \begin_inset Quotes eld
36426 \end_inset
36427
36428 black
36429 \begin_inset Quotes erd
36430 \end_inset
36431
36432  or 
36433 \begin_inset Quotes eld
36434 \end_inset
36435
36436 white
36437 \begin_inset Quotes erd
36438 \end_inset
36439
36440 , and add this command to the document preamble
36441 \lang japanese
36442 :
36443 \begin_inset Newline newline
36444 \end_inset
36445
36446
36447 \series bold
36448
36449 \backslash
36450 @ifundefined{textcolor}
36451 \begin_inset Newline newline
36452 \end_inset
36453
36454
36455 \begin_inset space ~
36456 \end_inset
36457
36458 {
36459 \backslash
36460 usepackage{color}}{}
36461 \end_layout
36462
36463 \begin_deeper
36464 \begin_layout Standard
36465 \begin_inset ERT
36466 status collapsed
36467
36468 \begin_layout Plain Layout
36469
36470
36471 \backslash
36472 renewcommand{
36473 \backslash
36474 LettrineFontHook}{
36475 \backslash
36476 color{magenta}}
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \lang english
36483
36484 \begin_inset Note Note
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488
36489 \lang english
36490 makes the initial magenta
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \end_layout
36497
36498 \begin_layout Initial
36499 \begin_inset Argument 1
36500 status open
36501
36502 \begin_layout Plain Layout
36503 lines=3, lhang=0.33, loversize=0.25
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \begin_inset Argument 2
36510 status open
36511
36512 \begin_layout Plain Layout
36513 \begin_inset Formula $\mathcal{I}$
36514 \end_inset
36515
36516
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \begin_inset Argument 3
36523 status open
36524
36525 \begin_layout Plain Layout
36526
36527 \lang english
36528 t was in the spring
36529 \end_layout
36530
36531 \end_inset
36532
36533  
36534 \lang english
36535 of the year 1894 that all London was interested, and the fashionable world
36536  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36537  and inexplicable circumstances.
36538  The public has already learned those particulars of the crime which came
36539  out in the police investigation, but a good deal was suppressed upon that
36540  occasion, since the case for the prosecution was so overwhelmingly strong
36541  that it was not necessary to bring forward all the facts.
36542 \end_layout
36543
36544 \end_deeper
36545 \begin_layout Standard
36546 \begin_inset ERT
36547 status collapsed
36548
36549 \begin_layout Plain Layout
36550
36551
36552 \backslash
36553 else
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \begin_inset Note Note
36560 status open
36561
36562 \begin_layout Plain Layout
36563 以下の部分は、LaTeXパッケージ
36564 \series bold
36565 lettrine
36566 \series default
36567 が導入されていないときのみ表示されます。
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \begin_layout Standard
36576 本節の以下の部分を出力に表示するには、LaTeXパッケージ
36577 \series bold
36578 lettrine
36579 \series default
36580 を導入する必要があります。
36581 \end_layout
36582
36583 \begin_layout Standard
36584 \begin_inset ERT
36585 status collapsed
36586
36587 \begin_layout Plain Layout
36588
36589
36590 \backslash
36591 fi
36592 \end_layout
36593
36594 \end_inset
36595
36596
36597 \end_layout
36598
36599 \begin_layout Chapter
36600 外部文書構成要素
36601 \begin_inset Index idx
36602 status collapsed
36603
36604 \begin_layout Plain Layout
36605 がいぶぶんしょこうせいようそ@外部文書構成要素
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \end_layout
36612
36613 \begin_layout Standard
36614
36615 \family sans
36616 挿入\SpecialChar \menuseparator
36617 ファイル
36618 \family default
36619 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
36620 \end_layout
36621
36622 \begin_layout Description
36623 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
36624 \end_layout
36625
36626 \begin_layout Description
36627 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
36628 \end_layout
36629
36630 \begin_layout Description
36631 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
36632 \end_layout
36633
36634 \begin_layout Description
36635 外部素材 様々な書式のファイル。
36636 \end_layout
36637
36638 \begin_layout Description
36639 子文書 LyXあるいはLaTeX文書。
36640 \end_layout
36641
36642 \begin_layout Section
36643 外部素材
36644 \begin_inset Index idx
36645 status collapsed
36646
36647 \begin_layout Plain Layout
36648 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \begin_layout Standard
36657 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
36658 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
36659 \family sans
36660 操作性\SpecialChar \menuseparator
36661 表示
36662 \family default
36663 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
36664 \end_layout
36665
36666 \begin_layout Standard
36667 外部素材は、
36668 \family sans
36669 挿入
36670 \family default
36671 \SpecialChar \menuseparator
36672
36673 \family sans
36674 ファイル
36675 \family default
36676 \SpecialChar \menuseparator
36677
36678 \family sans
36679 外部素材
36680 \family default
36681 メニューで開くことのできる
36682 \family sans
36683 外部素材
36684 \family default
36685 ダイアログから挿入することができます。目下、以下のファイル形式(
36686 \family sans
36687 ひな型
36688 \family default
36689 )が使用できます。
36690 \end_layout
36691
36692 \begin_layout Description
36693 チェス棋譜 このひな型は、
36694 \series bold
36695
36696 \begin_inset CommandInset href
36697 LatexCommand href
36698 name "XBoard"
36699 target "http://en.wikipedia.org/wiki/XBoard"
36700
36701 \end_inset
36702
36703
36704 \series default
36705 プログラムで作成されたチェス棋譜をサポートします。
36706 \end_layout
36707
36708 \begin_layout Description
36709 日付 これは、
36710 \emph on
36711 日-月-年
36712 \emph default
36713 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
36714 \begin_inset External
36715         template Date
36716         filename .
36717
36718 \end_inset
36719
36720
36721 \begin_inset space ~
36722 \end_inset
36723
36724
36725 \begin_inset Note Note
36726 status collapsed
36727
36728 \begin_layout Plain Layout
36729 バグ4398が修正されたら、この保護空白は削除してください!
36730 \end_layout
36731
36732 \end_inset
36733
36734
36735 \begin_inset Newline newline
36736 \end_inset
36737
36738 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
36739 \family sans
36740 挿入
36741 \family default
36742 \SpecialChar \menuseparator
36743 日付メニューを使用する方法で、他はLaTeXコマンドの
36744 \series bold
36745
36746 \backslash
36747 today
36748 \series default
36749 をTeXコードで使用する方法です。これらの各方法は、表
36750 \begin_inset CommandInset ref
36751 LatexCommand ref
36752 reference "tab:日付挿入方法"
36753
36754 \end_inset
36755
36756 に比較を掲載しておきます。
36757 \end_layout
36758
36759 \begin_layout Description
36760 Dia このひな型は、
36761 \series bold
36762
36763 \begin_inset CommandInset href
36764 LatexCommand href
36765 name "Dia"
36766 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"
36767
36768 \end_inset
36769
36770
36771 \series default
36772 プログラムで作成したダイアグラムをサポートします。
36773 \end_layout
36774
36775 \begin_layout Description
36776
36777 \lang english
36778 GnumericSpreadsheet With this template you can insert spreadsheets
36779 \begin_inset space \thinspace{}
36780 \end_inset
36781
36782 /
36783 \begin_inset space \thinspace{}
36784 \end_inset
36785
36786 tables in the format of 
36787 \series bold
36788
36789 \begin_inset CommandInset href
36790 LatexCommand href
36791 name "Gnumeric"
36792 target "http://ja.wikipedia.org/wiki/Gnumeric"
36793
36794 \end_inset
36795
36796
36797 \series default
36798
36799 \begin_inset CommandInset href
36800 LatexCommand href
36801 name "OpenDocument"
36802 target "http://ja.wikipedia.org/wiki/OpenDocument"
36803
36804 \end_inset
36805
36806
36807 \begin_inset CommandInset href
36808 LatexCommand href
36809 name "Microsoft Office XML"
36810 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36811
36812 \end_inset
36813
36814  and 
36815 \begin_inset CommandInset href
36816 LatexCommand href
36817 name "Office Open XML"
36818 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36819
36820 \end_inset
36821
36822 .
36823  For this feature LyX must have found the program 
36824 \family typewriter
36825 ssconvert
36826 \family default
36827  during its configuration.
36828  This program is part of Gnumeric, so that you must have Gnumeric installed,
36829  also if you don't have tables in the Gnumeric format.
36830  For examples and possible limitations have a look at LyX's example file
36831  
36832 \emph on
36833 spreadsheet.lyx
36834 \emph default
36835 .
36836 \end_layout
36837
36838 \begin_layout Description
36839 LilyPond このひな型は、
36840 \series bold
36841
36842 \begin_inset CommandInset href
36843 LatexCommand href
36844 name "LilyPond"
36845 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36846
36847 \end_inset
36848
36849
36850 \series default
36851 プログラムで作成した楽譜の組版に使用されます。
36852 \lang english
36853 For LyX's extended support for LilyPond have a look at LyX's example file
36854  
36855 \emph on
36856 lilypond.lyx
36857 \emph default
36858 .
36859 \end_layout
36860
36861 \begin_layout Description
36862 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36863 \family sans
36864 LaTeXとLyXオプション
36865 \family default
36866 タブ中の
36867 \family sans
36868 オプション
36869 \family default
36870 フィールドに
36871 \emph on
36872 pages
36873 \emph default
36874 オプションを指定してください。
36875 \lang english
36876 The argument of this option is a comma separated list, containing page numbers
36877  (insert as option 
36878 \series bold
36879 pages={3,5,6,8}
36880 \series default
36881 ), ranges of page numbers (
36882 \series bold
36883 pages={4-9}
36884 \series default
36885 ) or any combination.
36886  To insert empty pages use {}.
36887  E.
36888 \begin_inset space \thinspace{}
36889 \end_inset
36890
36891 g.
36892 \begin_inset space ~
36893 \end_inset
36894
36895
36896 \series bold
36897 pages={3,{},8-11,15}
36898 \series default
36899  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
36900  Page ranges are specified in the syntax 
36901 \emph on
36902 start
36903 \emph default
36904 -
36905 \emph on
36906 stop
36907 \emph default
36908 .
36909  This selects all pages from 
36910 \emph on
36911 start
36912 \emph default
36913  to 
36914 \emph on
36915 stop
36916 \emph default
36917 .
36918  Omitting 
36919 \emph on
36920 start
36921 \emph default
36922  defaults to the first page; omitting 
36923 \emph on
36924 stop
36925 \emph default
36926  defaults to the last page of the document.
36927  The last page can also be selected with the keyword 
36928 \series bold
36929 last
36930 \series default
36931 .
36932  (This is only permitted in a page range.) So 
36933 \series bold
36934 pages=-
36935 \series default
36936  will insert all pages of the document and 
36937 \series bold
36938 pages=last-1
36939 \series default
36940  will insert all pages in reverse order.
36941 \emph on
36942 \lang japanese
36943 pages
36944 \emph default
36945 オプションを指定しないと、PDFの最初のページのみが挿入されます。
36946 \begin_inset Newline newline
36947 \end_inset
36948
36949
36950 \lang english
36951 The option 
36952 \series bold
36953 noautoscale
36954 \series default
36955  inserts the pages with their original size, if this option is not given,
36956  the pages will be resized to fith the width of the page of your document.
36957  In the tab 
36958 \family sans
36959 Size and Rotation
36960 \family default
36961  you can specify the width and height of the input pages and their rotation.
36962  If another width than 100
36963 \begin_inset space \thinspace{}
36964 \end_inset
36965
36966 Scale% is used, the option 
36967 \series bold
36968 noautoscale
36969 \series default
36970  will be overwritten.
36971  For more info and possible options, have a look into the documentation
36972  of the LaTeX-package 
36973 \series bold
36974 pdfpages
36975 \series default
36976 \lang japanese
36977  
36978 \begin_inset CommandInset citation
36979 LatexCommand cite
36980 key "pdfpages"
36981
36982 \end_inset
36983
36984 .
36985 \begin_inset Index idx
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
36990 \end_layout
36991
36992 \end_inset
36993
36994
36995 \begin_inset Newline newline
36996 \end_inset
36997
36998
36999 \lang english
37000 To use this template in a 
37001 \family sans
37002 Beamer
37003 \family default
37004  presentation you need to first insert an 
37005 \family sans
37006 EndFrame
37007 \family default
37008  environment and in a subsequent paragraph a TeX Code box containing the
37009  command 
37010 \series bold
37011
37012 \backslash
37013 setbeamertemplate{background canvas}{}
37014 \series default
37015 .
37016  Then you can insert as many paragraphs containing the PDFPages template
37017  as you wish.
37018  Behind the included PDF pages you can resume the Beamer presentation by
37019  beginning a new frame or by starting a new section.
37020  To avoid stray blank pages prior to the PDF pages, make sure to use the
37021  
37022 \family sans
37023 Default
37024 \family default
37025  alignment for the paragraph containing the template.
37026 \begin_inset Newline newline
37027 \end_inset
37028
37029 Here is an included PDF which is rotated by -5°:
37030 \lang japanese
37031  
37032 \begin_inset External
37033         template PDFPages
37034         filename ../clipart/Abstract.pdf
37035         extra LaTeX "noautoscale, pages=-"
37036         rotateAngle -5
37037         rotateOrigin bottomleft
37038
37039 \end_inset
37040
37041
37042 \end_layout
37043
37044 \begin_layout Description
37045 ラスターイメージ これはビットマップ画像に使用します。
37046 \family sans
37047 外部素材
37048 \family default
37049 ダイアログを使って入れる画像は、第
37050 \begin_inset CommandInset ref
37051 LatexCommand ref
37052 reference "sec:画像ダイアログ"
37053
37054 \end_inset
37055
37056 節にあるように
37057 \family sans
37058 画像
37059 \family default
37060 ダイアログを使って挿入される画像と同じように取り扱うことができます。
37061 \lang english
37062 The difference to the normal image input is that only raster images are
37063  allowed; that means that PDF and EPS-images are not supported
37064 \lang japanese
37065 .
37066  
37067 \lang english
37068 Here is an inserted raster image:
37069 \lang japanese
37070  
37071 \begin_inset External
37072         template RasterImage
37073         filename ../clipart/ToolbarEnvBox.png
37074
37075 \end_inset
37076
37077
37078 \end_layout
37079
37080 \begin_layout Description
37081 XFig このひな型は、
37082 \series bold
37083
37084 \begin_inset CommandInset href
37085 LatexCommand href
37086 name "Xfig"
37087 target "http://ja.wikipedia.org/wiki/Xfig"
37088
37089 \end_inset
37090
37091
37092 \series default
37093 プログラムで作成した画像をサポートします。
37094 \end_layout
37095
37096 \begin_layout Standard
37097 \begin_inset Float table
37098 placement !h
37099 wide false
37100 sideways false
37101 status open
37102
37103 \begin_layout Plain Layout
37104 \begin_inset Caption Standard
37105
37106 \begin_layout Plain Layout
37107 \begin_inset CommandInset label
37108 LatexCommand label
37109 name "tab:日付挿入方法"
37110
37111 \end_inset
37112
37113 日付の挿入方法の比較
37114 \end_layout
37115
37116 \end_inset
37117
37118
37119 \end_layout
37120
37121 \begin_layout Plain Layout
37122 \align center
37123 \begin_inset Tabular
37124 <lyxtabular version="3" rows="4" columns="4">
37125 <features rotate="0" tabularvalignment="middle">
37126 <column alignment="center" valignment="top" width="0">
37127 <column alignment="center" valignment="top" width="0">
37128 <column alignment="center" valignment="top" width="0">
37129 <column alignment="center" valignment="top" width="0">
37130 <row>
37131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 文書書式
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \family sans
37146 外部素材\SpecialChar \menuseparator
37147 日付
37148 \end_layout
37149
37150 \end_inset
37151 </cell>
37152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156
37157 \family sans
37158 挿入\SpecialChar \menuseparator
37159 日付
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168
37169 \series bold
37170
37171 \backslash
37172 today
37173 \series default
37174 コマンド
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 </row>
37180 <row>
37181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 LyX
37186 \end_layout
37187
37188 \end_inset
37189 </cell>
37190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194 差込枠として
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203 日付として
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 TeXコード差込枠として
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 </row>
37218 <row>
37219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37220 \begin_inset Text
37221
37222 \begin_layout Plain Layout
37223 LaTeX
37224 \end_layout
37225
37226 \end_inset
37227 </cell>
37228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 日付として
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241 日付として
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250 コマンドとして
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 </row>
37256 <row>
37257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261 DVI, PDF, PS
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270 日付として
37271 \end_layout
37272
37273 \end_inset
37274 </cell>
37275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 日付として
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 日付として
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 </row>
37294 </lyxtabular>
37295
37296 \end_inset
37297
37298
37299 \end_layout
37300
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \begin_layout Standard
37307
37308 \family sans
37309 外部素材
37310 \family default
37311 ダイアログの
37312 \family sans
37313 ファイル
37314 \family default
37315 タブ中で
37316 \family sans
37317 下書き
37318 \family default
37319 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
37320 \begin_inset Newline newline
37321 \end_inset
37322
37323 LyX中での外部素材は、ダイアログ内の
37324 \family sans
37325 LaTeXとLyXのオプション
37326 \family default
37327 タブにある
37328 \family sans
37329 LyX内に表示
37330 \family default
37331 オプションの指定に従って、
37332 \begin_inset Graphics
37333         filename clipart/ExternalMaterialQt4.png
37334         scale 85
37335         scaleBeforeRotation
37336
37337 \end_inset
37338
37339 のようなボックスとして表示されるか、画像として表示されます。
37340 \end_layout
37341
37342 \begin_layout Standard
37343 取扱説明書
37344 \family sans
37345 \emph on
37346 カスタマイズ篇
37347 \family default
37348 \emph default
37349 には、自製のひな型を定義する方法が説明されています。
37350 \end_layout
37351
37352 \begin_layout Section
37353 子文書
37354 \begin_inset CommandInset label
37355 LatexCommand label
37356 name "sec:子文書"
37357
37358 \end_inset
37359
37360
37361 \begin_inset Index idx
37362 status collapsed
37363
37364 \begin_layout Plain Layout
37365 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37366 \end_layout
37367
37368 \end_inset
37369
37370
37371 \begin_inset Index idx
37372 status collapsed
37373
37374 \begin_layout Plain Layout
37375 ふぁいる@ファイル ! いんくるーど@インクルード
37376 \end_layout
37377
37378 \end_inset
37379
37380
37381 \end_layout
37382
37383 \begin_layout Standard
37384 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
37385 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
37386 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
37387 \end_layout
37388
37389 \begin_layout Standard
37390 親文書を開くことなく子文書で作業できるようにするには、子文書の
37391 \family sans
37392 文書
37393 \family default
37394 \SpecialChar \menuseparator
37395
37396 \family sans
37397 設定
37398 \family default
37399 \SpecialChar \menuseparator
37400
37401 \family sans
37402 文書クラス
37403 \family default
37404 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
37405 \end_layout
37406
37407 \begin_layout Standard
37408 取り込んだ文書は、LyX中で
37409 \begin_inset Graphics
37410         filename clipart/ChildDocumentQt4.png
37411         scale 85
37412         scaleBeforeRotation
37413
37414 \end_inset
37415
37416 のようなボックスとして表示されます。子文書を親文書に取り込むには、
37417 \family sans
37418 挿入
37419 \family default
37420 \SpecialChar \menuseparator
37421
37422 \family sans
37423 ファイル
37424 \family default
37425 \SpecialChar \menuseparator
37426
37427 \family sans
37428 子文書
37429 \family default
37430 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
37431 \end_layout
37432
37433 \begin_layout Description
37434 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
37435 \family sans
37436 子文書
37437 \family default
37438 ダイアログの
37439 \family sans
37440 編集
37441 \family default
37442 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
37443 \begin_inset Newline newline
37444 \end_inset
37445
37446
37447 \end_layout
37448
37449 \begin_layout Standard
37450 以下は、
37451 \family sans
37452 Include
37453 \family default
37454 を使用して挿入した子文書です。 
37455 \begin_inset CommandInset include
37456 LatexCommand include
37457 filename "DummyDocument1.lyx"
37458
37459 \end_inset
37460
37461
37462 \end_layout
37463
37464 \begin_layout Standard
37465 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
37466 あります。取り込んだ文書のラベルは、第
37467 \begin_inset CommandInset ref
37468 LatexCommand ref
37469 reference "sub:外部文書の第1小節"
37470
37471 \end_inset
37472
37473 小節、のように参照することができます。
37474 \end_layout
37475
37476 \begin_layout Standard
37477 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
37478 は、新規頁から始まるように挿入され、改頁して終わります。
37479 \end_layout
37480
37481 \begin_layout Standard
37482 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
37483 \begin_inset Foot
37484 status open
37485
37486 \begin_layout Plain Layout
37487 派生枝は、LyX
37488 \emph on
37489 ユーザーの手引き
37490 \emph default
37491
37492 \emph on
37493 派生枝
37494 \emph default
37495 の節に説明されています。
37496 \end_layout
37497
37498 \end_inset
37499
37500 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
37501 \end_layout
37502
37503 \begin_layout Standard
37504 \begin_inset Note Greyedout
37505 status open
37506
37507 \begin_layout Plain Layout
37508
37509 \series bold
37510 【註】
37511 \series default
37512 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
37513 \series bold
37514
37515 \backslash
37516 includeonly
37517 \series default
37518 を使用することはできません。
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \begin_layout Standard
37527 \begin_inset Note Greyedout
37528 status open
37529
37530 \begin_layout Plain Layout
37531
37532 \series bold
37533 【註】
37534 \series default
37535 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
37536 警告が発せられます。
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \end_layout
37543
37544 \begin_layout Description
37545 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
37546 \end_layout
37547
37548 \begin_deeper
37549 \begin_layout Itemize
37550 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
37551 \end_layout
37552
37553 \begin_layout Itemize
37554 Inputファイルは、LyX設定の操作性
37555 \family sans
37556 \SpecialChar \menuseparator
37557 表示
37558 \family default
37559 の下にある
37560 \family sans
37561 画像を表示
37562 \family default
37563 を有効にすると、LyX中でプレビューすることができます。
37564 \end_layout
37565
37566 \begin_layout Itemize
37567 LaTeXコマンドの
37568 \series bold
37569
37570 \backslash
37571 includeonly
37572 \series default
37573 は使用することができません。
37574 \end_layout
37575
37576 \end_deeper
37577 \begin_layout Standard
37578 右は、
37579 \family sans
37580 Input
37581 \family default
37582 を使って挿入した子文書です。 
37583 \begin_inset CommandInset include
37584 LatexCommand input
37585 filename "DummyDocument2.lyx"
37586
37587 \end_inset
37588
37589
37590 \end_layout
37591
37592 \begin_layout Description
37593 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
37594 に用いられているコマンドは実行されません。
37595 \family sans
37596 出力の空白に印付けをする
37597 \family default
37598 オプションを有効にすると、ソースコード中のすべての空白文字に「
37599 \begin_inset ERT
37600 status collapsed
37601
37602 \begin_layout Plain Layout
37603
37604
37605 \backslash
37606 textvisiblespace 
37607 \end_layout
37608
37609 \end_inset
37610
37611 」文字を表示させることができます。
37612 \family sans
37613 挿入\SpecialChar \menuseparator
37614 ファイル\SpecialChar \menuseparator
37615 平文
37616 \family default
37617 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
37618 \end_layout
37619
37620 \begin_layout Standard
37621 以下は、verbatimとして挿入された子文書です。 
37622 \begin_inset CommandInset include
37623 LatexCommand verbatiminput
37624 filename "../DummyTextDocument.txt"
37625
37626 \end_inset
37627
37628
37629 \begin_inset VSpace bigskip
37630 \end_inset
37631
37632 以下は、
37633 \family sans
37634 出力の空白に印付けをする
37635 \family default
37636 オプションを指定して、verbatimとして挿入された子文書です。 
37637 \begin_inset CommandInset include
37638 LatexCommand verbatiminput*
37639 filename "../DummyTextDocument.txt"
37640
37641 \end_inset
37642
37643
37644 \end_layout
37645
37646 \begin_layout Standard
37647 \begin_inset VSpace bigskip
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Standard
37654 \begin_inset Note Greyedout
37655 status open
37656
37657 \begin_layout Plain Layout
37658
37659 \series bold
37660 【註】
37661 \series default
37662 上記の例でわかるように、
37663 \family sans
37664 verbatim
37665 \family default
37666 として取り込んだ文書の文章は、文書行の終わりで改行されません。
37667 \end_layout
37668
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \begin_layout Standard
37675 \begin_inset Note Greyedout
37676 status open
37677
37678 \begin_layout Plain Layout
37679
37680 \series bold
37681 【訳註】
37682 \series default
37683 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \end_layout
37690
37691 \begin_layout Description
37692 プログラムリスト この型については、第
37693 \begin_inset CommandInset ref
37694 LatexCommand ref
37695 reference "cha:プログラムコードリスト"
37696
37697 \end_inset
37698
37699 章に説明されています。
37700 \end_layout
37701
37702 \begin_layout Standard
37703 \begin_inset Note Greyedout
37704 status open
37705
37706 \begin_layout Plain Layout
37707
37708 \series bold
37709 【註】
37710 \series default
37711 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
37712 \end_layout
37713
37714 \end_inset
37715
37716
37717 \end_layout
37718
37719 \begin_layout Chapter
37720 プログラムコードリスト
37721 \begin_inset CommandInset label
37722 LatexCommand label
37723 name "cha:プログラムコードリスト"
37724
37725 \end_inset
37726
37727
37728 \begin_inset Index idx
37729 status collapsed
37730
37731 \begin_layout Plain Layout
37732 りすと@リスト
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \begin_inset Index idx
37739 status collapsed
37740
37741 \begin_layout Plain Layout
37742 ぷろぐらむこーど@プログラムコード
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \begin_inset Index idx
37749 status collapsed
37750
37751 \begin_layout Plain Layout
37752 ふろーと@フロート ! りすと@リスト
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \end_layout
37759
37760 \begin_layout Standard
37761 プログラムコードを取り込んで組版するには、
37762 \family sans
37763 挿入
37764 \family default
37765 \SpecialChar \menuseparator
37766
37767 \family sans
37768 プログラムリスト
37769 \family default
37770 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
37771 \series bold
37772 listings
37773 \series default
37774
37775 \begin_inset Index idx
37776 status collapsed
37777
37778 \begin_layout Plain Layout
37779 LaTeXぱっけーじ@LaTeXパッケージ ! listings
37780 \end_layout
37781
37782 \end_inset
37783
37784 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37785 \end_layout
37786
37787 \begin_layout Standard
37788 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37789 \end_layout
37790
37791 \begin_layout Standard
37792 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37793 \family sans
37794 行内リスト
37795 \family default
37796 を指定すると、リストは
37797 \begin_inset listings
37798 lstparams "language={C++}"
37799 inline true
37800 status collapsed
37801
37802 \begin_layout Plain Layout
37803
37804 int a=5;
37805 \end_layout
37806
37807 \end_inset
37808
37809 のように行内に印字されます。
37810 \begin_inset Newline newline
37811 \end_inset
37812
37813
37814 \family sans
37815 フロート
37816 \family default
37817 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37818 \begin_inset CommandInset ref
37819 LatexCommand ref
37820 reference "sec:フロートの配置"
37821
37822 \end_inset
37823
37824 節に説明されているフロート配置オプションに従って、「
37825 \family sans
37826 h
37827 \family default
37828 」「
37829 \family sans
37830 t
37831 \family default
37832 」「
37833 \family sans
37834 b
37835 \family default
37836 」「
37837 \family sans
37838 p
37839 \family default
37840 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37841 \family sans
37842 htbp
37843 \family default
37844 」のように区切りを入れることなく入力することができます。「
37845 \family sans
37846 h
37847 \family default
37848 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37849 \family sans
37850 フロート
37851 \family default
37852 オプションを使用しなければ大丈夫です。
37853 \end_layout
37854
37855 \begin_layout Standard
37856
37857 \family sans
37858 挿入
37859 \family default
37860 \SpecialChar \menuseparator
37861
37862 \family sans
37863 キャプション
37864 \family default
37865 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37866 \begin_inset CommandInset ref
37867 LatexCommand ref
37868 reference "lst:リストフロート"
37869
37870 \end_inset
37871
37872 のように参照することができます。
37873 \end_layout
37874
37875 \begin_layout Standard
37876 \begin_inset listings
37877 lstparams "language=Python"
37878 inline false
37879 status open
37880
37881 \begin_layout Plain Layout
37882
37883 \begin_inset Caption Standard
37884
37885 \begin_layout Plain Layout
37886 \begin_inset CommandInset label
37887 LatexCommand label
37888 name "lst:リストフロート"
37889
37890 \end_inset
37891
37892 Example Listing Float
37893 \end_layout
37894
37895 \end_inset
37896
37897 # Example listing float
37898 \end_layout
37899
37900 \begin_layout Plain Layout
37901
37902 def func(param):
37903 \end_layout
37904
37905 \begin_layout Plain Layout
37906
37907     'this is a python function'
37908 \end_layout
37909
37910 \begin_layout Plain Layout
37911
37912     pass
37913 \end_layout
37914
37915 \end_inset
37916
37917
37918 \end_layout
37919
37920 \begin_layout Standard
37921 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37922 onのキーワード「def」が識別され、ボールド体で出力されます。
37923 \end_layout
37924
37925 \begin_layout Standard
37926 \begin_inset Note Greyedout
37927 status open
37928
37929 \begin_layout Plain Layout
37930
37931 \series bold
37932 【註】
37933 \series default
37934 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37935 \family typewriter
37936 typewriter
37937 \family default
37938 フォントがボールド体を提供していません。この場合には、
37939 \family sans
37940 文書
37941 \family default
37942 \SpecialChar \menuseparator
37943
37944 \family sans
37945 設定
37946 \family default
37947 \SpecialChar \menuseparator
37948
37949 \family sans
37950 フォント
37951 \family default
37952 メニューで別のフォントを選択してください(
37953 \emph on
37954 LuxiMono
37955 \emph default
37956
37957 \emph on
37958 BeraMono
37959 \emph default
37960
37961 \emph on
37962 Courier
37963 \emph default
37964 の各フォントはボールド体を提供します)。
37965 \end_layout
37966
37967 \end_inset
37968
37969
37970 \end_layout
37971
37972 \begin_layout Standard
37973 \begin_inset Note Greyedout
37974 status open
37975
37976 \begin_layout Plain Layout
37977
37978 \series bold
37979 【訳註】
37980 \series default
37981 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37982 \end_layout
37983
37984 \end_inset
37985
37986
37987 \end_layout
37988
37989 \begin_layout Standard
37990 プログラムリストダイアログの
37991 \family sans
37992 行番号
37993 \family default
37994 のセクションでは、行番号の様式を指定することができます。
37995 \family sans
37996 行間
37997 \family default
37998 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37999 \end_layout
38000
38001 \begin_layout Standard
38002 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
38003 \family sans
38004 拡張文字コード表を使う
38005 \family default
38006 オプションを使用しなくてはなりません。
38007 \begin_inset Newline newline
38008 \end_inset
38009
38010 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38011 \begin_inset space \thinspace{}
38012 \end_inset
38013
38014 -
38015 \begin_inset space \thinspace{}
38016 \end_inset
38017
38018 8」で設定したプログラムリストの例です。
38019 \end_layout
38020
38021 \begin_layout Standard
38022 \begin_inset listings
38023 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38024 inline false
38025 status open
38026
38027 \begin_layout Plain Layout
38028
38029 def func(param):
38030 \end_layout
38031
38032 \begin_layout Plain Layout
38033
38034     'this is a python function'
38035 \end_layout
38036
38037 \begin_layout Plain Layout
38038
38039     pass
38040 \end_layout
38041
38042 \begin_layout Plain Layout
38043
38044 def func(param):
38045 \end_layout
38046
38047 \begin_layout Plain Layout
38048
38049 'This is a German word: Tschüß'
38050 \end_layout
38051
38052 \begin_layout Plain Layout
38053
38054 pass
38055 \end_layout
38056
38057 \begin_layout Plain Layout
38058
38059 def func(param):
38060 \end_layout
38061
38062 \begin_layout Plain Layout
38063
38064 'this is a python function'
38065 \end_layout
38066
38067 \begin_layout Plain Layout
38068
38069 pass
38070 \end_layout
38071
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \begin_layout Standard
38078 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
38079 \family sans
38080 タビュレータの大きさ
38081 \family default
38082 フィールドで指定することができます。
38083 \end_layout
38084
38085 \begin_layout Standard
38086 \begin_inset Note Greyedout
38087 status open
38088
38089 \begin_layout Plain Layout
38090
38091 \series bold
38092 【註】listings
38093 \series default
38094 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
38095 に振られているのはこのためです。
38096 \end_layout
38097
38098 \end_inset
38099
38100
38101 \end_layout
38102
38103 \begin_layout Standard
38104 \begin_inset VSpace bigskip
38105 \end_inset
38106
38107
38108 \end_layout
38109
38110 \begin_layout Standard
38111 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
38112 \family sans
38113 挿入
38114 \family default
38115 \SpecialChar \menuseparator
38116
38117 \family sans
38118 ファイル
38119 \family default
38120 \SpecialChar \menuseparator
38121
38122 \family sans
38123 子文書
38124 \family default
38125 メニューを使用して
38126 \family sans
38127 プログラムリスト
38128 \family default
38129 型を選択してください
38130 \begin_inset Foot
38131 status collapsed
38132
38133 \begin_layout Plain Layout
38134 他の子文書型については、第 section
38135 \begin_inset space ~
38136 \end_inset
38137
38138
38139 \begin_inset CommandInset ref
38140 LatexCommand ref
38141 reference "sec:子文書"
38142
38143 \end_inset
38144
38145 節に説明があります。
38146 \end_layout
38147
38148 \end_inset
38149
38150 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
38151 疑問符「?」を打鍵してください。
38152 \end_layout
38153
38154 \begin_layout Standard
38155 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
38156 \family sans
38157 挿入
38158 \family default
38159 \SpecialChar \menuseparator
38160
38161 \family sans
38162 相互参照
38163 \family default
38164 メニューを使って参照できるようになります。
38165 \end_layout
38166
38167 \begin_layout Standard
38168 プログラムリスト
38169 \begin_inset CommandInset ref
38170 LatexCommand ref
38171 reference "lst:file-listing"
38172
38173 \end_inset
38174
38175 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
38176 \end_layout
38177
38178 \begin_layout Standard
38179 \begin_inset CommandInset include
38180 LatexCommand lstinputlisting
38181 filename "EmbeddedObjects.lyx"
38182 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38183
38184 \end_inset
38185
38186
38187 \end_layout
38188
38189 \begin_layout Standard
38190 \begin_inset VSpace bigskip
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \begin_layout Standard
38197 リストに数式を入れるには、以下のようにします。
38198 \end_layout
38199
38200 \begin_layout Enumerate
38201 リストダイアログを開き、
38202 \family sans
38203 詳細
38204 \family default
38205 タブのフィールド中に
38206 \begin_inset Newline newline
38207 \end_inset
38208
38209
38210 \family sans
38211 mathescape=true
38212 \family default
38213
38214 \begin_inset Newline newline
38215 \end_inset
38216
38217 と書き加えます。
38218 \end_layout
38219
38220 \begin_layout Enumerate
38221 リスト外で数式を作成します。
38222 \end_layout
38223
38224 \begin_layout Enumerate
38225 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38226 \begin_inset Info
38227 type  "shortcut"
38228 arg   "copy"
38229 \end_inset
38230
38231 )。
38232 \end_layout
38233
38234 \begin_layout Enumerate
38235 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38236 \begin_inset Info
38237 type  "shortcut"
38238 arg   "paste"
38239 \end_inset
38240
38241 )。
38242 \end_layout
38243
38244 \begin_layout Standard
38245 \begin_inset listings
38246 lstparams "language=Python,mathescape=true"
38247 inline false
38248 status open
38249
38250 \begin_layout Plain Layout
38251
38252 \begin_inset Caption Standard
38253
38254 \begin_layout Plain Layout
38255 Example Listing float containing a formula
38256 \end_layout
38257
38258 \end_inset
38259
38260 # Example listing float
38261 \end_layout
38262
38263 \begin_layout Plain Layout
38264
38265 def func(param):
38266 \end_layout
38267
38268 \begin_layout Plain Layout
38269
38270     # $
38271 \backslash
38272 prod_{n=1}^{
38273 \backslash
38274 infty}
38275 \backslash
38276 ,
38277 \backslash
38278 frac{1}{x^{2}}$
38279 \end_layout
38280
38281 \begin_layout Plain Layout
38282
38283     pass
38284 \end_layout
38285
38286 \end_inset
38287
38288
38289 \end_layout
38290
38291 \begin_layout Standard
38292 \begin_inset VSpace bigskip
38293 \end_inset
38294
38295
38296 \end_layout
38297
38298 \begin_layout Standard
38299 大域的なプログラムリストの設定は、
38300 \family sans
38301 文書
38302 \family default
38303 \SpecialChar \menuseparator
38304
38305 \family sans
38306 設定
38307 \family default
38308 \SpecialChar \menuseparator
38309
38310 \family sans
38311 リスト
38312 \family default
38313 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
38314 \family sans
38315 プログラムリスト設定
38316 \family default
38317 フィールドで疑問符「?」を打鍵してください。
38318 \end_layout
38319
38320 \begin_layout Standard
38321
38322 \series bold
38323 listings
38324 \series default
38325 パッケージについての詳しい情報については、取扱説明書
38326 \begin_inset CommandInset citation
38327 LatexCommand cite
38328 key "listings"
38329
38330 \end_inset
38331
38332 をご参照ください。.
38333 \end_layout
38334
38335 \begin_layout Standard
38336 \begin_inset Newpage newpage
38337 \end_inset
38338
38339
38340 \end_layout
38341
38342 \begin_layout Chapter
38343 \start_of_appendix
38344 LyXで使用できる単位
38345 \begin_inset Index idx
38346 status collapsed
38347
38348 \begin_layout Plain Layout
38349 たんい@単位
38350 \end_layout
38351
38352 \end_inset
38353
38354
38355 \begin_inset CommandInset label
38356 LatexCommand label
38357 name "cha:LyXで使用できる単位"
38358
38359 \end_inset
38360
38361
38362 \end_layout
38363
38364 \begin_layout Standard
38365 この文書で用いられる単位の理解のために、表
38366 \begin_inset CommandInset ref
38367 LatexCommand ref
38368 reference "tab:単位"
38369
38370 \end_inset
38371
38372 に、LyXで使うことのできる単位をまとめておきます。
38373 \end_layout
38374
38375 \begin_layout Standard
38376 \begin_inset Float table
38377 placement h
38378 wide false
38379 sideways false
38380 status open
38381
38382 \begin_layout Plain Layout
38383 \begin_inset Caption Standard
38384
38385 \begin_layout Plain Layout
38386 \begin_inset CommandInset label
38387 LatexCommand label
38388 name "tab:単位"
38389
38390 \end_inset
38391
38392 単位
38393 \end_layout
38394
38395 \end_inset
38396
38397
38398 \end_layout
38399
38400 \begin_layout Plain Layout
38401 \begin_inset VSpace medskip
38402 \end_inset
38403
38404
38405 \end_layout
38406
38407 \begin_layout Plain Layout
38408 \align center
38409 \begin_inset Tabular
38410 <lyxtabular version="3" rows="20" columns="2">
38411 <features rotate="0" tabularvalignment="middle">
38412 <column alignment="center" valignment="top" width="0">
38413 <column alignment="center" valignment="top" width="0">
38414 <row>
38415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38416 \begin_inset Text
38417
38418 \begin_layout Plain Layout
38419 単位
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38425 \begin_inset Text
38426
38427 \begin_layout Plain Layout
38428 名称/摘要
38429 \end_layout
38430
38431 \end_inset
38432 </cell>
38433 </row>
38434 <row>
38435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38436 \begin_inset Text
38437
38438 \begin_layout Plain Layout
38439 mm
38440 \end_layout
38441
38442 \end_inset
38443 </cell>
38444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38445 \begin_inset Text
38446
38447 \begin_layout Plain Layout
38448 ミリメートル
38449 \end_layout
38450
38451 \end_inset
38452 </cell>
38453 </row>
38454 <row>
38455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38456 \begin_inset Text
38457
38458 \begin_layout Plain Layout
38459 cm
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38465 \begin_inset Text
38466
38467 \begin_layout Plain Layout
38468 センチメートル
38469 \end_layout
38470
38471 \end_inset
38472 </cell>
38473 </row>
38474 <row>
38475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38476 \begin_inset Text
38477
38478 \begin_layout Plain Layout
38479 in
38480 \end_layout
38481
38482 \end_inset
38483 </cell>
38484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38485 \begin_inset Text
38486
38487 \begin_layout Plain Layout
38488 インチ
38489 \end_layout
38490
38491 \end_inset
38492 </cell>
38493 </row>
38494 <row>
38495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38496 \begin_inset Text
38497
38498 \begin_layout Plain Layout
38499 pt
38500 \end_layout
38501
38502 \end_inset
38503 </cell>
38504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38505 \begin_inset Text
38506
38507 \begin_layout Plain Layout
38508 ポイント (72.27
38509 \begin_inset Formula $\,$
38510 \end_inset
38511
38512 pt = 1
38513 \begin_inset Formula $\,$
38514 \end_inset
38515
38516 in)
38517 \end_layout
38518
38519 \end_inset
38520 </cell>
38521 </row>
38522 <row>
38523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38524 \begin_inset Text
38525
38526 \begin_layout Plain Layout
38527 pc
38528 \end_layout
38529
38530 \end_inset
38531 </cell>
38532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38533 \begin_inset Text
38534
38535 \begin_layout Plain Layout
38536 パイカ (1
38537 \begin_inset Formula $\,$
38538 \end_inset
38539
38540 pc = 12
38541 \begin_inset Formula $\,$
38542 \end_inset
38543
38544 pt)
38545 \end_layout
38546
38547 \end_inset
38548 </cell>
38549 </row>
38550 <row>
38551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38552 \begin_inset Text
38553
38554 \begin_layout Plain Layout
38555 sp
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38561 \begin_inset Text
38562
38563 \begin_layout Plain Layout
38564 スケールポイント (65536
38565 \begin_inset Formula $\,$
38566 \end_inset
38567
38568 sp = 1
38569 \begin_inset Formula $\,$
38570 \end_inset
38571
38572 pt)
38573 \end_layout
38574
38575 \end_inset
38576 </cell>
38577 </row>
38578 <row>
38579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38580 \begin_inset Text
38581
38582 \begin_layout Plain Layout
38583 bp
38584 \end_layout
38585
38586 \end_inset
38587 </cell>
38588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38589 \begin_inset Text
38590
38591 \begin_layout Plain Layout
38592 ビッグポイント (72
38593 \begin_inset Formula $\,$
38594 \end_inset
38595
38596 bp = 1
38597 \begin_inset Formula $\,$
38598 \end_inset
38599
38600 in)
38601 \end_layout
38602
38603 \end_inset
38604 </cell>
38605 </row>
38606 <row>
38607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38608 \begin_inset Text
38609
38610 \begin_layout Plain Layout
38611 dd
38612 \end_layout
38613
38614 \end_inset
38615 </cell>
38616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38617 \begin_inset Text
38618
38619 \begin_layout Plain Layout
38620 ディドー (72
38621 \begin_inset Formula $\,$
38622 \end_inset
38623
38624 dd 
38625 \begin_inset Formula $\approx$
38626 \end_inset
38627
38628  37.6
38629 \begin_inset Formula $\,$
38630 \end_inset
38631
38632 mm)
38633 \end_layout
38634
38635 \end_inset
38636 </cell>
38637 </row>
38638 <row>
38639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Plain Layout
38643 cc
38644 \end_layout
38645
38646 \end_inset
38647 </cell>
38648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38649 \begin_inset Text
38650
38651 \begin_layout Plain Layout
38652 シセロ (1
38653 \begin_inset Formula $\,$
38654 \end_inset
38655
38656 cc = 12
38657 \begin_inset Formula $\,$
38658 \end_inset
38659
38660 dd)
38661 \end_layout
38662
38663 \end_inset
38664 </cell>
38665 </row>
38666 <row>
38667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38668 \begin_inset Text
38669
38670 \begin_layout Plain Layout
38671 Scale%
38672 \end_layout
38673
38674 \end_inset
38675 </cell>
38676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38677 \begin_inset Text
38678
38679 \begin_layout Plain Layout
38680 元の画像幅の%
38681 \end_layout
38682
38683 \end_inset
38684 </cell>
38685 </row>
38686 <row>
38687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38688 \begin_inset Text
38689
38690 \begin_layout Plain Layout
38691 text%
38692 \end_layout
38693
38694 \end_inset
38695 </cell>
38696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38697 \begin_inset Text
38698
38699 \begin_layout Plain Layout
38700 テキスト幅の%
38701 \end_layout
38702
38703 \end_inset
38704 </cell>
38705 </row>
38706 <row>
38707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38708 \begin_inset Text
38709
38710 \begin_layout Plain Layout
38711 col%
38712 \end_layout
38713
38714 \end_inset
38715 </cell>
38716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38717 \begin_inset Text
38718
38719 \begin_layout Plain Layout
38720 組段幅の%
38721 \end_layout
38722
38723 \end_inset
38724 </cell>
38725 </row>
38726 <row>
38727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38728 \begin_inset Text
38729
38730 \begin_layout Plain Layout
38731 page%
38732 \end_layout
38733
38734 \end_inset
38735 </cell>
38736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38737 \begin_inset Text
38738
38739 \begin_layout Plain Layout
38740 用紙幅の%
38741 \end_layout
38742
38743 \end_inset
38744 </cell>
38745 </row>
38746 <row>
38747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38748 \begin_inset Text
38749
38750 \begin_layout Plain Layout
38751 line%
38752 \end_layout
38753
38754 \end_inset
38755 </cell>
38756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38757 \begin_inset Text
38758
38759 \begin_layout Plain Layout
38760 行幅の%
38761 \end_layout
38762
38763 \end_inset
38764 </cell>
38765 </row>
38766 <row>
38767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38768 \begin_inset Text
38769
38770 \begin_layout Plain Layout
38771 theight%
38772 \end_layout
38773
38774 \end_inset
38775 </cell>
38776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38777 \begin_inset Text
38778
38779 \begin_layout Plain Layout
38780 テキスト高さの%
38781 \end_layout
38782
38783 \end_inset
38784 </cell>
38785 </row>
38786 <row>
38787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38788 \begin_inset Text
38789
38790 \begin_layout Plain Layout
38791 pheight%
38792 \end_layout
38793
38794 \end_inset
38795 </cell>
38796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38797 \begin_inset Text
38798
38799 \begin_layout Plain Layout
38800 用紙高さの%
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 </row>
38806 <row>
38807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38808 \begin_inset Text
38809
38810 \begin_layout Plain Layout
38811 ex
38812 \end_layout
38813
38814 \end_inset
38815 </cell>
38816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38817 \begin_inset Text
38818
38819 \begin_layout Plain Layout
38820 現在のフォントの文字「x」の高さ
38821 \end_layout
38822
38823 \end_inset
38824 </cell>
38825 </row>
38826 <row>
38827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38828 \begin_inset Text
38829
38830 \begin_layout Plain Layout
38831 em
38832 \end_layout
38833
38834 \end_inset
38835 </cell>
38836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38837 \begin_inset Text
38838
38839 \begin_layout Plain Layout
38840 現在のフォントの文字「M」の幅
38841 \end_layout
38842
38843 \end_inset
38844 </cell>
38845 </row>
38846 <row>
38847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38848 \begin_inset Text
38849
38850 \begin_layout Plain Layout
38851 mu
38852 \end_layout
38853
38854 \end_inset
38855 </cell>
38856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38857 \begin_inset Text
38858
38859 \begin_layout Plain Layout
38860 数式単位 (1
38861 \begin_inset Formula $\,$
38862 \end_inset
38863
38864 mu = 1/18
38865 \begin_inset Formula $\,$
38866 \end_inset
38867
38868 em)
38869 \end_layout
38870
38871 \end_inset
38872 </cell>
38873 </row>
38874 </lyxtabular>
38875
38876 \end_inset
38877
38878
38879 \end_layout
38880
38881 \end_inset
38882
38883
38884 \end_layout
38885
38886 \begin_layout Chapter
38887 画像を含む場合のファイル出力形式
38888 \begin_inset CommandInset label
38889 LatexCommand label
38890 name "cha:ファイル出力形式"
38891
38892 \end_inset
38893
38894
38895 \end_layout
38896
38897 \begin_layout Section
38898 DVI
38899 \begin_inset Index idx
38900 status collapsed
38901
38902 \begin_layout Plain Layout
38903 ふぁいるしょしき@ファイル書式 ! DVI
38904 \end_layout
38905
38906 \end_inset
38907
38908
38909 \begin_inset Index idx
38910 status collapsed
38911
38912 \begin_layout Plain Layout
38913 DVI|see
38914 \begin_inset ERT
38915 status collapsed
38916
38917 \begin_layout Plain Layout
38918
38919 {
38920 \end_layout
38921
38922 \end_inset
38923
38924 ファイル書式
38925 \begin_inset ERT
38926 status collapsed
38927
38928 \begin_layout Plain Layout
38929
38930 }
38931 \end_layout
38932
38933 \end_inset
38934
38935
38936 \end_layout
38937
38938 \end_inset
38939
38940
38941 \end_layout
38942
38943 \begin_layout Standard
38944 このファイル型の拡張子は「
38945 \family typewriter
38946 .dvi
38947 \family default
38948 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38949 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38950 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38951 \end_layout
38952
38953 \begin_layout Standard
38954 \begin_inset Note Greyedout
38955 status open
38956
38957 \begin_layout Plain Layout
38958 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38959 \end_layout
38960
38961 \end_inset
38962
38963 ですから、お使いの
38964 \family typewriter
38965 .dvi
38966 \family default
38967 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38968 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38969 DFを使用することをお勧めします。
38970 \end_layout
38971
38972 \begin_layout Standard
38973 使用中の文書は、
38974 \family sans
38975 ファイル
38976 \family default
38977 \SpecialChar \menuseparator
38978
38979 \family sans
38980 書き出し
38981 \family default
38982 \SpecialChar \menuseparator
38983
38984 \family sans
38985 DVI
38986 \family default
38987 メニューを使用して、DVIに書き出すことができます。
38988 \lang english
38989 You can view your document as DVI via the 
38990 \family sans
38991 View
38992 \family default
38993  menu.
38994 \end_layout
38995
38996 \begin_layout Section
38997 PostScript
38998 \begin_inset CommandInset label
38999 LatexCommand label
39000 name "sec:PostScript"
39001
39002 \end_inset
39003
39004
39005 \begin_inset Index idx
39006 status collapsed
39007
39008 \begin_layout Plain Layout
39009 ふぁいるしょしき@ファイル書式 ! PostScript
39010 \end_layout
39011
39012 \end_inset
39013
39014
39015 \begin_inset Index idx
39016 status collapsed
39017
39018 \begin_layout Plain Layout
39019 PostScript|see
39020 \begin_inset ERT
39021 status collapsed
39022
39023 \begin_layout Plain Layout
39024
39025 {
39026 \end_layout
39027
39028 \end_inset
39029
39030 ファイル書式
39031 \begin_inset ERT
39032 status collapsed
39033
39034 \begin_layout Plain Layout
39035
39036 }
39037 \end_layout
39038
39039 \end_inset
39040
39041
39042 \end_layout
39043
39044 \end_inset
39045
39046
39047 \end_layout
39048
39049 \begin_layout Standard
39050 このファイル型の拡張子は「
39051 \family typewriter
39052 .ps
39053 \family default
39054 」です。PostScriptは、
39055 \family typewriter
39056 Adobe
39057 \family default
39058 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
39059 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
39060 \begin_inset Foot
39061 status collapsed
39062
39063 \begin_layout Plain Layout
39064 これについてもう少し学ぶ気があれば、LaTeXパッケージ
39065 \series bold
39066 PSTricks
39067 \series default
39068
39069 \begin_inset CommandInset citation
39070 LatexCommand cite
39071 key "pstricks"
39072
39073 \end_inset
39074
39075 を見てみてください。
39076 \end_layout
39077
39078 \end_inset
39079
39080 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
39081 \end_layout
39082
39083 \begin_layout Standard
39084 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
39085 \family typewriter
39086 .eps
39087 \family default
39088 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
39089 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
39090 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
39091 を直接EPSとして入れておく方がよいでしょう。
39092 \end_layout
39093
39094 \begin_layout Standard
39095
39096 \lang english
39097 You can export your document to PostScript using the menu 
39098 \family sans
39099 \lang japanese
39100 ファイル
39101 \family default
39102 \SpecialChar \menuseparator
39103
39104 \family sans
39105 書き出し
39106 \family default
39107 \SpecialChar \menuseparator
39108
39109 \family sans
39110 Postscript
39111 \family default
39112 \lang english
39113 .
39114  You can view your document as PostScript via the 
39115 \family sans
39116 View
39117 \family default
39118  menu.
39119 \end_layout
39120
39121 \begin_layout Section
39122 PDF
39123 \begin_inset Index idx
39124 status collapsed
39125
39126 \begin_layout Plain Layout
39127 ふぁいるしょしき@ファイル書式 ! PDF
39128 \end_layout
39129
39130 \end_inset
39131
39132
39133 \begin_inset Index idx
39134 status collapsed
39135
39136 \begin_layout Plain Layout
39137 PDF
39138 \end_layout
39139
39140 \end_inset
39141
39142
39143 \end_layout
39144
39145 \begin_layout Standard
39146 このファイル型の拡張子は「
39147 \family typewriter
39148 .pdf
39149 \family default
39150 」です。この「Portable Document Format (PDF)」は、
39151 \family typewriter
39152 Adobe
39153 \family default
39154 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
39155 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
39156 \end_layout
39157
39158 \begin_layout Standard
39159 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
39160 \family typewriter
39161 .jpg
39162 \family default
39163 」または「
39164 \family typewriter
39165 .jpeg
39166 \family default
39167 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
39168 \family typewriter
39169 .png
39170 \family default
39171 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
39172 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
39173 とをお勧めします。
39174 \end_layout
39175
39176 \begin_layout Standard
39177 使用中の文書は、
39178 \family sans
39179 ファイル
39180 \family default
39181 \SpecialChar \menuseparator
39182
39183 \family sans
39184 書き出し
39185 \family default
39186 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
39187 \end_layout
39188
39189 \begin_layout Description
39190 PDF
39191 \begin_inset space ~
39192 \end_inset
39193
39194 (ps2pdf) これは
39195 \family typewriter
39196 ps2pdf
39197 \family default
39198 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
39199 \family typewriter
39200 dvips
39201 \family default
39202 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
39203 \end_layout
39204
39205 \begin_layout Description
39206 PDF
39207 \begin_inset space ~
39208 \end_inset
39209
39210 (dvipdfm) これは
39211 \family typewriter
39212 dvipdfm
39213 \family default
39214 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
39215 \end_layout
39216
39217 \begin_layout Description
39218 PDF
39219 \begin_inset space ~
39220 \end_inset
39221
39222 (pdflatex) これは
39223 \family typewriter
39224 pdftex
39225 \family default
39226 プログラムを使って、現在のファイルを直接PDFに変換します。
39227 \end_layout
39228
39229 \begin_layout Standard
39230
39231 \family typewriter
39232 pdftex
39233 \family default
39234 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
39235 \family sans
39236 PDF
39237 \begin_inset space ~
39238 \end_inset
39239
39240 (pdflatex)
39241 \family default
39242 を使用することが推奨されます。
39243 \family typewriter
39244 dvipdfm
39245 \family default
39246 プログラムは開発が停止しており、若干時代遅れになっています。
39247 \end_layout
39248
39249 \begin_layout Standard
39250
39251 \lang english
39252 You can view your document as PDF via the 
39253 \family sans
39254 View
39255 \family default
39256  menu or by using a toolbar button.
39257 \end_layout
39258
39259 \begin_layout Chapter
39260
39261 \lang english
39262 List of dvips color names
39263 \begin_inset CommandInset label
39264 LatexCommand label
39265 name "chap:List-of-dvips-colornames"
39266
39267 \end_inset
39268
39269
39270 \end_layout
39271
39272 \begin_layout Standard
39273 \begin_inset Tabular
39274 <lyxtabular version="3" rows="17" columns="4">
39275 <features rotate="0" tabularvalignment="middle">
39276 <column alignment="left" valignment="top" width="0pt">
39277 <column alignment="left" valignment="top" width="0pt">
39278 <column alignment="left" valignment="top" width="0pt">
39279 <column alignment="left" valignment="top" width="0pt">
39280 <row>
39281 <cell alignment="left" valignment="top" usebox="none">
39282 \begin_inset Text
39283
39284 \begin_layout Plain Layout
39285 \begin_inset ERT
39286 status collapsed
39287
39288 \begin_layout Plain Layout
39289
39290
39291 \backslash
39292 fcolorbox{black}{
39293 \end_layout
39294
39295 \end_inset
39296
39297 white
39298 \begin_inset ERT
39299 status collapsed
39300
39301 \begin_layout Plain Layout
39302
39303 }{
39304 \end_layout
39305
39306 \end_inset
39307
39308
39309 \lang english
39310 Color
39311 \lang japanese
39312
39313 \begin_inset ERT
39314 status collapsed
39315
39316 \begin_layout Plain Layout
39317
39318 }
39319 \end_layout
39320
39321 \end_inset
39322
39323  
39324 \lang english
39325 Color name
39326 \end_layout
39327
39328 \end_inset
39329 </cell>
39330 <cell alignment="left" valignment="top" usebox="none">
39331 \begin_inset Text
39332
39333 \begin_layout Plain Layout
39334 \begin_inset ERT
39335 status collapsed
39336
39337 \begin_layout Plain Layout
39338
39339
39340 \backslash
39341 fcolorbox{black}{
39342 \end_layout
39343
39344 \end_inset
39345
39346 white
39347 \begin_inset ERT
39348 status collapsed
39349
39350 \begin_layout Plain Layout
39351
39352 }{
39353 \end_layout
39354
39355 \end_inset
39356
39357
39358 \lang english
39359 Color
39360 \lang japanese
39361
39362 \begin_inset ERT
39363 status collapsed
39364
39365 \begin_layout Plain Layout
39366
39367 }
39368 \end_layout
39369
39370 \end_inset
39371
39372  
39373 \lang english
39374 Color name
39375 \end_layout
39376
39377 \end_inset
39378 </cell>
39379 <cell alignment="left" valignment="top" usebox="none">
39380 \begin_inset Text
39381
39382 \begin_layout Plain Layout
39383 \begin_inset ERT
39384 status collapsed
39385
39386 \begin_layout Plain Layout
39387
39388
39389 \backslash
39390 fcolorbox{black}{
39391 \end_layout
39392
39393 \end_inset
39394
39395 white
39396 \begin_inset ERT
39397 status collapsed
39398
39399 \begin_layout Plain Layout
39400
39401 }{
39402 \end_layout
39403
39404 \end_inset
39405
39406
39407 \lang english
39408 Color
39409 \lang japanese
39410
39411 \begin_inset ERT
39412 status collapsed
39413
39414 \begin_layout Plain Layout
39415
39416 }
39417 \end_layout
39418
39419 \end_inset
39420
39421  
39422 \lang english
39423 Color name
39424 \end_layout
39425
39426 \end_inset
39427 </cell>
39428 <cell alignment="left" valignment="top" usebox="none">
39429 \begin_inset Text
39430
39431 \begin_layout Plain Layout
39432 \begin_inset ERT
39433 status collapsed
39434
39435 \begin_layout Plain Layout
39436
39437
39438 \backslash
39439 fcolorbox{black}{
39440 \end_layout
39441
39442 \end_inset
39443
39444 white
39445 \begin_inset ERT
39446 status collapsed
39447
39448 \begin_layout Plain Layout
39449
39450 }{
39451 \end_layout
39452
39453 \end_inset
39454
39455
39456 \lang english
39457 Color
39458 \lang japanese
39459
39460 \begin_inset ERT
39461 status collapsed
39462
39463 \begin_layout Plain Layout
39464
39465 }
39466 \end_layout
39467
39468 \end_inset
39469
39470  
39471 \lang english
39472 Color name
39473 \end_layout
39474
39475 \end_inset
39476 </cell>
39477 </row>
39478 <row>
39479 <cell alignment="center" valignment="top" usebox="none">
39480 \begin_inset Text
39481
39482 \begin_layout Plain Layout
39483 \begin_inset ERT
39484 status collapsed
39485
39486 \begin_layout Plain Layout
39487
39488
39489 \backslash
39490 fcolorbox{black}{
39491 \end_layout
39492
39493 \end_inset
39494
39495 Apricot
39496 \begin_inset ERT
39497 status collapsed
39498
39499 \begin_layout Plain Layout
39500
39501 }{
39502 \end_layout
39503
39504 \end_inset
39505
39506
39507 \begin_inset Phantom Phantom
39508 status open
39509
39510 \begin_layout Plain Layout
39511 W
39512 \end_layout
39513
39514 \end_inset
39515
39516
39517 \begin_inset ERT
39518 status collapsed
39519
39520 \begin_layout Plain Layout
39521
39522 }
39523 \end_layout
39524
39525 \end_inset
39526
39527  Apricot
39528 \end_layout
39529
39530 \end_inset
39531 </cell>
39532 <cell alignment="center" valignment="top" usebox="none">
39533 \begin_inset Text
39534
39535 \begin_layout Plain Layout
39536 \begin_inset ERT
39537 status collapsed
39538
39539 \begin_layout Plain Layout
39540
39541
39542 \backslash
39543 fcolorbox{black}{
39544 \end_layout
39545
39546 \end_inset
39547
39548 Aquamarine
39549 \begin_inset ERT
39550 status collapsed
39551
39552 \begin_layout Plain Layout
39553
39554 }{
39555 \end_layout
39556
39557 \end_inset
39558
39559
39560 \begin_inset Phantom Phantom
39561 status open
39562
39563 \begin_layout Plain Layout
39564 W
39565 \end_layout
39566
39567 \end_inset
39568
39569
39570 \begin_inset ERT
39571 status collapsed
39572
39573 \begin_layout Plain Layout
39574
39575 }
39576 \end_layout
39577
39578 \end_inset
39579
39580  Aquamarine
39581 \end_layout
39582
39583 \end_inset
39584 </cell>
39585 <cell alignment="center" valignment="top" usebox="none">
39586 \begin_inset Text
39587
39588 \begin_layout Plain Layout
39589 \begin_inset ERT
39590 status collapsed
39591
39592 \begin_layout Plain Layout
39593
39594
39595 \backslash
39596 fcolorbox{black}{
39597 \end_layout
39598
39599 \end_inset
39600
39601 Bittersweet
39602 \begin_inset ERT
39603 status collapsed
39604
39605 \begin_layout Plain Layout
39606
39607 }{
39608 \end_layout
39609
39610 \end_inset
39611
39612
39613 \begin_inset Phantom Phantom
39614 status open
39615
39616 \begin_layout Plain Layout
39617 W
39618 \end_layout
39619
39620 \end_inset
39621
39622
39623 \begin_inset ERT
39624 status collapsed
39625
39626 \begin_layout Plain Layout
39627
39628 }
39629 \end_layout
39630
39631 \end_inset
39632
39633  Bittersweet
39634 \end_layout
39635
39636 \end_inset
39637 </cell>
39638 <cell alignment="center" valignment="top" usebox="none">
39639 \begin_inset Text
39640
39641 \begin_layout Plain Layout
39642 \begin_inset ERT
39643 status collapsed
39644
39645 \begin_layout Plain Layout
39646
39647
39648 \backslash
39649 fcolorbox{black}{
39650 \end_layout
39651
39652 \end_inset
39653
39654 BlueGreen
39655 \begin_inset ERT
39656 status collapsed
39657
39658 \begin_layout Plain Layout
39659
39660 }{
39661 \end_layout
39662
39663 \end_inset
39664
39665
39666 \begin_inset Phantom Phantom
39667 status open
39668
39669 \begin_layout Plain Layout
39670 W
39671 \end_layout
39672
39673 \end_inset
39674
39675
39676 \begin_inset ERT
39677 status collapsed
39678
39679 \begin_layout Plain Layout
39680
39681 }
39682 \end_layout
39683
39684 \end_inset
39685
39686  BlueGreen
39687 \end_layout
39688
39689 \end_inset
39690 </cell>
39691 </row>
39692 <row>
39693 <cell alignment="left" valignment="top" usebox="none">
39694 \begin_inset Text
39695
39696 \begin_layout Plain Layout
39697 \begin_inset ERT
39698 status collapsed
39699
39700 \begin_layout Plain Layout
39701
39702
39703 \backslash
39704 fcolorbox{black}{
39705 \end_layout
39706
39707 \end_inset
39708
39709 BlueViolet
39710 \begin_inset ERT
39711 status collapsed
39712
39713 \begin_layout Plain Layout
39714
39715 }{
39716 \end_layout
39717
39718 \end_inset
39719
39720
39721 \begin_inset Phantom Phantom
39722 status open
39723
39724 \begin_layout Plain Layout
39725 W
39726 \end_layout
39727
39728 \end_inset
39729
39730
39731 \begin_inset ERT
39732 status collapsed
39733
39734 \begin_layout Plain Layout
39735
39736 }
39737 \end_layout
39738
39739 \end_inset
39740
39741  BlueViolet
39742 \end_layout
39743
39744 \end_inset
39745 </cell>
39746 <cell alignment="left" valignment="top" usebox="none">
39747 \begin_inset Text
39748
39749 \begin_layout Plain Layout
39750 \begin_inset ERT
39751 status collapsed
39752
39753 \begin_layout Plain Layout
39754
39755
39756 \backslash
39757 fcolorbox{black}{
39758 \end_layout
39759
39760 \end_inset
39761
39762 BrickRed
39763 \begin_inset ERT
39764 status collapsed
39765
39766 \begin_layout Plain Layout
39767
39768 }{
39769 \end_layout
39770
39771 \end_inset
39772
39773
39774 \begin_inset Phantom Phantom
39775 status open
39776
39777 \begin_layout Plain Layout
39778 W
39779 \end_layout
39780
39781 \end_inset
39782
39783
39784 \begin_inset ERT
39785 status collapsed
39786
39787 \begin_layout Plain Layout
39788
39789 }
39790 \end_layout
39791
39792 \end_inset
39793
39794  BrickRed
39795 \end_layout
39796
39797 \end_inset
39798 </cell>
39799 <cell alignment="left" valignment="top" usebox="none">
39800 \begin_inset Text
39801
39802 \begin_layout Plain Layout
39803 \begin_inset ERT
39804 status collapsed
39805
39806 \begin_layout Plain Layout
39807
39808
39809 \backslash
39810 fcolorbox{black}{
39811 \end_layout
39812
39813 \end_inset
39814
39815 Brown
39816 \begin_inset ERT
39817 status collapsed
39818
39819 \begin_layout Plain Layout
39820
39821 }{
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \begin_inset Phantom Phantom
39828 status open
39829
39830 \begin_layout Plain Layout
39831 W
39832 \end_layout
39833
39834 \end_inset
39835
39836
39837 \begin_inset ERT
39838 status collapsed
39839
39840 \begin_layout Plain Layout
39841
39842 }
39843 \end_layout
39844
39845 \end_inset
39846
39847  Brown
39848 \end_layout
39849
39850 \end_inset
39851 </cell>
39852 <cell alignment="left" valignment="top" usebox="none">
39853 \begin_inset Text
39854
39855 \begin_layout Plain Layout
39856 \begin_inset ERT
39857 status collapsed
39858
39859 \begin_layout Plain Layout
39860
39861
39862 \backslash
39863 fcolorbox{black}{
39864 \end_layout
39865
39866 \end_inset
39867
39868 BurntOrange
39869 \begin_inset ERT
39870 status collapsed
39871
39872 \begin_layout Plain Layout
39873
39874 }{
39875 \end_layout
39876
39877 \end_inset
39878
39879
39880 \begin_inset Phantom Phantom
39881 status open
39882
39883 \begin_layout Plain Layout
39884 W
39885 \end_layout
39886
39887 \end_inset
39888
39889
39890 \begin_inset ERT
39891 status collapsed
39892
39893 \begin_layout Plain Layout
39894
39895 }
39896 \end_layout
39897
39898 \end_inset
39899
39900  BurntOrange
39901 \end_layout
39902
39903 \end_inset
39904 </cell>
39905 </row>
39906 <row>
39907 <cell alignment="left" valignment="top" usebox="none">
39908 \begin_inset Text
39909
39910 \begin_layout Plain Layout
39911 \begin_inset ERT
39912 status collapsed
39913
39914 \begin_layout Plain Layout
39915
39916
39917 \backslash
39918 fcolorbox{black}{
39919 \end_layout
39920
39921 \end_inset
39922
39923 CadetBlue
39924 \begin_inset ERT
39925 status collapsed
39926
39927 \begin_layout Plain Layout
39928
39929 }{
39930 \end_layout
39931
39932 \end_inset
39933
39934
39935 \begin_inset Phantom Phantom
39936 status open
39937
39938 \begin_layout Plain Layout
39939 W
39940 \end_layout
39941
39942 \end_inset
39943
39944
39945 \begin_inset ERT
39946 status collapsed
39947
39948 \begin_layout Plain Layout
39949
39950 }
39951 \end_layout
39952
39953 \end_inset
39954
39955  CadetBlue
39956 \end_layout
39957
39958 \end_inset
39959 </cell>
39960 <cell alignment="left" valignment="top" usebox="none">
39961 \begin_inset Text
39962
39963 \begin_layout Plain Layout
39964 \begin_inset ERT
39965 status collapsed
39966
39967 \begin_layout Plain Layout
39968
39969
39970 \backslash
39971 fcolorbox{black}{
39972 \end_layout
39973
39974 \end_inset
39975
39976 CarnationPink
39977 \begin_inset ERT
39978 status collapsed
39979
39980 \begin_layout Plain Layout
39981
39982 }{
39983 \end_layout
39984
39985 \end_inset
39986
39987
39988 \begin_inset Phantom Phantom
39989 status open
39990
39991 \begin_layout Plain Layout
39992 W
39993 \end_layout
39994
39995 \end_inset
39996
39997
39998 \begin_inset ERT
39999 status collapsed
40000
40001 \begin_layout Plain Layout
40002
40003 }
40004 \end_layout
40005
40006 \end_inset
40007
40008  CarnationPink
40009 \end_layout
40010
40011 \end_inset
40012 </cell>
40013 <cell alignment="left" valignment="top" usebox="none">
40014 \begin_inset Text
40015
40016 \begin_layout Plain Layout
40017 \begin_inset ERT
40018 status collapsed
40019
40020 \begin_layout Plain Layout
40021
40022
40023 \backslash
40024 fcolorbox{black}{
40025 \end_layout
40026
40027 \end_inset
40028
40029 Cerulean
40030 \begin_inset ERT
40031 status collapsed
40032
40033 \begin_layout Plain Layout
40034
40035 }{
40036 \end_layout
40037
40038 \end_inset
40039
40040
40041 \begin_inset Phantom Phantom
40042 status open
40043
40044 \begin_layout Plain Layout
40045 W
40046 \end_layout
40047
40048 \end_inset
40049
40050
40051 \begin_inset ERT
40052 status collapsed
40053
40054 \begin_layout Plain Layout
40055
40056 }
40057 \end_layout
40058
40059 \end_inset
40060
40061  Cerulean
40062 \end_layout
40063
40064 \end_inset
40065 </cell>
40066 <cell alignment="left" valignment="top" usebox="none">
40067 \begin_inset Text
40068
40069 \begin_layout Plain Layout
40070 \begin_inset ERT
40071 status collapsed
40072
40073 \begin_layout Plain Layout
40074
40075
40076 \backslash
40077 fcolorbox{black}{
40078 \end_layout
40079
40080 \end_inset
40081
40082 CornflowerBlue
40083 \begin_inset ERT
40084 status collapsed
40085
40086 \begin_layout Plain Layout
40087
40088 }{
40089 \end_layout
40090
40091 \end_inset
40092
40093
40094 \begin_inset Phantom Phantom
40095 status open
40096
40097 \begin_layout Plain Layout
40098 W
40099 \end_layout
40100
40101 \end_inset
40102
40103
40104 \begin_inset ERT
40105 status collapsed
40106
40107 \begin_layout Plain Layout
40108
40109 }
40110 \end_layout
40111
40112 \end_inset
40113
40114  CornflowerBlue
40115 \end_layout
40116
40117 \end_inset
40118 </cell>
40119 </row>
40120 <row>
40121 <cell alignment="left" valignment="top" usebox="none">
40122 \begin_inset Text
40123
40124 \begin_layout Plain Layout
40125 \begin_inset ERT
40126 status collapsed
40127
40128 \begin_layout Plain Layout
40129
40130
40131 \backslash
40132 fcolorbox{black}{
40133 \end_layout
40134
40135 \end_inset
40136
40137 Dandelion
40138 \begin_inset ERT
40139 status collapsed
40140
40141 \begin_layout Plain Layout
40142
40143 }{
40144 \end_layout
40145
40146 \end_inset
40147
40148
40149 \begin_inset Phantom Phantom
40150 status open
40151
40152 \begin_layout Plain Layout
40153 W
40154 \end_layout
40155
40156 \end_inset
40157
40158
40159 \begin_inset ERT
40160 status collapsed
40161
40162 \begin_layout Plain Layout
40163
40164 }
40165 \end_layout
40166
40167 \end_inset
40168
40169  Dandelion
40170 \end_layout
40171
40172 \end_inset
40173 </cell>
40174 <cell alignment="left" valignment="top" usebox="none">
40175 \begin_inset Text
40176
40177 \begin_layout Plain Layout
40178 \begin_inset ERT
40179 status collapsed
40180
40181 \begin_layout Plain Layout
40182
40183
40184 \backslash
40185 fcolorbox{black}{
40186 \end_layout
40187
40188 \end_inset
40189
40190 DarkOrchid
40191 \begin_inset ERT
40192 status collapsed
40193
40194 \begin_layout Plain Layout
40195
40196 }{
40197 \end_layout
40198
40199 \end_inset
40200
40201
40202 \begin_inset Phantom Phantom
40203 status open
40204
40205 \begin_layout Plain Layout
40206 W
40207 \end_layout
40208
40209 \end_inset
40210
40211
40212 \begin_inset ERT
40213 status collapsed
40214
40215 \begin_layout Plain Layout
40216
40217 }
40218 \end_layout
40219
40220 \end_inset
40221
40222  DarkOrchid
40223 \end_layout
40224
40225 \end_inset
40226 </cell>
40227 <cell alignment="left" valignment="top" usebox="none">
40228 \begin_inset Text
40229
40230 \begin_layout Plain Layout
40231 \begin_inset ERT
40232 status collapsed
40233
40234 \begin_layout Plain Layout
40235
40236
40237 \backslash
40238 fcolorbox{black}{
40239 \end_layout
40240
40241 \end_inset
40242
40243 Emerald
40244 \begin_inset ERT
40245 status collapsed
40246
40247 \begin_layout Plain Layout
40248
40249 }{
40250 \end_layout
40251
40252 \end_inset
40253
40254
40255 \begin_inset Phantom Phantom
40256 status open
40257
40258 \begin_layout Plain Layout
40259 W
40260 \end_layout
40261
40262 \end_inset
40263
40264
40265 \begin_inset ERT
40266 status collapsed
40267
40268 \begin_layout Plain Layout
40269
40270 }
40271 \end_layout
40272
40273 \end_inset
40274
40275  Emerald
40276 \end_layout
40277
40278 \end_inset
40279 </cell>
40280 <cell alignment="left" valignment="top" usebox="none">
40281 \begin_inset Text
40282
40283 \begin_layout Plain Layout
40284 \begin_inset ERT
40285 status collapsed
40286
40287 \begin_layout Plain Layout
40288
40289
40290 \backslash
40291 fcolorbox{black}{
40292 \end_layout
40293
40294 \end_inset
40295
40296 ForestGreen
40297 \begin_inset ERT
40298 status collapsed
40299
40300 \begin_layout Plain Layout
40301
40302 }{
40303 \end_layout
40304
40305 \end_inset
40306
40307
40308 \begin_inset Phantom Phantom
40309 status open
40310
40311 \begin_layout Plain Layout
40312 W
40313 \end_layout
40314
40315 \end_inset
40316
40317
40318 \begin_inset ERT
40319 status collapsed
40320
40321 \begin_layout Plain Layout
40322
40323 }
40324 \end_layout
40325
40326 \end_inset
40327
40328  ForestGreen
40329 \end_layout
40330
40331 \end_inset
40332 </cell>
40333 </row>
40334 <row>
40335 <cell alignment="left" valignment="top" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339 \begin_inset ERT
40340 status collapsed
40341
40342 \begin_layout Plain Layout
40343
40344
40345 \backslash
40346 fcolorbox{black}{
40347 \end_layout
40348
40349 \end_inset
40350
40351 Fuchsia
40352 \begin_inset ERT
40353 status collapsed
40354
40355 \begin_layout Plain Layout
40356
40357 }{
40358 \end_layout
40359
40360 \end_inset
40361
40362
40363 \begin_inset Phantom Phantom
40364 status open
40365
40366 \begin_layout Plain Layout
40367 W
40368 \end_layout
40369
40370 \end_inset
40371
40372
40373 \begin_inset ERT
40374 status collapsed
40375
40376 \begin_layout Plain Layout
40377
40378 }
40379 \end_layout
40380
40381 \end_inset
40382
40383  Fuchsia
40384 \end_layout
40385
40386 \end_inset
40387 </cell>
40388 <cell alignment="left" valignment="top" usebox="none">
40389 \begin_inset Text
40390
40391 \begin_layout Plain Layout
40392 \begin_inset ERT
40393 status collapsed
40394
40395 \begin_layout Plain Layout
40396
40397
40398 \backslash
40399 fcolorbox{black}{
40400 \end_layout
40401
40402 \end_inset
40403
40404 Goldenrod
40405 \begin_inset ERT
40406 status collapsed
40407
40408 \begin_layout Plain Layout
40409
40410 }{
40411 \end_layout
40412
40413 \end_inset
40414
40415
40416 \begin_inset Phantom Phantom
40417 status open
40418
40419 \begin_layout Plain Layout
40420 W
40421 \end_layout
40422
40423 \end_inset
40424
40425
40426 \begin_inset ERT
40427 status collapsed
40428
40429 \begin_layout Plain Layout
40430
40431 }
40432 \end_layout
40433
40434 \end_inset
40435
40436  Goldenrod
40437 \end_layout
40438
40439 \end_inset
40440 </cell>
40441 <cell alignment="left" valignment="top" usebox="none">
40442 \begin_inset Text
40443
40444 \begin_layout Plain Layout
40445 \begin_inset ERT
40446 status collapsed
40447
40448 \begin_layout Plain Layout
40449
40450
40451 \backslash
40452 fcolorbox{black}{
40453 \end_layout
40454
40455 \end_inset
40456
40457 Gray
40458 \begin_inset ERT
40459 status collapsed
40460
40461 \begin_layout Plain Layout
40462
40463 }{
40464 \end_layout
40465
40466 \end_inset
40467
40468
40469 \begin_inset Phantom Phantom
40470 status open
40471
40472 \begin_layout Plain Layout
40473 W
40474 \end_layout
40475
40476 \end_inset
40477
40478
40479 \begin_inset ERT
40480 status collapsed
40481
40482 \begin_layout Plain Layout
40483
40484 }
40485 \end_layout
40486
40487 \end_inset
40488
40489  Gray
40490 \end_layout
40491
40492 \end_inset
40493 </cell>
40494 <cell alignment="left" valignment="top" usebox="none">
40495 \begin_inset Text
40496
40497 \begin_layout Plain Layout
40498 \begin_inset ERT
40499 status collapsed
40500
40501 \begin_layout Plain Layout
40502
40503
40504 \backslash
40505 fcolorbox{black}{
40506 \end_layout
40507
40508 \end_inset
40509
40510 GreenYellow
40511 \begin_inset ERT
40512 status collapsed
40513
40514 \begin_layout Plain Layout
40515
40516 }{
40517 \end_layout
40518
40519 \end_inset
40520
40521
40522 \begin_inset Phantom Phantom
40523 status open
40524
40525 \begin_layout Plain Layout
40526 W
40527 \end_layout
40528
40529 \end_inset
40530
40531
40532 \begin_inset ERT
40533 status collapsed
40534
40535 \begin_layout Plain Layout
40536
40537 }
40538 \end_layout
40539
40540 \end_inset
40541
40542  GreenYellow
40543 \end_layout
40544
40545 \end_inset
40546 </cell>
40547 </row>
40548 <row>
40549 <cell alignment="center" valignment="top" usebox="none">
40550 \begin_inset Text
40551
40552 \begin_layout Plain Layout
40553 \begin_inset ERT
40554 status collapsed
40555
40556 \begin_layout Plain Layout
40557
40558
40559 \backslash
40560 fcolorbox{black}{
40561 \end_layout
40562
40563 \end_inset
40564
40565 JungleGreen
40566 \begin_inset ERT
40567 status collapsed
40568
40569 \begin_layout Plain Layout
40570
40571 }{
40572 \end_layout
40573
40574 \end_inset
40575
40576
40577 \begin_inset Phantom Phantom
40578 status open
40579
40580 \begin_layout Plain Layout
40581 W
40582 \end_layout
40583
40584 \end_inset
40585
40586
40587 \begin_inset ERT
40588 status collapsed
40589
40590 \begin_layout Plain Layout
40591
40592 }
40593 \end_layout
40594
40595 \end_inset
40596
40597  JungleGreen
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 <cell alignment="center" valignment="top" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout Plain Layout
40606 \begin_inset ERT
40607 status collapsed
40608
40609 \begin_layout Plain Layout
40610
40611
40612 \backslash
40613 fcolorbox{black}{
40614 \end_layout
40615
40616 \end_inset
40617
40618 Lavender
40619 \begin_inset ERT
40620 status collapsed
40621
40622 \begin_layout Plain Layout
40623
40624 }{
40625 \end_layout
40626
40627 \end_inset
40628
40629
40630 \begin_inset Phantom Phantom
40631 status open
40632
40633 \begin_layout Plain Layout
40634 W
40635 \end_layout
40636
40637 \end_inset
40638
40639
40640 \begin_inset ERT
40641 status collapsed
40642
40643 \begin_layout Plain Layout
40644
40645 }
40646 \end_layout
40647
40648 \end_inset
40649
40650  Lavender
40651 \end_layout
40652
40653 \end_inset
40654 </cell>
40655 <cell alignment="center" valignment="top" usebox="none">
40656 \begin_inset Text
40657
40658 \begin_layout Plain Layout
40659 \begin_inset ERT
40660 status collapsed
40661
40662 \begin_layout Plain Layout
40663
40664
40665 \backslash
40666 fcolorbox{black}{
40667 \end_layout
40668
40669 \end_inset
40670
40671 LimeGreen
40672 \begin_inset ERT
40673 status collapsed
40674
40675 \begin_layout Plain Layout
40676
40677 }{
40678 \end_layout
40679
40680 \end_inset
40681
40682
40683 \begin_inset Phantom Phantom
40684 status open
40685
40686 \begin_layout Plain Layout
40687 W
40688 \end_layout
40689
40690 \end_inset
40691
40692
40693 \begin_inset ERT
40694 status collapsed
40695
40696 \begin_layout Plain Layout
40697
40698 }
40699 \end_layout
40700
40701 \end_inset
40702
40703  LimeGreen
40704 \end_layout
40705
40706 \end_inset
40707 </cell>
40708 <cell alignment="center" valignment="top" usebox="none">
40709 \begin_inset Text
40710
40711 \begin_layout Plain Layout
40712 \begin_inset ERT
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716
40717
40718 \backslash
40719 fcolorbox{black}{
40720 \end_layout
40721
40722 \end_inset
40723
40724 Mahogany
40725 \begin_inset ERT
40726 status collapsed
40727
40728 \begin_layout Plain Layout
40729
40730 }{
40731 \end_layout
40732
40733 \end_inset
40734
40735
40736 \begin_inset Phantom Phantom
40737 status open
40738
40739 \begin_layout Plain Layout
40740 W
40741 \end_layout
40742
40743 \end_inset
40744
40745
40746 \begin_inset ERT
40747 status collapsed
40748
40749 \begin_layout Plain Layout
40750
40751 }
40752 \end_layout
40753
40754 \end_inset
40755
40756  Mahogany
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 </row>
40762 <row>
40763 <cell alignment="left" valignment="top" usebox="none">
40764 \begin_inset Text
40765
40766 \begin_layout Plain Layout
40767 \begin_inset ERT
40768 status collapsed
40769
40770 \begin_layout Plain Layout
40771
40772
40773 \backslash
40774 fcolorbox{black}{
40775 \end_layout
40776
40777 \end_inset
40778
40779 Mahogany
40780 \begin_inset ERT
40781 status collapsed
40782
40783 \begin_layout Plain Layout
40784
40785 }{
40786 \end_layout
40787
40788 \end_inset
40789
40790
40791 \begin_inset Phantom Phantom
40792 status open
40793
40794 \begin_layout Plain Layout
40795 W
40796 \end_layout
40797
40798 \end_inset
40799
40800
40801 \begin_inset ERT
40802 status collapsed
40803
40804 \begin_layout Plain Layout
40805
40806 }
40807 \end_layout
40808
40809 \end_inset
40810
40811  Mahogany
40812 \end_layout
40813
40814 \end_inset
40815 </cell>
40816 <cell alignment="left" valignment="top" usebox="none">
40817 \begin_inset Text
40818
40819 \begin_layout Plain Layout
40820 \begin_inset ERT
40821 status collapsed
40822
40823 \begin_layout Plain Layout
40824
40825
40826 \backslash
40827 fcolorbox{black}{
40828 \end_layout
40829
40830 \end_inset
40831
40832 Maroon
40833 \begin_inset ERT
40834 status collapsed
40835
40836 \begin_layout Plain Layout
40837
40838 }{
40839 \end_layout
40840
40841 \end_inset
40842
40843
40844 \begin_inset Phantom Phantom
40845 status open
40846
40847 \begin_layout Plain Layout
40848 W
40849 \end_layout
40850
40851 \end_inset
40852
40853
40854 \begin_inset ERT
40855 status collapsed
40856
40857 \begin_layout Plain Layout
40858
40859 }
40860 \end_layout
40861
40862 \end_inset
40863
40864  Maroon
40865 \end_layout
40866
40867 \end_inset
40868 </cell>
40869 <cell alignment="left" valignment="top" usebox="none">
40870 \begin_inset Text
40871
40872 \begin_layout Plain Layout
40873 \begin_inset ERT
40874 status collapsed
40875
40876 \begin_layout Plain Layout
40877
40878
40879 \backslash
40880 fcolorbox{black}{
40881 \end_layout
40882
40883 \end_inset
40884
40885 Melon
40886 \begin_inset ERT
40887 status collapsed
40888
40889 \begin_layout Plain Layout
40890
40891 }{
40892 \end_layout
40893
40894 \end_inset
40895
40896
40897 \begin_inset Phantom Phantom
40898 status open
40899
40900 \begin_layout Plain Layout
40901 W
40902 \end_layout
40903
40904 \end_inset
40905
40906
40907 \begin_inset ERT
40908 status collapsed
40909
40910 \begin_layout Plain Layout
40911
40912 }
40913 \end_layout
40914
40915 \end_inset
40916
40917  Melon
40918 \end_layout
40919
40920 \end_inset
40921 </cell>
40922 <cell alignment="left" valignment="top" usebox="none">
40923 \begin_inset Text
40924
40925 \begin_layout Plain Layout
40926 \begin_inset ERT
40927 status collapsed
40928
40929 \begin_layout Plain Layout
40930
40931
40932 \backslash
40933 fcolorbox{black}{
40934 \end_layout
40935
40936 \end_inset
40937
40938 MidnightBlue
40939 \begin_inset ERT
40940 status collapsed
40941
40942 \begin_layout Plain Layout
40943
40944 }{
40945 \end_layout
40946
40947 \end_inset
40948
40949
40950 \begin_inset Phantom Phantom
40951 status open
40952
40953 \begin_layout Plain Layout
40954 W
40955 \end_layout
40956
40957 \end_inset
40958
40959
40960 \begin_inset ERT
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964
40965 }
40966 \end_layout
40967
40968 \end_inset
40969
40970  MidnightBlue
40971 \end_layout
40972
40973 \end_inset
40974 </cell>
40975 </row>
40976 <row>
40977 <cell alignment="left" valignment="top" usebox="none">
40978 \begin_inset Text
40979
40980 \begin_layout Plain Layout
40981 \begin_inset ERT
40982 status collapsed
40983
40984 \begin_layout Plain Layout
40985
40986
40987 \backslash
40988 fcolorbox{black}{
40989 \end_layout
40990
40991 \end_inset
40992
40993 Mulberry
40994 \begin_inset ERT
40995 status collapsed
40996
40997 \begin_layout Plain Layout
40998
40999 }{
41000 \end_layout
41001
41002 \end_inset
41003
41004
41005 \begin_inset Phantom Phantom
41006 status open
41007
41008 \begin_layout Plain Layout
41009 W
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \begin_inset ERT
41016 status collapsed
41017
41018 \begin_layout Plain Layout
41019
41020 }
41021 \end_layout
41022
41023 \end_inset
41024
41025  Mulberry
41026 \end_layout
41027
41028 \end_inset
41029 </cell>
41030 <cell alignment="left" valignment="top" usebox="none">
41031 \begin_inset Text
41032
41033 \begin_layout Plain Layout
41034 \begin_inset ERT
41035 status collapsed
41036
41037 \begin_layout Plain Layout
41038
41039
41040 \backslash
41041 fcolorbox{black}{
41042 \end_layout
41043
41044 \end_inset
41045
41046 NavyBlue
41047 \begin_inset ERT
41048 status collapsed
41049
41050 \begin_layout Plain Layout
41051
41052 }{
41053 \end_layout
41054
41055 \end_inset
41056
41057
41058 \begin_inset Phantom Phantom
41059 status open
41060
41061 \begin_layout Plain Layout
41062 W
41063 \end_layout
41064
41065 \end_inset
41066
41067
41068 \begin_inset ERT
41069 status collapsed
41070
41071 \begin_layout Plain Layout
41072
41073 }
41074 \end_layout
41075
41076 \end_inset
41077
41078  NavyBlue
41079 \end_layout
41080
41081 \end_inset
41082 </cell>
41083 <cell alignment="left" valignment="top" usebox="none">
41084 \begin_inset Text
41085
41086 \begin_layout Plain Layout
41087 \begin_inset ERT
41088 status collapsed
41089
41090 \begin_layout Plain Layout
41091
41092
41093 \backslash
41094 fcolorbox{black}{
41095 \end_layout
41096
41097 \end_inset
41098
41099 OliveGreen
41100 \begin_inset ERT
41101 status collapsed
41102
41103 \begin_layout Plain Layout
41104
41105 }{
41106 \end_layout
41107
41108 \end_inset
41109
41110
41111 \begin_inset Phantom Phantom
41112 status open
41113
41114 \begin_layout Plain Layout
41115 W
41116 \end_layout
41117
41118 \end_inset
41119
41120
41121 \begin_inset ERT
41122 status collapsed
41123
41124 \begin_layout Plain Layout
41125
41126 }
41127 \end_layout
41128
41129 \end_inset
41130
41131  OliveGreen
41132 \end_layout
41133
41134 \end_inset
41135 </cell>
41136 <cell alignment="left" valignment="top" usebox="none">
41137 \begin_inset Text
41138
41139 \begin_layout Plain Layout
41140 \begin_inset ERT
41141 status collapsed
41142
41143 \begin_layout Plain Layout
41144
41145
41146 \backslash
41147 fcolorbox{black}{
41148 \end_layout
41149
41150 \end_inset
41151
41152 Orange
41153 \begin_inset ERT
41154 status collapsed
41155
41156 \begin_layout Plain Layout
41157
41158 }{
41159 \end_layout
41160
41161 \end_inset
41162
41163
41164 \begin_inset Phantom Phantom
41165 status open
41166
41167 \begin_layout Plain Layout
41168 W
41169 \end_layout
41170
41171 \end_inset
41172
41173
41174 \begin_inset ERT
41175 status collapsed
41176
41177 \begin_layout Plain Layout
41178
41179 }
41180 \end_layout
41181
41182 \end_inset
41183
41184  Orange
41185 \end_layout
41186
41187 \end_inset
41188 </cell>
41189 </row>
41190 <row>
41191 <cell alignment="left" valignment="top" usebox="none">
41192 \begin_inset Text
41193
41194 \begin_layout Plain Layout
41195 \begin_inset ERT
41196 status collapsed
41197
41198 \begin_layout Plain Layout
41199
41200
41201 \backslash
41202 fcolorbox{black}{
41203 \end_layout
41204
41205 \end_inset
41206
41207 OrangeRed
41208 \begin_inset ERT
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212
41213 }{
41214 \end_layout
41215
41216 \end_inset
41217
41218
41219 \begin_inset Phantom Phantom
41220 status open
41221
41222 \begin_layout Plain Layout
41223 W
41224 \end_layout
41225
41226 \end_inset
41227
41228
41229 \begin_inset ERT
41230 status collapsed
41231
41232 \begin_layout Plain Layout
41233
41234 }
41235 \end_layout
41236
41237 \end_inset
41238
41239  OrangeRed
41240 \end_layout
41241
41242 \end_inset
41243 </cell>
41244 <cell alignment="left" valignment="top" usebox="none">
41245 \begin_inset Text
41246
41247 \begin_layout Plain Layout
41248 \begin_inset ERT
41249 status collapsed
41250
41251 \begin_layout Plain Layout
41252
41253
41254 \backslash
41255 fcolorbox{black}{
41256 \end_layout
41257
41258 \end_inset
41259
41260 Orchid
41261 \begin_inset ERT
41262 status collapsed
41263
41264 \begin_layout Plain Layout
41265
41266 }{
41267 \end_layout
41268
41269 \end_inset
41270
41271
41272 \begin_inset Phantom Phantom
41273 status open
41274
41275 \begin_layout Plain Layout
41276 W
41277 \end_layout
41278
41279 \end_inset
41280
41281
41282 \begin_inset ERT
41283 status collapsed
41284
41285 \begin_layout Plain Layout
41286
41287 }
41288 \end_layout
41289
41290 \end_inset
41291
41292  Orchid
41293 \end_layout
41294
41295 \end_inset
41296 </cell>
41297 <cell alignment="left" valignment="top" usebox="none">
41298 \begin_inset Text
41299
41300 \begin_layout Plain Layout
41301 \begin_inset ERT
41302 status collapsed
41303
41304 \begin_layout Plain Layout
41305
41306
41307 \backslash
41308 fcolorbox{black}{
41309 \end_layout
41310
41311 \end_inset
41312
41313 Peach
41314 \begin_inset ERT
41315 status collapsed
41316
41317 \begin_layout Plain Layout
41318
41319 }{
41320 \end_layout
41321
41322 \end_inset
41323
41324
41325 \begin_inset Phantom Phantom
41326 status open
41327
41328 \begin_layout Plain Layout
41329 W
41330 \end_layout
41331
41332 \end_inset
41333
41334
41335 \begin_inset ERT
41336 status collapsed
41337
41338 \begin_layout Plain Layout
41339
41340 }
41341 \end_layout
41342
41343 \end_inset
41344
41345  Peach
41346 \end_layout
41347
41348 \end_inset
41349 </cell>
41350 <cell alignment="left" valignment="top" usebox="none">
41351 \begin_inset Text
41352
41353 \begin_layout Plain Layout
41354 \begin_inset ERT
41355 status collapsed
41356
41357 \begin_layout Plain Layout
41358
41359
41360 \backslash
41361 fcolorbox{black}{
41362 \end_layout
41363
41364 \end_inset
41365
41366 Periwinkle
41367 \begin_inset ERT
41368 status collapsed
41369
41370 \begin_layout Plain Layout
41371
41372 }{
41373 \end_layout
41374
41375 \end_inset
41376
41377
41378 \begin_inset Phantom Phantom
41379 status open
41380
41381 \begin_layout Plain Layout
41382 W
41383 \end_layout
41384
41385 \end_inset
41386
41387
41388 \begin_inset ERT
41389 status collapsed
41390
41391 \begin_layout Plain Layout
41392
41393 }
41394 \end_layout
41395
41396 \end_inset
41397
41398  Periwinkle
41399 \end_layout
41400
41401 \end_inset
41402 </cell>
41403 </row>
41404 <row>
41405 <cell alignment="left" valignment="top" usebox="none">
41406 \begin_inset Text
41407
41408 \begin_layout Plain Layout
41409 \begin_inset ERT
41410 status collapsed
41411
41412 \begin_layout Plain Layout
41413
41414
41415 \backslash
41416 fcolorbox{black}{
41417 \end_layout
41418
41419 \end_inset
41420
41421 PineGreen
41422 \begin_inset ERT
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426
41427 }{
41428 \end_layout
41429
41430 \end_inset
41431
41432
41433 \begin_inset Phantom Phantom
41434 status open
41435
41436 \begin_layout Plain Layout
41437 W
41438 \end_layout
41439
41440 \end_inset
41441
41442
41443 \begin_inset ERT
41444 status collapsed
41445
41446 \begin_layout Plain Layout
41447
41448 }
41449 \end_layout
41450
41451 \end_inset
41452
41453  PineGreen
41454 \end_layout
41455
41456 \end_inset
41457 </cell>
41458 <cell alignment="left" valignment="top" usebox="none">
41459 \begin_inset Text
41460
41461 \begin_layout Plain Layout
41462 \begin_inset ERT
41463 status collapsed
41464
41465 \begin_layout Plain Layout
41466
41467
41468 \backslash
41469 fcolorbox{black}{
41470 \end_layout
41471
41472 \end_inset
41473
41474 Plum
41475 \begin_inset ERT
41476 status collapsed
41477
41478 \begin_layout Plain Layout
41479
41480 }{
41481 \end_layout
41482
41483 \end_inset
41484
41485
41486 \begin_inset Phantom Phantom
41487 status open
41488
41489 \begin_layout Plain Layout
41490 W
41491 \end_layout
41492
41493 \end_inset
41494
41495
41496 \begin_inset ERT
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500
41501 }
41502 \end_layout
41503
41504 \end_inset
41505
41506  Plum
41507 \end_layout
41508
41509 \end_inset
41510 </cell>
41511 <cell alignment="left" valignment="top" usebox="none">
41512 \begin_inset Text
41513
41514 \begin_layout Plain Layout
41515 \begin_inset ERT
41516 status collapsed
41517
41518 \begin_layout Plain Layout
41519
41520
41521 \backslash
41522 fcolorbox{black}{
41523 \end_layout
41524
41525 \end_inset
41526
41527 ProcessBlue
41528 \begin_inset ERT
41529 status collapsed
41530
41531 \begin_layout Plain Layout
41532
41533 }{
41534 \end_layout
41535
41536 \end_inset
41537
41538
41539 \begin_inset Phantom Phantom
41540 status open
41541
41542 \begin_layout Plain Layout
41543 W
41544 \end_layout
41545
41546 \end_inset
41547
41548
41549 \begin_inset ERT
41550 status collapsed
41551
41552 \begin_layout Plain Layout
41553
41554 }
41555 \end_layout
41556
41557 \end_inset
41558
41559  ProcessBlue
41560 \end_layout
41561
41562 \end_inset
41563 </cell>
41564 <cell alignment="left" valignment="top" usebox="none">
41565 \begin_inset Text
41566
41567 \begin_layout Plain Layout
41568 \begin_inset ERT
41569 status collapsed
41570
41571 \begin_layout Plain Layout
41572
41573
41574 \backslash
41575 fcolorbox{black}{
41576 \end_layout
41577
41578 \end_inset
41579
41580 Purple
41581 \begin_inset ERT
41582 status collapsed
41583
41584 \begin_layout Plain Layout
41585
41586 }{
41587 \end_layout
41588
41589 \end_inset
41590
41591
41592 \begin_inset Phantom Phantom
41593 status open
41594
41595 \begin_layout Plain Layout
41596 W
41597 \end_layout
41598
41599 \end_inset
41600
41601
41602 \begin_inset ERT
41603 status collapsed
41604
41605 \begin_layout Plain Layout
41606
41607 }
41608 \end_layout
41609
41610 \end_inset
41611
41612  Purple
41613 \end_layout
41614
41615 \end_inset
41616 </cell>
41617 </row>
41618 <row>
41619 <cell alignment="left" valignment="top" usebox="none">
41620 \begin_inset Text
41621
41622 \begin_layout Plain Layout
41623 \begin_inset ERT
41624 status collapsed
41625
41626 \begin_layout Plain Layout
41627
41628
41629 \backslash
41630 fcolorbox{black}{
41631 \end_layout
41632
41633 \end_inset
41634
41635 RawSienna
41636 \begin_inset ERT
41637 status collapsed
41638
41639 \begin_layout Plain Layout
41640
41641 }{
41642 \end_layout
41643
41644 \end_inset
41645
41646
41647 \begin_inset Phantom Phantom
41648 status open
41649
41650 \begin_layout Plain Layout
41651 W
41652 \end_layout
41653
41654 \end_inset
41655
41656
41657 \begin_inset ERT
41658 status collapsed
41659
41660 \begin_layout Plain Layout
41661
41662 }
41663 \end_layout
41664
41665 \end_inset
41666
41667  RawSienna
41668 \end_layout
41669
41670 \end_inset
41671 </cell>
41672 <cell alignment="left" valignment="top" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676 \begin_inset ERT
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681
41682 \backslash
41683 fcolorbox{black}{
41684 \end_layout
41685
41686 \end_inset
41687
41688 RedOrange
41689 \begin_inset ERT
41690 status collapsed
41691
41692 \begin_layout Plain Layout
41693
41694 }{
41695 \end_layout
41696
41697 \end_inset
41698
41699
41700 \begin_inset Phantom Phantom
41701 status open
41702
41703 \begin_layout Plain Layout
41704 W
41705 \end_layout
41706
41707 \end_inset
41708
41709
41710 \begin_inset ERT
41711 status collapsed
41712
41713 \begin_layout Plain Layout
41714
41715 }
41716 \end_layout
41717
41718 \end_inset
41719
41720  RedOrange
41721 \end_layout
41722
41723 \end_inset
41724 </cell>
41725 <cell alignment="left" valignment="top" usebox="none">
41726 \begin_inset Text
41727
41728 \begin_layout Plain Layout
41729 \begin_inset ERT
41730 status collapsed
41731
41732 \begin_layout Plain Layout
41733
41734
41735 \backslash
41736 fcolorbox{black}{
41737 \end_layout
41738
41739 \end_inset
41740
41741 RedViolet
41742 \begin_inset ERT
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747 }{
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \begin_inset Phantom Phantom
41754 status open
41755
41756 \begin_layout Plain Layout
41757 W
41758 \end_layout
41759
41760 \end_inset
41761
41762
41763 \begin_inset ERT
41764 status collapsed
41765
41766 \begin_layout Plain Layout
41767
41768 }
41769 \end_layout
41770
41771 \end_inset
41772
41773  RedViolet
41774 \end_layout
41775
41776 \end_inset
41777 </cell>
41778 <cell alignment="left" valignment="top" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 \begin_inset ERT
41783 status collapsed
41784
41785 \begin_layout Plain Layout
41786
41787
41788 \backslash
41789 fcolorbox{black}{
41790 \end_layout
41791
41792 \end_inset
41793
41794 Rhodamine
41795 \begin_inset ERT
41796 status collapsed
41797
41798 \begin_layout Plain Layout
41799
41800 }{
41801 \end_layout
41802
41803 \end_inset
41804
41805
41806 \begin_inset Phantom Phantom
41807 status open
41808
41809 \begin_layout Plain Layout
41810 W
41811 \end_layout
41812
41813 \end_inset
41814
41815
41816 \begin_inset ERT
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820
41821 }
41822 \end_layout
41823
41824 \end_inset
41825
41826  Rhodamine
41827 \end_layout
41828
41829 \end_inset
41830 </cell>
41831 </row>
41832 <row>
41833 <cell alignment="left" valignment="top" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 \begin_inset ERT
41838 status collapsed
41839
41840 \begin_layout Plain Layout
41841
41842
41843 \backslash
41844 fcolorbox{black}{
41845 \end_layout
41846
41847 \end_inset
41848
41849 RoyalBlue
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855 }{
41856 \end_layout
41857
41858 \end_inset
41859
41860
41861 \begin_inset Phantom Phantom
41862 status open
41863
41864 \begin_layout Plain Layout
41865 W
41866 \end_layout
41867
41868 \end_inset
41869
41870
41871 \begin_inset ERT
41872 status collapsed
41873
41874 \begin_layout Plain Layout
41875
41876 }
41877 \end_layout
41878
41879 \end_inset
41880
41881  RoyalBlue
41882 \end_layout
41883
41884 \end_inset
41885 </cell>
41886 <cell alignment="left" valignment="top" usebox="none">
41887 \begin_inset Text
41888
41889 \begin_layout Plain Layout
41890 \begin_inset ERT
41891 status collapsed
41892
41893 \begin_layout Plain Layout
41894
41895
41896 \backslash
41897 fcolorbox{black}{
41898 \end_layout
41899
41900 \end_inset
41901
41902 RoyalPurple
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908 }{
41909 \end_layout
41910
41911 \end_inset
41912
41913
41914 \begin_inset Phantom Phantom
41915 status open
41916
41917 \begin_layout Plain Layout
41918 W
41919 \end_layout
41920
41921 \end_inset
41922
41923
41924 \begin_inset ERT
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928
41929 }
41930 \end_layout
41931
41932 \end_inset
41933
41934  RoyalPurple
41935 \end_layout
41936
41937 \end_inset
41938 </cell>
41939 <cell alignment="left" valignment="top" usebox="none">
41940 \begin_inset Text
41941
41942 \begin_layout Plain Layout
41943 \begin_inset ERT
41944 status collapsed
41945
41946 \begin_layout Plain Layout
41947
41948
41949 \backslash
41950 fcolorbox{black}{
41951 \end_layout
41952
41953 \end_inset
41954
41955 RubineRed
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961 }{
41962 \end_layout
41963
41964 \end_inset
41965
41966
41967 \begin_inset Phantom Phantom
41968 status open
41969
41970 \begin_layout Plain Layout
41971 W
41972 \end_layout
41973
41974 \end_inset
41975
41976
41977 \begin_inset ERT
41978 status collapsed
41979
41980 \begin_layout Plain Layout
41981
41982 }
41983 \end_layout
41984
41985 \end_inset
41986
41987  RubineRed
41988 \end_layout
41989
41990 \end_inset
41991 </cell>
41992 <cell alignment="left" valignment="top" usebox="none">
41993 \begin_inset Text
41994
41995 \begin_layout Plain Layout
41996 \begin_inset ERT
41997 status collapsed
41998
41999 \begin_layout Plain Layout
42000
42001
42002 \backslash
42003 fcolorbox{black}{
42004 \end_layout
42005
42006 \end_inset
42007
42008 Salmon
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014 }{
42015 \end_layout
42016
42017 \end_inset
42018
42019
42020 \begin_inset Phantom Phantom
42021 status open
42022
42023 \begin_layout Plain Layout
42024 W
42025 \end_layout
42026
42027 \end_inset
42028
42029
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035 }
42036 \end_layout
42037
42038 \end_inset
42039
42040  Salmon
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 </row>
42046 <row>
42047 <cell alignment="left" valignment="top" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051 \begin_inset ERT
42052 status collapsed
42053
42054 \begin_layout Plain Layout
42055
42056
42057 \backslash
42058 fcolorbox{black}{
42059 \end_layout
42060
42061 \end_inset
42062
42063 SeaGreen
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069 }{
42070 \end_layout
42071
42072 \end_inset
42073
42074
42075 \begin_inset Phantom Phantom
42076 status open
42077
42078 \begin_layout Plain Layout
42079 W
42080 \end_layout
42081
42082 \end_inset
42083
42084
42085 \begin_inset ERT
42086 status collapsed
42087
42088 \begin_layout Plain Layout
42089
42090 }
42091 \end_layout
42092
42093 \end_inset
42094
42095  SeaGreen
42096 \end_layout
42097
42098 \end_inset
42099 </cell>
42100 <cell alignment="left" valignment="top" usebox="none">
42101 \begin_inset Text
42102
42103 \begin_layout Plain Layout
42104 \begin_inset ERT
42105 status collapsed
42106
42107 \begin_layout Plain Layout
42108
42109
42110 \backslash
42111 fcolorbox{black}{
42112 \end_layout
42113
42114 \end_inset
42115
42116 Sepia
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122 }{
42123 \end_layout
42124
42125 \end_inset
42126
42127
42128 \begin_inset Phantom Phantom
42129 status open
42130
42131 \begin_layout Plain Layout
42132 W
42133 \end_layout
42134
42135 \end_inset
42136
42137
42138 \begin_inset ERT
42139 status collapsed
42140
42141 \begin_layout Plain Layout
42142
42143 }
42144 \end_layout
42145
42146 \end_inset
42147
42148  Sepia
42149 \end_layout
42150
42151 \end_inset
42152 </cell>
42153 <cell alignment="left" valignment="top" usebox="none">
42154 \begin_inset Text
42155
42156 \begin_layout Plain Layout
42157 \begin_inset ERT
42158 status collapsed
42159
42160 \begin_layout Plain Layout
42161
42162
42163 \backslash
42164 fcolorbox{black}{
42165 \end_layout
42166
42167 \end_inset
42168
42169 SkyBlue
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175 }{
42176 \end_layout
42177
42178 \end_inset
42179
42180
42181 \begin_inset Phantom Phantom
42182 status open
42183
42184 \begin_layout Plain Layout
42185 W
42186 \end_layout
42187
42188 \end_inset
42189
42190
42191 \begin_inset ERT
42192 status collapsed
42193
42194 \begin_layout Plain Layout
42195
42196 }
42197 \end_layout
42198
42199 \end_inset
42200
42201  SkyBlue
42202 \end_layout
42203
42204 \end_inset
42205 </cell>
42206 <cell alignment="left" valignment="top" usebox="none">
42207 \begin_inset Text
42208
42209 \begin_layout Plain Layout
42210 \begin_inset ERT
42211 status collapsed
42212
42213 \begin_layout Plain Layout
42214
42215
42216 \backslash
42217 fcolorbox{black}{
42218 \end_layout
42219
42220 \end_inset
42221
42222 SpringGreen
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228 }{
42229 \end_layout
42230
42231 \end_inset
42232
42233
42234 \begin_inset Phantom Phantom
42235 status open
42236
42237 \begin_layout Plain Layout
42238 W
42239 \end_layout
42240
42241 \end_inset
42242
42243
42244 \begin_inset ERT
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248
42249 }
42250 \end_layout
42251
42252 \end_inset
42253
42254  SpringGreen
42255 \end_layout
42256
42257 \end_inset
42258 </cell>
42259 </row>
42260 <row>
42261 <cell alignment="left" valignment="top" usebox="none">
42262 \begin_inset Text
42263
42264 \begin_layout Plain Layout
42265 \begin_inset ERT
42266 status collapsed
42267
42268 \begin_layout Plain Layout
42269
42270
42271 \backslash
42272 fcolorbox{black}{
42273 \end_layout
42274
42275 \end_inset
42276
42277 Tan
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283 }{
42284 \end_layout
42285
42286 \end_inset
42287
42288
42289 \begin_inset Phantom Phantom
42290 status open
42291
42292 \begin_layout Plain Layout
42293 W
42294 \end_layout
42295
42296 \end_inset
42297
42298
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304 }
42305 \end_layout
42306
42307 \end_inset
42308
42309  Tan
42310 \end_layout
42311
42312 \end_inset
42313 </cell>
42314 <cell alignment="left" valignment="top" usebox="none">
42315 \begin_inset Text
42316
42317 \begin_layout Plain Layout
42318 \begin_inset ERT
42319 status collapsed
42320
42321 \begin_layout Plain Layout
42322
42323
42324 \backslash
42325 fcolorbox{black}{
42326 \end_layout
42327
42328 \end_inset
42329
42330 TealBlue
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336 }{
42337 \end_layout
42338
42339 \end_inset
42340
42341
42342 \begin_inset Phantom Phantom
42343 status open
42344
42345 \begin_layout Plain Layout
42346 W
42347 \end_layout
42348
42349 \end_inset
42350
42351
42352 \begin_inset ERT
42353 status collapsed
42354
42355 \begin_layout Plain Layout
42356
42357 }
42358 \end_layout
42359
42360 \end_inset
42361
42362  TealBlue
42363 \end_layout
42364
42365 \end_inset
42366 </cell>
42367 <cell alignment="left" valignment="top" usebox="none">
42368 \begin_inset Text
42369
42370 \begin_layout Plain Layout
42371 \begin_inset ERT
42372 status collapsed
42373
42374 \begin_layout Plain Layout
42375
42376
42377 \backslash
42378 fcolorbox{black}{
42379 \end_layout
42380
42381 \end_inset
42382
42383 Thistle
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389 }{
42390 \end_layout
42391
42392 \end_inset
42393
42394
42395 \begin_inset Phantom Phantom
42396 status open
42397
42398 \begin_layout Plain Layout
42399 W
42400 \end_layout
42401
42402 \end_inset
42403
42404
42405 \begin_inset ERT
42406 status collapsed
42407
42408 \begin_layout Plain Layout
42409
42410 }
42411 \end_layout
42412
42413 \end_inset
42414
42415  Thistle
42416 \end_layout
42417
42418 \end_inset
42419 </cell>
42420 <cell alignment="left" valignment="top" usebox="none">
42421 \begin_inset Text
42422
42423 \begin_layout Plain Layout
42424 \begin_inset ERT
42425 status collapsed
42426
42427 \begin_layout Plain Layout
42428
42429
42430 \backslash
42431 fcolorbox{black}{
42432 \end_layout
42433
42434 \end_inset
42435
42436 Turquoise
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442 }{
42443 \end_layout
42444
42445 \end_inset
42446
42447
42448 \begin_inset Phantom Phantom
42449 status open
42450
42451 \begin_layout Plain Layout
42452 W
42453 \end_layout
42454
42455 \end_inset
42456
42457
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463 }
42464 \end_layout
42465
42466 \end_inset
42467
42468  Turquoise
42469 \end_layout
42470
42471 \end_inset
42472 </cell>
42473 </row>
42474 <row>
42475 <cell alignment="left" valignment="top" usebox="none">
42476 \begin_inset Text
42477
42478 \begin_layout Plain Layout
42479 \begin_inset ERT
42480 status collapsed
42481
42482 \begin_layout Plain Layout
42483
42484
42485 \backslash
42486 fcolorbox{black}{
42487 \end_layout
42488
42489 \end_inset
42490
42491 Violet
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497 }{
42498 \end_layout
42499
42500 \end_inset
42501
42502
42503 \begin_inset Phantom Phantom
42504 status open
42505
42506 \begin_layout Plain Layout
42507 W
42508 \end_layout
42509
42510 \end_inset
42511
42512
42513 \begin_inset ERT
42514 status collapsed
42515
42516 \begin_layout Plain Layout
42517
42518 }
42519 \end_layout
42520
42521 \end_inset
42522
42523  Violet
42524 \end_layout
42525
42526 \end_inset
42527 </cell>
42528 <cell alignment="left" valignment="top" usebox="none">
42529 \begin_inset Text
42530
42531 \begin_layout Plain Layout
42532 \begin_inset ERT
42533 status collapsed
42534
42535 \begin_layout Plain Layout
42536
42537
42538 \backslash
42539 fcolorbox{black}{
42540 \end_layout
42541
42542 \end_inset
42543
42544 VioletRed
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550 }{
42551 \end_layout
42552
42553 \end_inset
42554
42555
42556 \begin_inset Phantom Phantom
42557 status open
42558
42559 \begin_layout Plain Layout
42560 W
42561 \end_layout
42562
42563 \end_inset
42564
42565
42566 \begin_inset ERT
42567 status collapsed
42568
42569 \begin_layout Plain Layout
42570
42571 }
42572 \end_layout
42573
42574 \end_inset
42575
42576  VioletRed
42577 \end_layout
42578
42579 \end_inset
42580 </cell>
42581 <cell alignment="left" valignment="top" usebox="none">
42582 \begin_inset Text
42583
42584 \begin_layout Plain Layout
42585 \begin_inset ERT
42586 status collapsed
42587
42588 \begin_layout Plain Layout
42589
42590
42591 \backslash
42592 fcolorbox{black}{
42593 \end_layout
42594
42595 \end_inset
42596
42597 WildStrawberry
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603 }{
42604 \end_layout
42605
42606 \end_inset
42607
42608
42609 \begin_inset Phantom Phantom
42610 status open
42611
42612 \begin_layout Plain Layout
42613 W
42614 \end_layout
42615
42616 \end_inset
42617
42618
42619 \begin_inset ERT
42620 status collapsed
42621
42622 \begin_layout Plain Layout
42623
42624 }
42625 \end_layout
42626
42627 \end_inset
42628
42629  WildStrawberry
42630 \end_layout
42631
42632 \end_inset
42633 </cell>
42634 <cell alignment="left" valignment="top" usebox="none">
42635 \begin_inset Text
42636
42637 \begin_layout Plain Layout
42638 \begin_inset ERT
42639 status collapsed
42640
42641 \begin_layout Plain Layout
42642
42643
42644 \backslash
42645 fcolorbox{black}{
42646 \end_layout
42647
42648 \end_inset
42649
42650 YellowGreen
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656 }{
42657 \end_layout
42658
42659 \end_inset
42660
42661
42662 \begin_inset Phantom Phantom
42663 status open
42664
42665 \begin_layout Plain Layout
42666 W
42667 \end_layout
42668
42669 \end_inset
42670
42671
42672 \begin_inset ERT
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677 }
42678 \end_layout
42679
42680 \end_inset
42681
42682  YellowGreen
42683 \end_layout
42684
42685 \end_inset
42686 </cell>
42687 </row>
42688 <row>
42689 <cell alignment="left" valignment="top" usebox="none">
42690 \begin_inset Text
42691
42692 \begin_layout Plain Layout
42693 \begin_inset ERT
42694 status collapsed
42695
42696 \begin_layout Plain Layout
42697
42698
42699 \backslash
42700 fcolorbox{black}{
42701 \end_layout
42702
42703 \end_inset
42704
42705 YellowOrange
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711 }{
42712 \end_layout
42713
42714 \end_inset
42715
42716
42717 \begin_inset Phantom Phantom
42718 status open
42719
42720 \begin_layout Plain Layout
42721 W
42722 \end_layout
42723
42724 \end_inset
42725
42726
42727 \begin_inset ERT
42728 status collapsed
42729
42730 \begin_layout Plain Layout
42731
42732 }
42733 \end_layout
42734
42735 \end_inset
42736
42737  YellowOrange
42738 \end_layout
42739
42740 \end_inset
42741 </cell>
42742 <cell alignment="left" valignment="top" usebox="none">
42743 \begin_inset Text
42744
42745 \begin_layout Plain Layout
42746
42747 \end_layout
42748
42749 \end_inset
42750 </cell>
42751 <cell alignment="left" valignment="top" usebox="none">
42752 \begin_inset Text
42753
42754 \begin_layout Plain Layout
42755
42756 \end_layout
42757
42758 \end_inset
42759 </cell>
42760 <cell alignment="left" valignment="top" usebox="none">
42761 \begin_inset Text
42762
42763 \begin_layout Plain Layout
42764
42765 \end_layout
42766
42767 \end_inset
42768 </cell>
42769 </row>
42770 </lyxtabular>
42771
42772 \end_inset
42773
42774
42775 \end_layout
42776
42777 \begin_layout Chapter
42778 第(
42779 \begin_inset CommandInset ref
42780 LatexCommand ref
42781 reference "eq:Wgn"
42782
42783 \end_inset
42784
42785 )式の説明
42786 \begin_inset CommandInset label
42787 LatexCommand label
42788 name "cha:式の説明"
42789
42790 \end_inset
42791
42792
42793 \end_layout
42794
42795 \begin_layout Standard
42796 \begin_inset Formula $n$
42797 \end_inset
42798
42799 個の表セルの全幅
42800 \begin_inset Formula $W_{\mathrm{tot\, n}}$
42801 \end_inset
42802
42803
42804 \begin_inset Formula 
42805 \begin{equation}
42806 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42807 \end{equation}
42808
42809 \end_inset
42810
42811
42812 \end_layout
42813
42814 \begin_layout Standard
42815 で計算できます。ここで
42816 \begin_inset Formula $W_{g\, n}$
42817 \end_inset
42818
42819 は、すべてのセルが持つ固定幅です。
42820 \series bold
42821
42822 \backslash
42823 tabcolsep
42824 \series default
42825 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
42826 \begin_inset space \thinspace{}
42827 \end_inset
42828
42829 ptです。
42830 \series bold
42831
42832 \backslash
42833 arrayrulewidth
42834 \series default
42835 は、セル罫線幅であり、既定値は0.4
42836 \begin_inset space \thinspace{}
42837 \end_inset
42838
42839 ptです。
42840 \end_layout
42841
42842 \begin_layout Standard
42843
42844 \begin_inset CommandInset ref
42845 LatexCommand eqref
42846 reference "eq:Wtot_n"
42847
42848 \end_inset
42849
42850 式にしたがえば、連結列の全幅
42851 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
42852 \end_inset
42853
42854
42855 \begin_inset Formula 
42856 \begin{equation}
42857 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42858 \end{equation}
42859
42860 \end_inset
42861
42862
42863 \end_layout
42864
42865 \begin_layout Standard
42866 となります。
42867 \begin_inset Formula $n$
42868 \end_inset
42869
42870 列を連結する時には各列の全幅は
42871 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
42872 \end_inset
42873
42874 となるので、第
42875 \begin_inset CommandInset ref
42876 LatexCommand eqref
42877 reference "eq:Wtot_n"
42878
42879 \end_inset
42880
42881 式と第
42882 \begin_inset CommandInset ref
42883 LatexCommand eqref
42884 reference "eq:Wtot_mult"
42885
42886 \end_inset
42887
42888 式が等しいものと置けば、必要となる固定幅
42889 \begin_inset Formula $W_{g\, n}$
42890 \end_inset
42891
42892 を計算することができて、
42893 \begin_inset Formula 
42894 \begin{equation}
42895 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42896 \end{equation}
42897
42898 \end_inset
42899
42900 となります。
42901 \end_layout
42902
42903 \begin_layout Bibliography
42904 \begin_inset CommandInset bibitem
42905 LatexCommand bibitem
42906 key "latexcompanion"
42907
42908 \end_inset
42909
42910 Frank Mittelbach and Michel Goossens: 
42911 \emph on
42912 The LaTeX Companion Second Edition.
42913
42914 \emph default
42915  Addison-Wesley, 2004
42916 \end_layout
42917
42918 \begin_layout Bibliography
42919 \begin_inset CommandInset bibitem
42920 LatexCommand bibitem
42921 key "latexguide"
42922
42923 \end_inset
42924
42925 Helmut Kopka and Patrick W.
42926  Daly: 
42927 \emph on
42928 A Guide to LaTeX Fourth Edition.
42929
42930 \emph default
42931  Addison-Wesley, 2003
42932 \end_layout
42933
42934 \begin_layout Bibliography
42935 \begin_inset CommandInset bibitem
42936 LatexCommand bibitem
42937 key "latexbook"
42938
42939 \end_inset
42940
42941 Leslie Lamport: 
42942 \emph on
42943 LaTeX: A Document Preparation System.
42944
42945 \emph default
42946  Addison-Wesley, second edition, 1994
42947 \end_layout
42948
42949 \begin_layout Bibliography
42950 \begin_inset CommandInset bibitem
42951 LatexCommand bibitem
42952 key "arydshln"
42953
42954 \end_inset
42955
42956 LaTeXパッケージ
42957 \series bold
42958
42959 \begin_inset CommandInset href
42960 LatexCommand href
42961 name "arydshln"
42962 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42963
42964 \end_inset
42965
42966
42967 \series default
42968
42969 \begin_inset Index idx
42970 status collapsed
42971
42972 \begin_layout Plain Layout
42973 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
42974 \end_layout
42975
42976 \end_inset
42977
42978
42979 \end_layout
42980
42981 \begin_layout Bibliography
42982 \begin_inset CommandInset bibitem
42983 LatexCommand bibitem
42984 key "booktabs"
42985
42986 \end_inset
42987
42988 LaTeXパッケージ
42989 \series bold
42990
42991 \begin_inset CommandInset href
42992 LatexCommand href
42993 name "booktabs"
42994 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42995
42996 \end_inset
42997
42998
42999 \series default
43000
43001 \begin_inset Index idx
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
43006 \end_layout
43007
43008 \end_inset
43009
43010 の取扱説明書
43011 \end_layout
43012
43013 \begin_layout Bibliography
43014 \begin_inset CommandInset bibitem
43015 LatexCommand bibitem
43016 key "caption"
43017
43018 \end_inset
43019
43020 LaTeXパッケージ
43021 \series bold
43022
43023 \begin_inset CommandInset href
43024 LatexCommand href
43025 name "caption"
43026 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43027
43028 \end_inset
43029
43030
43031 \series default
43032
43033 \begin_inset Index idx
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037 LaTeXぱっけーじ@LaTeXパッケージ ! caption
43038 \end_layout
43039
43040 \end_inset
43041
43042 の取扱説明書
43043 \end_layout
43044
43045 \begin_layout Bibliography
43046 \begin_inset CommandInset bibitem
43047 LatexCommand bibitem
43048 key "diagbox"
43049
43050 \end_inset
43051
43052 LaTeXパッケージ
43053 \series bold
43054
43055 \begin_inset CommandInset href
43056 LatexCommand href
43057 name "diagbox"
43058 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43059
43060 \end_inset
43061
43062
43063 \series default
43064
43065 \begin_inset Index idx
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
43070 \end_layout
43071
43072 \end_inset
43073
43074
43075 \end_layout
43076
43077 \begin_layout Bibliography
43078 \begin_inset CommandInset bibitem
43079 LatexCommand bibitem
43080 key "endfloat"
43081
43082 \end_inset
43083
43084 LaTeXパッケージ
43085 \series bold
43086
43087 \begin_inset CommandInset href
43088 LatexCommand href
43089 name "endfloat"
43090 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43091
43092 \end_inset
43093
43094
43095 \series default
43096
43097 \begin_inset Index idx
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
43102 \end_layout
43103
43104 \end_inset
43105
43106 の取扱説明書
43107 \end_layout
43108
43109 \begin_layout Bibliography
43110 \begin_inset CommandInset bibitem
43111 LatexCommand bibitem
43112 key "footmisc"
43113
43114 \end_inset
43115
43116 LaTeXパッケージ
43117 \series bold
43118
43119 \begin_inset CommandInset href
43120 LatexCommand href
43121 name "footmisc"
43122 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43123
43124 \end_inset
43125
43126
43127 \series default
43128
43129 \begin_inset Index idx
43130 status collapsed
43131
43132 \begin_layout Plain Layout
43133 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
43134 \end_layout
43135
43136 \end_inset
43137
43138 の取扱説明書
43139 \end_layout
43140
43141 \begin_layout Bibliography
43142 \begin_inset CommandInset bibitem
43143 LatexCommand bibitem
43144 key "hypcap"
43145
43146 \end_inset
43147
43148 LaTeXパッケージ
43149 \series bold
43150
43151 \begin_inset CommandInset href
43152 LatexCommand href
43153 name "hypcap"
43154 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43155
43156 \end_inset
43157
43158
43159 \series default
43160
43161 \begin_inset Index idx
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
43166 \end_layout
43167
43168 \end_inset
43169
43170 の取扱説明書
43171 \end_layout
43172
43173 \begin_layout Bibliography
43174 \begin_inset CommandInset bibitem
43175 LatexCommand bibitem
43176 key "hyperref"
43177
43178 \end_inset
43179
43180 LaTeXパッケージ
43181 \series bold
43182
43183 \begin_inset CommandInset href
43184 LatexCommand href
43185 name "hyperref"
43186 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43187
43188 \end_inset
43189
43190
43191 \series default
43192
43193 \begin_inset Index idx
43194 status collapsed
43195
43196 \begin_layout Plain Layout
43197 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
43198 \end_layout
43199
43200 \end_inset
43201
43202 の取扱説明書
43203 \end_layout
43204
43205 \begin_layout Bibliography
43206 \begin_inset CommandInset bibitem
43207 LatexCommand bibitem
43208 key "KOMA-script"
43209
43210 \end_inset
43211
43212 LaTeXパッケージ
43213 \series bold
43214
43215 \begin_inset CommandInset href
43216 LatexCommand href
43217 name "KOMA-script"
43218 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
43219
43220 \end_inset
43221
43222
43223 \series default
43224
43225 \begin_inset Index idx
43226 status collapsed
43227
43228 \begin_layout Plain Layout
43229 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
43230 \end_layout
43231
43232 \end_inset
43233
43234 の取扱説明書
43235 \end_layout
43236
43237 \begin_layout Bibliography
43238 \begin_inset CommandInset bibitem
43239 LatexCommand bibitem
43240 key "lettrine"
43241
43242 \end_inset
43243
43244 LaTeXパッケージ 
43245 \series bold
43246
43247 \begin_inset CommandInset href
43248 LatexCommand href
43249 name "lettrine"
43250 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
43251
43252 \end_inset
43253
43254
43255 \series default
43256  
43257 \lang english
43258 and an
43259 \lang japanese
43260  
43261 \begin_inset CommandInset href
43262 LatexCommand href
43263 name "example"
43264 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
43265
43266 \end_inset
43267
43268
43269 \begin_inset Index idx
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \end_layout
43280
43281 \begin_layout Bibliography
43282 \begin_inset CommandInset bibitem
43283 LatexCommand bibitem
43284 key "listings"
43285
43286 \end_inset
43287
43288 LaTeXパッケージ
43289 \series bold
43290
43291 \begin_inset CommandInset href
43292 LatexCommand href
43293 name "listings"
43294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
43295
43296 \end_inset
43297
43298
43299 \series default
43300
43301 \begin_inset Index idx
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305 LaTeXぱっけーじ@LaTeXパッケージ ! listings
43306 \end_layout
43307
43308 \end_inset
43309
43310 の取扱説明書
43311 \end_layout
43312
43313 \begin_layout Bibliography
43314 \begin_inset CommandInset bibitem
43315 LatexCommand bibitem
43316 key "marginnote"
43317
43318 \end_inset
43319
43320 LaTeXパッケージ
43321 \series bold
43322
43323 \begin_inset CommandInset href
43324 LatexCommand href
43325 name "marginnote"
43326 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
43327
43328 \end_inset
43329
43330
43331 \series default
43332
43333 \begin_inset Index idx
43334 status collapsed
43335
43336 \begin_layout Plain Layout
43337 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
43338 \end_layout
43339
43340 \end_inset
43341
43342 の取扱説明書
43343 \end_layout
43344
43345 \begin_layout Bibliography
43346 \begin_inset CommandInset bibitem
43347 LatexCommand bibitem
43348 key "pdfpages"
43349
43350 \end_inset
43351
43352 LaTeXパッケージ
43353 \series bold
43354
43355 \begin_inset CommandInset href
43356 LatexCommand href
43357 name "pdfpages"
43358 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
43359
43360 \end_inset
43361
43362
43363 \series default
43364
43365 \begin_inset Index idx
43366 status collapsed
43367
43368 \begin_layout Plain Layout
43369 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
43370 \end_layout
43371
43372 \end_inset
43373
43374 の取扱説明書
43375 \end_layout
43376
43377 \begin_layout Bibliography
43378 \begin_inset CommandInset bibitem
43379 LatexCommand bibitem
43380 key "prettyref"
43381
43382 \end_inset
43383
43384 LaTeXパッケージ
43385 \series bold
43386
43387 \begin_inset CommandInset href
43388 LatexCommand href
43389 name "prettyref"
43390 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
43391
43392 \end_inset
43393
43394
43395 \series default
43396
43397 \begin_inset Index idx
43398 status collapsed
43399
43400 \begin_layout Plain Layout
43401 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
43402 \end_layout
43403
43404 \end_inset
43405
43406 の取扱説明書
43407 \end_layout
43408
43409 \begin_layout Bibliography
43410 \begin_inset CommandInset bibitem
43411 LatexCommand bibitem
43412 key "pstricks"
43413
43414 \end_inset
43415
43416 LaTeXパッケージ
43417 \series bold
43418
43419 \begin_inset CommandInset href
43420 LatexCommand href
43421 name "PSTricks"
43422 target "http://tug.org/PSTricks/"
43423
43424 \end_inset
43425
43426
43427 \series default
43428
43429 \begin_inset Index idx
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
43434 \end_layout
43435
43436 \end_inset
43437
43438 のウェブページ
43439 \end_layout
43440
43441 \begin_layout Bibliography
43442 \begin_inset CommandInset bibitem
43443 LatexCommand bibitem
43444 key "refstyle"
43445
43446 \end_inset
43447
43448 LaTeXパッケージ
43449 \series bold
43450
43451 \begin_inset CommandInset href
43452 LatexCommand href
43453 name "refstyle"
43454 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
43455
43456 \end_inset
43457
43458
43459 \series default
43460
43461 \begin_inset Index idx
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
43466 \end_layout
43467
43468 \end_inset
43469
43470 の取扱説明書
43471 \end_layout
43472
43473 \begin_layout Bibliography
43474 \begin_inset CommandInset bibitem
43475 LatexCommand bibitem
43476 key "sidecap"
43477
43478 \end_inset
43479
43480 LaTeXパッケージ
43481 \series bold
43482
43483 \begin_inset CommandInset href
43484 LatexCommand href
43485 name "sidecap"
43486 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
43487
43488 \end_inset
43489
43490
43491 \series default
43492
43493 \begin_inset Index idx
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
43498 \end_layout
43499
43500 \end_inset
43501
43502 の取扱説明書
43503 \end_layout
43504
43505 \begin_layout Bibliography
43506 \begin_inset CommandInset bibitem
43507 LatexCommand bibitem
43508 key "NewInLyX20"
43509
43510 \end_inset
43511
43512
43513 \family sans
43514 LyX 2.0
43515 \family default
43516 の新機能に関する
43517 \begin_inset CommandInset href
43518 LatexCommand href
43519 name "Wikiページ"
43520 target "http://wiki.lyx.org/LyX/NewInLyX20"
43521
43522 \end_inset
43523
43524
43525 \end_layout
43526
43527 \begin_layout Standard
43528 \begin_inset CommandInset index_print
43529 LatexCommand printindex
43530 type "idx"
43531
43532 \end_inset
43533
43534
43535 \end_layout
43536
43537 \end_body
43538 \end_document