]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Japanese docs: translations and corrections from Koji
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 none
189 \inputencoding jis-platex
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 cancel 0
228 \use_package esint 0
229 \use_package mathdots 1
230 \use_package mathtools 0
231 \use_package mhchem 1
232 \use_package stackrel 0
233 \use_package stmaryrd 0
234 \use_package undertilde 0
235 \cite_engine basic
236 \cite_engine_type default
237 \biblio_style plain
238 \use_bibtopic false
239 \use_indices false
240 \paperorientation portrait
241 \suppress_date false
242 \justification true
243 \use_refstyle 0
244 \notefontcolor #0000ff
245 \index 索引
246 \shortcut idx
247 \color #008000
248 \end_index
249 \leftmargin 2.5cm
250 \topmargin 2.5cm
251 \rightmargin 2.5cm
252 \bottommargin 3cm
253 \secnumdepth 3
254 \tocdepth 3
255 \paragraph_separation skip
256 \defskip medskip
257 \quotes_language english
258 \papercolumns 1
259 \papersides 2
260 \paperpagestyle default
261 \bullet 1 1 34 -1
262 \bullet 2 2 35 -1
263 \bullet 3 2 7 -1
264 \tracking_changes false
265 \output_changes false
266 \html_math_output 0
267 \html_css_as_file 0
268 \html_be_strict false
269 \end_header
270
271 \begin_body
272
273 \begin_layout Title
274 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
275 \end_layout
276
277 \begin_layout Author
278 LyXプロジェクトチーム
279 \begin_inset Foot
280 status collapsed
281
282 \begin_layout Plain Layout
283 \noindent
284 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
285 \begin_inset CommandInset href
286 LatexCommand href
287 name "lyx-docs@lists.lyx.org"
288 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
289 type "mailto:"
290
291 \end_inset
292
293  までお送り下さい。
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Note Note
300 status collapsed
301
302 \begin_layout Plain Layout
303 著者:Uwe Stöhr
304 \end_layout
305
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \family sans
318 第2.0.x版
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset CommandInset toc
323 LatexCommand tableofcontents
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Note Note
332 status open
333
334 \begin_layout Plain Layout
335 本文書の全体をPDFやPS、DVIに書き出すには、
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox
346 \series default
347
348 \series bold
349 lettrine
350 \series default
351
352 \series bold
353 marginnote
354 \series default
355
356 \series bold
357 picinpar
358 \series default
359
360 \series bold
361 sidecap
362 \series default
363 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
364 されません。
365 \end_layout
366
367 \begin_layout Plain Layout
368 本文書の最新PDF版は
369 \begin_inset Newline newline
370 \end_inset
371
372
373 \series bold
374 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
375 \series default
376
377 \begin_inset Newline newline
378 \end_inset
379
380 にあります。
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Chapter
389
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 ず@図
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset Index idx
401 status collapsed
402
403 \begin_layout Plain Layout
404 がぞう@画像|see
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410 {
411 \end_layout
412
413 \end_inset
414
415
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Plain Layout
420
421 }
422 \end_layout
423
424 \end_inset
425
426
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \begin_layout Section
435 画像ダイアログ
436 \begin_inset Index idx
437 status collapsed
438
439 \begin_layout Plain Layout
440 ず@図 ! がぞうだいあろぐ@画像ダイアログ
441 \end_layout
442
443 \end_inset
444
445
446 \begin_inset CommandInset label
447 LatexCommand label
448 name "sec:画像ダイアログ"
449
450 \end_inset
451
452
453 \end_layout
454
455 \begin_layout Standard
456 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
457 \family sans
458
459 \begin_inset Info
460 type  "icon"
461 arg   "dialog-show-new-inset graphics"
462 \end_inset
463
464
465 \family default
466 をクリックするか、
467 \family sans
468 挿入\SpecialChar \menuseparator
469 画像
470 \family default
471 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
472 \end_layout
473
474 \begin_layout Standard
475 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
476 \end_layout
477
478 \begin_layout Description
479
480 \family sans
481 画像
482 \family default
483  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
484 \begin_inset CommandInset ref
485 LatexCommand ref
486 reference "cha:LyXで使用できる単位"
487
488 \end_inset
489
490 に説明があります。
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 ず@図 ! のかいてん@---の回転
500 \end_layout
501
502 \end_inset
503
504 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
505 \begin_inset Newline newline
506 \end_inset
507
508
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 ず@図 ! のしんしゅく@---の伸縮
514 \end_layout
515
516 \end_inset
517
518 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
519 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
520 \family sans
521 縦横比を維持する
522 \family default
523 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
524 \begin_inset Newline newline
525 \end_inset
526
527 画像を右クリックすると現れるコンテクストメニューで
528 \family sans
529 外部で編集
530 \family default
531 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
532 ます。
533 \end_layout
534
535 \begin_layout Description
536
537 \family sans
538 切り抜き
539 \family default
540  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
541 \family sans
542 ファイルから取得
543 \family default
544 ボタンを押すことによって、自動的に計算することもできます。
545 \family sans
546 境界枠で切り抜く
547 \family default
548 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
549 \end_layout
550
551 \begin_layout Description
552
553 \family sans
554 LaTeXとLyXのオプション
555 \family default
556  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
557 \family sans
558
559 \begin_inset Newline newline
560 \end_inset
561
562 下書きモード
563 \family default
564 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
565 \family sans
566
567 \begin_inset Newline newline
568 \end_inset
569
570 エクスポートする際に解凍しない
571 \family default
572 オプションは、
573 \emph on
574 x.eps.gz
575 \emph default
576 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
577 ません。
578 \begin_inset Newline newline
579 \end_inset
580
581 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
582 \begin_inset CommandInset ref
583 LatexCommand ref
584 reference "sec:PostScript"
585
586 \end_inset
587
588 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
589 \begin_inset Newline newline
590 \end_inset
591
592
593 \series bold
594 gzip x.eps
595 \series default
596
597 \begin_inset Newline newline
598 \end_inset
599
600
601 \series bold
602 zgrep %%Bounding x.eps.gz > x.eps.bb
603 \series default
604
605 \begin_inset Newline newline
606 \end_inset
607
608 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
609 \begin_inset Newline newline
610 \end_inset
611
612
613 \family sans
614 画像グループ
615 \family default
616 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
617 \begin_inset Index idx
618 status collapsed
619
620 \begin_layout Plain Layout
621 ず@図 ! せっていぐるーぷ@設定グループ
622 \end_layout
623
624 \end_inset
625
626 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
627 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
628 を使用して、望むグループ名をチェックすることで行うこともできます。
629 \end_layout
630
631 \begin_layout Standard
632 \begin_inset VSpace bigskip
633 \end_inset
634
635
636 \end_layout
637
638 \begin_layout Standard
639 下記はEPS書式
640 \begin_inset Foot
641 status collapsed
642
643 \begin_layout Plain Layout
644 画像書式は、第
645 \begin_inset CommandInset ref
646 LatexCommand ref
647 reference "sec:画像形式"
648
649 \end_inset
650
651 節に説明されています。
652 \end_layout
653
654 \end_inset
655
656 の画像の例で、単独の中央揃えの段落に置いてあります。
657 \end_layout
658
659 \begin_layout Standard
660 \align center
661 \begin_inset Graphics
662         filename ../clipart/mobius.eps
663         scale 70
664         scaleBeforeRotation
665         rotateOrigin center
666
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 下記は上と同じ画像ですが、下書きモードのものです。
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename ../clipart/mobius.eps
680         scale 70
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 図フロート
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:図フロート"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 ふろーと@フロート ! ず@図
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 ず@図 ! ふろーと@フロート
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 フロートについての一般的な説明は、第
730 \begin_inset CommandInset ref
731 LatexCommand ref
732 reference "sec:フロートはじめに"
733
734 \end_inset
735
736 節をご覧下さい。
737 \end_layout
738
739 \begin_layout Standard
740 ツールバーボタンの
741 \family sans
742
743 \begin_inset Info
744 type  "icon"
745 arg   "float-insert figure"
746 \end_inset
747
748
749 \family default
750
751 \family sans
752 挿入\SpecialChar \menuseparator
753 フロート\SpecialChar \menuseparator
754
755 \family default
756 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "fig:犠牲のカモノハシ"
760
761 \end_inset
762
763 のようにキャプションの上に置くこともできますし、図
764 \begin_inset CommandInset ref
765 LatexCommand ref
766 reference "fig:エッシャー"
767
768 \end_inset
769
770 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "sec:キャプションの配置"
774
775 \end_inset
776
777 節に述べられています。
778 \end_layout
779
780 \begin_layout Standard
781 \begin_inset Float figure
782 wide false
783 sideways false
784 status open
785
786 \begin_layout Plain Layout
787 \align center
788 \begin_inset Graphics
789         filename ../clipart/platypus.eps
790         width 50col%
791         scaleBeforeRotation
792         rotateOrigin center
793
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Plain Layout
800 \begin_inset Caption Standard
801
802 \begin_layout Plain Layout
803 \begin_inset CommandInset label
804 LatexCommand label
805 name "fig:犠牲のカモノハシ"
806
807 \end_inset
808
809 フロート中の激しく歪んだカモノハシ
810 \end_layout
811
812 \end_inset
813
814
815 \end_layout
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Standard
823 \begin_inset Float figure
824 wide false
825 sideways false
826 status open
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:エッシャー"
835
836 \end_inset
837
838 行ってしまったM.C.エッシャー
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Plain Layout
847 \align center
848 \begin_inset Graphics
849         filename ../clipart/escher-lsd.eps
850         scale 80
851         scaleBeforeRotation
852         rotateOrigin center
853
854 \end_inset
855
856
857 \end_layout
858
859 \end_inset
860
861
862 \end_layout
863
864 \begin_layout Standard
865 \begin_inset Index idx
866 status collapsed
867
868 \begin_layout Plain Layout
869 さんしょう@参照 ! ずへの@図への ---
870 \end_layout
871
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "fig:犠牲のカモノハシ"
878
879 \end_inset
880
881 図と第
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "fig:エッシャー"
885
886 \end_inset
887
888 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
889 \family sans
890 挿入\SpecialChar \menuseparator
891 ラベル
892 \family default
893 メニューかツールバーボタン
894 \begin_inset Info
895 type  "icon"
896 arg   "label-insert"
897 \end_inset
898
899 を使用して、キャプションにラベルを挿入してください。その後、
900 \family sans
901 挿入\SpecialChar \menuseparator
902 相互参照
903 \family default
904 メニューかツールバーボタン
905 \begin_inset Info
906 type  "icon"
907 arg   "dialog-show-new-inset ref"
908 \end_inset
909
910 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
911 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
912 \begin_inset Newline newline
913 \end_inset
914
915 参照は、第
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "sec:フロートの参照"
919
920 \end_inset
921
922 節で詳細に説明されています。
923 \end_layout
924
925 \begin_layout Standard
926 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
927 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
928 \begin_inset CommandInset ref
929 LatexCommand ref
930 reference "fig:歪められた二つの像"
931
932 \end_inset
933
934 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:何かわからない構造"
938
939 \end_inset
940
941 と図
942 \begin_inset CommandInset ref
943 LatexCommand ref
944 reference "fig:カモノハシ"
945
946 \end_inset
947
948 が内部図になります。
949 \end_layout
950
951 \begin_layout Standard
952 \begin_inset Float figure
953 wide false
954 sideways false
955 status open
956
957 \begin_layout Plain Layout
958 \begin_inset space \hfill{}
959 \end_inset
960
961
962 \begin_inset Float figure
963 wide false
964 sideways false
965 status open
966
967 \begin_layout Plain Layout
968 \begin_inset Caption Standard
969
970 \begin_layout Plain Layout
971 \begin_inset CommandInset label
972 LatexCommand label
973 name "fig:何かわからない構造"
974
975 \end_inset
976
977 何かわからない構造
978 \end_layout
979
980 \end_inset
981
982
983 \end_layout
984
985 \begin_layout Plain Layout
986 \begin_inset Graphics
987         filename ../clipart/escher-lsd.eps
988         width 45col%
989         scaleBeforeRotation
990         groupId distorted
991
992 \end_inset
993
994
995 \end_layout
996
997 \end_inset
998
999
1000 \begin_inset space \hfill{}
1001 \end_inset
1002
1003
1004 \begin_inset Float figure
1005 wide false
1006 sideways false
1007 status open
1008
1009 \begin_layout Plain Layout
1010 \begin_inset Caption Standard
1011
1012 \begin_layout Plain Layout
1013 \begin_inset CommandInset label
1014 LatexCommand label
1015 name "fig:カモノハシ"
1016
1017 \end_inset
1018
1019 カモノハシ
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \begin_layout Plain Layout
1028 \begin_inset Graphics
1029         filename ../clipart/platypus.eps
1030         width 45col%
1031         scaleBeforeRotation
1032         groupId distorted
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \end_inset
1040
1041
1042 \begin_inset space \hfill{}
1043 \end_inset
1044
1045
1046 \end_layout
1047
1048 \begin_layout Plain Layout
1049 \begin_inset Caption Standard
1050
1051 \begin_layout Plain Layout
1052 \begin_inset CommandInset label
1053 LatexCommand label
1054 name "fig:歪められた二つの像"
1055
1056 \end_inset
1057
1058 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Standard
1072 \begin_inset Newpage newpage
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Section
1079 画像形式
1080 \begin_inset CommandInset label
1081 LatexCommand label
1082 name "sec:画像形式"
1083
1084 \end_inset
1085
1086
1087 \begin_inset Index idx
1088 status collapsed
1089
1090 \begin_layout Plain Layout
1091 がぞうけいしき@画像形式
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \begin_inset Index idx
1098 status collapsed
1099
1100 \begin_layout Plain Layout
1101 ず@図 ! がぞうけいしき@画像形式
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Standard
1110 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1111 \begin_inset CommandInset ref
1112 LatexCommand ref
1113 reference "cha:ファイル出力形式"
1114
1115 \end_inset
1116
1117 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1118 ウンドで
1119 \family typewriter
1120 ImageMagick
1121 \family default
1122 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1123 用するとよいでしょう。出力ファイル形式は、付録
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "cha:ファイル出力形式"
1127
1128 \end_inset
1129
1130 に説明されています。
1131 \end_layout
1132
1133 \begin_layout Standard
1134 フォントと同じく、画像形式にも以下の二つの型があります。
1135 \end_layout
1136
1137 \begin_layout Description
1138 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1139 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1140 \family typewriter
1141 .gif
1142 \family default
1143 」)
1144 \begin_inset Index idx
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148 GIF|see
1149 \begin_inset ERT
1150 status collapsed
1151
1152 \begin_layout Plain Layout
1153
1154 {
1155 \end_layout
1156
1157 \end_inset
1158
1159 画像書式
1160 \begin_inset ERT
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164
1165 }
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \end_inset
1174
1175 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1176 \family typewriter
1177 .png
1178 \family default
1179 」)
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 PNG|see
1185 \begin_inset ERT
1186 status collapsed
1187
1188 \begin_layout Plain Layout
1189
1190 {
1191 \end_layout
1192
1193 \end_inset
1194
1195 画像書式
1196 \begin_inset ERT
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200
1201 }
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1212 \family typewriter
1213 .jpg
1214 \family default
1215 」または「
1216 \family typewriter
1217 .jpeg
1218 \family default
1219 」)
1220 \begin_inset Index idx
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 JPG|see
1225 \begin_inset ERT
1226 status collapsed
1227
1228 \begin_layout Plain Layout
1229
1230 {
1231 \end_layout
1232
1233 \end_inset
1234
1235 画像書式
1236 \begin_inset ERT
1237 status collapsed
1238
1239 \begin_layout Plain Layout
1240
1241 }
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \end_inset
1250
1251 などがあります。
1252 \end_layout
1253
1254 \begin_layout Description
1255 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1256 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1257 に便利です。
1258 \begin_inset Newline newline
1259 \end_inset
1260
1261 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1262 \family typewriter
1263 .svg
1264 \family default
1265 」)
1266 \begin_inset Index idx
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270 SVG|see
1271 \begin_inset ERT
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275
1276 {
1277 \end_layout
1278
1279 \end_inset
1280
1281 画像書式
1282 \begin_inset ERT
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286
1287 }
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \end_inset
1296
1297 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1298 \family typewriter
1299 .eps
1300 \family default
1301 」)
1302 \begin_inset Index idx
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 EPS|see
1307 \begin_inset ERT
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311
1312 {
1313 \end_layout
1314
1315 \end_inset
1316
1317 画像書式
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 }
1324 \end_layout
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \end_inset
1332
1333 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1334 \family typewriter
1335 .pdf
1336 \family default
1337 」)
1338 \begin_inset Index idx
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342 PDF
1343 \end_layout
1344
1345 \end_inset
1346
1347 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1348 \family typewriter
1349 .wmf
1350 \family default
1351 」)
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 SVG|see
1357 \begin_inset ERT
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361
1362 {
1363 \end_layout
1364
1365 \end_inset
1366
1367 画像書式
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1384 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1385 \begin_inset Foot
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 PDFの場合には、さらに元画像が圧縮されます。
1390 \end_layout
1391
1392 \end_inset
1393
1394 。たとえば、
1395 \family typewriter
1396 Adobe Photoshop
1397 \family default
1398 が生成するPDFファイルは、ビットマップ画像です。
1399 \end_layout
1400
1401 \begin_layout Standard
1402 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1403 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1404 \begin_inset Formula $\to$
1405 \end_inset
1406
1407 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1408 \end_layout
1409
1410 \begin_layout Chapter
1411
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 ひょう@表
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \begin_layout Section
1425 はじめに
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 ひょう@表 ! はじめに
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \begin_layout Standard
1439
1440 \family roman
1441 \series medium
1442 \shape up
1443 \size normal
1444 \emph off
1445 \bar no
1446 \noun off
1447 \color none
1448 表を挿入するには、ツールバーボタ
1449 \family default
1450 \series default
1451 \shape default
1452 \size default
1453 \emph default
1454 \bar default
1455 \noun default
1456 \color inherit
1457
1458 \begin_inset Info
1459 type  "icon"
1460 arg   "tabular-insert"
1461 \end_inset
1462
1463
1464 \family roman
1465 \series medium
1466 \shape up
1467 \size normal
1468 \emph off
1469 \bar no
1470 \noun off
1471 \color none
1472
1473 \family sans
1474 \series default
1475 \shape default
1476 \size default
1477 \emph default
1478 \bar default
1479 \noun default
1480 \color inherit
1481 挿入\SpecialChar \menuseparator
1482
1483 \family default
1484 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1485 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1486 \begin_inset Newline newline
1487 \end_inset
1488
1489 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1490 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1491 \end_layout
1492
1493 \begin_layout Standard
1494 \align center
1495 \begin_inset Tabular
1496 <lyxtabular version="3" rows="4" columns="4">
1497 <features rotate="0" tabularvalignment="middle">
1498 <column alignment="center" valignment="top">
1499 <column alignment="center" valignment="top">
1500 <column alignment="center" valignment="top">
1501 <column alignment="center" valignment="top">
1502 <row>
1503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 1
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 2
1526 \end_layout
1527
1528 \end_inset
1529 </cell>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 3
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 </lyxtabular>
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Section
1662 表ダイアログ
1663 \begin_inset Index idx
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 ひょう@表 ! だいあろぐ@ダイアログ
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Standard
1676
1677 \family roman
1678 \series medium
1679 \shape up
1680 \size normal
1681 \emph off
1682 \bar no
1683 \noun off
1684 \color none
1685 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1686 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1687 \family default
1688 \series default
1689 \shape default
1690 \size default
1691 \emph default
1692 \bar default
1693 \noun default
1694 \color inherit
1695 セルの
1696 \emph on
1697 内容
1698 \emph default
1699 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1700 \begin_inset Newline newline
1701 \end_inset
1702
1703 ダイアログオプションの
1704 \family sans
1705 直ちに適用
1706 \family default
1707 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1708 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1709 \begin_inset Newline newline
1710 \end_inset
1711
1712 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1713 \end_layout
1714
1715 \begin_layout Description
1716
1717 \family sans
1718 表の設定
1719 \family default
1720  ここでは、現在列の幅と水平揃えを設定することができます。
1721 \family sans
1722 小数点で
1723 \family default
1724 とある揃えは、第
1725 \begin_inset CommandInset ref
1726 LatexCommand ref
1727 reference "sub:特殊なセル揃え"
1728
1729 \end_inset
1730
1731 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1732 は、第
1733 \begin_inset CommandInset ref
1734 LatexCommand ref
1735 reference "sub:複数行"
1736
1737 \end_inset
1738
1739 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1740 \begin_inset Newline newline
1741 \end_inset
1742
1743 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1744 \begin_inset CommandInset ref
1745 LatexCommand ref
1746 reference "sub:連結列"
1747
1748 \end_inset
1749
1750 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1751 \begin_inset CommandInset ref
1752 LatexCommand ref
1753 reference "sub:連結行"
1754
1755 \end_inset
1756
1757 節をご参照ください。
1758 \begin_inset Newline newline
1759 \end_inset
1760
1761 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1762 \lang english
1763 For more information see sec.
1764 \begin_inset space \thinspace{}
1765 \end_inset
1766
1767
1768 \lang japanese
1769
1770 \begin_inset CommandInset ref
1771 LatexCommand ref
1772 reference "sec:Rotated-Table-Cells"
1773
1774 \end_inset
1775
1776
1777 \begin_inset Newline newline
1778 \end_inset
1779
1780
1781 \begin_inset Note Greyedout
1782 status open
1783
1784 \begin_layout Plain Layout
1785
1786 \series bold
1787 【註】
1788 \series default
1789 DVIビューアのすべてが回転を表示できるわけではありません。
1790 \end_layout
1791
1792 \end_inset
1793
1794
1795 \begin_inset Newline newline
1796 \end_inset
1797
1798 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1799 \begin_inset Newline newline
1800 \end_inset
1801
1802 各種の揃えを適用した同一行中の表:
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="2" columns="2">
1805 <features rotate="0" tabularvalignment="top">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <column alignment="center" valignment="top">
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 1
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 </row>
1828 <row>
1829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 A
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 </lyxtabular>
1849
1850 \end_inset
1851
1852  
1853 \begin_inset Tabular
1854 <lyxtabular version="3" rows="2" columns="2">
1855 <features rotate="0" tabularvalignment="middle">
1856 <column alignment="center" valignment="top">
1857 <column alignment="center" valignment="top">
1858 <row>
1859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 1
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 </row>
1878 <row>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883 A
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 </lyxtabular>
1899
1900 \end_inset
1901
1902  
1903 \begin_inset Tabular
1904 <lyxtabular version="3" rows="2" columns="2">
1905 <features rotate="0" tabularvalignment="bottom">
1906 <column alignment="center" valignment="top" width="0pt">
1907 <column alignment="center" valignment="top">
1908 <row>
1909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 1
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 </row>
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933 A
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 </lyxtabular>
1949
1950 \end_inset
1951
1952
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1957 \begin_inset CommandInset ref
1958 LatexCommand ref
1959 reference "sub:連結列の計算"
1960
1961 \end_inset
1962
1963 節および第
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "sec:色付きの表"
1967
1968 \end_inset
1969
1970 節をご参照下さい。
1971 \end_layout
1972
1973 \begin_layout Description
1974
1975 \family sans
1976 罫線
1977 \family default
1978  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1979 \begin_inset Newline newline
1980 \end_inset
1981
1982 様式オプションとして
1983 \family sans
1984 フォーマル様式
1985 \family default
1986 を使用すると、第
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sec:フォーマル形式の表"
1990
1991 \end_inset
1992
1993 節に述べられているフォーマル様式の表に表を変換します。
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 またここで、第
1998 \begin_inset CommandInset ref
1999 LatexCommand ref
2000 reference "sub:行の余白取り"
2001
2002 \end_inset
2003
2004 節に述べられているように、表の行に空白を追加することもできます。
2005 \end_layout
2006
2007 \begin_layout Description
2008
2009 \family sans
2010 長尺表
2011 \family default
2012  このタブは、複数のページにわたる、いわゆる「
2013 \emph on
2014 長尺表
2015 \emph default
2016 」を作るためのものです。第
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "sec:長尺表"
2020
2021 \end_inset
2022
2023 節および第
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "sec:長尺表にまつわる諸点"
2027
2028 \end_inset
2029
2030 節に、長尺表の機能に関する詳細な説明があります。
2031 \end_layout
2032
2033 \begin_layout Section
2034 表ツールバー
2035 \begin_inset Index idx
2036 status collapsed
2037
2038 \begin_layout Plain Layout
2039 ひょう@表 ! つーるばー@ツールバー
2040 \end_layout
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2049 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2050 \end_layout
2051
2052 \begin_layout Standard
2053 ツールバーには、以下のアイコンがあります。
2054 \end_layout
2055
2056 \begin_layout Labeling
2057 \labelwidthstring 00.00.0000
2058 \begin_inset Info
2059 type  "icon"
2060 arg   "inset-modify tabular append-row"
2061 \end_inset
2062
2063  は、現在セルあるいは選択範囲の下に行を追加します。
2064 \end_layout
2065
2066 \begin_layout Labeling
2067 \labelwidthstring 00.00.0000
2068 \begin_inset Info
2069 type  "icon"
2070 arg   "inset-modify tabular append-column"
2071 \end_inset
2072
2073  は、現在セルあるいは選択範囲の右に列を追加します。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078 \begin_inset Info
2079 type  "icon"
2080 arg   "inset-modify tabular delete-row"
2081 \end_inset
2082
2083  は、現在行あるいは選択範囲行を削除します。
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088 \begin_inset Info
2089 type  "icon"
2090 arg   "inset-modify tabular delete-column"
2091 \end_inset
2092
2093  は、現在列あるいは選択範囲列を削除します。
2094 \end_layout
2095
2096 \begin_layout Labeling
2097 \labelwidthstring 00.00.0000
2098 \begin_inset Info
2099 type  "icon"
2100 arg   "inset-modify tabular toggle-line-top"
2101 \end_inset
2102
2103  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular toggle-line-bottom"
2111 \end_inset
2112
2113  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2114 \end_layout
2115
2116 \begin_layout Labeling
2117 \labelwidthstring 00.00.0000
2118 \begin_inset Info
2119 type  "icon"
2120 arg   "inset-modify tabular toggle-line-left"
2121 \end_inset
2122
2123  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2124 \end_layout
2125
2126 \begin_layout Labeling
2127 \labelwidthstring 00.00.0000
2128 \begin_inset Info
2129 type  "icon"
2130 arg   "inset-modify tabular toggle-line-right"
2131 \end_inset
2132
2133  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Info
2139 type  "icon"
2140 arg   "inset-modify tabular set-all-lines"
2141 \end_inset
2142
2143  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148 \begin_inset Info
2149 type  "icon"
2150 arg   "inset-modify tabular unset-all-lines"
2151 \end_inset
2152
2153  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2154 \end_layout
2155
2156 \begin_layout Labeling
2157 \labelwidthstring 00.00.0000
2158 \begin_inset Info
2159 type  "icon"
2160 arg   "inset-modify tabular m-align-left"
2161 \end_inset
2162
2163  は、現在セルあるいは現在列の内容を左揃えにします。
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Info
2169 type  "icon"
2170 arg   "inset-modify tabular m-align-center"
2171 \end_inset
2172
2173  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2174 \end_layout
2175
2176 \begin_layout Labeling
2177 \labelwidthstring 00.00.0000
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular m-align-right"
2181 \end_inset
2182
2183  は、現在セルあるいは現在列の内容を右揃えにします。
2184 \end_layout
2185
2186 \begin_layout Labeling
2187 \labelwidthstring 00.00.0000
2188 \begin_inset Info
2189 type  "icon"
2190 arg   "inset-modify tabular align-decimal"
2191 \end_inset
2192
2193  は、現在セルの内容を特定文字位置で揃えます。
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Info
2199 type  "icon"
2200 arg   "inset-modify tabular m-valign-top"
2201 \end_inset
2202
2203  は、現在セルの内容を垂直方向上揃えにします。
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Info
2209 type  "icon"
2210 arg   "inset-modify tabular m-valign-middle"
2211 \end_inset
2212
2213  は、現在セルの内容を垂直方向中央揃えにします。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Info
2219 type  "icon"
2220 arg   "inset-modify tabular m-valign-bottom"
2221 \end_inset
2222
2223  は、現在セルの内容を垂直方向下揃えにします。
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Info
2229 type  "icon"
2230 arg   "inset-modify tabular set-rotate-cell"
2231 \end_inset
2232
2233  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Info
2239 type  "icon"
2240 arg   "inset-modify tabular set-rotate-tabular"
2241 \end_inset
2242
2243  は、表全体を反時計廻りに90度回転します。
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular multicolumn"
2251 \end_inset
2252
2253  は、現在セルあるいは選択範囲を連結列にします。
2254 \end_layout
2255
2256 \begin_layout Labeling
2257 \labelwidthstring 00.00.0000
2258 \begin_inset Info
2259 type  "icon"
2260 arg   "inset-modify tabular multirow"
2261 \end_inset
2262
2263  は、現在セルあるいは選択範囲を連結行にします。
2264 \end_layout
2265
2266 \begin_layout Standard
2267 \begin_inset Note Greyedout
2268 status open
2269
2270 \begin_layout Plain Layout
2271
2272 \series bold
2273 【註】
2274 \series default
2275 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \end_layout
2282
2283 \begin_layout Section
2284 表編集メニュー
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2290 \end_layout
2291
2292 \end_inset
2293
2294
2295 \end_layout
2296
2297 \begin_layout Standard
2298 表ダイアログと表ツールバーの他に、
2299 \family sans
2300 編集\SpecialChar \menuseparator
2301
2302 \family default
2303 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2304 部にあるときのみ、表示されます。
2305 \end_layout
2306
2307 \begin_layout Section
2308 表フロート
2309 \begin_inset CommandInset label
2310 LatexCommand label
2311 name "sec:表フロート"
2312
2313 \end_inset
2314
2315
2316 \begin_inset Index idx
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 ふろーと@フロート ! ひょう@表
2321 \end_layout
2322
2323 \end_inset
2324
2325
2326 \begin_inset Index idx
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330 ひょう@表 ! ふろーと@フロート
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Standard
2339 フロートの一般的な説明については、第
2340 \begin_inset CommandInset ref
2341 LatexCommand ref
2342 reference "sec:フロートはじめに"
2343
2344 \end_inset
2345
2346 節をご覧下さい。
2347 \end_layout
2348
2349 \begin_layout Standard
2350 \begin_inset Float table
2351 placement h
2352 wide false
2353 sideways false
2354 status open
2355
2356 \begin_layout Plain Layout
2357 \begin_inset Caption Standard
2358
2359 \begin_layout Plain Layout
2360 \begin_inset CommandInset label
2361 LatexCommand label
2362 name "tab:表フロート"
2363
2364 \end_inset
2365
2366 表フロート
2367 \end_layout
2368
2369 \end_inset
2370
2371
2372 \end_layout
2373
2374 \begin_layout Plain Layout
2375 \align center
2376 \begin_inset Tabular
2377 <lyxtabular version="3" rows="3" columns="3">
2378 <features rotate="0" tabularvalignment="middle">
2379 <column alignment="center" valignment="top" width="0pt">
2380 <column alignment="center" valignment="top" width="0pt">
2381 <column alignment="center" valignment="top" width="0pt">
2382 <row>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \family roman
2389 \series medium
2390 \shape up
2391 \size normal
2392 \emph off
2393 \bar no
2394 \noun off
2395 \color none
2396 1
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405
2406 \family roman
2407 \series medium
2408 \shape up
2409 \size normal
2410 \emph off
2411 \bar no
2412 \noun off
2413 \color none
2414 2
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Plain Layout
2423
2424 \family roman
2425 \series medium
2426 \shape up
2427 \size normal
2428 \emph off
2429 \bar no
2430 \noun off
2431 \color none
2432 3
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443 森嶋
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Plain Layout
2452 宇沢
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461 二階堂
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 </row>
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \family roman
2474 \series medium
2475 \shape up
2476 \size normal
2477 \emph off
2478 \bar no
2479 \noun off
2480 \color none
2481 \begin_inset Formula $\int x^{2}dx$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493
2494 \family roman
2495 \series medium
2496 \shape up
2497 \size normal
2498 \emph off
2499 \bar no
2500 \noun off
2501 \color none
2502 \begin_inset Formula $\left[\begin{array}{cc}
2503 a & b\\
2504 c & d
2505 \end{array}\right]$
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \family roman
2519 \series medium
2520 \shape up
2521 \size normal
2522 \emph off
2523 \bar no
2524 \noun off
2525 \color none
2526 \begin_inset Formula $1+1=2$
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 </row>
2535 </lyxtabular>
2536
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 表フロートは、
2549 \family sans
2550 挿入
2551 \shape up
2552 \SpecialChar \menuseparator
2553 フロート\SpecialChar \menuseparator
2554
2555 \family default
2556 \shape default
2557 メニューかツールバーボタン
2558 \family sans
2559
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "float-insert table"
2563 \end_inset
2564
2565
2566 \family default
2567 を使うと挿入することができます。
2568 \end_layout
2569
2570 \begin_layout Standard
2571 フロートは折りたたむことのできるボックスとして表示され、中には「表
2572 \begin_inset space ~
2573 \end_inset
2574
2575 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2576 \end_layout
2577
2578 \begin_layout Standard
2579
2580 \begin_inset space ~
2581 \end_inset
2582
2583
2584 \begin_inset CommandInset ref
2585 LatexCommand ref
2586 reference "tab:表フロート"
2587
2588 \end_inset
2589
2590 は、表フロートに入れた表の例です。
2591 \end_layout
2592
2593 \begin_layout Standard
2594 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2595 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2596 eXパッケージの
2597 \series bold
2598 caption
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2606 \end_layout
2607
2608 \end_inset
2609
2610
2611 \end_layout
2612
2613 \begin_layout Standard
2614
2615 \series bold
2616 tableposition=top
2617 \end_layout
2618
2619 \begin_layout Standard
2620 というオプションとともにloadコマンドを使って読み込んでください
2621 \begin_inset Foot
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 詳しくは、第
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:キャプションの配置"
2629
2630 \end_inset
2631
2632 節をご覧下さい。
2633 \end_layout
2634
2635 \end_inset
2636
2637 。キャプション書式を調整するには、第
2638 \begin_inset CommandInset ref
2639 LatexCommand ref
2640 reference "sec:キャプションの書式設定"
2641
2642 \end_inset
2643
2644 節にものべられているように
2645 \series bold
2646 caption
2647 \series default
2648 パッケージを使用します。
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 さんしょう@参照 ! ひょうへの@表への
2657 \end_layout
2658
2659 \end_inset
2660
2661 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2662 \family sans
2663 挿入\SpecialChar \menuseparator
2664 ラベル
2665 \family default
2666 メニューかツールバーボタンの
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "label-insert"
2670 \end_inset
2671
2672 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2673 相互参照メニューかツールバーボタンの
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "dialog-show-new-inset ref"
2677 \end_inset
2678
2679 を用いて、このラベルを参照することができます。
2680 \begin_inset Newline newline
2681 \end_inset
2682
2683 参照は、第
2684 \begin_inset CommandInset ref
2685 LatexCommand ref
2686 reference "sec:フロートの参照"
2687
2688 \end_inset
2689
2690 節で詳細に説明されています。
2691 \end_layout
2692
2693 \begin_layout Section
2694 長尺表
2695 \begin_inset CommandInset label
2696 LatexCommand label
2697 name "sec:長尺表"
2698
2699 \end_inset
2700
2701
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 ちょうしゃくひょう@長尺表
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 ひょう@表 ! ちょうしゃくひょう@長尺表
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2726 \family sans
2727 長尺表
2728 \family default
2729 タブにある
2730 \family sans
2731 長尺表を使う
2732 \family default
2733 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2734 することができるようになります。
2735 \end_layout
2736
2737 \begin_layout Description
2738 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2739 \family roman
2740 \series medium
2741 \shape up
2742 \size normal
2743 \emph off
2744 \bar no
2745 \noun off
2746 \color none
2747 ただし、
2748 \family sans
2749 \series default
2750 \shape default
2751 \size default
2752 \emph default
2753 \bar default
2754 \noun default
2755 \color inherit
2756 冒頭ヘッダ
2757 \family roman
2758 \series medium
2759 \shape up
2760 \size normal
2761 \emph off
2762 \bar no
2763 \noun off
2764 \color none
2765 が定義されているときは、冒頭ページを除きます。
2766 \family default
2767 \series default
2768 \shape default
2769 \size default
2770 \emph default
2771 \bar default
2772 \noun default
2773 \color inherit
2774 これと区別して、このヘッダは本体ヘッダと呼びます。
2775 \end_layout
2776
2777 \begin_layout Description
2778 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2779 \end_layout
2780
2781 \begin_layout Description
2782 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2783 \family roman
2784 \series medium
2785 \shape up
2786 \size normal
2787 \emph off
2788 \bar no
2789 \noun off
2790 \color none
2791 ただし、
2792 \family sans
2793 \series default
2794 \shape default
2795 \size default
2796 \emph default
2797 \bar default
2798 \noun default
2799 \color inherit
2800 末尾フッタ
2801 \family roman
2802 \series medium
2803 \shape up
2804 \size normal
2805 \emph off
2806 \bar no
2807 \noun off
2808 \color none
2809 が定義されているときは、末尾ページを除きます。
2810 \end_layout
2811
2812 \begin_layout Description
2813 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2814 \end_layout
2815
2816 \begin_layout Description
2817 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2818 \begin_inset CommandInset ref
2819 LatexCommand ref
2820 reference "sub:長尺表のキャプション"
2821
2822 \end_inset
2823
2824 節で説明されています。
2825 \end_layout
2826
2827 \begin_layout Standard
2828 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2829 \end_layout
2830
2831 \begin_layout Standard
2832 \align center
2833 \begin_inset Tabular
2834 <lyxtabular version="3" rows="69" columns="3">
2835 <features rotate="0" islongtable="true" longtabularalignment="center">
2836 <column alignment="left" valignment="top" width="0cm">
2837 <column alignment="left" valignment="top" width="0pt">
2838 <column alignment="center" valignment="top" width="0pt">
2839 <row endfirsthead="true">
2840 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844
2845 \series bold
2846 例示用電話帳(名前は無視してください)
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 <row endfirsthead="true">
2871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875 氏名
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \series bold
2895 TEL.
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row endhead="true">
2902 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \series bold
2908 例示用電話帳
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 </row>
2932 <row endhead="true">
2933 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 氏名
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \series bold
2957 TEL.
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 </row>
2963 <row endfoot="true">
2964 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968 次頁へつづく
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 </row>
2992 <row>
2993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \series bold
2999 Annovi
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 Silvia
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 111
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 </row>
3023 <row>
3024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028
3029 \series bold
3030 Bertoli
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 Stefano
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 111
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 </row>
3054 <row>
3055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \series bold
3061 Bozzi
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell alignment="center" valignment="top" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070 Walter
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079 111
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 </row>
3085 <row>
3086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \series bold
3092 Cachia
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Maria
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110 111
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \series bold
3123 Cachia
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132 Maurizio
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 111
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 </row>
3147 <row>
3148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \series bold
3154 Cinquemani
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163 Giusi
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172 111
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row>
3179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \series bold
3185 Colin
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 Bernard
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 111
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \series bold
3216 Concli
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 Gianfranco
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 111
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 <row>
3241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 Dal Bosco
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 Carolina
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 111
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \series bold
3278 Dalpiaz
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 Annamaria
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 111
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \series bold
3309 Feliciello
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Domenico
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 111
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Focarelli
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Paola
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 111
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Galletti
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Oreste
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 111
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row>
3396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 Gasparini
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Franca
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 111
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Rizzardi
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Paola
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Lassini
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Giancarlo
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Malfatti
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Luciano
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Malfatti
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Valeriano
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Meneguzzo
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Roberto
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Mezzadra
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Roberto
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Pirpamer
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Erich
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Pochiesa
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Paolo
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111, 222
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Radina
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Claudio
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Stuffer
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Oskar
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Tacchelli
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Ugo
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Tezzele
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Margit
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Unterkalmsteiner
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Frieda
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Vieider
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Hilde
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Vigna
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Jürgen
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Weber
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Maurizio
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Winkler
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Franz
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958  
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Annovi
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Silvia
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 555
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Bertoli
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Stefano
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 555
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Bozzi
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Walter
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 555
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Cachia
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Maria
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 555
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Cachia
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Maurizio
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 555
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Cinquemani
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Giusi
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 555
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Colin
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Bernard
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 555
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Concli
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Gianfranco
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 555
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Dal Bosco
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Carolina
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 555
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Dalpiaz
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Annamaria
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 555
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Feliciello
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Domenico
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 555
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Focarelli
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Paola
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 555
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Galletti
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Oreste
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 555
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Gasparini
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Franca
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 555
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Rizzardi
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Paola
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Lassini
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Giancarlo
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Malfatti
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Luciano
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Malfatti
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Valeriano
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Meneguzzo
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Roberto
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Mezzadra
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Roberto
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Pirpamer
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Erich
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Pochiesa
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Paolo
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555, 222
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Radina
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Claudio
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Stuffer
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Oskar
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Tacchelli
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Ugo
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Tezzele
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Margit
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Unterkalmsteiner
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Frieda
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Vieider
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Hilde
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Vigna
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Jürgen
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 999
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Weber
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Maurizio
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Winkler
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Franz
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row endlastfoot="true">
4944 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 以上
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 </lyxtabular>
4973
4974 \end_inset
4975
4976
4977 \begin_inset ERT
4978 status collapsed
4979
4980 \begin_layout Plain Layout
4981
4982
4983 \backslash
4984 addtocounter{table}{-1}
4985 \end_layout
4986
4987 \end_inset
4988
4989
4990 \begin_inset Note Note
4991 status collapsed
4992
4993 \begin_layout Plain Layout
4994 本コマンドの説明については、第
4995 \begin_inset CommandInset ref
4996 LatexCommand ref
4997 reference "sub:長尺表のキャプション"
4998
4999 \end_inset
5000
5001 節の最初の淡色注釈をご覧下さい。
5002 \end_layout
5003
5004 \end_inset
5005
5006
5007 \end_layout
5008
5009 \begin_layout Subsection
5010 長尺表での脚注
5011 \begin_inset CommandInset label
5012 LatexCommand label
5013 name "sub:長尺表での脚注"
5014
5015 \end_inset
5016
5017
5018 \begin_inset Index idx
5019 status collapsed
5020
5021 \begin_layout Plain Layout
5022 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5023 \end_layout
5024
5025 \end_inset
5026
5027
5028 \end_layout
5029
5030 \begin_layout Standard
5031 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5032 \begin_inset CommandInset ref
5033 LatexCommand ref
5034 reference "tab:別キャプション"
5035
5036 \end_inset
5037
5038 には脚注が付いています。
5039 \end_layout
5040
5041 \begin_layout Subsection
5042 長尺表の縦横揃え
5043 \begin_inset Index idx
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5048 \end_layout
5049
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \begin_layout Standard
5056 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5057 設定してから
5058 \end_layout
5059
5060 \begin_layout Standard
5061
5062 \series bold
5063
5064 \backslash
5065 setlength{
5066 \backslash
5067 LTleft}{値}
5068 \end_layout
5069
5070 \begin_layout Standard
5071 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5072 \series bold
5073
5074 \backslash
5075 LTleft
5076 \series default
5077 および
5078 \series bold
5079
5080 \backslash
5081 LTright
5082 \series default
5083 の値を変更しなくてはなりません。ここで「値」は、第
5084 \begin_inset CommandInset ref
5085 LatexCommand ref
5086 reference "tab:単位"
5087
5088 \end_inset
5089
5090 表に挙げてある単位であれば、どの単位を取ることもできます。
5091 \series bold
5092
5093 \backslash
5094 LTleft
5095 \series default
5096 は、左頁余白から長尺表までの水平方向の距離を制御し、
5097 \series bold
5098
5099 \backslash
5100 LTright
5101 \series default
5102 は、右頁余白からの距離を制御します。これらの長さの既定値は
5103 \series bold
5104
5105 \backslash
5106 fill
5107 \series default
5108 となっており、LyXの水平フィルと同等になっています。
5109 \end_layout
5110
5111 \begin_layout Standard
5112 以下の長尺表は、中央揃えの上、
5113 \series bold
5114
5115 \backslash
5116 LTleft
5117 \series default
5118
5119 \family sans
5120 0.1
5121 \backslash
5122 columnwidth
5123 \family default
5124 に設定してあります。
5125 \begin_inset ERT
5126 status collapsed
5127
5128 \begin_layout Plain Layout
5129
5130
5131 \backslash
5132 setlength{
5133 \backslash
5134 LTleft}{0.1
5135 \backslash
5136 columnwidth}
5137 \end_layout
5138
5139 \end_inset
5140
5141
5142 \end_layout
5143
5144 \begin_layout Standard
5145 \begin_inset Tabular
5146 <lyxtabular version="3" rows="5" columns="5">
5147 <features rotate="0" islongtable="true" longtabularalignment="center">
5148 <column alignment="center" valignment="top">
5149 <column alignment="center" valignment="top">
5150 <column alignment="center" valignment="top">
5151 <column alignment="center" valignment="top">
5152 <column alignment="center" valignment="top">
5153 <row>
5154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 1
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 2
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 3
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 4
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 5
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 </row>
5200 <row>
5201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 いろは
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 いろは
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 いろは
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 いろは
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 いろは
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 いろは
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 いろは
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 いろは
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 いろは
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 いろは
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 いろは
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 </lyxtabular>
5389
5390 \end_inset
5391
5392
5393 \begin_inset ERT
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397
5398
5399 \backslash
5400 setlength{
5401 \backslash
5402 LTleft}{
5403 \backslash
5404 fill}
5405 \end_layout
5406
5407 \end_inset
5408
5409
5410 \begin_inset ERT
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414
5415
5416 \backslash
5417 addtocounter{table}{-1}
5418 \end_layout
5419
5420 \end_inset
5421
5422
5423 \begin_inset Note Note
5424 status collapsed
5425
5426 \begin_layout Plain Layout
5427 このコマンドの説明に関しては、第
5428 \begin_inset CommandInset ref
5429 LatexCommand ref
5430 reference "sub:長尺表のキャプション"
5431
5432 \end_inset
5433
5434 節の最初の淡色注釈をご覧下さい。
5435 \end_layout
5436
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \begin_layout Subsection
5443 長尺表のキャプション
5444 \begin_inset Index idx
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5449 \end_layout
5450
5451 \end_inset
5452
5453
5454 \begin_inset CommandInset label
5455 LatexCommand label
5456 name "sub:長尺表のキャプション"
5457
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \begin_layout Standard
5464 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5465 \begin_inset CommandInset ref
5466 LatexCommand ref
5467 reference "sec:長尺表"
5468
5469 \end_inset
5470
5471 節に述べられているように、ある行で長尺表オプションの
5472 \family sans
5473 キャプション
5474 \family default
5475 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、冒頭ヘッダ・ヘッダ・フッタ・末尾フッタのいずれかに入れなくてはなりま
5476 せん。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5477 \end_layout
5478
5479 \begin_layout Standard
5480 以下は、動作を確認するための短い長尺表です。
5481 \end_layout
5482
5483 \begin_layout Standard
5484 \begin_inset Tabular
5485 <lyxtabular version="3" rows="6" columns="5">
5486 <features rotate="0" islongtable="true" longtabularalignment="center">
5487 <column alignment="center" valignment="top">
5488 <column alignment="center" valignment="top">
5489 <column alignment="center" valignment="top">
5490 <column alignment="center" valignment="top">
5491 <column alignment="center" valignment="top">
5492 <row endfirsthead="true" caption="true">
5493 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Caption Standard
5498
5499 \begin_layout Plain Layout
5500 キャプション付き長尺表
5501 \begin_inset Argument 1
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 長尺表
5506 \end_layout
5507
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 1
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 2
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 3
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 4
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 5
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 いろは
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 いろは
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 いろは
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 いろは
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 いろは
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 いろは
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 </row>
5745 <row>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 いろは
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 いろは
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 いろは
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 いろは
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 いろは
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 </lyxtabular>
5793
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \begin_layout Standard
5800 \begin_inset VSpace medskip
5801 \end_inset
5802
5803
5804 \begin_inset Note Greyedout
5805 status open
5806
5807 \begin_layout Plain Layout
5808
5809 \series bold
5810 【註1】
5811 \series default
5812 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5813 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5814 \end_layout
5815
5816 \begin_layout Plain Layout
5817
5818 \series bold
5819
5820 \backslash
5821 addtocounter{table}{-1}
5822 \end_layout
5823
5824 \begin_layout Plain Layout
5825 というコマンドを挿入する方法があります。
5826 \end_layout
5827
5828 \begin_layout Plain Layout
5829 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5830 \end_layout
5831
5832 \begin_layout Plain Layout
5833
5834 \series bold
5835
5836 \backslash
5837 let
5838 \backslash
5839 myEnd
5840 \backslash
5841 endlongtable
5842 \begin_inset Newline newline
5843 \end_inset
5844
5845
5846 \backslash
5847 renewcommand{
5848 \backslash
5849 endlongtable}{
5850 \backslash
5851 myEnd
5852 \backslash
5853 addtocounter{table}{-1}}
5854 \end_layout
5855
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \begin_layout Standard
5862 \begin_inset Note Greyedout
5863 status open
5864
5865 \begin_layout Plain Layout
5866
5867 \series bold
5868 【註2】
5869 \series default
5870 相互参照をリンクするために、
5871 \family sans
5872 文書設定
5873 \family default
5874 ダイアログの
5875 \family sans
5876 PDF特性
5877 \family default
5878
5879 \series bold
5880 hyperref
5881 \series default
5882
5883 \begin_inset Index idx
5884 status collapsed
5885
5886 \begin_layout Plain Layout
5887 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5888 \end_layout
5889
5890 \end_inset
5891
5892 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5893 \end_layout
5894
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \begin_layout Subsubsection
5901 長尺表への参照
5902 \begin_inset Index idx
5903 status collapsed
5904
5905 \begin_layout Plain Layout
5906 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \begin_layout Standard
5915 \begin_inset Tabular
5916 <lyxtabular version="3" rows="6" columns="5">
5917 <features rotate="0" islongtable="true" longtabularalignment="center">
5918 <column alignment="center" valignment="top">
5919 <column alignment="center" valignment="top">
5920 <column alignment="center" valignment="top">
5921 <column alignment="center" valignment="top">
5922 <column alignment="center" valignment="top">
5923 <row endfirsthead="true" caption="true">
5924 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 \begin_inset Caption Standard
5929
5930 \begin_layout Plain Layout
5931 参照された長尺表
5932 \begin_inset CommandInset label
5933 LatexCommand label
5934 name "tab:参照例"
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \end_inset
5942
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 </row>
5985 <row>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 1
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 2
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 3
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 4
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 5
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 </row>
6032 <row>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 いろは
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 いろは
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 </row>
6079 <row>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 いろは
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 いろは
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 いろは
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 いろは
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 いろは
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 いろは
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 いろは
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 いろは
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 いろは
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 </lyxtabular>
6221
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \begin_layout Standard
6228 長尺表を参照するには、キャプションにラベルを挿入してください。
6229 \end_layout
6230
6231 \begin_layout Standard
6232 これは表
6233 \begin_inset CommandInset ref
6234 LatexCommand ref
6235 reference "tab:参照例"
6236
6237 \end_inset
6238
6239 への参照です。
6240 \end_layout
6241
6242 \begin_layout Standard
6243 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6244 \series bold
6245 caption
6246 \series default
6247
6248 \begin_inset Index idx
6249 status collapsed
6250
6251 \begin_layout Plain Layout
6252 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6253 \end_layout
6254
6255 \end_inset
6256
6257 を使用して設定することができます。第
6258 \begin_inset CommandInset ref
6259 LatexCommand ref
6260 reference "sec:キャプションの書式設定"
6261
6262 \end_inset
6263
6264 節をご覧下さい。
6265 \end_layout
6266
6267 \begin_layout Subsubsection
6268 キャプションの幅
6269 \begin_inset Index idx
6270 status collapsed
6271
6272 \begin_layout Plain Layout
6273 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6274 \end_layout
6275
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \begin_layout Standard
6282 キャプション行の最大長は、長さ
6283 \series bold
6284
6285 \backslash
6286 LTcapwidth
6287 \series default
6288 によって指定することができます。既定値は4
6289 \begin_inset space \thinspace{}
6290 \end_inset
6291
6292 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6293 \end_layout
6294
6295 \begin_layout Standard
6296
6297 \series bold
6298
6299 \backslash
6300 setlength{
6301 \backslash
6302 LTcapwidth}{幅}
6303 \end_layout
6304
6305 \begin_layout Standard
6306 というコマンドを書き加えて下さい。ここで「幅」には、付録
6307 \begin_inset CommandInset ref
6308 LatexCommand ref
6309 reference "cha:LyXで使用できる単位"
6310
6311 \end_inset
6312
6313 に挙げられている単位を取ることができます。
6314 \end_layout
6315
6316 \begin_layout Standard
6317 以下の各表で違いを示します。
6318 \end_layout
6319
6320 \begin_layout Standard
6321 \begin_inset Tabular
6322 <lyxtabular version="3" rows="6" columns="5">
6323 <features rotate="0" islongtable="true" longtabularalignment="center">
6324 <column alignment="center" valignment="top">
6325 <column alignment="center" valignment="top">
6326 <column alignment="center" valignment="top">
6327 <column alignment="center" valignment="top">
6328 <column alignment="center" valignment="top">
6329 <row endfirsthead="true" caption="true">
6330 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 \begin_inset Caption Standard
6335
6336 \begin_layout Plain Layout
6337 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6338 \begin_inset Argument 1
6339 status collapsed
6340
6341 \begin_layout Plain Layout
6342 既定幅のキャプション
6343 \end_layout
6344
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \end_inset
6351
6352
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 1
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 2
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 3
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 4
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 5
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 いろは
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 いろは
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 </row>
6488 <row>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 いろは
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 いろは
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 いろは
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 いろは
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 いろは
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 いろは
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 いろは
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 いろは
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 いろは
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 </lyxtabular>
6630
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \begin_layout Standard
6637 \begin_inset ERT
6638 status collapsed
6639
6640 \begin_layout Plain Layout
6641
6642
6643 \backslash
6644 setlength{
6645 \backslash
6646 LTcapwidth}{5cm}
6647 \end_layout
6648
6649 \end_inset
6650
6651
6652 \begin_inset Tabular
6653 <lyxtabular version="3" rows="6" columns="5">
6654 <features rotate="0" islongtable="true" longtabularalignment="center">
6655 <column alignment="center" valignment="top">
6656 <column alignment="center" valignment="top">
6657 <column alignment="center" valignment="top">
6658 <column alignment="center" valignment="top">
6659 <column alignment="center" valignment="top">
6660 <row endfirsthead="true" caption="true">
6661 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 \begin_inset Caption Standard
6666
6667 \begin_layout Plain Layout
6668 5
6669 \begin_inset space \thinspace{}
6670 \end_inset
6671
6672 cm幅のなが〜いフルタイトル・5
6673 \begin_inset space \thinspace{}
6674 \end_inset
6675
6676 cm幅のなが〜いフルタイトル・5
6677 \begin_inset space \thinspace{}
6678 \end_inset
6679
6680 cm幅のなが〜いフルタイトル
6681 \begin_inset Argument 1
6682 status collapsed
6683
6684 \begin_layout Plain Layout
6685 5
6686 \begin_inset space \thinspace{}
6687 \end_inset
6688
6689 cm幅のキャプション
6690 \end_layout
6691
6692 \end_inset
6693
6694
6695 \end_layout
6696
6697 \end_inset
6698
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 1
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 2
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 3
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 4
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 5
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 </row>
6788 <row>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 いろは
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 いろは
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 </row>
6835 <row>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 いろは
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 いろは
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 いろは
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 いろは
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 いろは
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 いろは
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 いろは
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 いろは
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 いろは
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 </lyxtabular>
6977
6978 \end_inset
6979
6980
6981 \end_layout
6982
6983 \begin_layout Standard
6984 \begin_inset ERT
6985 status collapsed
6986
6987 \begin_layout Plain Layout
6988
6989
6990 \backslash
6991 setlength{
6992 \backslash
6993 LTcapwidth}{4in}
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \begin_layout Standard
7002 \begin_inset Note Greyedout
7003 status open
7004
7005 \begin_layout Plain Layout
7006
7007 \series bold
7008 【註】
7009 \series default
7010 この文書のようにLaTeXパッケージの
7011 \series bold
7012 caption
7013 \series default
7014
7015 \begin_inset Index idx
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7020 \end_layout
7021
7022 \end_inset
7023
7024 を使用している時には、
7025 \series bold
7026
7027 \backslash
7028 LTcapwidth
7029 \series default
7030 に既定値の4
7031 \begin_inset space \thinspace{}
7032 \end_inset
7033
7034 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7035 \begin_inset space \thinspace{}
7036 \end_inset
7037
7038 in幅のキャプションを作るには、3.99
7039 \begin_inset space \thinspace{}
7040 \end_inset
7041
7042 inのように4.0
7043 \begin_inset space \thinspace{}
7044 \end_inset
7045
7046 inと少し違う値を指定するか、
7047 \series bold
7048 caption
7049 \series default
7050 パッケージが提供している
7051 \series bold
7052
7053 \backslash
7054 captionsetup{width=値}
7055 \series default
7056 というLaTeXコマンドを用いる方法があります。
7057 \end_layout
7058
7059 \end_inset
7060
7061
7062 \end_layout
7063
7064 \begin_layout Subsubsection
7065 表の各ページごとに異なるキャプション
7066 \begin_inset Index idx
7067 status collapsed
7068
7069 \begin_layout Plain Layout
7070 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7071 \end_layout
7072
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \begin_layout Standard
7079 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7080 \end_layout
7081
7082 \begin_layout Standard
7083
7084 \series bold
7085
7086 \backslash
7087 caption*{キャプション文}
7088 \backslash
7089
7090 \backslash
7091 %
7092 \end_layout
7093
7094 \begin_layout Standard
7095 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7096 \begin_inset CommandInset ref
7097 LatexCommand ref
7098 reference "tab:別キャプション"
7099
7100 \end_inset
7101
7102 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7103 \end_layout
7104
7105 \begin_layout Standard
7106 \align center
7107 \begin_inset Tabular
7108 <lyxtabular version="3" rows="59" columns="3">
7109 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7110 <column alignment="left" valignment="top" width="0cm">
7111 <column alignment="left" valignment="top" width="0pt">
7112 <column alignment="center" valignment="top" width="0pt">
7113 <row endfirsthead="true" caption="true">
7114 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 \begin_inset Caption Standard
7119
7120 \begin_layout Plain Layout
7121 例示用電話帳
7122 \begin_inset CommandInset label
7123 LatexCommand label
7124 name "tab:別キャプション"
7125
7126 \end_inset
7127
7128
7129 \begin_inset Argument 1
7130 status collapsed
7131
7132 \begin_layout Plain Layout
7133 例示用電話帳
7134 \end_layout
7135
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 </row>
7167 <row endfirsthead="true">
7168 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172
7173 \series bold
7174 例示用電話帳(名前は無視の事)
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 </row>
7198 <row endfirsthead="true">
7199 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203
7204 \series bold
7205 氏名
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \series bold
7225 TEL.
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 </row>
7231 <row endhead="true">
7232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 caption*{例示用電話帳の続き}
7244 \backslash
7245
7246 \backslash
7247 %
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row endhead="true">
7277 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281
7282 \series bold
7283 例示用電話帳
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 <row endhead="true">
7308 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312
7313 \series bold
7314 氏名
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \series bold
7334 TEL.
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row endfoot="true">
7341 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 次頁に続く
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 <row>
7370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374
7375 \series bold
7376 Annovi
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 Silvia
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 111
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 </row>
7400 <row>
7401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405
7406 \series bold
7407 Bertoli
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 Stefano
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 111
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436
7437 \series bold
7438 Bozzi
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 Walter
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 111
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row>
7463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467
7468 \series bold
7469 Cachia
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 Maria
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 111
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 </row>
7493 <row>
7494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \series bold
7500 Cachia
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 Maurizio
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 111
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row>
7525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \series bold
7531 Cinquemani
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 Giusi
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 111
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \series bold
7562 Colin
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 Bernard
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 111
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 </row>
7586 <row>
7587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591
7592 \series bold
7593 Concli
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 Gianfranco
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 111
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \series bold
7624 Dal Bosco
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 Carolina
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 111
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row>
7649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \series bold
7655 Dalpiaz
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 Annamaria
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 111
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 <row>
7680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \series bold
7686 Feliciello
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 Domenico
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 111
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \series bold
7717 Focarelli
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 Paola
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 111
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \series bold
7748 Galletti
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 Oreste
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 111
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row>
7773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \series bold
7779 Gasparini
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 Franca
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 111
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row>
7804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \series bold
7810 Rizzardi
7811 \series default
7812
7813 \begin_inset Foot
7814 status collapsed
7815
7816 \begin_layout Plain Layout
7817 例示用脚注
7818 \end_layout
7819
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Paola
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Lassini
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Giancarlo
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Malfatti
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Luciano
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Malfatti
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Valeriano
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Meneguzzo
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Roberto
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Mezzadra
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Roberto
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Pirpamer
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Erich
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Pochiesa
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Paolo
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111, 222
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Radina
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Claudio
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Stuffer
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Oskar
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Tacchelli
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Ugo
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Tezzele
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Margit
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Unterkalmsteiner
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Frieda
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Vieider
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Hilde
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Vigna
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Jürgen
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Weber
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Maurizio
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Winkler
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Franz
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347  
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \series bold
8378 Annovi
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Silvia
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 555
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \series bold
8409 Bertoli
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Stefano
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 555
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Bozzi
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Walter
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 555
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Cachia
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Maria
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 555
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Cachia
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Maurizio
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 555
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Cinquemani
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Giusi
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 555
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Colin
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Bernard
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 555
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Concli
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Gianfranco
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 555
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Dal Bosco
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Carolina
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 555
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Dalpiaz
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Annamaria
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 555
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Feliciello
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Domenico
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 555
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Focarelli
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Paola
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 555
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Galletti
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Oreste
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 555
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Gasparini
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Franca
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 555
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \series bold
8812 Rizzardi
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Paola
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 555
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Lassini
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Giancarlo
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 555
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Malfatti
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Luciano
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 555
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Malfatti
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Valeriano
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 555
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \series bold
8936 Meneguzzo
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 Roberto
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 555
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Mezzadra
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Roberto
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 555
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 </lyxtabular>
8992
8993 \end_inset
8994
8995
8996 \end_layout
8997
8998 \begin_layout Section
8999 長尺表にまつわる諸点
9000 \begin_inset CommandInset label
9001 LatexCommand label
9002 name "sec:長尺表にまつわる諸点"
9003
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \begin_layout Subsection
9010 長尺表の計算
9011 \begin_inset Index idx
9012 status collapsed
9013
9014 \begin_layout Plain Layout
9015 ちょうしゃくひょう@長尺表 ! けいさん@計算
9016 \end_layout
9017
9018 \end_inset
9019
9020
9021 \end_layout
9022
9023 \begin_layout Standard
9024 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9025 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9026 \end_layout
9027
9028 \begin_layout Standard
9029
9030 \series bold
9031
9032 \backslash
9033 setcounter{LTchunksize}{100}
9034 \end_layout
9035
9036 \begin_layout Standard
9037 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9038 \end_layout
9039
9040 \begin_layout Subsection
9041 フロートと長尺表
9042 \begin_inset Index idx
9043 status collapsed
9044
9045 \begin_layout Plain Layout
9046 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9047 \end_layout
9048
9049 \end_inset
9050
9051
9052 \end_layout
9053
9054 \begin_layout Standard
9055 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9056 \series bold
9057
9058 \backslash
9059 clearpage
9060 \series default
9061 コマンドを長尺表の前にTeXコードとして書き加えてください。
9062 \end_layout
9063
9064 \begin_layout Subsection
9065 強制改頁
9066 \begin_inset Index idx
9067 status collapsed
9068
9069 \begin_layout Plain Layout
9070 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9071 \end_layout
9072
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \begin_layout Standard
9079 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9080 ド「
9081 \series bold
9082
9083 \backslash
9084
9085 \backslash
9086
9087 \series default
9088 」を挿入します。
9089 \series bold
9090
9091 \backslash
9092
9093 \backslash
9094
9095 \series default
9096 コマンドの前には、現セルよりも右にある列数と同じ数の「
9097 \series bold
9098 &
9099 \series default
9100 」文字を、TeXコードで挿入してやる必要があります。この
9101 \series bold
9102 &
9103 \series default
9104 は、表セルの区切り文字です。各
9105 \series bold
9106 &
9107 \series default
9108 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9109 \begin_inset Newline newline
9110 \end_inset
9111
9112
9113 \series bold
9114
9115 \backslash
9116
9117 \backslash
9118
9119 \series default
9120 コマンドの後ろには、現在列の左側にある列数と同じ数の
9121 \series bold
9122 &
9123 \series default
9124 文字を挿入してください。表
9125 \begin_inset CommandInset ref
9126 LatexCommand ref
9127 reference "tab:強制改頁"
9128
9129 \end_inset
9130
9131 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9132 \end_layout
9133
9134 \begin_layout Standard
9135
9136 \series bold
9137 & 111
9138 \backslash
9139
9140 \backslash
9141  
9142 \backslash
9143 newpage
9144 \begin_inset Newline newline
9145 \end_inset
9146
9147 &
9148 \end_layout
9149
9150 \begin_layout Standard
9151 というコマンドが、セル中「
9152 \emph on
9153 Castelchiodato,
9154 \emph default
9155 」の後にTeXコードとして挿入してあります。
9156 \end_layout
9157
9158 \begin_layout Standard
9159 同一行3列目の「111」は削除してあります。
9160 \series bold
9161
9162 \backslash
9163 newpage
9164 \series default
9165 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9166 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9167 \end_layout
9168
9169 \begin_layout Standard
9170
9171 \series bold
9172 & 111
9173 \backslash
9174
9175 \backslash
9176
9177 \begin_inset Newline newline
9178 \end_inset
9179
9180
9181 \backslash
9182 hline &
9183 \end_layout
9184
9185 \begin_layout Standard
9186 というコマンドを使用して下さい。
9187 \end_layout
9188
9189 \begin_layout Standard
9190 改頁をしたいセルが最右列にある場合には、
9191 \end_layout
9192
9193 \begin_layout Standard
9194
9195 \series bold
9196
9197 \backslash
9198 setlength{
9199 \backslash
9200 parfillskip}{0pt}
9201 \end_layout
9202
9203 \begin_layout Standard
9204 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9205
9206 \end_layout
9207
9208 \begin_layout Standard
9209 \align center
9210 \begin_inset Tabular
9211 <lyxtabular version="3" rows="38" columns="3">
9212 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9213 <column alignment="left" valignment="top" width="0cm">
9214 <column alignment="left" valignment="top" width="3cm">
9215 <column alignment="center" valignment="top" width="0pt">
9216 <row endfirsthead="true" caption="true">
9217 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Caption Standard
9222
9223 \begin_layout Plain Layout
9224 表セル内で強制改頁をしている表
9225 \begin_inset CommandInset label
9226 LatexCommand label
9227 name "tab:強制改頁"
9228
9229 \end_inset
9230
9231
9232 \begin_inset Argument 1
9233 status collapsed
9234
9235 \begin_layout Plain Layout
9236 表セル内で強制改頁をしている表
9237 \end_layout
9238
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245
9246
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row endfirsthead="true">
9271 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 例示用電話帳(氏名は無視の事)
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row endfirsthead="true">
9302 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 氏名
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 TEL.
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row endhead="true">
9335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 \begin_inset ERT
9340 status collapsed
9341
9342 \begin_layout Plain Layout
9343
9344
9345 \backslash
9346 caption*{例示用電話帳の続き}
9347 \backslash
9348
9349 \backslash
9350 %
9351 \end_layout
9352
9353 \end_inset
9354
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row endhead="true">
9380 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 例示用電話帳
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row endhead="true">
9409 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \series bold
9415 氏名
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 TEL.
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row endfoot="true">
9442 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 次頁に続く
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \series bold
9477 Annovi
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 Silvia
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 111
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \series bold
9508 Bertoli
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517 Stefano
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 111
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 <row>
9533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \series bold
9539 Bozzi
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 Walter
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 111
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \series bold
9570 Cachia
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 Maria
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 111
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row>
9595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \series bold
9601 Cachia
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 Maurizio
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 111
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 <row>
9626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \series bold
9632 Cinquemani
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 Giusi
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 111
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \series bold
9663 Colin
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 Bernard
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 111
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \series bold
9694 Concli
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 Gianfranco
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 111
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \series bold
9725 Dal Bosco
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 Carolina
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 111
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row>
9750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \series bold
9756 Dalpiaz
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 Annamaria
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 111
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row>
9781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \series bold
9787 Feliciello
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 Domenico
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 111
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 </row>
9811 <row>
9812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \series bold
9818 Focarelli
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 Paola
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 111
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row>
9843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \series bold
9849 Galletti
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 Oreste
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 111
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \series bold
9880 Gasparini
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 Franca
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 111
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \series bold
9911 Lassini
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 Giancarlo
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 111
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row>
9936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \series bold
9942 Malfatti
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 Luciano
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 111
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row>
9967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973 Malfatti
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 Valeriano
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 111
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row>
9998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \series bold
10004 Meneguzzo
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 Roberto
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 111
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \series bold
10035 Mezzadra
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 Roberto
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 111
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 Pirpamer
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 Erich
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 111
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row>
10091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \series bold
10097 Pochiesa
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 Paolo
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 111, 222
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 Radina
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 Claudio
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 111
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Rizzardi
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Paolo, 11.
10169  Fürst von Montecompatri, 11.
10170  Fürst von Sulmona und Vivaro, 10.
10171  Fürst von Rossano, 5.
10172  Herzog von Canemorte, 11.
10173  Herzog von Palombara, 5.
10174  Herzog von Castelchiodato,
10175 \begin_inset ERT
10176 status collapsed
10177
10178 \begin_layout Plain Layout
10179
10180 & 111
10181 \backslash
10182
10183 \backslash
10184  
10185 \backslash
10186 newpage
10187 \end_layout
10188
10189 \begin_layout Plain Layout
10190
10191 &
10192 \end_layout
10193
10194 \end_inset
10195
10196  11.
10197  Herzog von Poggionativo, 11.
10198  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10199  Graf von Valinfreda, 11.
10200  Baron von Cropalati, 11.
10201  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Stuffer
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Oskar
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 111
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row>
10248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \series bold
10254 Tacchelli
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Ugo
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 111
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Tezzele
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Margit
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Unterkalmsteiner
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Frieda
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Vieider
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Hilde
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Vigna
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Jürgen
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Weber
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Maurizio
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Winkler
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Franz
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 </lyxtabular>
10465
10466 \end_inset
10467
10468
10469 \end_layout
10470
10471 \begin_layout Section
10472 複数行・連結列・連結行
10473 \end_layout
10474
10475 \begin_layout Subsection
10476 表セル内の複数行
10477 \begin_inset CommandInset label
10478 LatexCommand label
10479 name "sub:複数行"
10480
10481 \end_inset
10482
10483
10484 \begin_inset Index idx
10485 status collapsed
10486
10487 \begin_layout Plain Layout
10488 ひょうせるないのふくすうぎょう@表セル内の複数行
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \begin_inset Index idx
10495 status collapsed
10496
10497 \begin_layout Plain Layout
10498 ひょう@表 ! かいぎょう@改行
10499 \end_layout
10500
10501 \end_inset
10502
10503
10504 \end_layout
10505
10506 \begin_layout Standard
10507 \noindent
10508 \begin_inset Float table
10509 placement H
10510 wide false
10511 sideways false
10512 status open
10513
10514 \begin_layout Plain Layout
10515 \begin_inset Caption Standard
10516
10517 \begin_layout Plain Layout
10518 \begin_inset CommandInset label
10519 LatexCommand label
10520 name "tab:複数行表"
10521
10522 \end_inset
10523
10524 セル内に複数の行がある表
10525 \end_layout
10526
10527 \end_inset
10528
10529
10530 \end_layout
10531
10532 \begin_layout Plain Layout
10533 \align center
10534 \begin_inset Tabular
10535 <lyxtabular version="3" rows="3" columns="3">
10536 <features rotate="0" tabularvalignment="middle">
10537 <column alignment="center" valignment="middle" width="2.5cm">
10538 <column alignment="center" valignment="middle">
10539 <column alignment="center" valignment="middle">
10540 <row>
10541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 複数の
10546 \begin_inset Newline linebreak
10547 \end_inset
10548
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 </lyxtabular>
10632
10633 \end_inset
10634
10635
10636 \end_layout
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10645 \end_layout
10646
10647 \begin_layout Standard
10648
10649 \begin_inset CommandInset ref
10650 LatexCommand ref
10651 reference "tab:複数行表"
10652
10653 \end_inset
10654
10655 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10656 \family sans
10657 設定
10658 \family default
10659 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10660 \begin_inset space \thinspace{}
10661 \end_inset
10662
10663 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10664 \begin_inset space \thinspace{}
10665 \end_inset
10666
10667 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10668 \begin_inset Info
10669 type  "shortcut"
10670 arg   "newline-insert linebreak"
10671 \end_inset
10672
10673 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10674 \end_layout
10675
10676 \begin_layout Standard
10677 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10678 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10679 \begin_inset space \thinspace{}
10680 \end_inset
10681
10682 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10683 \begin_inset CommandInset ref
10684 LatexCommand ref
10685 reference "tab:ハイフネーション表"
10686
10687 \end_inset
10688
10689 が違いを示しています
10690 \begin_inset Foot
10691 status open
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 【訳註】
10697 \series default
10698 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \begin_layout Standard
10707 \begin_inset Float table
10708 placement h
10709 wide false
10710 sideways false
10711 status open
10712
10713 \begin_layout Plain Layout
10714 \begin_inset Caption Standard
10715
10716 \begin_layout Plain Layout
10717 \begin_inset CommandInset label
10718 LatexCommand label
10719 name "tab:ハイフネーション表"
10720
10721 \end_inset
10722
10723 ハイフネーション有/無の表
10724 \end_layout
10725
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \begin_layout Plain Layout
10732 \begin_inset space \hfill{}
10733 \end_inset
10734
10735
10736 \begin_inset Tabular
10737 <lyxtabular version="3" rows="3" columns="3">
10738 <features rotate="0" tabularvalignment="middle">
10739 <column alignment="center" valignment="middle" width="2.5cm">
10740 <column alignment="center" valignment="middle">
10741 <column alignment="center" valignment="middle">
10742 <row>
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 verylongtablecellword
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row>
10772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 </lyxtabular>
10830
10831 \end_inset
10832
10833
10834 \begin_inset space \hfill{}
10835 \end_inset
10836
10837
10838 \begin_inset Tabular
10839 <lyxtabular version="3" rows="3" columns="3">
10840 <features rotate="0" tabularvalignment="middle">
10841 <column alignment="center" valignment="middle" width="2.5cm">
10842 <column alignment="center" valignment="middle">
10843 <column alignment="center" valignment="middle">
10844 <row>
10845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 \begin_inset space \hspace{}
10850 \length 0pt
10851 \end_inset
10852
10853 verylongtablecellword
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 </lyxtabular>
10936
10937 \end_inset
10938
10939
10940 \begin_inset space \hfill{}
10941 \end_inset
10942
10943
10944 \end_layout
10945
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \begin_layout Subsection
10952 連結列
10953 \begin_inset CommandInset label
10954 LatexCommand label
10955 name "sub:連結列"
10956
10957 \end_inset
10958
10959
10960 \begin_inset Index idx
10961 status collapsed
10962
10963 \begin_layout Plain Layout
10964 れんけつれつ@連結列
10965 \end_layout
10966
10967 \end_inset
10968
10969
10970 \begin_inset Index idx
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 ひょう@表 ! れんけつれつ@連結列
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Subsubsection
10983 連結列の基礎
10984 \end_layout
10985
10986 \begin_layout Standard
10987 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10988 \begin_inset Info
10989 type  "icon"
10990 arg   "inset-modify tabular multicolumn"
10991 \end_inset
10992
10993 を押すか、
10994 \family sans
10995 編集\SpecialChar \menuseparator
10996 表\SpecialChar \menuseparator
10997 連結列
10998 \family default
10999 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11000 \family sans
11001 連結列
11002 \family default
11003 を有効にするかしてください。
11004 \end_layout
11005
11006 \begin_layout Standard
11007 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11008 、最下行に上罫線のない連結行がある表の例です。
11009 \end_layout
11010
11011 \begin_layout Standard
11012 \align center
11013 \begin_inset Tabular
11014 <lyxtabular version="3" rows="3" columns="4">
11015 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11016 <column alignment="center" valignment="top" width="0pt">
11017 <column alignment="center" valignment="middle">
11018 <column alignment="center" valignment="top" width="0in">
11019 <column alignment="center" valignment="top" width="0pt">
11020 <row>
11021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 いろは
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 にほへとちり
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 ぬるを
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 </row>
11096 <row>
11097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 </row>
11134 </lyxtabular>
11135
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \begin_layout Subsubsection
11142 連結列の計算
11143 \begin_inset CommandInset label
11144 LatexCommand label
11145 name "sub:連結列の計算"
11146
11147 \end_inset
11148
11149
11150 \begin_inset Index idx
11151 status collapsed
11152
11153 \begin_layout Plain Layout
11154 れんけつれつ@連結列 ! けいさん@計算
11155 \end_layout
11156
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \begin_layout Standard
11163 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11164 \end_layout
11165
11166 \begin_layout Standard
11167 \begin_inset Float table
11168 placement h
11169 wide false
11170 sideways false
11171 status open
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Caption Standard
11175
11176 \begin_layout Plain Layout
11177 \begin_inset CommandInset label
11178 LatexCommand label
11179 name "tab:中央揃え表"
11180
11181 \end_inset
11182
11183 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11184 \begin_inset Argument 1
11185 status collapsed
11186
11187 \begin_layout Plain Layout
11188 完全なる連結列表
11189 \end_layout
11190
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \begin_layout Plain Layout
11202 \align center
11203 \begin_inset Tabular
11204 <lyxtabular version="3" rows="3" columns="3">
11205 <features rotate="0" tabularvalignment="middle">
11206 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11207 <column alignment="center" valignment="middle">
11208 <column alignment="center" valignment="top">
11209 <row>
11210 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 複数行にわたる連結列
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 <row>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 </lyxtabular>
11297
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \begin_layout Standard
11309 たとえば、表
11310 \begin_inset CommandInset ref
11311 LatexCommand ref
11312 reference "tab:中央揃え表"
11313
11314 \end_inset
11315
11316 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11317 \family sans
11318 設定
11319 \family default
11320 を選択します。そして現れる表の設定ダイアログで、このセルを
11321 \emph on
11322 連結列
11323 \emph default
11324
11325 \emph on
11326 中央揃え
11327 \emph default
11328 、2.5
11329 \begin_inset space \thinspace{}
11330 \end_inset
11331
11332 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11333 \begin_inset space \thinspace{}
11334 \end_inset
11335
11336 cm幅に設定します。すると第二列は自動的に1.25
11337 \begin_inset space \thinspace{}
11338 \end_inset
11339
11340 cm幅(連結列幅マイナス第一列の幅)になります。表
11341 \begin_inset CommandInset ref
11342 LatexCommand ref
11343 reference "tab:半分でない表"
11344
11345 \end_inset
11346
11347 もこのようにして作成してあります。
11348 \end_layout
11349
11350 \begin_layout Standard
11351 \begin_inset Float table
11352 wide false
11353 sideways false
11354 status open
11355
11356 \begin_layout Plain Layout
11357 \begin_inset Caption Standard
11358
11359 \begin_layout Plain Layout
11360 \begin_inset CommandInset label
11361 LatexCommand label
11362 name "tab:半分でない表"
11363
11364 \end_inset
11365
11366 連結セルの下の列が正確に半分になっていない表
11367 \begin_inset Argument 1
11368 status collapsed
11369
11370 \begin_layout Plain Layout
11371 不完全な連結列表
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \begin_layout Plain Layout
11385 \align center
11386 \begin_inset Tabular
11387 <lyxtabular version="3" rows="3" columns="3">
11388 <features rotate="0" tabularvalignment="middle">
11389 <column alignment="center" valignment="top" width="1.25cm">
11390 <column alignment="center" valignment="top">
11391 <column alignment="center" valignment="top">
11392 <row>
11393 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 複数行にわたる連結列
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 </row>
11421 <row>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 </lyxtabular>
11480
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \begin_layout Standard
11492 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11493 指定したセル幅
11494 \begin_inset Formula $W_{\mbox{指}}$
11495 \end_inset
11496
11497 がセルの全幅
11498 \begin_inset Formula $W_{\text{全}}$
11499 \end_inset
11500
11501 と等しくならないためです。付録
11502 \begin_inset CommandInset ref
11503 LatexCommand ref
11504 reference "cha:式の説明"
11505
11506 \end_inset
11507
11508 がこの事情を詳細に説明しています。
11509 \end_layout
11510
11511 \begin_layout Standard
11512
11513 \emph on
11514 n
11515 \emph default
11516 列を連結する際、各列の全幅が
11517 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11518 \end_inset
11519
11520 となるために必要な指定幅
11521 \begin_inset Formula $W_{\mbox{指}:n}$
11522 \end_inset
11523
11524 は、
11525 \begin_inset Formula 
11526 \begin{equation}
11527 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11528 \end{equation}
11529
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \begin_layout Standard
11536 で計算することができます。上記の例では
11537 \begin_inset Formula $n=2$
11538 \end_inset
11539
11540 かつ
11541 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11542 \end_inset
11543
11544 cmかつ長さは既定値ですから、第
11545 \begin_inset CommandInset ref
11546 LatexCommand ref
11547 reference "eq:Wgn"
11548
11549 \end_inset
11550
11551 式は
11552 \begin_inset Formula 
11553 \begin{equation}
11554 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11555 \end{equation}
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Standard
11563 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11564 \end_layout
11565
11566 \begin_layout Standard
11567
11568 \series bold
11569
11570 \backslash
11571 usepackage{calc}
11572 \end_layout
11573
11574 \begin_layout Standard
11575 と書いて、LaTeXパッケージ
11576 \series bold
11577 calc
11578 \series default
11579
11580 \begin_inset Index idx
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11585 \end_layout
11586
11587 \end_inset
11588
11589 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11590 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11591 \end_layout
11592
11593 \begin_layout Itemize
11594
11595 \series bold
11596 p{幅}
11597 \series default
11598 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11599 \end_layout
11600
11601 \begin_layout Itemize
11602
11603 \series bold
11604 m{幅}
11605 \series default
11606 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11607 \end_layout
11608
11609 \begin_layout Itemize
11610
11611 \series bold
11612 b{幅}
11613 \series default
11614 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11615 \end_layout
11616
11617 \begin_layout Standard
11618 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11619 \end_layout
11620
11621 \begin_layout Standard
11622 \begin_inset Note Greyedout
11623 status open
11624
11625 \begin_layout Plain Layout
11626
11627 \series bold
11628 【註】
11629 \series default
11630 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11631 \end_layout
11632
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \begin_layout Standard
11639 文章を水平方向中央揃えにしたいので、
11640 \series bold
11641
11642 \backslash
11643 centering
11644 \series default
11645 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11646 \end_layout
11647
11648 \begin_layout Standard
11649
11650 \series bold
11651 >{
11652 \backslash
11653 centering}m{1.25cm-6.2pt}
11654 \end_layout
11655
11656 \begin_layout Standard
11657
11658 \series bold
11659 >{ }
11660 \series default
11661 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11662 \end_layout
11663
11664 \begin_layout Standard
11665 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11666 がって、連結セルには
11667 \end_layout
11668
11669 \begin_layout Standard
11670
11671 \series bold
11672 >{
11673 \backslash
11674 centering}m{2.5cm}
11675 \end_layout
11676
11677 \begin_layout Standard
11678 というLaTeX変数を指定しなくてはなりません。
11679 \end_layout
11680
11681 \begin_layout Subsection
11682 連結行
11683 \begin_inset CommandInset label
11684 LatexCommand label
11685 name "sub:連結行"
11686
11687 \end_inset
11688
11689
11690 \begin_inset Index idx
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694 れんけつぎょう@連結行
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \begin_inset Index idx
11701 status collapsed
11702
11703 \begin_layout Plain Layout
11704 ひょう@表 ! れんけつぎょう@連結行
11705 \end_layout
11706
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \begin_layout Standard
11713 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11714 \begin_inset Info
11715 type  "icon"
11716 arg   "inset-modify tabular multirow"
11717 \end_inset
11718
11719 を押すか、メニュー
11720 \family sans
11721 編集\SpecialChar \menuseparator
11722 表\SpecialChar \menuseparator
11723 連結行
11724 \family default
11725 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11726 \family sans
11727 \SpecialChar \menuseparator
11728 連結行
11729 \family default
11730 を選んでください。
11731 \end_layout
11732
11733 \begin_layout Standard
11734 下記は一列目に連結列を適用した表の例です。
11735 \end_layout
11736
11737 \begin_layout Standard
11738 \align center
11739 \begin_inset Tabular
11740 <lyxtabular version="3" rows="3" columns="3">
11741 <features rotate="0" tabularvalignment="middle">
11742 <column alignment="center" valignment="top" width="0pt">
11743 <column alignment="center" valignment="top">
11744 <column alignment="center" valignment="top">
11745 <row>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 長いセル項目
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 <row>
11775 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 連結列
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 </row>
11803 <row>
11804 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 </lyxtabular>
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Standard
11840 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11841 \family sans
11842 垂直オフセット
11843 \family default
11844 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11845 \end_layout
11846
11847 \begin_layout Standard
11848 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11849 \end_layout
11850
11851 \begin_layout Standard
11852
11853 \series bold
11854
11855 \backslash
11856 renewcommand{
11857 \backslash
11858 multirowsetup}{
11859 \backslash
11860 centering}
11861 \end_layout
11862
11863 \begin_layout Standard
11864 というコマンドを使用して、コマンド
11865 \series bold
11866
11867 \backslash
11868 multirowsetup
11869 \series default
11870 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11871 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11872 \series bold
11873
11874 \backslash
11875 centering
11876 \series default
11877 の代わりに
11878 \series bold
11879
11880 \backslash
11881 raggedleft
11882 \series default
11883 を使用して下さい。左揃えに戻すには、
11884 \series bold
11885
11886 \backslash
11887 raggedright
11888 \series default
11889 とします。
11890 \end_layout
11891
11892 \begin_layout Standard
11893 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11894 \end_layout
11895
11896 \begin_layout Standard
11897 \noindent
11898 \align center
11899 \begin_inset ERT
11900 status collapsed
11901
11902 \begin_layout Plain Layout
11903
11904
11905 \backslash
11906 renewcommand{
11907 \backslash
11908 multirowsetup}{
11909 \backslash
11910 raggedleft}
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \begin_inset Tabular
11917 <lyxtabular version="3" rows="4" columns="3">
11918 <features rotate="0" tabularvalignment="middle">
11919 <column alignment="center" valignment="top" width="3cm">
11920 <column alignment="center" valignment="top">
11921 <column alignment="center" valignment="top">
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 長いセル項目
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 <row>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 <row>
11981 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 連結列
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003
12004 \end_layout
12005
12006 \end_inset
12007 </cell>
12008 </row>
12009 <row>
12010 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 </lyxtabular>
12039
12040 \end_inset
12041
12042
12043 \begin_inset ERT
12044 status collapsed
12045
12046 \begin_layout Plain Layout
12047
12048
12049 \backslash
12050 renewcommand{
12051 \backslash
12052 multirowsetup}{
12053 \backslash
12054 raggedright}
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 連結行で新しい行に移るには、強制改行(短絡キー
12064 \begin_inset Info
12065 type  "shortcut"
12066 arg   "newline-insert newline"
12067 \end_inset
12068
12069 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \noindent
12074 \align center
12075 \begin_inset Tabular
12076 <lyxtabular version="3" rows="3" columns="2">
12077 <features rotate="0" tabularvalignment="middle">
12078 <column alignment="left" valignment="middle" width="2cm">
12079 <column alignment="center" valignment="top">
12080 <row>
12081 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 いいい
12086 \begin_inset Newline newline
12087 \end_inset
12088
12089 いいい
12090 \begin_inset Newline newline
12091 \end_inset
12092
12093 おかしなセル
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 ははは
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 </row>
12108 <row>
12109 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 ににに
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 </row>
12128 <row>
12129 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 ろろろ
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 ほほほ
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 </lyxtabular>
12149
12150 \end_inset
12151
12152
12153 \end_layout
12154
12155 \begin_layout Standard
12156 したがって、強制改行を使うのは注意が必要です。
12157 \end_layout
12158
12159 \begin_layout Subsection
12160 対角線付きのセル
12161 \end_layout
12162
12163 \begin_layout Standard
12164 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、LaTeXパッケージの
12165 \series bold
12166 diagbox
12167 \series default
12168
12169 \begin_inset Index idx
12170 status collapsed
12171
12172 \begin_layout Plain Layout
12173 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
12174 \end_layout
12175
12176 \end_inset
12177
12178 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12179 \series bold
12180
12181 \backslash
12182 diagbox
12183 \series default
12184 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、TeXコードで挿入します。
12185 \end_layout
12186
12187 \begin_layout Standard
12188
12189 \series bold
12190
12191 \backslash
12192 diagbox[オプション]{左下}{右上}
12193 \end_layout
12194
12195 \begin_layout Standard
12196
12197 \series bold
12198
12199 \backslash
12200 diagbox[オプション]{左下}{左上}{右上}
12201 \end_layout
12202
12203 \begin_layout Standard
12204 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12205 \end_layout
12206
12207 \begin_layout Standard
12208 \begin_inset ERT
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212
12213
12214 \backslash
12215 ifdiagbox
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \begin_inset Note Note
12222 status open
12223
12224 \begin_layout Plain Layout
12225 この節は、LaTeXパッケージ
12226 \series bold
12227 diagbox
12228 \series default
12229 が導入済みの時のみ表示されます。
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \begin_layout Standard
12238 下記は、
12239 \series bold
12240
12241 \backslash
12242 diagbox
12243 \series default
12244 を第1セル中に2引数書式で使用した表の例です。
12245 \begin_inset VSpace medskip
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 \noindent
12253 \begin_inset Tabular
12254 <lyxtabular version="3" rows="4" columns="4">
12255 <features rotate="0" tabularvalignment="middle">
12256 <column alignment="center" valignment="top">
12257 <column alignment="center" valignment="top">
12258 <column alignment="center" valignment="top">
12259 <column alignment="center" valignment="top">
12260 <row>
12261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 \begin_inset ERT
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269
12270
12271 \backslash
12272 diagbox{
12273 \end_layout
12274
12275 \end_inset
12276
12277 名称
12278 \begin_inset ERT
12279 status collapsed
12280
12281 \begin_layout Plain Layout
12282
12283 }{
12284 \end_layout
12285
12286 \end_inset
12287
12288 パラメータ
12289 \begin_inset ERT
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293
12294 }
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 厚み(nm)
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 透明度(%)
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 硬度(MPa)
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 </row>
12332 <row>
12333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 Perfect Green
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 45
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 80
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 504
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 </row>
12370 <row>
12371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 Dark Multi-P
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 60
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Plain Layout
12393 72
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Plain Layout
12402 982
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 Crystal Clear Pro
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 18
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 86
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 374
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 </lyxtabular>
12447
12448 \end_inset
12449
12450
12451 \begin_inset VSpace medskip
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \begin_layout Standard
12458 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12459 \end_layout
12460
12461 \begin_layout Standard
12462 \noindent
12463 \align center
12464 \begin_inset Tabular
12465 <lyxtabular version="3" rows="4" columns="4">
12466 <features rotate="0" tabularvalignment="middle">
12467 <column alignment="center" valignment="top" width="0pt">
12468 <column alignment="center" valignment="top">
12469 <column alignment="center" valignment="top">
12470 <column alignment="center" valignment="top">
12471 <row>
12472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 \begin_inset ERT
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480
12481
12482 \backslash
12483 diagbox{
12484 \end_layout
12485
12486 \end_inset
12487
12488 ホームチーム
12489 \begin_inset ERT
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493
12494 }{
12495 \end_layout
12496
12497 \end_inset
12498
12499 結果
12500 \begin_inset ERT
12501 status collapsed
12502
12503 \begin_layout Plain Layout
12504
12505 }{
12506 \end_layout
12507
12508 \end_inset
12509
12510 アウェイチーム
12511 \begin_inset ERT
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515
12516 }
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 Tigers
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 Panthers
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 Falcons
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 Tigers
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 ---
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 1:3
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 0:1
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 Panthers
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 3:1
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 ---
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 0:0
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 <row>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 Falcons
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 1:0
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 0:0
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 ---
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 </lyxtabular>
12669
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \begin_layout Standard
12676 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12677 \end_layout
12678
12679 \begin_layout Standard
12680 \noindent
12681 \align center
12682 \begin_inset Tabular
12683 <lyxtabular version="3" rows="5" columns="5">
12684 <features rotate="0" tabularvalignment="middle">
12685 <column alignment="center" valignment="top" width="0pt">
12686 <column alignment="center" valignment="top">
12687 <column alignment="center" valignment="top">
12688 <column alignment="center" valignment="top">
12689 <column alignment="center" valignment="top">
12690 <row>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 \begin_inset ERT
12696 status open
12697
12698 \begin_layout Plain Layout
12699
12700
12701 \backslash
12702 diagbox{
12703 \end_layout
12704
12705 \end_inset
12706
12707 ホームチーム
12708 \begin_inset ERT
12709 status collapsed
12710
12711 \begin_layout Plain Layout
12712
12713 }{
12714 \end_layout
12715
12716 \end_inset
12717
12718 結果
12719 \begin_inset ERT
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723
12724 }{
12725 \end_layout
12726
12727 \end_inset
12728
12729 アウェイチーム
12730 \begin_inset ERT
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734
12735 }
12736 \end_layout
12737
12738 \end_inset
12739
12740
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 Tigers
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 Panthers
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 Falcons
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 \begin_inset ERT
12777 status open
12778
12779 \begin_layout Plain Layout
12780
12781
12782 \backslash
12783 diagbox[dir=NE]{
12784 \end_layout
12785
12786 \end_inset
12787
12788 ホームチーム
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794 }{
12795 \end_layout
12796
12797 \end_inset
12798
12799 結果
12800 \begin_inset ERT
12801 status collapsed
12802
12803 \begin_layout Plain Layout
12804
12805 }{
12806 \end_layout
12807
12808 \end_inset
12809
12810 アウェイチーム
12811 \begin_inset ERT
12812 status collapsed
12813
12814 \begin_layout Plain Layout
12815
12816 }
12817 \end_layout
12818
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 </row>
12827 <row>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 Tigers
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 ---
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 1:3
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 0:1
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 Tigers
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 Panthers
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 3:1
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 ---
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 0:0
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 Panthers
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 Falcons
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 1:0
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 0:0
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 ---
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 Falcons
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 </row>
12968 <row>
12969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 \begin_inset ERT
12974 status open
12975
12976 \begin_layout Plain Layout
12977
12978
12979 \backslash
12980 diagbox[dir=SW]{
12981 \end_layout
12982
12983 \end_inset
12984
12985 ホームチーム
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991 }{
12992 \end_layout
12993
12994 \end_inset
12995
12996 結果
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002 }{
13003 \end_layout
13004
13005 \end_inset
13006
13007 アウェイチーム
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013 }
13014 \end_layout
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 Tigers
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 Panthers
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 Falcons
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 \begin_inset ERT
13055 status open
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 diagbox[dir=SE]{
13062 \end_layout
13063
13064 \end_inset
13065
13066 ホームチーム
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072 }{
13073 \end_layout
13074
13075 \end_inset
13076
13077 結果
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082
13083 }{
13084 \end_layout
13085
13086 \end_inset
13087
13088 アウェイチーム
13089 \begin_inset ERT
13090 status collapsed
13091
13092 \begin_layout Plain Layout
13093
13094 }
13095 \end_layout
13096
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 </row>
13105 </lyxtabular>
13106
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \begin_layout Standard
13113 対角線を廻すために、コマンドオプションとして
13114 \series bold
13115 dir=方角
13116 \series default
13117 を使用しています。
13118 \emph on
13119 方角
13120 \emph default
13121 は、
13122 \series bold
13123 NE
13124 \series default
13125
13126 \series bold
13127 DE
13128 \series default
13129
13130 \series bold
13131 SW
13132 \series default
13133
13134 \series bold
13135 NW
13136 \series default
13137 のいずれかで、コンパスでの位置を示します。例えば、
13138 \series bold
13139 SW
13140 \series default
13141 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13142 \end_layout
13143
13144 \begin_layout Standard
13145
13146 \series bold
13147
13148 \backslash
13149 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13150 \end_layout
13151
13152 \begin_layout Standard
13153 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13154 \end_layout
13155
13156 \begin_layout Standard
13157 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13158 います。
13159 \end_layout
13160
13161 \begin_layout Standard
13162 \noindent
13163 \align center
13164 \begin_inset Tabular
13165 <lyxtabular version="3" rows="2" columns="2">
13166 <features rotate="0" tabularvalignment="middle">
13167 <column alignment="center" valignment="top" width="3cm">
13168 <column alignment="center" valignment="top">
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 \begin_inset ERT
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178
13179
13180 \backslash
13181 diagbox{
13182 \end_layout
13183
13184 \end_inset
13185
13186 名称
13187 \begin_inset ERT
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191
13192 }{
13193 \end_layout
13194
13195 \end_inset
13196
13197 パラメータ
13198 \begin_inset ERT
13199 status collapsed
13200
13201 \begin_layout Plain Layout
13202
13203 }
13204 \end_layout
13205
13206 \end_inset
13207
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 厚み(nm)
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 </row>
13223 <row>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 Perfect Green
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 45
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 </row>
13243 </lyxtabular>
13244
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \begin_layout Standard
13251 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13252 \series bold
13253 width=3cm
13254 \series default
13255  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13256 \begin_inset space \thinspace{}
13257 \end_inset
13258
13259 cmに設定してあります。
13260 \series bold
13261
13262 \backslash
13263 diagbox
13264 \series default
13265 全体の幅は、本文幅(この場合は4
13266 \begin_inset space \thinspace{}
13267 \end_inset
13268
13269 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13270 \series bold
13271
13272 \backslash
13273 diagbox
13274 \series default
13275 には4
13276 \begin_inset space \thinspace{}
13277 \end_inset
13278
13279 cm + 2
13280 \begin_inset space \thinspace{}
13281 \end_inset
13282
13283
13284 \backslash
13285 tabcolsepの幅が必要です。幅の計算は、
13286 \series bold
13287
13288 \backslash
13289 diagbox
13290 \series default
13291 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、TeXコードコマンドで
13292 \end_layout
13293
13294 \begin_layout Standard
13295
13296 \series bold
13297
13298 \backslash
13299 newlength{
13300 \backslash
13301 diagtest}
13302 \begin_inset Newline newline
13303 \end_inset
13304
13305
13306 \backslash
13307 setlength{
13308 \backslash
13309 diagtest}{4cm+2
13310 \backslash
13311 tabcolsep}
13312 \end_layout
13313
13314 \begin_layout Standard
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319
13320
13321 \backslash
13322 newlength{
13323 \backslash
13324 diagtest}
13325 \end_layout
13326
13327 \begin_layout Plain Layout
13328
13329
13330 \backslash
13331 setlength{
13332 \backslash
13333 diagtest}{4cm+2
13334 \backslash
13335 tabcolsep}
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 とすれば実現できます。LaTeX内で計算を行うには、文書プリアンブル中で
13345 \series bold
13346 calc
13347 \series default
13348
13349 \begin_inset Index idx
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353 LaTeXぱっけーじ@LaTeXパッケージ ! calc
13354 \end_layout
13355
13356 \end_inset
13357
13358 パッケージを読み込んでおく必要があります。
13359 \end_layout
13360
13361 \begin_layout Standard
13362 さて、この表の第1セルで
13363 \end_layout
13364
13365 \begin_layout Standard
13366
13367 \series bold
13368
13369 \backslash
13370 diagbox[width=
13371 \backslash
13372 diagtest]{A}{B}
13373 \end_layout
13374
13375 \begin_layout Standard
13376 というコマンドを使用します。
13377 \end_layout
13378
13379 \begin_layout Standard
13380 \noindent
13381 \align center
13382 \begin_inset Tabular
13383 <lyxtabular version="3" rows="2" columns="2">
13384 <features rotate="0" tabularvalignment="middle">
13385 <column alignment="center" valignment="top" width="4cm">
13386 <column alignment="center" valignment="top">
13387 <row>
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 \begin_inset ERT
13393 status open
13394
13395 \begin_layout Plain Layout
13396
13397
13398 \backslash
13399 diagbox[width=
13400 \backslash
13401 diagtest]{
13402 \end_layout
13403
13404 \end_inset
13405
13406 A
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412 }{
13413 \end_layout
13414
13415 \end_inset
13416
13417 B
13418 \begin_inset ERT
13419 status collapsed
13420
13421 \begin_layout Plain Layout
13422
13423 }
13424 \end_layout
13425
13426 \end_inset
13427
13428
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 厚み (nm)
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 </row>
13443 <row>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Perfect Green
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 45
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 </lyxtabular>
13464
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \begin_layout Standard
13471 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13472 \end_layout
13473
13474 \begin_layout Standard
13475 \noindent
13476 \align center
13477 \begin_inset Tabular
13478 <lyxtabular version="3" rows="2" columns="2">
13479 <features rotate="0" tabularvalignment="middle">
13480 <column alignment="center" valignment="top" width="0pt">
13481 <column alignment="center" valignment="top">
13482 <row>
13483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 \begin_inset ERT
13488 status collapsed
13489
13490 \begin_layout Plain Layout
13491
13492
13493 \backslash
13494 diagbox{
13495 \end_layout
13496
13497 \end_inset
13498
13499 A
13500 \begin_inset ERT
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504
13505 }{
13506 \end_layout
13507
13508 \end_inset
13509
13510 B
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516 }
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 厚み (nm)
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 </row>
13536 <row>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 Perfect Green
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 45
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 </lyxtabular>
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \begin_layout Standard
13564 このような場合には、
13565 \series bold
13566
13567 \backslash
13568 diagbox
13569 \series default
13570 コマンドの
13571 \series bold
13572 width
13573 \series default
13574 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13575 \backslash
13576 tabcolsepを足す必要はなくなります。下記の表では、3
13577 \begin_inset space \thinspace{}
13578 \end_inset
13579
13580 cm幅を使用しています。
13581 \end_layout
13582
13583 \begin_layout Standard
13584 \noindent
13585 \align center
13586 \begin_inset Tabular
13587 <lyxtabular version="3" rows="2" columns="2">
13588 <features rotate="0" tabularvalignment="middle">
13589 <column alignment="center" valignment="top" width="0pt">
13590 <column alignment="center" valignment="top">
13591 <row>
13592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 \begin_inset ERT
13597 status open
13598
13599 \begin_layout Plain Layout
13600
13601
13602 \backslash
13603 diagbox[width=3cm]{
13604 \end_layout
13605
13606 \end_inset
13607
13608 A
13609 \begin_inset ERT
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614 }{
13615 \end_layout
13616
13617 \end_inset
13618
13619 B
13620 \begin_inset ERT
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624
13625 }
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 厚み (nm)
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 </row>
13645 <row>
13646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 Perfect Green
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 45
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 </lyxtabular>
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \begin_layout Standard
13673 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
13674 \series bold
13675
13676 \backslash
13677 diagbox
13678 \series default
13679 にオプション
13680 \series bold
13681 height=3cm
13682 \series default
13683 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
13684 \end_layout
13685
13686 \begin_layout Standard
13687
13688 \series bold
13689
13690 \backslash
13691 diagbox[width=3cm,height=1.4cm]{A
13692 \backslash
13693
13694 \backslash
13695 B}{C
13696 \backslash
13697
13698 \backslash
13699 D}
13700 \end_layout
13701
13702 \begin_layout Standard
13703 というコマンドを使用しています。ここでコマンド
13704 \series bold
13705
13706 \backslash
13707
13708 \backslash
13709
13710 \series default
13711 は改行をするためのものです
13712 \begin_inset Foot
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717 \family sans
13718 Ctrl+Return
13719 \family default
13720 を使っての改行は、列が固定幅の時のみ、使用することができます。
13721 \end_layout
13722
13723 \end_inset
13724
13725
13726 \end_layout
13727
13728 \begin_layout Standard
13729 \noindent
13730 \align center
13731 \begin_inset Tabular
13732 <lyxtabular version="3" rows="2" columns="2">
13733 <features rotate="0" tabularvalignment="middle">
13734 <column alignment="center" valignment="top">
13735 <column alignment="center" valignment="top">
13736 <row>
13737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 \begin_inset ERT
13742 status open
13743
13744 \begin_layout Plain Layout
13745
13746
13747 \backslash
13748 diagbox[width=3cm,height=1.4cm]{
13749 \end_layout
13750
13751 \end_inset
13752
13753 A
13754 \begin_inset ERT
13755 status collapsed
13756
13757 \begin_layout Plain Layout
13758
13759
13760 \backslash
13761
13762 \backslash
13763
13764 \end_layout
13765
13766 \end_inset
13767
13768 B
13769 \begin_inset ERT
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773
13774 }{
13775 \end_layout
13776
13777 \end_inset
13778
13779 C
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787
13788 \backslash
13789
13790 \end_layout
13791
13792 \end_inset
13793
13794 D
13795 \begin_inset ERT
13796 status collapsed
13797
13798 \begin_layout Plain Layout
13799
13800 }
13801 \end_layout
13802
13803 \end_inset
13804
13805
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 厚み (nm)
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row>
13821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 Perfect Green
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 45
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 </lyxtabular>
13841
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \begin_layout Standard
13848 \begin_inset ERT
13849 status collapsed
13850
13851 \begin_layout Plain Layout
13852
13853
13854 \backslash
13855 else
13856 \end_layout
13857
13858 \end_inset
13859
13860
13861 \begin_inset Note Note
13862 status open
13863
13864 \begin_layout Plain Layout
13865 以下は、LaTeXパッケージ
13866 \series bold
13867 diagbox
13868 \series default
13869 が導入済みでないときに表示されます。
13870 \end_layout
13871
13872 \end_inset
13873
13874
13875 \end_layout
13876
13877 \begin_layout Standard
13878 本節の内容を出力に表示するためには、
13879 \series bold
13880 diagbox
13881 \series default
13882 パッケージを導入しなくてはなりません。
13883 \end_layout
13884
13885 \begin_layout Standard
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 fi
13894 \end_layout
13895
13896 \end_inset
13897
13898
13899 \end_layout
13900
13901 \begin_layout Standard
13902 LaTeXパッケージ
13903 \series bold
13904 diagbox
13905 \series default
13906 についての詳しい情報は、取扱説明書
13907 \begin_inset CommandInset citation
13908 LatexCommand cite
13909 key "diagbox"
13910
13911 \end_inset
13912
13913 をご覧ください。
13914 \end_layout
13915
13916 \begin_layout Section
13917 フォーマル形式の表
13918 \begin_inset CommandInset label
13919 LatexCommand label
13920 name "sec:フォーマル形式の表"
13921
13922 \end_inset
13923
13924
13925 \begin_inset Index idx
13926 status collapsed
13927
13928 \begin_layout Plain Layout
13929 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
13930 \end_layout
13931
13932 \end_inset
13933
13934
13935 \end_layout
13936
13937 \begin_layout Standard
13938 書籍中の表は、よく表
13939 \begin_inset CommandInset ref
13940 LatexCommand ref
13941 reference "tab:ブックタブ表の例"
13942
13943 \end_inset
13944
13945 のように組版されます。この種の表は、「
13946 \emph on
13947 フォーマル形式
13948 \emph default
13949 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
13950 \end_layout
13951
13952 \begin_layout Standard
13953 \begin_inset Float table
13954 placement h
13955 wide false
13956 sideways false
13957 status open
13958
13959 \begin_layout Plain Layout
13960 \begin_inset Caption Standard
13961
13962 \begin_layout Plain Layout
13963 \begin_inset CommandInset label
13964 LatexCommand label
13965 name "tab:ブックタブ表の例"
13966
13967 \end_inset
13968
13969 ブックタブ表の例
13970 \end_layout
13971
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \begin_layout Plain Layout
13978 \align center
13979 \begin_inset Tabular
13980 <lyxtabular version="3" rows="8" columns="4">
13981 <features rotate="0" booktabs="true" tabularvalignment="middle">
13982 <column alignment="center" valignment="top">
13983 <column alignment="center" valignment="top">
13984 <column alignment="center" valignment="top">
13985 <column alignment="center" valignment="top">
13986 <row>
13987 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 システム
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 Medipix
14001 \begin_inset space \thinspace{}
14002 \end_inset
14003
14004 1
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 Medipix
14014 \begin_inset space \thinspace{}
14015 \end_inset
14016
14017 2
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 </row>
14032 <row>
14033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 \begin_inset ERT
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041
14042
14043 \backslash
14044 cmidrule(r){2-2}
14045 \end_layout
14046
14047 \end_inset
14048
14049
14050 \begin_inset ERT
14051 status collapsed
14052
14053 \begin_layout Plain Layout
14054
14055
14056 \backslash
14057 cmidrule(l){3-4}
14058 \end_layout
14059
14060 \end_inset
14061
14062 検知器の厚み [µm]
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 300
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 300
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 700
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 </row>
14095 <row>
14096 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 エッジ角 [°]
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" topline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 3.55
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 2.71
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 7.99
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row topspace="default">
14134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 空間分解能 [µm]
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 4.26
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 10.17
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 10.56
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 </row>
14171 <row topspace="default">
14172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 \begin_inset Formula $f_{\mathrm{max}}$
14177 \end_inset
14178
14179 におけるMTF
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 0.53
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 0.37
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 0.39
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row topspace="default">
14213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 \begin_inset ERT
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221
14222
14223 \backslash
14224 cmidrule(l{10pt}){1-1}
14225 \end_layout
14226
14227 \end_inset
14228
14229 LSF空間分解能
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 </row>
14262 <row>
14263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 µm表示
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 129.7
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 52.75
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 50.78
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 <row>
14301 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 ピクセルサイズに対する%表示
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 76.3
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 95.9
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 92.3
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 </row>
14338 </lyxtabular>
14339
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \begin_layout Standard
14351 表中の行に余白を加えるには、第
14352 \begin_inset CommandInset ref
14353 LatexCommand ref
14354 reference "sub:行の余白取り"
14355
14356 \end_inset
14357
14358 節に述べられているように、表の設定ダイアログの
14359 \family sans
14360 罫線
14361 \family default
14362 タブを使用します。
14363 \end_layout
14364
14365 \begin_layout Standard
14366 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14367 \begin_inset Newline newline
14368 \end_inset
14369
14370 最初と最後の表罫線の既定幅は0.08
14371 \begin_inset space \thinspace{}
14372 \end_inset
14373
14374 emですが、他の罫線の既定幅は0.05
14375 \begin_inset space \thinspace{}
14376 \end_inset
14377
14378 emです。
14379 \end_layout
14380
14381 \begin_layout Standard
14382 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14383 \end_layout
14384
14385 \begin_layout Standard
14386
14387 \series bold
14388
14389 \backslash
14390 let
14391 \backslash
14392 mytoprule
14393 \backslash
14394 toprule
14395 \begin_inset Newline newline
14396 \end_inset
14397
14398
14399 \backslash
14400 renewcommand{
14401 \backslash
14402 toprule}{
14403 \backslash
14404 mytoprule[幅]}
14405 \end_layout
14406
14407 \begin_layout Standard
14408 上の例は、
14409 \series bold
14410 toprule
14411 \series default
14412 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14413 \series bold
14414 toprule
14415 \series default
14416
14417 \series bold
14418 bottomrule
14419 \series default
14420 に置き換えて下さい。他の罫線の線幅を変更するには、
14421 \series bold
14422 toprule
14423 \series default
14424
14425 \series bold
14426 midrule
14427 \series default
14428 に置き換えます。線幅を設定する上では、付録
14429 \begin_inset CommandInset ref
14430 LatexCommand ref
14431 reference "cha:LyXで使用できる単位"
14432
14433 \end_inset
14434
14435 に挙げてあるすべての単位を使用することができます。
14436 \end_layout
14437
14438 \begin_layout Standard
14439 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
14440 \series bold
14441
14442 \backslash
14443 cmidrule
14444 \series default
14445 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14446 \end_layout
14447
14448 \begin_layout Standard
14449
14450 \series bold
14451
14452 \backslash
14453 cmidrule[幅](刈込){開始列-終了列}
14454 \end_layout
14455
14456 \begin_layout Standard
14457 です。
14458 \series bold
14459
14460 \backslash
14461 cmidrule
14462 \series default
14463 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
14464 \series bold
14465
14466 \backslash
14467 cmidrule
14468 \series default
14469 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
14470
14471 \end_layout
14472
14473 \begin_layout Standard
14474 この線幅の既定値は0.03
14475 \begin_inset space \thinspace{}
14476 \end_inset
14477
14478 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14479 。非必須パラメーターの「刈込」は、
14480 \emph on
14481 l{刈込幅}
14482 \emph default
14483 あるいは
14484 \emph on
14485 r{刈込幅}
14486 \emph default
14487 の値を取り、刈込幅の指定は非必須です。たとえば、
14488 \emph on
14489 l{2pt}
14490 \emph default
14491 というパラメーターを使うと、罫線が左端から2
14492 \begin_inset space \thinspace{}
14493 \end_inset
14494
14495 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14496 \begin_inset space \thinspace{}
14497 \end_inset
14498
14499 emだけ刈り込まれます。
14500 \end_layout
14501
14502 \begin_layout Standard
14503 \begin_inset VSpace bigskip
14504 \end_inset
14505
14506
14507 \begin_inset CommandInset ref
14508 LatexCommand ref
14509 reference "tab:ブックタブ表の例"
14510
14511 \end_inset
14512
14513 は、
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519
14520 \backslash
14521 cmidrule(r){2-2}
14522 \backslash
14523 cmidrule(l){3-4}
14524 \end_layout
14525
14526 \begin_layout Standard
14527 というコマンドを第二行の初めに使用し、
14528 \end_layout
14529
14530 \begin_layout Standard
14531
14532 \series bold
14533
14534 \backslash
14535 cmidrule(l{10pt}){1-1}
14536 \end_layout
14537
14538 \begin_layout Standard
14539 を第六行に使用して作成されています。
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \begin_inset VSpace bigskip
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \begin_layout Standard
14550 ときには、表
14551 \begin_inset CommandInset ref
14552 LatexCommand ref
14553 reference "tab:特殊なブックタブ表"
14554
14555 \end_inset
14556
14557 のような重なり合った
14558 \series bold
14559
14560 \backslash
14561 cmidrule
14562 \series default
14563 が欲しいことがあるかもしれません。これは、TeXコードで
14564 \end_layout
14565
14566 \begin_layout Standard
14567
14568 \series bold
14569
14570 \backslash
14571 morecmidrules
14572 \end_layout
14573
14574 \begin_layout Standard
14575 コマンドを使用することによって実現することができます。表
14576 \begin_inset CommandInset ref
14577 LatexCommand ref
14578 reference "tab:特殊なブックタブ表"
14579
14580 \end_inset
14581
14582 の第二列には
14583 \end_layout
14584
14585 \begin_layout Standard
14586
14587 \series bold
14588
14589 \backslash
14590 cmidrule(r){2-2}
14591 \backslash
14592 cmidrule(l){3-4}
14593 \backslash
14594 morecmidrules
14595 \backslash
14596 cmidrule{2-4}
14597 \end_layout
14598
14599 \begin_layout Standard
14600 というコマンドが使用されており、第六列には
14601 \end_layout
14602
14603 \begin_layout Standard
14604
14605 \series bold
14606
14607 \backslash
14608 midrule
14609 \backslash
14610 morecmidrules
14611 \backslash
14612 cmidrule{3-4}
14613 \end_layout
14614
14615 \begin_layout Standard
14616 というコマンドが使用されています。
14617 \end_layout
14618
14619 \begin_layout Standard
14620 \begin_inset VSpace bigskip
14621 \end_inset
14622
14623
14624 \end_layout
14625
14626 \begin_layout Standard
14627 罫線の余白取りにどうしても満足が行かない場合には、
14628 \end_layout
14629
14630 \begin_layout Standard
14631
14632 \series bold
14633
14634 \backslash
14635 specialrule{幅}{上余白}{下余白}
14636 \end_layout
14637
14638 \begin_layout Standard
14639 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
14640 \series bold
14641 booktabs
14642 \series default
14643  
14644 \begin_inset CommandInset citation
14645 LatexCommand cite
14646 key "booktabs"
14647
14648 \end_inset
14649
14650
14651 \begin_inset Index idx
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
14656 \end_layout
14657
14658 \end_inset
14659
14660 の取扱説明書をご参照下さい。
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset Float table
14665 placement h
14666 wide false
14667 sideways false
14668 status open
14669
14670 \begin_layout Plain Layout
14671 \begin_inset Caption Standard
14672
14673 \begin_layout Plain Layout
14674 \begin_inset CommandInset label
14675 LatexCommand label
14676 name "tab:特殊なブックタブ表"
14677
14678 \end_inset
14679
14680 特殊なブックタブ表
14681 \end_layout
14682
14683 \end_inset
14684
14685
14686 \end_layout
14687
14688 \begin_layout Plain Layout
14689 \align center
14690 \begin_inset Tabular
14691 <lyxtabular version="3" rows="8" columns="4">
14692 <features rotate="0" booktabs="true" tabularvalignment="middle">
14693 <column alignment="center" valignment="top">
14694 <column alignment="center" valignment="top">
14695 <column alignment="center" valignment="top">
14696 <column alignment="center" valignment="top">
14697 <row>
14698 <cell alignment="center" valignment="top" topline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 システム
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 Medipix
14712 \begin_inset space \thinspace{}
14713 \end_inset
14714
14715 1
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 Medipix
14725 \begin_inset space \thinspace{}
14726 \end_inset
14727
14728 2
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 </row>
14743 <row>
14744 <cell alignment="center" valignment="top" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748 \begin_inset ERT
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752
14753
14754 \backslash
14755 cmidrule(r){2-2}
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \begin_inset ERT
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765
14766
14767 \backslash
14768 cmidrule(l){3-4}
14769 \end_layout
14770
14771 \end_inset
14772
14773
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779
14780 \backslash
14781 morecmidrules 
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \begin_inset ERT
14788 status collapsed
14789
14790 \begin_layout Plain Layout
14791
14792
14793 \backslash
14794 cmidrule{2-4}
14795 \end_layout
14796
14797 \end_inset
14798
14799 検知器の厚み [µm]
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 300
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 300
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 700
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 <row>
14833 <cell alignment="center" valignment="top" topline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837 エッジ角 [°]
14838 \end_layout
14839
14840 \end_inset
14841 </cell>
14842 <cell alignment="center" valignment="top" topline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846 3.55
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 2.71
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 7.99
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 </row>
14870 <row topspace="default">
14871 <cell alignment="center" valignment="top" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 空間分解能 [µm]
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 4.26
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 10.17
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 10.56
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 </row>
14908 <row topspace="default">
14909 <cell alignment="center" valignment="top" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $f_{\mathrm{max}}$
14914 \end_inset
14915
14916 におけるMTF
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 0.53
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 0.37
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 0.39
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 \begin_inset ERT
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958
14959
14960 \backslash
14961 morecmidrules 
14962 \end_layout
14963
14964 \end_inset
14965
14966
14967 \begin_inset ERT
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971
14972
14973 \backslash
14974 cmidrule{3-4}
14975 \end_layout
14976
14977 \end_inset
14978
14979 LSF空間分解能
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" topline="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 µm表示
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 <cell alignment="center" valignment="top" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026 129.7
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 52.75
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 50.78
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 ピクセルサイズに対する%表示
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 76.3
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 95.9
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082 92.3
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 </lyxtabular>
15089
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \begin_layout Section
15101 表の垂直揃え
15102 \begin_inset Index idx
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106 ひょう@表 ! そろえ@揃え
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \begin_layout Standard
15115 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15116 \begin_inset CommandInset ref
15117 LatexCommand ref
15118 reference "sec:ボックスダイアログ"
15119
15120 \end_inset
15121
15122 節に述べられているように、ボックスの垂直揃えを行います。
15123 \end_layout
15124
15125 \begin_layout Standard
15126 以下の例では、各表は15
15127 \begin_inset space \thinspace{}
15128 \end_inset
15129
15130 列幅%を持つminipage
15131 \begin_inset Foot
15132 status collapsed
15133
15134 \begin_layout Plain Layout
15135 minipageは第
15136 \begin_inset CommandInset ref
15137 LatexCommand ref
15138 reference "sec:ミニページ"
15139
15140 \end_inset
15141
15142 節で説明されています。
15143 \end_layout
15144
15145 \end_inset
15146
15147 ボックスの中に入れてあります。
15148 \end_layout
15149
15150 \begin_layout Itemize
15151 動作試験 
15152 \begin_inset Box Frameless
15153 position "t"
15154 hor_pos "c"
15155 has_inner_box 1
15156 inner_pos "c"
15157 use_parbox 0
15158 use_makebox 0
15159 width "15col%"
15160 special "none"
15161 height "1in"
15162 height_special "totalheight"
15163 status collapsed
15164
15165 \begin_layout Plain Layout
15166 \begin_inset Tabular
15167 <lyxtabular version="3" rows="3" columns="3">
15168 <features rotate="0" tabularvalignment="middle">
15169 <column alignment="center" valignment="top">
15170 <column alignment="center" valignment="top">
15171 <column alignment="center" valignment="top">
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 </row>
15201 <row>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 </lyxtabular>
15260
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \end_inset
15267
15268  動作試験 
15269 \begin_inset ERT
15270 status collapsed
15271
15272 \begin_layout Plain Layout
15273
15274
15275 \backslash
15276 raisebox{0.85
15277 \backslash
15278 baselineskip}{
15279 \end_layout
15280
15281 \end_inset
15282
15283
15284 \begin_inset Box Frameless
15285 position "t"
15286 hor_pos "c"
15287 has_inner_box 1
15288 inner_pos "c"
15289 use_parbox 0
15290 use_makebox 0
15291 width "15col%"
15292 special "none"
15293 height "1in"
15294 height_special "totalheight"
15295 status collapsed
15296
15297 \begin_layout Plain Layout
15298 \begin_inset Tabular
15299 <lyxtabular version="3" rows="3" columns="3">
15300 <features rotate="0" tabularvalignment="middle">
15301 <column alignment="center" valignment="top">
15302 <column alignment="center" valignment="top">
15303 <column alignment="center" valignment="top">
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 </lyxtabular>
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \end_inset
15399
15400
15401 \begin_inset ERT
15402 status collapsed
15403
15404 \begin_layout Plain Layout
15405
15406 }
15407 \end_layout
15408
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \begin_layout Itemize
15415 動作試験 
15416 \begin_inset Box Frameless
15417 position "c"
15418 hor_pos "c"
15419 has_inner_box 1
15420 inner_pos "c"
15421 use_parbox 0
15422 use_makebox 0
15423 width "15col%"
15424 special "none"
15425 height "1in"
15426 height_special "totalheight"
15427 status collapsed
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Tabular
15431 <lyxtabular version="3" rows="3" columns="3">
15432 <features rotate="0" tabularvalignment="middle">
15433 <column alignment="center" valignment="top">
15434 <column alignment="center" valignment="top">
15435 <column alignment="center" valignment="top">
15436 <row>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row>
15495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 </lyxtabular>
15524
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \begin_layout Itemize
15536 動作試験 
15537 \begin_inset Box Frameless
15538 position "b"
15539 hor_pos "c"
15540 has_inner_box 1
15541 inner_pos "c"
15542 use_parbox 0
15543 use_makebox 0
15544 width "15col%"
15545 special "none"
15546 height "1in"
15547 height_special "totalheight"
15548 status collapsed
15549
15550 \begin_layout Plain Layout
15551 \begin_inset Tabular
15552 <lyxtabular version="3" rows="3" columns="3">
15553 <features rotate="0" tabularvalignment="middle">
15554 <column alignment="center" valignment="top">
15555 <column alignment="center" valignment="top">
15556 <column alignment="center" valignment="top">
15557 <row>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 <row>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 </lyxtabular>
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \end_inset
15652
15653  動作試験 
15654 \begin_inset ERT
15655 status collapsed
15656
15657 \begin_layout Plain Layout
15658
15659
15660 \backslash
15661 raisebox{-0.32
15662 \backslash
15663 baselineskip}{
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \begin_inset Box Frameless
15670 position "b"
15671 hor_pos "c"
15672 has_inner_box 1
15673 inner_pos "c"
15674 use_parbox 0
15675 use_makebox 0
15676 width "15col%"
15677 special "none"
15678 height "1in"
15679 height_special "totalheight"
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 \begin_inset Tabular
15684 <lyxtabular version="3" rows="3" columns="3">
15685 <features rotate="0" tabularvalignment="middle">
15686 <column alignment="center" valignment="top">
15687 <column alignment="center" valignment="top">
15688 <column alignment="center" valignment="top">
15689 <row>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 </row>
15718 <row>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 </lyxtabular>
15777
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \begin_inset ERT
15787 status collapsed
15788
15789 \begin_layout Plain Layout
15790
15791 }
15792 \end_layout
15793
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \begin_layout Standard
15800 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
15801 \begin_inset Foot
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805 raiseboxは、第
15806 \begin_inset CommandInset ref
15807 LatexCommand ref
15808 reference "sub:垂直揃え"
15809
15810 \end_inset
15811
15812 節で説明されています。
15813 \end_layout
15814
15815 \end_inset
15816
15817 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
15818 \end_layout
15819
15820 \begin_layout Standard
15821
15822 \series bold
15823
15824 \backslash
15825 raisebox{0.85
15826 \backslash
15827 baselineskip}{
15828 \end_layout
15829
15830 \begin_layout Standard
15831 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
15832 \series bold
15833 }
15834 \series default
15835 をTeXコードとして挿入してあります。最後の項目の第二表には、
15836 \end_layout
15837
15838 \begin_layout Standard
15839
15840 \series bold
15841
15842 \backslash
15843 raisebox{-0.32
15844 \backslash
15845 baselineskip}{
15846 \end_layout
15847
15848 \begin_layout Standard
15849 というコマンドを使用しています。
15850 \end_layout
15851
15852 \begin_layout Standard
15853 \begin_inset Note Greyedout
15854 status open
15855
15856 \begin_layout Plain Layout
15857
15858 \series bold
15859 【註】
15860 \series default
15861 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
15862 \series bold
15863
15864 \backslash
15865 raisebox
15866 \series default
15867 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
15868 \end_layout
15869
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \begin_layout Section
15876 色付きの表
15877 \begin_inset CommandInset label
15878 LatexCommand label
15879 name "sec:色付きの表"
15880
15881 \end_inset
15882
15883
15884 \begin_inset Index idx
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888 ひょう@表 ! いろつき@色付き
15889 \end_layout
15890
15891 \end_inset
15892
15893
15894 \end_layout
15895
15896 \begin_layout Subsection
15897 色付きのセル
15898 \begin_inset Index idx
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902 ひょうのいろ@表の色 ! せるぶ@セル部
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \begin_inset Index idx
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912 いろつき@色付き ! ひょうせるぶ@表セル部
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \begin_inset Float table
15922 placement h
15923 wide false
15924 sideways false
15925 status open
15926
15927 \begin_layout Plain Layout
15928 \begin_inset Caption Standard
15929
15930 \begin_layout Plain Layout
15931 \begin_inset CommandInset label
15932 LatexCommand label
15933 name "tab:colortblなしの表"
15934
15935 \end_inset
15936
15937
15938 \series bold
15939 colortbl
15940 \series default
15941 パッケージを使用しない色付き表
15942 \begin_inset Argument 1
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946 colortblなしの表
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Plain Layout
15960 \align center
15961 \begin_inset Tabular
15962 <lyxtabular version="3" rows="3" columns="3">
15963 <features rotate="0" tabularvalignment="middle">
15964 <column alignment="center" valignment="top">
15965 <column alignment="center" valignment="top">
15966 <column alignment="center" valignment="top">
15967 <row>
15968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \color green
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \color red
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \color red
15996
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 </row>
16002 <row>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007
16008 \color green
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \color blue
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029
16030 \color blue
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \color green
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \color blue
16055
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \color blue
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 </lyxtabular>
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \begin_layout Standard
16085 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16086 \family sans
16087 編集\SpecialChar \menuseparator
16088 文字様式
16089 \family default
16090 メニューで色を選んでください。表
16091 \begin_inset CommandInset ref
16092 LatexCommand ref
16093 reference "tab:colortblなしの表"
16094
16095 \end_inset
16096
16097 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
16098 \series bold
16099 colortbl
16100 \series default
16101
16102 \begin_inset Index idx
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16107 \end_layout
16108
16109 \end_inset
16110
16111 を使用しなくてはなりません。
16112 \end_layout
16113
16114 \begin_layout Standard
16115 \begin_inset ERT
16116 status collapsed
16117
16118 \begin_layout Plain Layout
16119
16120
16121 \backslash
16122 ifcolortbl
16123 \end_layout
16124
16125 \end_inset
16126
16127
16128 \begin_inset Note Note
16129 status open
16130
16131 \begin_layout Plain Layout
16132 本節の以下の部分は、LaTeXパッケージ
16133 \series bold
16134 colortbl
16135 \series default
16136 が導入済みのときのみ表示されます。
16137 \end_layout
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \begin_layout Standard
16145 色付きの表を作成するには、プリアンブルに
16146 \end_layout
16147
16148 \begin_layout Standard
16149
16150 \series bold
16151
16152 \backslash
16153 usepackage{colortbl}
16154 \end_layout
16155
16156 \begin_layout Standard
16157 という行を書いて
16158 \series bold
16159 colortbl
16160 \series default
16161 を読み込まなくてはなりません。列の色は、
16162 \series bold
16163 >{ }
16164 \series default
16165 コマンドの中に
16166 \end_layout
16167
16168 \begin_layout Standard
16169
16170 \series bold
16171
16172 \backslash
16173 columncolor{色彩名}
16174 \end_layout
16175
16176 \begin_layout Standard
16177 というコマンドを書いて指定することができます。
16178 \series bold
16179 >{}
16180 \series default
16181 コマンドに関する詳細は、第
16182 \begin_inset CommandInset ref
16183 LatexCommand ref
16184 reference "sub:連結列の計算"
16185
16186 \end_inset
16187
16188 節に述べられています。
16189 \end_layout
16190
16191 \begin_layout Standard
16192 以下の色彩名が事前に定義されています。
16193 \end_layout
16194
16195 \begin_layout Standard
16196
16197 \family sans
16198 red
16199 \family default
16200
16201 \family sans
16202 green
16203 \family default
16204
16205 \family sans
16206 yellow
16207 \family default
16208
16209 \family sans
16210 blue
16211 \family default
16212
16213 \family sans
16214 cyan
16215 \family default
16216
16217 \family sans
16218 magenta
16219 \family default
16220
16221 \family sans
16222 black
16223 \family default
16224
16225 \family sans
16226 white
16227 \end_layout
16228
16229 \begin_layout Standard
16230 \begin_inset VSpace medskip
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \begin_layout Standard
16237 また、文書設定中で、文書クラスオプションに
16238 \end_layout
16239
16240 \begin_layout Standard
16241
16242 \series bold
16243 usenames,dvipsnames
16244 \end_layout
16245
16246 \begin_layout Standard
16247 を与えると、さらに61色を使用することができます。これらの色は、附録
16248 \begin_inset CommandInset ref
16249 LatexCommand ref
16250 reference "chap:dvips色名一覧"
16251
16252 \end_inset
16253
16254 に列挙されています。それらの色の1つ、
16255 \family sans
16256 Maroon
16257 \family default
16258 が、例として表
16259 \begin_inset CommandInset ref
16260 LatexCommand ref
16261 reference "tab:色付き表"
16262
16263 \end_inset
16264
16265 に使用されています。
16266 \end_layout
16267
16268 \begin_layout Standard
16269 \begin_inset VSpace medskip
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 また
16277 \end_layout
16278
16279 \begin_layout Standard
16280
16281 \series bold
16282
16283 \backslash
16284 definecolor{色彩名}{色彩モデル}{色彩値}
16285 \end_layout
16286
16287 \begin_layout Standard
16288 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16289 \end_layout
16290
16291 \begin_layout Labeling
16292 \labelwidthstring 00.00.0000
16293 cmyk: シアン(
16294 \bar under
16295 c
16296 \bar default
16297 yan)・マゼンタ(
16298 \bar under
16299 m
16300 \bar default
16301 agenta)・黄(
16302 \bar under
16303 y
16304 \bar default
16305 ellow)・黒(blac
16306 \bar under
16307 k
16308 \bar default
16309
16310 \end_layout
16311
16312 \begin_layout Labeling
16313 \labelwidthstring 00.00.0000
16314 rgb: 赤(
16315 \bar under
16316 r
16317 \bar default
16318 ed)・緑(
16319 \bar under
16320 g
16321 \bar default
16322 reen)・青(
16323 \bar under
16324 b
16325 \bar default
16326 lue)
16327 \end_layout
16328
16329 \begin_layout Labeling
16330 \labelwidthstring 00.00.0000
16331 gray: グレー
16332 \end_layout
16333
16334 \begin_layout Standard
16335 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16336 \end_layout
16337
16338 \begin_layout Standard
16339 たとえば、プリアンブルに
16340 \end_layout
16341
16342 \begin_layout Standard
16343
16344 \series bold
16345
16346 \backslash
16347 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16348 \end_layout
16349
16350 \begin_layout Standard
16351 と書くことによって、「
16352 \emph on
16353 darkgreen
16354 \emph default
16355 」色を定義することができますし、
16356 \end_layout
16357
16358 \begin_layout Standard
16359
16360 \series bold
16361
16362 \backslash
16363 definecolor{lightgray}{gray}{0.8}
16364 \end_layout
16365
16366 \begin_layout Standard
16367 と書けば、「
16368 \emph on
16369 lightgray
16370 \emph default
16371 」色を定義することができます。
16372 \end_layout
16373
16374 \begin_layout Standard
16375 \begin_inset VSpace medskip
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Standard
16382 罫線は
16383 \end_layout
16384
16385 \begin_layout Standard
16386
16387 \series bold
16388
16389 \backslash
16390 rowcolor{色彩名}
16391 \end_layout
16392
16393 \begin_layout Standard
16394 というコマンドを使用して色付けすることができ、セルは
16395 \end_layout
16396
16397 \begin_layout Standard
16398
16399 \series bold
16400
16401 \backslash
16402 cellcolor{色彩名}
16403 \end_layout
16404
16405 \begin_layout Standard
16406 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
16407 \end_layout
16408
16409 \begin_layout Standard
16410 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
16411 \family sans
16412 編集\SpecialChar \menuseparator
16413 文字様式
16414 \family default
16415 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
16416 ます。
16417 \end_layout
16418
16419 \begin_layout Standard
16420 \begin_inset Note Greyedout
16421 status open
16422
16423 \begin_layout Plain Layout
16424 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \begin_layout Standard
16433 \begin_inset VSpace bigskip
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440
16441 \begin_inset CommandInset ref
16442 LatexCommand ref
16443 reference "tab:色付き表"
16444
16445 \end_inset
16446
16447 を作成するには、以下のようにしてください。第一列の色は
16448 \emph on
16449 darkgreen
16450 \emph default
16451 にしたいので、この列のLaTeX変数として
16452 \end_layout
16453
16454 \begin_layout Standard
16455
16456 \series bold
16457 >{
16458 \backslash
16459 columncolor{darkgreen}
16460 \backslash
16461 centering}c
16462 \end_layout
16463
16464 \begin_layout Standard
16465 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16466 \end_layout
16467
16468 \begin_layout Standard
16469
16470 \series bold
16471
16472 \backslash
16473 rowcolow{cyan}
16474 \end_layout
16475
16476 \begin_layout Standard
16477 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16478 \end_layout
16479
16480 \begin_layout Standard
16481
16482 \series bold
16483
16484 \backslash
16485 cellcolor{Maroon}
16486 \end_layout
16487
16488 \begin_layout Standard
16489 というTeXコードコマンドを書き込むことで、マルーンに色づけされています。この後、
16490 \family sans
16491 編集\SpecialChar \menuseparator
16492 文字様式
16493 \family default
16494 メニューを使って、各文字に色付けをすることができます。
16495 \end_layout
16496
16497 \begin_layout Standard
16498 \begin_inset Float table
16499 placement h
16500 wide false
16501 sideways false
16502 status open
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Caption Standard
16506
16507 \begin_layout Plain Layout
16508
16509 \series bold
16510 \begin_inset CommandInset label
16511 LatexCommand label
16512 name "tab:色付き表"
16513
16514 \end_inset
16515
16516 colortbl
16517 \series default
16518 パッケージを使用した色付き表
16519 \begin_inset Argument 1
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 colortblを使った表
16524 \end_layout
16525
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Plain Layout
16537 \align center
16538 \begin_inset Tabular
16539 <lyxtabular version="3" rows="3" columns="3">
16540 <features rotate="0" tabularvalignment="middle">
16541 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16542 <column alignment="center" valignment="top">
16543 <column alignment="center" valignment="top">
16544 <row>
16545 <cell alignment="center" valignment="top" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 \begin_inset ERT
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553
16554
16555 \backslash
16556 rowcolor{cyan}
16557 \end_layout
16558
16559 \end_inset
16560
16561
16562 \color magenta
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \color red
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583
16584 \color red
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \color yellow
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607
16608 \color blue
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \color blue
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 <row>
16627 <cell alignment="center" valignment="top" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631
16632 \color yellow
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642
16643 \color blue
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset ERT
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657
16658
16659 \backslash
16660 cellcolor{Maroon}
16661 \end_layout
16662
16663 \end_inset
16664
16665
16666 \color green
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 </lyxtabular>
16674
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \begin_layout Standard
16686 \begin_inset ERT
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690
16691
16692 \backslash
16693 else
16694 \end_layout
16695
16696 \end_inset
16697
16698
16699 \begin_inset Note Note
16700 status open
16701
16702 \begin_layout Plain Layout
16703 以下は、LaTeXパッケージ
16704 \series bold
16705 colortbl
16706 \series default
16707 が導入されていないときに表示されます。
16708 \end_layout
16709
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \begin_layout Standard
16716 この節の内容を出力で表示させるには、
16717 \series bold
16718 colortbl
16719 \series default
16720 パッケージを導入する必要があります。
16721 \end_layout
16722
16723 \begin_layout Standard
16724 \begin_inset ERT
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728
16729
16730 \backslash
16731 fi
16732 \end_layout
16733
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \begin_layout Subsection
16740 色付き行
16741 \begin_inset Index idx
16742 status collapsed
16743
16744 \begin_layout Plain Layout
16745 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \begin_inset Index idx
16752 status collapsed
16753
16754 \begin_layout Plain Layout
16755 いろつき@色付き ! ひょうのぎょう@表の行
16756 \end_layout
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \begin_layout Standard
16764 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
16765 \end_layout
16766
16767 \begin_layout Standard
16768
16769 \series bold
16770
16771 \backslash
16772 usepackage[table]{xcolor}
16773 \end_layout
16774
16775 \begin_layout Standard
16776 というコマンドを使用して、
16777 \series bold
16778 xcolor
16779 \series default
16780
16781 \begin_inset Index idx
16782 status collapsed
16783
16784 \begin_layout Plain Layout
16785 LaTeXぱっけーじ@LaTeXパッケージ ! xcolor
16786 \begin_inset ERT
16787 status collapsed
16788
16789 \begin_layout Plain Layout
16790
16791
16792 \backslash
16793 vspace{4mm}
16794 \end_layout
16795
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802
16803 パッケージを読み込むのです。
16804 \series bold
16805 xcolor
16806 \series default
16807 は、自動的に
16808 \series bold
16809 colortbl
16810 \series default
16811
16812 \begin_inset Index idx
16813 status collapsed
16814
16815 \begin_layout Plain Layout
16816 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
16817 \end_layout
16818
16819 \end_inset
16820
16821 パッケージも読み込むので、LaTeXエラーを防ぐためには、お使いのLaTeX頒布版中に
16822 \series bold
16823 colortbl
16824 \series default
16825 も導入されていなくてはなりません。
16826 \end_layout
16827
16828 \begin_layout Standard
16829 \begin_inset ERT
16830 status collapsed
16831
16832 \begin_layout Plain Layout
16833
16834
16835 \backslash
16836 ifcolortbl
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \begin_inset Note Note
16843 status open
16844
16845 \begin_layout Plain Layout
16846 本節の以下の部分は、LaTeXパッケージ
16847 \series bold
16848 colortbl
16849 \series default
16850 が導入済みのときのみ表示されます。
16851 \end_layout
16852
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \begin_layout Standard
16859 表の行は、文書プリアンブル中か、色付けする最初の表の前にTeXコードで
16860 \end_layout
16861
16862 \begin_layout Standard
16863
16864 \series bold
16865
16866 \backslash
16867 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
16868 \end_layout
16869
16870 \begin_layout Standard
16871 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
16872 を付加する時に用います。したがって、例えば
16873 \end_layout
16874
16875 \begin_layout Standard
16876
16877 \series bold
16878
16879 \backslash
16880 rowcolors{1}{white}{lightgray}
16881 \end_layout
16882
16883 \begin_layout Standard
16884 というコマンドは、表
16885 \begin_inset CommandInset ref
16886 LatexCommand ref
16887 reference "tab:表-行色"
16888
16889 \end_inset
16890
16891 のようなカラースキームをもたらします。また、
16892 \end_layout
16893
16894 \begin_layout Standard
16895
16896 \series bold
16897
16898 \backslash
16899 rowcolors[
16900 \backslash
16901 hline]{1}{lightgray}{cyan}
16902 \end_layout
16903
16904 \begin_layout Standard
16905 というコマンドを用いると、表
16906 \begin_inset CommandInset ref
16907 LatexCommand ref
16908 reference "tab:表-行色-2"
16909
16910 \end_inset
16911
16912 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
16913 \end_layout
16914
16915 \begin_layout Standard
16916
16917 \series bold
16918
16919 \backslash
16920 rowcolors{1}{}{}
16921 \end_layout
16922
16923 \begin_layout Standard
16924 というコマンドはすべての色付けを削除することになります。
16925 \series bold
16926
16927 \backslash
16928 rowcolors
16929 \series default
16930 は、コマンドに続くすべての表に影響を及ぼします。
16931 \end_layout
16932
16933 \begin_layout Standard
16934 \begin_inset ERT
16935 status open
16936
16937 \begin_layout Plain Layout
16938
16939
16940 \backslash
16941 rowcolors{1}{white}{lightgray}
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Standard
16950 \begin_inset Float table
16951 placement h
16952 wide false
16953 sideways false
16954 status open
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Caption Standard
16958
16959 \begin_layout Plain Layout
16960 \begin_inset CommandInset label
16961 LatexCommand label
16962 name "tab:表-行色"
16963
16964 \end_inset
16965
16966 隔行が灰色に着色された表
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \begin_layout Plain Layout
16975 \align center
16976 \begin_inset Tabular
16977 <lyxtabular version="3" rows="4" columns="3">
16978 <features rotate="0" tabularvalignment="middle">
16979 <column alignment="center" valignment="top">
16980 <column alignment="center" valignment="top" width="0pt">
16981 <column alignment="center" valignment="top" width="0pt">
16982 <row>
16983 <cell alignment="center" valignment="top" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 X
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 Y
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 Z
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row>
17012 <cell alignment="center" valignment="top" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 1
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 2
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 3
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 4
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 5
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 6
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 7
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 8
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 9
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 </lyxtabular>
17099
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \begin_layout Standard
17111 \begin_inset ERT
17112 status open
17113
17114 \begin_layout Plain Layout
17115
17116
17117 \backslash
17118 rowcolors[
17119 \backslash
17120 hline]{1}{lightgray}{cyan}
17121 \end_layout
17122
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \begin_layout Standard
17129 \begin_inset Float table
17130 placement h
17131 wide false
17132 sideways false
17133 status open
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Caption Standard
17137
17138 \begin_layout Plain Layout
17139 \begin_inset CommandInset label
17140 LatexCommand label
17141 name "tab:表-行色-2"
17142
17143 \end_inset
17144
17145 隔行でシアン色に着色され、行間に線の入った表
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Plain Layout
17154 \align center
17155 \begin_inset Tabular
17156 <lyxtabular version="3" rows="4" columns="3">
17157 <features rotate="0" tabularvalignment="middle">
17158 <column alignment="center" valignment="top">
17159 <column alignment="center" valignment="top">
17160 <column alignment="center" valignment="top" width="0pt">
17161 <row>
17162 <cell alignment="center" valignment="top" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 X
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 Y
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 Z
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 1
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 2
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 3
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 4
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 5
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 6
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 </row>
17248 <row>
17249 <cell alignment="center" valignment="top" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 7
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 8
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 9
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 </lyxtabular>
17278
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 \begin_inset ERT
17291 status collapsed
17292
17293 \begin_layout Plain Layout
17294
17295
17296 \backslash
17297 rowcolors{1}{}{}
17298 \end_layout
17299
17300 \end_inset
17301
17302
17303 \begin_inset Note Note
17304 status collapsed
17305
17306 \begin_layout Plain Layout
17307 行色を解除
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \begin_inset ERT
17317 status collapsed
17318
17319 \begin_layout Plain Layout
17320
17321
17322 \backslash
17323 else
17324 \end_layout
17325
17326 \end_inset
17327
17328
17329 \begin_inset Note Note
17330 status open
17331
17332 \begin_layout Plain Layout
17333 以下は、LaTeXパッケージ
17334 \series bold
17335 colortbl
17336 \series default
17337 が導入されていないときに表示されます。
17338 \end_layout
17339
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \begin_layout Standard
17346 この節の内容を出力で表示させるには、
17347 \series bold
17348 colortbl
17349 \series default
17350 パッケージを導入する必要があります。
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \begin_inset ERT
17355 status collapsed
17356
17357 \begin_layout Plain Layout
17358
17359
17360 \backslash
17361 fi
17362 \end_layout
17363
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \begin_layout Subsection
17370 色付き罫線
17371 \begin_inset Index idx
17372 status collapsed
17373
17374 \begin_layout Plain Layout
17375 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17376 \end_layout
17377
17378 \end_inset
17379
17380
17381 \begin_inset Index idx
17382 status collapsed
17383
17384 \begin_layout Plain Layout
17385 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17386 \end_layout
17387
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \begin_layout Standard
17394
17395 \begin_inset CommandInset ref
17396 LatexCommand ref
17397 reference "sub:罫線幅"
17398
17399 \end_inset
17400
17401 節に述べられているように、表中の全罫線の線幅は、長さ
17402 \series bold
17403
17404 \backslash
17405 arrayrulewidth
17406 \series default
17407 を使って調節することができます。本節の表では、すべて1.5
17408 \begin_inset space \thinspace{}
17409 \end_inset
17410
17411 ptに設定されています。
17412 \begin_inset ERT
17413 status collapsed
17414
17415 \begin_layout Plain Layout
17416
17417
17418 \backslash
17419 setlength{
17420 \backslash
17421 arrayrulewidth}{1.5pt}
17422 \end_layout
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \begin_layout Standard
17430 たとえば縦罫線を緑に着色するには、第
17431 \begin_inset CommandInset ref
17432 LatexCommand ref
17433 reference "sub:自製書式"
17434
17435 \end_inset
17436
17437 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17438 \end_layout
17439
17440 \begin_layout Standard
17441
17442 \series bold
17443
17444 \backslash
17445 newcolumntype{W}{!{
17446 \backslash
17447 color{green}
17448 \backslash
17449 vline}}
17450 \end_layout
17451
17452 \begin_layout Standard
17453
17454 \begin_inset CommandInset ref
17455 LatexCommand ref
17456 reference "tab:色付き縦罫線の表"
17457
17458 \end_inset
17459
17460 では、最右列にLaTeX変数
17461 \series bold
17462 WcW
17463 \series default
17464 、他の列にLaTeX変数
17465 \series bold
17466 Wc
17467 \series default
17468 が使用されています。
17469 \end_layout
17470
17471 \begin_layout Standard
17472 複数の色を用いたいときには、列書式をもっと定義してください。
17473 \end_layout
17474
17475 \begin_layout Standard
17476 \begin_inset Float table
17477 placement h
17478 wide false
17479 sideways false
17480 status open
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Caption Standard
17484
17485 \begin_layout Plain Layout
17486 \begin_inset CommandInset label
17487 LatexCommand label
17488 name "tab:色付き縦罫線の表"
17489
17490 \end_inset
17491
17492 色付き縦罫線の表
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Plain Layout
17501 \align center
17502 \begin_inset Tabular
17503 <lyxtabular version="3" rows="3" columns="3">
17504 <features rotate="0" tabularvalignment="middle">
17505 <column alignment="center" valignment="top" special="Wc">
17506 <column alignment="center" valignment="top" special="Wc">
17507 <column alignment="center" valignment="top" special="WcW">
17508 <row>
17509 <cell alignment="center" valignment="top" topline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 sd
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" topline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" topline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="center" valignment="top" topline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" topline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 sd
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell alignment="center" valignment="top" topline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 sd
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 </lyxtabular>
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Standard
17608 \begin_inset VSpace bigskip
17609 \end_inset
17610
17611
17612 \begin_inset CommandInset ref
17613 LatexCommand ref
17614 reference "tab:色付き横罫線の表"
17615
17616 \end_inset
17617
17618 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
17619 \end_layout
17620
17621 \begin_layout Standard
17622
17623 \series bold
17624
17625 \backslash
17626 let
17627 \backslash
17628 myHlineC
17629 \backslash
17630 hline
17631 \begin_inset Newline newline
17632 \end_inset
17633
17634
17635 \backslash
17636 renewcommand{
17637 \backslash
17638 hline}
17639 \begin_inset Newline newline
17640 \end_inset
17641
17642
17643 \begin_inset Phantom HPhantom
17644 status open
17645
17646 \begin_layout Plain Layout
17647 \begin_inset space ~
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654
17655 {
17656 \backslash
17657 arrayrulecolor{red}
17658 \backslash
17659 myHlineC
17660 \backslash
17661 arrayrulecolor{black}}
17662 \end_layout
17663
17664 \begin_layout Standard
17665 というコマンドを入力して下さい。
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset ERT
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673
17674
17675 \backslash
17676 let
17677 \backslash
17678 myHlineC
17679 \backslash
17680 hline
17681 \end_layout
17682
17683 \begin_layout Plain Layout
17684
17685
17686 \backslash
17687 renewcommand{
17688 \backslash
17689 hline}
17690 \end_layout
17691
17692 \begin_layout Plain Layout
17693
17694  {
17695 \backslash
17696 arrayrulecolor{red}
17697 \backslash
17698 myHlineC
17699 \backslash
17700 arrayrulecolor{black}}
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \begin_inset Float table
17707 placement h
17708 wide false
17709 sideways false
17710 status open
17711
17712 \begin_layout Plain Layout
17713 \begin_inset Caption Standard
17714
17715 \begin_layout Plain Layout
17716 \begin_inset CommandInset label
17717 LatexCommand label
17718 name "tab:色付き横罫線の表"
17719
17720 \end_inset
17721
17722 色付き横罫線の表
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \begin_layout Plain Layout
17731 \align center
17732 \begin_inset Tabular
17733 <lyxtabular version="3" rows="3" columns="3">
17734 <features rotate="0" tabularvalignment="middle">
17735 <column alignment="center" valignment="top">
17736 <column alignment="center" valignment="top">
17737 <column alignment="center" valignment="top">
17738 <row>
17739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 sd
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 </row>
17767 <row>
17768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 sd
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 <row>
17797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 sd
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 </row>
17825 </lyxtabular>
17826
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \begin_layout Standard
17838 既定値の黒罫線に戻るには、
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 renewcommand{
17847 \backslash
17848 hline}{
17849 \backslash
17850 myHlineC}
17851 \end_layout
17852
17853 \begin_layout Standard
17854 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
17855 \begin_inset CommandInset ref
17856 LatexCommand ref
17857 reference "tab:色付き罫線の表"
17858
17859 \end_inset
17860
17861 は、縦横罫線を色付けした例です。
17862 \end_layout
17863
17864 \begin_layout Standard
17865 \begin_inset Float table
17866 placement h
17867 wide false
17868 sideways false
17869 status open
17870
17871 \begin_layout Plain Layout
17872 \begin_inset Caption Standard
17873
17874 \begin_layout Plain Layout
17875 \begin_inset CommandInset label
17876 LatexCommand label
17877 name "tab:色付き罫線の表"
17878
17879 \end_inset
17880
17881 色付き罫線の表
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \begin_layout Plain Layout
17890 \align center
17891 \begin_inset Tabular
17892 <lyxtabular version="3" rows="3" columns="3">
17893 <features rotate="0" tabularvalignment="middle">
17894 <column alignment="center" valignment="top" special="Wc">
17895 <column alignment="center" valignment="top" special="Wc">
17896 <column alignment="center" valignment="top" special="WcW">
17897 <row>
17898 <cell alignment="center" valignment="top" topline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 sd
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 <cell alignment="center" valignment="top" topline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 <row>
17927 <cell alignment="center" valignment="top" topline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" topline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 sd
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 </row>
17955 <row topspace="default">
17956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 sd
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 </row>
17984 </lyxtabular>
17985
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \begin_layout Standard
17997 \begin_inset ERT
17998 status collapsed
17999
18000 \begin_layout Plain Layout
18001
18002
18003 \backslash
18004 renewcommand{
18005 \backslash
18006 hline}{
18007 \backslash
18008 myHlineC}
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 \begin_inset ERT
18018 status collapsed
18019
18020 \begin_layout Plain Layout
18021
18022
18023 \backslash
18024 setlength{
18025 \backslash
18026 arrayrulewidth}{0.4pt}
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Section
18035 表幅の計算
18036 \begin_inset CommandInset label
18037 LatexCommand label
18038 name "sec:表幅の計算"
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Standard
18046 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18047 設ければ良いのでしょうか?
18048 \end_layout
18049
18050 \begin_layout Standard
18051 表幅
18052 \begin_inset Formula $W_{\text{表}}$
18053 \end_inset
18054
18055 は計算することができます。各列の実際の幅は、指定した列幅
18056 \begin_inset Formula $W_{\text{列}}$
18057 \end_inset
18058
18059 に、列の内容と列罫線との間の余白(LaTeX長
18060 \series bold
18061
18062 \backslash
18063 tabcolsep
18064 \series default
18065 ・既定値6
18066 \begin_inset space \thinspace{}
18067 \end_inset
18068
18069 pt)の2倍と、罫線幅(LaTeX長
18070 \series bold
18071
18072 \backslash
18073 arrayrulewidth
18074 \series default
18075 ・既定値0.4
18076 \begin_inset space \thinspace{}
18077 \end_inset
18078
18079 pt)を加えたものになります。したがって、もし同じ幅の
18080 \begin_inset Formula $n$
18081 \end_inset
18082
18083 列を作るならば、表幅は
18084 \begin_inset Formula 
18085 \begin{equation}
18086 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18087 \end{equation}
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Standard
18095 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(LaTeX長
18096 \series bold
18097
18098 \backslash
18099 columnwidth
18100 \series default
18101 )。表の列をすべて同じ幅にするとすれば、
18102 \begin_inset Formula $W_{\text{表}}$
18103 \end_inset
18104
18105 が1
18106 \begin_inset space \thinspace{}
18107 \end_inset
18108
18109
18110 \backslash
18111 columnwidthになりますので、
18112 \begin_inset Formula $W_{\text{列}}$
18113 \end_inset
18114
18115 は簡単に計算できます。
18116 \end_layout
18117
18118 \begin_layout Standard
18119 計算を行わせる場合には、文書プリアンブル中でLaTeXパッケージ
18120 \series bold
18121 calc
18122 \series default
18123
18124 \begin_inset Index idx
18125 status collapsed
18126
18127 \begin_layout Plain Layout
18128 LaTeXぱっけーじ@LaTeXパッケージ ! calc
18129 \end_layout
18130
18131 \end_inset
18132
18133 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18134 \family sans
18135 LaTeXの引数
18136 \family default
18137 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18138 \begin_inset CommandInset ref
18139 LatexCommand ref
18140 reference "sub:連結列の計算"
18141
18142 \end_inset
18143
18144 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18145 \end_layout
18146
18147 \begin_layout Standard
18148
18149 \series bold
18150 >{
18151 \backslash
18152 centering}p{(1
18153 \backslash
18154 columnwidth-62.4pt)/5}
18155 \end_layout
18156
18157 \begin_layout Standard
18158 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18159 \begin_inset Formula 
18160 \begin{align}
18161 \backslash\mbox{columnwidth} & =3\, W_{\text{列}}+2\cdot0.75\, W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18162  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18163  & =4.5\, W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18164 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18165 \end{align}
18166
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \begin_layout Standard
18173 となります。したがって、表中の広い列には
18174 \end_layout
18175
18176 \begin_layout Standard
18177
18178 \series bold
18179 >{
18180 \backslash
18181 centering}p{(1
18182 \backslash
18183 columnwidth-62.4pt)/
18184 \backslash
18185 real{4.5}}
18186 \end_layout
18187
18188 \begin_layout Standard
18189 というコマンドを用い、狭い列には
18190 \end_layout
18191
18192 \begin_layout Standard
18193
18194 \series bold
18195 >{
18196 \backslash
18197 centering}p{(1
18198 \backslash
18199 columnwidth-62.4pt)/
18200 \backslash
18201 real{4.5}*
18202 \backslash
18203 real{0.75}}
18204 \end_layout
18205
18206 \begin_layout Standard
18207 というコマンドを用いることにすると、以下の表が出来上がります。
18208 \end_layout
18209
18210 \begin_layout Standard
18211 \begin_inset Tabular
18212 <lyxtabular version="3" rows="2" columns="5">
18213 <features rotate="0" tabularvalignment="middle">
18214 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18215 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18216 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18217 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18218 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18219 <row>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 1
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 2
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 3
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 4
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 5
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 <row>
18267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 111111 1111111 111111 111111111 11111 11111 1111
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 2222 22222 222222 222222222 2222222 22 22222
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 333333 333333 333333 33333 3333333 333
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 </row>
18313 </lyxtabular>
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Section
18321 表の調整
18322 \begin_inset Index idx
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326 ひょうのちょうせい@表の調整
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \begin_inset Index idx
18333 status collapsed
18334
18335 \begin_layout Plain Layout
18336 ひょう@表 ! ちょうせい@調整
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Subsection
18345 行の余白取り
18346 \begin_inset CommandInset label
18347 LatexCommand label
18348 name "sub:行の余白取り"
18349
18350 \end_inset
18351
18352
18353 \begin_inset Index idx
18354 status collapsed
18355
18356 \begin_layout Plain Layout
18357 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 表の設定ダイアログの
18367 \family sans
18368 罫線
18369 \family default
18370 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
18371 \end_layout
18372
18373 \begin_layout Description
18374 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
18375 \begin_inset Foot
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379 フォーマル形式の表は第
18380 \begin_inset CommandInset ref
18381 LatexCommand ref
18382 reference "sec:フォーマル形式の表"
18383
18384 \end_inset
18385
18386 節で説明されています。
18387 \end_layout
18388
18389 \end_inset
18390
18391 ならば、LyXは既定値として0.5
18392 \begin_inset space \thinspace{}
18393 \end_inset
18394
18395 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18396 \begin_inset VSpace medskip
18397 \end_inset
18398
18399
18400 \begin_inset Newline newline
18401 \end_inset
18402
18403
18404 \begin_inset space \hspace*{}
18405 \length 0pt
18406 \end_inset
18407
18408
18409 \begin_inset space \hfill{}
18410 \end_inset
18411
18412
18413 \begin_inset Tabular
18414 <lyxtabular version="3" rows="3" columns="1">
18415 <features rotate="0" tabularvalignment="middle">
18416 <column alignment="center" valignment="top">
18417 <row>
18418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 </row>
18428 <row topspace="3mm">
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 行上に3
18434 \begin_inset space \thinspace{}
18435 \end_inset
18436
18437 mmの余白
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 </row>
18454 </lyxtabular>
18455
18456 \end_inset
18457
18458
18459 \begin_inset space \hfill{}
18460 \end_inset
18461
18462
18463 \begin_inset space \hspace*{}
18464 \length 0pt
18465 \end_inset
18466
18467
18468 \begin_inset VSpace medskip
18469 \end_inset
18470
18471
18472 \begin_inset Newline newline
18473 \end_inset
18474
18475 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
18476 \end_layout
18477
18478 \begin_layout Description
18479 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 emの余白を挿入し、通常の表ならば既定値として2
18484 \begin_inset space \thinspace{}
18485 \end_inset
18486
18487 ptを挿入します。
18488 \end_layout
18489
18490 \begin_layout Description
18491 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
18492 \begin_inset space \thinspace{}
18493 \end_inset
18494
18495 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
18496 \begin_inset VSpace medskip
18497 \end_inset
18498
18499
18500 \begin_inset Newline newline
18501 \end_inset
18502
18503
18504 \begin_inset space \hspace*{}
18505 \length 0pt
18506 \end_inset
18507
18508
18509 \begin_inset space \hfill{}
18510 \end_inset
18511
18512
18513 \begin_inset Tabular
18514 <lyxtabular version="3" rows="3" columns="1">
18515 <features rotate="0" tabularvalignment="middle">
18516 <column alignment="center" valignment="top">
18517 <row>
18518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row interlinespace="3mm">
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Formula $\downarrow$
18534 \end_inset
18535
18536  行間に3
18537 \begin_inset space \thinspace{}
18538 \end_inset
18539
18540 mmの余白 
18541 \begin_inset Formula $\downarrow$
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 </row>
18550 <row>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 \begin_inset Formula $\uparrow$
18556 \end_inset
18557
18558  行間に3
18559 \begin_inset space \thinspace{}
18560 \end_inset
18561
18562 mmの余白 
18563 \begin_inset Formula $\uparrow$
18564 \end_inset
18565
18566
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 </row>
18572 </lyxtabular>
18573
18574 \end_inset
18575
18576
18577 \begin_inset space \hfill{}
18578 \end_inset
18579
18580
18581 \begin_inset space \hspace*{}
18582 \length 0pt
18583 \end_inset
18584
18585
18586 \begin_inset VSpace medskip
18587 \end_inset
18588
18589
18590 \begin_inset Newline newline
18591 \end_inset
18592
18593 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
18594 \end_layout
18595
18596 \begin_layout Standard
18597 \begin_inset VSpace bigskip
18598 \end_inset
18599
18600 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
18601 \end_layout
18602
18603 \begin_layout Standard
18604
18605 \series bold
18606
18607 \backslash
18608 @ifundefined{extrarowheight}
18609 \begin_inset Newline newline
18610 \end_inset
18611
18612
18613 \begin_inset Phantom HPhantom
18614 status open
18615
18616 \begin_layout Plain Layout
18617 \begin_inset space ~
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \end_inset
18624
18625 {
18626 \backslash
18627 usepackage{array}}{}
18628 \begin_inset Newline newline
18629 \end_inset
18630
18631
18632 \backslash
18633 setlength{
18634 \backslash
18635 extrarowheight}{height}
18636 \end_layout
18637
18638 \begin_layout Standard
18639 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
18640 \series bold
18641 array
18642 \series default
18643 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
18644 \series bold
18645
18646 \backslash
18647 @ifundefined
18648 \series default
18649 が使用されています)。
18650 \end_layout
18651
18652 \begin_layout Standard
18653 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
18654 \series bold
18655
18656 \backslash
18657 strut
18658 \series default
18659 コマンドを挿入することで補正することができます。表
18660 \begin_inset CommandInset ref
18661 LatexCommand ref
18662 reference "tab:垂直揃え"
18663
18664 \end_inset
18665
18666 は、この効果を示したものです。
18667 \end_layout
18668
18669 \begin_layout Standard
18670 \noindent
18671 \begin_inset Float table
18672 placement h
18673 wide false
18674 sideways false
18675 status open
18676
18677 \begin_layout Plain Layout
18678 \begin_inset Caption Standard
18679
18680 \begin_layout Plain Layout
18681 \begin_inset CommandInset label
18682 LatexCommand label
18683 name "tab:垂直揃え"
18684
18685 \end_inset
18686
18687 大きなフォント寸法の文章の垂直揃え
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Plain Layout
18696 \begin_inset space \hfill{}
18697 \end_inset
18698
18699
18700 \begin_inset Float table
18701 wide false
18702 sideways false
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706 \begin_inset Caption Standard
18707
18708 \begin_layout Plain Layout
18709 通常の表
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Plain Layout
18718 \noindent
18719 \align center
18720 \begin_inset Tabular
18721 <lyxtabular version="3" rows="6" columns="1">
18722 <features rotate="0" tabularvalignment="middle">
18723 <column alignment="left" valignment="top">
18724 <row>
18725 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 Normal, g
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 </row>
18735 <row>
18736 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740
18741 \size large
18742 Large
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 </row>
18748 <row>
18749 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \size larger
18755 Larger
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 </row>
18761 <row>
18762 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \size largest
18768 Largest
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 </row>
18774 <row>
18775 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \size huge
18781 Huge
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \size giant
18794 Huger
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 </row>
18800 </lyxtabular>
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \end_inset
18808
18809
18810 \begin_inset space \hfill{}
18811 \end_inset
18812
18813
18814 \begin_inset Float table
18815 wide false
18816 sideways false
18817 status collapsed
18818
18819 \begin_layout Plain Layout
18820 \begin_inset Caption Standard
18821
18822 \begin_layout Plain Layout
18823
18824 \series bold
18825
18826 \backslash
18827 strut
18828 \series default
18829 コマンドを使用した表
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Plain Layout
18838 \noindent
18839 \align center
18840 \begin_inset Tabular
18841 <lyxtabular version="3" rows="6" columns="1">
18842 <features rotate="0" tabularvalignment="middle">
18843 <column alignment="left" valignment="top">
18844 <row>
18845 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 Normal, g
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \size large
18862 \begin_inset ERT
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866
18867
18868 \backslash
18869 strut 
18870 \end_layout
18871
18872 \end_inset
18873
18874 Large
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 <row>
18881 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885
18886 \size larger
18887 \begin_inset ERT
18888 status collapsed
18889
18890 \begin_layout Plain Layout
18891
18892
18893 \backslash
18894 strut 
18895 \end_layout
18896
18897 \end_inset
18898
18899 Larger
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 <row>
18906 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \size largest
18912 \begin_inset ERT
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916
18917
18918 \backslash
18919 strut 
18920 \end_layout
18921
18922 \end_inset
18923
18924 Largest
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 <row>
18931 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \size huge
18937 \begin_inset ERT
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941
18942
18943 \backslash
18944 strut 
18945 \end_layout
18946
18947 \end_inset
18948
18949 Huge
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \size giant
18962 \begin_inset ERT
18963 status collapsed
18964
18965 \begin_layout Plain Layout
18966
18967
18968 \backslash
18969 strut 
18970 \end_layout
18971
18972 \end_inset
18973
18974 Huger
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 </lyxtabular>
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \begin_inset space \hfill{}
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Subsection
19002 特殊なセル揃え
19003 \begin_inset CommandInset label
19004 LatexCommand label
19005 name "sub:特殊なセル揃え"
19006
19007 \end_inset
19008
19009
19010 \begin_inset Index idx
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 ときには表
19024 \begin_inset CommandInset ref
19025 LatexCommand ref
19026 reference "tab:表セル"
19027
19028 \end_inset
19029
19030 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19031 \begin_inset Graphics
19032         filename ../../images/tabular-feature_align-decimal.png
19033         scale 85
19034         scaleBeforeRotation
19035
19036 \end_inset
19037
19038 を押すか、表設定中で揃えを
19039 \family sans
19040 小数点で
19041 \family default
19042 に設定します。
19043 \end_layout
19044
19045 \begin_layout Standard
19046 \begin_inset Float table
19047 placement h
19048 wide false
19049 sideways false
19050 status open
19051
19052 \begin_layout Plain Layout
19053 \begin_inset Caption Standard
19054
19055 \begin_layout Plain Layout
19056 \begin_inset CommandInset label
19057 LatexCommand label
19058 name "tab:表セル"
19059
19060 \end_inset
19061
19062 一列が小数点で揃えられた表セル
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Plain Layout
19071 \align center
19072 \begin_inset Tabular
19073 <lyxtabular version="3" rows="4" columns="1">
19074 <features rotate="0" booktabs="true" tabularvalignment="middle">
19075 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19076 <row>
19077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 見出し
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 <row>
19088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092 12.6
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 0.68
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 -123.0
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 </lyxtabular>
19121
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout Standard
19133 \begin_inset Float table
19134 placement h
19135 wide false
19136 sideways false
19137 status open
19138
19139 \begin_layout Plain Layout
19140 \begin_inset Caption Standard
19141
19142 \begin_layout Plain Layout
19143 \begin_inset CommandInset label
19144 LatexCommand label
19145 name "tab:演算子揃え表"
19146
19147 \end_inset
19148
19149 一列が演算子で揃えられた表セル
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Plain Layout
19158 \align center
19159 \begin_inset Tabular
19160 <lyxtabular version="3" rows="4" columns="2">
19161 <features rotate="0" booktabs="true" tabularvalignment="middle">
19162 <column alignment="right" valignment="top" width="0pt">
19163 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19164 <row>
19165 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 見出し
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset Formula $12\,+$
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 \begin_inset Formula $\,6$
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 \begin_inset Formula $0\,-$
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\,68$
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 <row>
19237 <cell alignment="center" valignment="top" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 \begin_inset Formula $-123\,/$
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 \begin_inset Formula $\,0$
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 </lyxtabular>
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \begin_layout Standard
19275 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
19276 \begin_inset CommandInset ref
19277 LatexCommand ref
19278 reference "tab:演算子揃え表"
19279
19280 \end_inset
19281
19282 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
19283 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
19284 ために、
19285 \end_layout
19286
19287 \begin_layout Standard
19288
19289 \series bold
19290 @{}l
19291 \end_layout
19292
19293 \begin_layout Standard
19294 というLaTeX引数を第2列に指定します。
19295 \end_layout
19296
19297 \begin_layout Standard
19298
19299 \begin_inset CommandInset ref
19300 LatexCommand ref
19301 reference "tab:表セル揃え"
19302
19303 \end_inset
19304
19305 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
19306 \begin_inset CommandInset ref
19307 LatexCommand ref
19308 reference "tab:演算子揃え表"
19309
19310 \end_inset
19311
19312 の冒頭には、小空白が加えられています。
19313 \end_layout
19314
19315 \begin_layout Standard
19316 \begin_inset Float table
19317 wide false
19318 sideways false
19319 status open
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Caption Standard
19323
19324 \begin_layout Plain Layout
19325 \begin_inset CommandInset label
19326 LatexCommand label
19327 name "tab:表セル揃え"
19328
19329 \end_inset
19330
19331 表セルの揃えの例
19332 \end_layout
19333
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \begin_layout Plain Layout
19340 \align center
19341 \begin_inset Tabular
19342 <lyxtabular version="3" rows="4" columns="6">
19343 <features rotate="0" tabularvalignment="middle">
19344 <column alignment="right" valignment="top">
19345 <column alignment="left" valignment="top" special="@{}l">
19346 <column alignment="right" valignment="top">
19347 <column alignment="left" valignment="top" special="@{}l">
19348 <column alignment="right" valignment="top">
19349 <column alignment="left" valignment="top" special="@{}l">
19350 <row>
19351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 単位
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 冪数
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 関係子
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411 12×
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 24本の瓶
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset Formula $10\cdot$
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Formula $10^{\mbox{-}17}$
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Formula $\Gamma(t)\propto$
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset Formula $\:\Upsilon(t)$
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 1024×
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 768ピクセル
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 \begin_inset Formula $5.78\cdot$
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 \begin_inset Formula $10^{7}$
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 \begin_inset Formula $A\ne$
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 \begin_inset Formula $\: B_{\mathrm{red}}$
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 32×
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 6
19557 \begin_inset space \thinspace{}
19558 \end_inset
19559
19560 cm
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 -
19570 \begin_inset Formula $33.5\cdot$
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 \begin_inset Formula $10^{4}$
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 \begin_inset Formula $\sin(\alpha)\ge$
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\:\sin(\beta)$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 </lyxtabular>
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \begin_layout Subsection
19628 自製のセル書式および列書式
19629 \begin_inset CommandInset label
19630 LatexCommand label
19631 name "sub:自製書式"
19632
19633 \end_inset
19634
19635
19636 \begin_inset Index idx
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Standard
19649
19650 \begin_inset CommandInset ref
19651 LatexCommand ref
19652 reference "sec:表幅の計算"
19653
19654 \end_inset
19655
19656 節のようにして通常列の必要幅を計算したり、第
19657 \begin_inset CommandInset ref
19658 LatexCommand ref
19659 reference "sub:連結列の計算"
19660
19661 \end_inset
19662
19663 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
19664 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
19665 \end_layout
19666
19667 \begin_layout Standard
19668
19669 \series bold
19670
19671 \backslash
19672 newcolumntype{書式名}[引数の数]{コマンド}
19673 \end_layout
19674
19675 \begin_layout Standard
19676 書式名は、一文字だけでも構いません。
19677 \emph on
19678 b
19679 \emph default
19680
19681 \emph on
19682 c
19683 \emph default
19684
19685 \emph on
19686 l
19687 \emph default
19688
19689 \emph on
19690 m
19691 \emph default
19692
19693 \emph on
19694 p
19695 \emph default
19696
19697 \emph on
19698 r
19699 \emph default
19700 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
19701 \end_layout
19702
19703 \begin_layout Standard
19704 \begin_inset VSpace medskip
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \begin_layout Standard
19711 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
19712 \end_layout
19713
19714 \begin_layout Standard
19715
19716 \series bold
19717
19718 \backslash
19719 newcolumntype{M}[1]{>{
19720 \backslash
19721 centering
19722 \backslash
19723 hspace{0pt}}m{#1}}
19724 \end_layout
19725
19726 \begin_layout Standard
19727 ここで
19728 \series bold
19729
19730 \backslash
19731 hspace{0pt}
19732 \series default
19733 は、第
19734 \begin_inset CommandInset ref
19735 LatexCommand ref
19736 reference "sub:複数行"
19737
19738 \end_inset
19739
19740 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
19741 \family sans
19742 LaTeXの引数
19743 \family default
19744
19745 \end_layout
19746
19747 \begin_layout Standard
19748
19749 \series bold
19750 M{width}
19751 \end_layout
19752
19753 \begin_layout Standard
19754 と入力するだけですみます。
19755 \end_layout
19756
19757 \begin_layout Standard
19758 \begin_inset VSpace bigskip
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \begin_layout Standard
19765 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
19766 \end_layout
19767
19768 \begin_layout Standard
19769
19770 \series bold
19771
19772 \backslash
19773 newcolumntype{S}[2]{>{
19774 \backslash
19775 centering
19776 \backslash
19777 hspace{0pt}}
19778 \begin_inset Newline newline
19779 \end_inset
19780
19781
19782 \begin_inset Phantom HPhantom
19783 status open
19784
19785 \begin_layout Plain Layout
19786
19787 \series bold
19788
19789 \backslash
19790 newcolumntype
19791 \end_layout
19792
19793 \end_inset
19794
19795 m{(#1+(2
19796 \backslash
19797 tabcolsep+
19798 \backslash
19799 arrayrulewidth)*(1-#2))/#2}}
19800 \end_layout
19801
19802 \begin_layout Standard
19803 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
19804 \begin_inset CommandInset ref
19805 LatexCommand eqref
19806 reference "eq:Wgn"
19807
19808 \end_inset
19809
19810 式を使用しています。
19811 \end_layout
19812
19813 \begin_layout Standard
19814 こうしておけば、当該セルのLaTeX引数に
19815 \end_layout
19816
19817 \begin_layout Standard
19818
19819 \series bold
19820 S{連結列セルの幅}{連結列セルがまたがる列の数}
19821 \end_layout
19822
19823 \begin_layout Standard
19824 と入力するだけですみます。
19825 \end_layout
19826
19827 \begin_layout Standard
19828 \begin_inset VSpace bigskip
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Standard
19835 色付き列については、以下のように定義するとよいでしょう。
19836 \end_layout
19837
19838 \begin_layout Standard
19839
19840 \series bold
19841
19842 \backslash
19843 newcolumntype{K}[1]{>{
19844 \backslash
19845 columncolor{#1}
19846 \backslash
19847 hspace{0pt}}c}
19848 \end_layout
19849
19850 \begin_layout Standard
19851 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
19852 \end_layout
19853
19854 \begin_layout Standard
19855
19856 \series bold
19857 K{色名}
19858 \end_layout
19859
19860 \begin_layout Standard
19861 と入力します。
19862 \end_layout
19863
19864 \begin_layout Standard
19865 \begin_inset VSpace bigskip
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Standard
19872
19873 \begin_inset CommandInset ref
19874 LatexCommand ref
19875 reference "tab:ユーザー定義の表書式"
19876
19877 \end_inset
19878
19879 を生成するには、第1列と連結列にLaTeX引数として
19880 \end_layout
19881
19882 \begin_layout Standard
19883
19884 \series bold
19885 M{2.5cm}
19886 \end_layout
19887
19888 \begin_layout Standard
19889 を指定し、最終列に
19890 \end_layout
19891
19892 \begin_layout Standard
19893
19894 \series bold
19895 K{red}
19896 \end_layout
19897
19898 \begin_layout Standard
19899 そして第2列の各セルに
19900 \end_layout
19901
19902 \begin_layout Standard
19903
19904 \series bold
19905 S{2.5cm}{2}
19906 \end_layout
19907
19908 \begin_layout Standard
19909 と指定します。
19910 \end_layout
19911
19912 \begin_layout Standard
19913 \begin_inset Float table
19914 placement h
19915 wide false
19916 sideways false
19917 status open
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Caption Standard
19921
19922 \begin_layout Plain Layout
19923 \begin_inset CommandInset label
19924 LatexCommand label
19925 name "tab:ユーザー定義の表書式"
19926
19927 \end_inset
19928
19929 ユーザー定義の表書式を使用した表
19930 \end_layout
19931
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \begin_layout Plain Layout
19938 \align center
19939 \begin_inset Tabular
19940 <lyxtabular version="3" rows="3" columns="4">
19941 <features rotate="0" tabularvalignment="middle">
19942 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
19943 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
19944 <column alignment="center" valignment="middle">
19945 <column alignment="center" valignment="middle" special="K{red}">
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 とても長い表セル中の単語
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 複数行の連結列
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 c
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 d
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 e
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 f
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 g
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 h
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 i
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 j
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 k
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 </row>
20060 </lyxtabular>
20061
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \begin_layout Subsection
20073 罫線幅
20074 \begin_inset CommandInset label
20075 LatexCommand label
20076 name "sub:罫線幅"
20077
20078 \end_inset
20079
20080
20081 \begin_inset Index idx
20082 status collapsed
20083
20084 \begin_layout Plain Layout
20085 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \begin_layout Standard
20094 表中のすべての罫線の罫線幅を調整するには、長さ
20095 \series bold
20096
20097 \backslash
20098 arrayrulewidth
20099 \series default
20100 を使用します。たとえば、表
20101 \begin_inset CommandInset ref
20102 LatexCommand ref
20103 reference "tab:Table-with-1.5"
20104
20105 \end_inset
20106
20107 のように罫線幅を1.5
20108 \begin_inset space \thinspace{}
20109 \end_inset
20110
20111 ptにするには、表や表フロートの前にTeXコードで
20112 \end_layout
20113
20114 \begin_layout Standard
20115
20116 \series bold
20117
20118 \backslash
20119 setlength{
20120 \backslash
20121 arrayrulewidth}{1.5pt}
20122 \end_layout
20123
20124 \begin_layout Standard
20125 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
20126 \series bold
20127
20128 \backslash
20129 arrayrulewidth
20130 \series default
20131 を0.4
20132 \begin_inset space \thinspace{}
20133 \end_inset
20134
20135 ptに設定してください。
20136 \end_layout
20137
20138 \begin_layout Standard
20139 \begin_inset ERT
20140 status collapsed
20141
20142 \begin_layout Plain Layout
20143
20144
20145 \backslash
20146 setlength{
20147 \backslash
20148 arrayrulewidth}{1.5pt}
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \begin_inset Float table
20155 wide false
20156 sideways false
20157 status open
20158
20159 \begin_layout Plain Layout
20160 \begin_inset Caption Standard
20161
20162 \begin_layout Plain Layout
20163 \begin_inset CommandInset label
20164 LatexCommand label
20165 name "tab:Table-with-1.5"
20166
20167 \end_inset
20168
20169 1.5
20170 \begin_inset space \thinspace{}
20171 \end_inset
20172
20173 pt幅罫線の表
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Plain Layout
20182 \align center
20183 \begin_inset Tabular
20184 <lyxtabular version="3" rows="3" columns="3">
20185 <features rotate="0" tabularvalignment="middle">
20186 <column alignment="center" valignment="top">
20187 <column alignment="center" valignment="top">
20188 <column alignment="center" valignment="top">
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 sd
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 sd
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 sd
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 </lyxtabular>
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284
20285
20286 \begin_inset ERT
20287 status collapsed
20288
20289 \begin_layout Plain Layout
20290
20291
20292 \backslash
20293 setlength{
20294 \backslash
20295 arrayrulewidth}{0.4pt}
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \begin_layout Standard
20304 \begin_inset VSpace bigskip
20305 \end_inset
20306
20307
20308 \begin_inset CommandInset ref
20309 LatexCommand ref
20310 reference "tab:1.5pt幅横罫"
20311
20312 \end_inset
20313
20314 のように横罫だけを1.5
20315 \begin_inset space \thinspace{}
20316 \end_inset
20317
20318 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
20319 \end_layout
20320
20321 \begin_layout Standard
20322
20323 \series bold
20324
20325 \backslash
20326 let
20327 \backslash
20328 myHline
20329 \backslash
20330 hline
20331 \begin_inset Newline newline
20332 \end_inset
20333
20334
20335 \backslash
20336 renewcommand{
20337 \backslash
20338 hline}
20339 \begin_inset Newline newline
20340 \end_inset
20341
20342  {
20343 \backslash
20344 noalign{
20345 \backslash
20346 global
20347 \backslash
20348 arrayrulewidth 1.5pt}
20349 \begin_inset Newline newline
20350 \end_inset
20351
20352  
20353 \backslash
20354 myHline
20355 \backslash
20356 noalign{
20357 \backslash
20358 global
20359 \backslash
20360 arrayrulewidth 0.4pt}}
20361 \end_layout
20362
20363 \begin_layout Standard
20364 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
20365 \end_layout
20366
20367 \begin_layout Standard
20368
20369 \series bold
20370
20371 \backslash
20372 renewcommand{
20373 \backslash
20374 hline}{
20375 \backslash
20376 myHline}
20377 \end_layout
20378
20379 \begin_layout Standard
20380 \begin_inset ERT
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384
20385
20386 \backslash
20387 let
20388 \backslash
20389 myHline
20390 \backslash
20391 hline
20392 \end_layout
20393
20394 \begin_layout Plain Layout
20395
20396
20397 \backslash
20398 renewcommand{
20399 \backslash
20400 hline}
20401 \end_layout
20402
20403 \begin_layout Plain Layout
20404
20405  {
20406 \backslash
20407 noalign{
20408 \backslash
20409 global
20410 \backslash
20411 arrayrulewidth 1.5pt}
20412 \end_layout
20413
20414 \begin_layout Plain Layout
20415
20416   
20417 \backslash
20418 myHline
20419 \backslash
20420 noalign{
20421 \backslash
20422 global
20423 \backslash
20424 arrayrulewidth 0.4pt}}
20425 \end_layout
20426
20427 \end_inset
20428
20429
20430 \begin_inset Float table
20431 wide false
20432 sideways false
20433 status open
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Caption Standard
20437
20438 \begin_layout Plain Layout
20439 \begin_inset CommandInset label
20440 LatexCommand label
20441 name "tab:1.5pt幅横罫"
20442
20443 \end_inset
20444
20445 1.5
20446 \begin_inset space \thinspace{}
20447 \end_inset
20448
20449 pt幅横罫の表
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \begin_layout Plain Layout
20458 \align center
20459 \begin_inset Tabular
20460 <lyxtabular version="3" rows="3" columns="3">
20461 <features rotate="0" tabularvalignment="middle">
20462 <column alignment="center" valignment="top">
20463 <column alignment="center" valignment="top">
20464 <column alignment="center" valignment="top">
20465 <row>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 sd
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 sd
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 sd
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 </lyxtabular>
20553
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \begin_inset ERT
20563 status collapsed
20564
20565 \begin_layout Plain Layout
20566
20567
20568 \backslash
20569 renewcommand{
20570 \backslash
20571 hline}{
20572 \backslash
20573 myHline}
20574 \end_layout
20575
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \begin_layout Standard
20582 \begin_inset VSpace bigskip
20583 \end_inset
20584
20585 縦罫だけを1.5
20586 \begin_inset space \thinspace{}
20587 \end_inset
20588
20589 pt幅にするには、第
20590 \begin_inset CommandInset ref
20591 LatexCommand ref
20592 reference "sub:自製書式"
20593
20594 \end_inset
20595
20596 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
20597 \end_layout
20598
20599 \begin_layout Standard
20600
20601 \series bold
20602
20603 \backslash
20604 newcolumntype{V}{!{
20605 \backslash
20606 vrule width 1.5pt}}
20607 \end_layout
20608
20609 \begin_layout Standard
20610
20611 \begin_inset CommandInset ref
20612 LatexCommand ref
20613 reference "tab:1.5pt幅縦罫"
20614
20615 \end_inset
20616
20617 を作るには、最右列にLaTeX引数
20618 \end_layout
20619
20620 \begin_layout Standard
20621
20622 \series bold
20623 VcV
20624 \end_layout
20625
20626 \begin_layout Standard
20627 を指定し、他の列には
20628 \end_layout
20629
20630 \begin_layout Standard
20631
20632 \series bold
20633 Vc
20634 \end_layout
20635
20636 \begin_layout Standard
20637 を指定します。
20638 \end_layout
20639
20640 \begin_layout Standard
20641 \begin_inset Float table
20642 wide false
20643 sideways false
20644 status open
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Caption Standard
20648
20649 \begin_layout Plain Layout
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "tab:1.5pt幅縦罫"
20653
20654 \end_inset
20655
20656 1.5
20657 \begin_inset space \thinspace{}
20658 \end_inset
20659
20660 pt幅縦罫の表
20661 \end_layout
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Plain Layout
20669 \align center
20670 \begin_inset Tabular
20671 <lyxtabular version="3" rows="3" columns="3">
20672 <features rotate="0" tabularvalignment="middle">
20673 <column alignment="center" valignment="top" special="Vc">
20674 <column alignment="center" valignment="top" special="Vc">
20675 <column alignment="center" valignment="top" special="VcV">
20676 <row>
20677 <cell alignment="center" valignment="top" topline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 sd
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" topline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" topline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 sd
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 sd
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 </lyxtabular>
20764
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Subsection
20776 点罫
20777 \begin_inset Index idx
20778 status collapsed
20779
20780 \begin_layout Plain Layout
20781 ひょうのちょうせい@表の調整 ! てんけい@点罫
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \begin_layout Standard
20790 \begin_inset ERT
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794
20795
20796 \backslash
20797 ifarydshln
20798 \end_layout
20799
20800 \end_inset
20801
20802
20803 \begin_inset Note Note
20804 status open
20805
20806 \begin_layout Plain Layout
20807 この節は、LaTeXパッケージ
20808 \series bold
20809 arydshln
20810 \series default
20811 が導入済みの時のみ表示されます。
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Standard
20820 \begin_inset Float table
20821 placement H
20822 wide false
20823 sideways false
20824 status open
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Caption Standard
20828
20829 \begin_layout Plain Layout
20830 \begin_inset CommandInset label
20831 LatexCommand label
20832 name "tab:点罫表"
20833
20834 \end_inset
20835
20836 点罫を使用した表
20837 \end_layout
20838
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \begin_layout Plain Layout
20845 \align center
20846 \begin_inset Tabular
20847 <lyxtabular version="3" rows="5" columns="5">
20848 <features rotate="0" tabularvalignment="middle">
20849 <column alignment="center" valignment="top">
20850 <column alignment="center" valignment="top">
20851 <column alignment="center" valignment="top" special=":c">
20852 <column alignment="center" valignment="top">
20853 <column alignment="center" valignment="top">
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 \begin_inset ERT
20954 status collapsed
20955
20956 \begin_layout Plain Layout
20957
20958
20959 \backslash
20960 hdashline 
20961 \end_layout
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset ERT
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017
21018 \backslash
21019 cdashline{4-5}
21020 \end_layout
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21030 \begin_inset Text
21031
21032 \begin_layout Plain Layout
21033
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 </row>
21066 <row>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 </lyxtabular>
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \begin_layout Standard
21126 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
21127 \end_layout
21128
21129 \begin_layout Standard
21130
21131 \series bold
21132
21133 \backslash
21134 usepackage{arydshln}
21135 \end_layout
21136
21137 \begin_layout Standard
21138 というコマンドを書き、LaTeXパッケージの
21139 \series bold
21140 arydshln
21141 \series default
21142
21143 \begin_inset Index idx
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
21148 \end_layout
21149
21150 \end_inset
21151
21152 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
21153 \end_layout
21154
21155 \begin_layout Standard
21156 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
21157 \end_layout
21158
21159 \begin_layout Standard
21160
21161 \series bold
21162
21163 \backslash
21164 hdashline
21165 \end_layout
21166
21167 \begin_layout Standard
21168 というコマンドを加えてください。
21169 \end_layout
21170
21171 \begin_layout Standard
21172 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
21173 \end_layout
21174
21175 \begin_layout Standard
21176
21177 \series bold
21178
21179 \backslash
21180 cdashline{列番号
21181 \series default
21182 }
21183 \end_layout
21184
21185 \begin_layout Standard
21186 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
21187 \end_layout
21188
21189 \begin_layout Standard
21190
21191 \series bold
21192
21193 \backslash
21194 cdashline{2-4}
21195 \end_layout
21196
21197 \begin_layout Standard
21198 なるコマンドを置いてください。
21199 \end_layout
21200
21201 \begin_layout Standard
21202 \begin_inset VSpace bigskip
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \begin_layout Standard
21209
21210 \begin_inset CommandInset ref
21211 LatexCommand ref
21212 reference "tab:点罫表"
21213
21214 \end_inset
21215
21216 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
21217 \series bold
21218
21219 \backslash
21220 hdashline
21221 \series default
21222 が挿れられており、第4行の最初のセルには、TeXコードのコマンド
21223 \begin_inset Newline newline
21224 \end_inset
21225
21226  
21227 \series bold
21228
21229 \backslash
21230 cdashline{4-5}
21231 \series default
21232 が挿れられています。
21233 \end_layout
21234
21235 \begin_layout Standard
21236 \begin_inset VSpace bigskip
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \begin_layout Standard
21243 点罫を持つ表も、表
21244 \begin_inset CommandInset ref
21245 LatexCommand ref
21246 reference "tab:Colored-table-with"
21247
21248 \end_inset
21249
21250 のように色付けをすることができます。
21251 \end_layout
21252
21253 \begin_layout Standard
21254 \begin_inset ERT
21255 status collapsed
21256
21257 \begin_layout Plain Layout
21258
21259
21260 \backslash
21261 setlength{
21262 \backslash
21263 arrayrulewidth}{1pt}
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \begin_inset Note Note
21270 status collapsed
21271
21272 \begin_layout Plain Layout
21273 罫線色が見易いように線を太く
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Standard
21282 \begin_inset ERT
21283 status collapsed
21284
21285 \begin_layout Plain Layout
21286
21287
21288 \backslash
21289 dashgapcolor{green}
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \begin_inset Note Note
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299 緑点罫の間の色付き余白
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 \begin_inset ERT
21309 status collapsed
21310
21311 \begin_layout Plain Layout
21312
21313
21314 \backslash
21315 let
21316 \backslash
21317 myHdashline
21318 \backslash
21319 hdashline
21320 \end_layout
21321
21322 \begin_layout Plain Layout
21323
21324
21325 \backslash
21326 renewcommand{
21327 \backslash
21328 hdashline}
21329 \end_layout
21330
21331 \begin_layout Plain Layout
21332
21333  {
21334 \backslash
21335 arrayrulecolor{red}
21336 \backslash
21337 myHdashline
21338 \backslash
21339 arrayrulecolor{black}}
21340 \end_layout
21341
21342 \end_inset
21343
21344
21345 \begin_inset Note Note
21346 status collapsed
21347
21348 \begin_layout Plain Layout
21349 色付き水平線・点罫赤
21350 \end_layout
21351
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \begin_layout Standard
21358 \begin_inset ERT
21359 status collapsed
21360
21361 \begin_layout Plain Layout
21362
21363
21364 \backslash
21365 let
21366 \backslash
21367 myCdashline
21368 \backslash
21369 cdashline
21370 \end_layout
21371
21372 \begin_layout Plain Layout
21373
21374
21375 \backslash
21376 renewcommand{
21377 \backslash
21378 cdashline}[1]
21379 \end_layout
21380
21381 \begin_layout Plain Layout
21382
21383  {
21384 \backslash
21385 arrayrulecolor{yellow}
21386 \backslash
21387 myCdashline{#1}
21388 \backslash
21389 arrayrulecolor{black}}
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \begin_inset Note Note
21396 status collapsed
21397
21398 \begin_layout Plain Layout
21399 色付き部分水平線・点罫黄色
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \begin_layout Standard
21408 \begin_inset Float table
21409 placement h
21410 wide false
21411 sideways false
21412 status open
21413
21414 \begin_layout Plain Layout
21415 \begin_inset Caption Standard
21416
21417 \begin_layout Plain Layout
21418 \begin_inset CommandInset label
21419 LatexCommand label
21420 name "tab:Colored-table-with"
21421
21422 \end_inset
21423
21424 点罫線の色付き表
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \begin_layout Plain Layout
21433 \align center
21434 \begin_inset Tabular
21435 <lyxtabular version="3" rows="5" columns="5">
21436 <features rotate="0" tabularvalignment="middle">
21437 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
21438 <column alignment="center" valignment="top" width="0pt">
21439 <column alignment="center" valignment="top" width="0pt" special=":c">
21440 <column alignment="center" valignment="top">
21441 <column alignment="center" valignment="top">
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 a
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 b
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465 c
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 d
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 e
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 f
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 g
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 h
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 i
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 j
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 \begin_inset ERT
21542 status collapsed
21543
21544 \begin_layout Plain Layout
21545
21546
21547 \backslash
21548 hdashline 
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \begin_inset ERT
21555 status collapsed
21556
21557 \begin_layout Plain Layout
21558
21559
21560 \backslash
21561 rowcolor{Gray}
21562 \end_layout
21563
21564 \end_inset
21565
21566 k
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 l
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 m
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 n
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 o
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset ERT
21614 status collapsed
21615
21616 \begin_layout Plain Layout
21617
21618
21619 \backslash
21620 cdashline{4-5}
21621 \end_layout
21622
21623 \end_inset
21624
21625 p
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 q
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 r
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 s
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 t
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 u
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 v
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 w
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset ERT
21709 status collapsed
21710
21711 \begin_layout Plain Layout
21712
21713
21714 \backslash
21715 cellcolor{Maroon}
21716 \end_layout
21717
21718 \end_inset
21719
21720 i
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 </lyxtabular>
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \begin_layout Standard
21739 \begin_inset ERT
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743
21744
21745 \backslash
21746 renewcommand{
21747 \backslash
21748 hdashline}{
21749 \backslash
21750 myHdashline}
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \begin_inset Note Note
21757 status collapsed
21758
21759 \begin_layout Plain Layout
21760 既定値に戻す
21761 \end_layout
21762
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \begin_layout Standard
21769 \begin_inset ERT
21770 status collapsed
21771
21772 \begin_layout Plain Layout
21773
21774
21775 \backslash
21776 renewcommand{
21777 \backslash
21778 cdashline}{
21779 \backslash
21780 myCdashline}
21781 \end_layout
21782
21783 \end_inset
21784
21785
21786 \begin_inset Note Note
21787 status collapsed
21788
21789 \begin_layout Plain Layout
21790 既定値に戻す
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 nodashgapcolor
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \begin_inset Note Note
21813 status collapsed
21814
21815 \begin_layout Plain Layout
21816 既定値に戻す
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \begin_layout Standard
21825 \begin_inset ERT
21826 status collapsed
21827
21828 \begin_layout Plain Layout
21829
21830
21831 \backslash
21832 setlength{
21833 \backslash
21834 arrayrulewidth}{0.4pt}
21835 \end_layout
21836
21837 \end_inset
21838
21839
21840 \begin_inset Note Note
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844 既定値に戻す
21845 \end_layout
21846
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \begin_layout Standard
21853 行や列、罫線の着色は、第
21854 \begin_inset CommandInset ref
21855 LatexCommand ref
21856 reference "sec:色付きの表"
21857
21858 \end_inset
21859
21860 節に述べられているように動作します。水平線の着色も、
21861 \series bold
21862
21863 \backslash
21864 myHlineC
21865 \series default
21866 コマンドを
21867 \series bold
21868
21869 \backslash
21870 myHdashline
21871 \series default
21872 に置き換え、
21873 \series bold
21874
21875 \backslash
21876 hline
21877 \series default
21878
21879 \series bold
21880
21881 \backslash
21882 hdashline
21883 \series default
21884 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
21885 \end_layout
21886
21887 \begin_layout Standard
21888
21889 \series bold
21890
21891 \backslash
21892 let
21893 \backslash
21894 myHdashline
21895 \backslash
21896 hdashline
21897 \begin_inset Newline newline
21898 \end_inset
21899
21900
21901 \backslash
21902 renewcommand{
21903 \backslash
21904 hdashline}
21905 \begin_inset Newline newline
21906 \end_inset
21907
21908
21909 \begin_inset Phantom HPhantom
21910 status open
21911
21912 \begin_layout Plain Layout
21913 \begin_inset space ~
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920
21921 {
21922 \backslash
21923 arrayrulecolor{red}
21924 \backslash
21925 myHdashline
21926 \backslash
21927 arrayrulecolor{black}}
21928 \end_layout
21929
21930 \begin_layout Standard
21931
21932 \series bold
21933
21934 \backslash
21935 cdashline
21936 \series default
21937 に色をつけるならば、コマンドは
21938 \end_layout
21939
21940 \begin_layout Standard
21941
21942 \series bold
21943
21944 \backslash
21945 let
21946 \backslash
21947 myCdashline
21948 \backslash
21949 cdashline
21950 \begin_inset Newline newline
21951 \end_inset
21952
21953
21954 \backslash
21955 renewcommand{
21956 \backslash
21957 cdashline}[1]
21958 \begin_inset Newline newline
21959 \end_inset
21960
21961
21962 \begin_inset Phantom HPhantom
21963 status open
21964
21965 \begin_layout Plain Layout
21966 \begin_inset space ~
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \end_inset
21973
21974 {
21975 \backslash
21976 arrayrulecolor{red}
21977 \backslash
21978 myCdashline{#1}
21979 \backslash
21980 arrayrulecolor{black}}
21981 \end_layout
21982
21983 \begin_layout Standard
21984 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろにTeXコードで挿入する必要があります。
21985 \end_layout
21986
21987 \begin_layout Standard
21988
21989 \series bold
21990
21991 \backslash
21992 hdashline
21993 \series default
21994 の場合は
21995 \end_layout
21996
21997 \begin_layout Standard
21998
21999 \series bold
22000
22001 \backslash
22002 renewcommand{
22003 \backslash
22004 hdashline}{
22005 \backslash
22006 myHdashline}
22007 \end_layout
22008
22009 \begin_layout Standard
22010 とし、
22011 \series bold
22012
22013 \backslash
22014 cdashline
22015 \series default
22016 の場合は
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \series bold
22022
22023 \backslash
22024 renewcommand{
22025 \backslash
22026 cdashline}{
22027 \backslash
22028 myCdashline}
22029 \end_layout
22030
22031 \begin_layout Standard
22032 としてください。点線の間の余白に色をつけるには、表の前にTeXコードで
22033 \end_layout
22034
22035 \begin_layout Standard
22036
22037 \series bold
22038
22039 \backslash
22040 dashgapcolor{色}
22041 \end_layout
22042
22043 \begin_layout Standard
22044 とすれば良いです。ここで「色」は、定義済みの色名です。
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \series bold
22050
22051 \backslash
22052 nodashgapcolor
22053 \end_layout
22054
22055 \begin_layout Standard
22056 というコマンドは、
22057 \series bold
22058
22059 \backslash
22060 dashgapcolor
22061 \series default
22062 が行った変更を元に戻します。
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset Note Greyedout
22067 status open
22068
22069 \begin_layout Plain Layout
22070 【註】1つのセル中に複数のコマンドがある場合、
22071 \series bold
22072 arydshln
22073 \series default
22074 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22075 \begin_inset CommandInset ref
22076 LatexCommand ref
22077 reference "tab:Colored-table-with"
22078
22079 \end_inset
22080
22081 のセル
22082 \emph on
22083 k
22084 \emph default
22085 では、
22086 \series bold
22087
22088 \backslash
22089 hdashline
22090 \series default
22091 コマンドが
22092 \series bold
22093
22094 \backslash
22095 rowcolor
22096 \series default
22097 の前に来ています。
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \begin_layout Standard
22106 \begin_inset Note Greyedout
22107 status open
22108
22109 \begin_layout Plain Layout
22110
22111 \series bold
22112 【註】
22113 \series default
22114 LaTeXパッケージ
22115 \series bold
22116 arydshln
22117 \series default
22118 は、文書プリアンブル中でLaTeXパッケージ
22119 \series bold
22120 colortbl
22121 \series default
22122
22123 \begin_inset Index idx
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
22128 \end_layout
22129
22130 \end_inset
22131
22132 よりも前に読み込まれている必要があります。
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Standard
22141 \begin_inset ERT
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145
22146
22147 \backslash
22148 else
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \begin_inset Note Note
22155 status open
22156
22157 \begin_layout Plain Layout
22158 以下は、LaTeXパッケージ
22159 \series bold
22160 arydshln
22161 \series default
22162 が導入済みでないときに表示されます。
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \begin_layout Standard
22171 本節の内容を出力に表示するためには、
22172 \series bold
22173 arydshln
22174 \series default
22175 パッケージを導入しなくてはなりません。
22176 \end_layout
22177
22178 \begin_layout Standard
22179 \begin_inset ERT
22180 status collapsed
22181
22182 \begin_layout Plain Layout
22183
22184
22185 \backslash
22186 fi
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Standard
22195 点罫について詳しい情報は、
22196 \series bold
22197 arydshln
22198 \series default
22199 の取扱説明書
22200 \begin_inset CommandInset citation
22201 LatexCommand cite
22202 key "arydshln"
22203
22204 \end_inset
22205
22206 をご覧ください。
22207 \end_layout
22208
22209 \begin_layout Chapter
22210 フロート
22211 \begin_inset CommandInset label
22212 LatexCommand label
22213 name "chap:フロート"
22214
22215 \end_inset
22216
22217
22218 \begin_inset Index idx
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222 ふろーと@フロート
22223 \end_layout
22224
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \begin_layout Section
22231 はじめに
22232 \begin_inset CommandInset label
22233 LatexCommand label
22234 name "sec:フロートはじめに"
22235
22236 \end_inset
22237
22238
22239 \begin_inset Index idx
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243 ふろーと@フロート ! はじめに
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \begin_layout Standard
22252 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
22253 ート)ことができます。
22254 \family sans
22255 脚注
22256 \family default
22257
22258 \family sans
22259 傍注
22260 \family default
22261 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
22262 \end_layout
22263
22264 \begin_layout Standard
22265 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
22266 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
22267 ートには連番が割り当てられます。参照については、第
22268 \begin_inset CommandInset ref
22269 LatexCommand ref
22270 reference "sec:フロートの参照"
22271
22272 \end_inset
22273
22274 節で述べられています。
22275 \end_layout
22276
22277 \begin_layout Standard
22278 フロートを挿入するには、
22279 \family sans
22280 挿入\SpecialChar \menuseparator
22281 フロート
22282 \family default
22283 メニューを使えば、ラベルのついたボックスすなわち
22284 \family sans
22285 キャプション
22286 \family default
22287 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
22288 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
22289 \begin_inset CommandInset ref
22290 LatexCommand ref
22291 reference "sec:キャプションの配置"
22292
22293 \end_inset
22294
22295 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
22296 ます。畳んだフロートボックスは、
22297 \begin_inset Graphics
22298         filename clipart/floatQt4.png
22299         scale 70
22300         scaleBeforeRotation
22301
22302 \end_inset
22303
22304 のように、灰色ボタンに赤字ラベルで表示されます。
22305 \end_layout
22306
22307 \begin_layout Standard
22308 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
22309 \end_layout
22310
22311 \begin_layout Standard
22312 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
22313 \end_layout
22314
22315 \begin_layout Section
22316 フロート型
22317 \end_layout
22318
22319 \begin_layout Standard
22320 LyXには、第
22321 \begin_inset CommandInset ref
22322 LatexCommand ref
22323 reference "sec:図フロート"
22324
22325 \end_inset
22326
22327 節および第
22328 \begin_inset CommandInset ref
22329 LatexCommand ref
22330 reference "sec:表フロート"
22331
22332 \end_inset
22333
22334 節で各々説明されている図フロートと表フロート以外に、
22335 \family sans
22336 アルゴリズム型
22337 \series bold
22338
22339 \series default
22340 折返し型
22341 \family default
22342 のフロート型があります。後者は、第
22343 \begin_inset CommandInset ref
22344 LatexCommand ref
22345 reference "sec:折返しフロート"
22346
22347 \end_inset
22348
22349 節に説明があります。
22350 \end_layout
22351
22352 \begin_layout Subsection
22353 アルゴリズムフロート
22354 \begin_inset Index idx
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358 ふろーと@フロート ! あるごりずむ@アルゴリズム
22359 \end_layout
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Standard
22367 \begin_inset Float algorithm
22368 placement h
22369 wide false
22370 sideways false
22371 status open
22372
22373 \begin_layout Plain Layout
22374 \begin_inset Caption Standard
22375
22376 \begin_layout Plain Layout
22377 \begin_inset CommandInset label
22378 LatexCommand label
22379 name "alg:アルゴリズムフロートの例"
22380
22381 \end_inset
22382
22383 アルゴリズムフロートの例
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \begin_layout LyX-Code
22392 for I in 1..N loop
22393 \begin_inset Newline newline
22394 \end_inset
22395
22396  Sum:= Sum + A(I); /*comment*/
22397 \begin_inset Newline newline
22398 \end_inset
22399
22400 end loop
22401 \begin_inset VSpace -4mm
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \begin_layout Standard
22413 このフロート型は、
22414 \family sans
22415 挿入
22416 \shape up
22417 \SpecialChar \menuseparator
22418 フロート\SpecialChar \menuseparator
22419 アルゴリズム
22420 \family default
22421 \shape default
22422 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
22423 \begin_inset CommandInset ref
22424 LatexCommand ref
22425 reference "cha:プログラムコードリスト"
22426
22427 \end_inset
22428
22429 章で説明されているプログラムコードリストの代わりとみなすことができます。
22430 \emph on
22431 LyXユーザーの手引き
22432 \emph default
22433 に述べられているように、アルゴリズム向けの環境としては、
22434 \family sans
22435 LyXコード
22436 \family default
22437 があります。 アルゴリズム
22438 \begin_inset CommandInset ref
22439 LatexCommand ref
22440 reference "alg:アルゴリズムフロートの例"
22441
22442 \end_inset
22443
22444 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
22445 \begin_inset space \thinspace{}
22446 \end_inset
22447
22448 mmの垂直空白が入れてあります。
22449 \end_layout
22450
22451 \begin_layout Standard
22452 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
22453 \end_layout
22454
22455 \begin_layout Standard
22456
22457 \series bold
22458
22459 \backslash
22460 floatname{algorithm}{付けたい名称}
22461 \end_layout
22462
22463 \begin_layout Standard
22464 という行を手動で加える必要があります。ここで
22465 \family sans
22466 \series bold
22467 付けたい名称
22468 \family default
22469 \series default
22470 には、お使いの言語で「
22471 \emph on
22472 algorithm
22473 \emph default
22474 」に対応する単語を指定します。
22475 \end_layout
22476
22477 \begin_layout Standard
22478 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
22479 \family sans
22480 挿入\SpecialChar \menuseparator
22481 一覧/目次\SpecialChar \menuseparator
22482 アルゴリズム一覧
22483 \family default
22484 メニューを使用します。それ以外の場合には、代わりに
22485 \end_layout
22486
22487 \begin_layout Standard
22488
22489 \series bold
22490
22491 \backslash
22492 listof{algorithm}{付けたい名称}
22493 \end_layout
22494
22495 \begin_layout Standard
22496 というコマンドをTeXコードとして用います。ここで
22497 \family sans
22498 付けたい名称
22499 \family default
22500 とは、「
22501 \emph on
22502 List of Algorithm
22503 \emph default
22504 s」という単語に相当する、ご使用になりたい言語での単語です。
22505 \end_layout
22506
22507 \begin_layout Standard
22508 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
22509 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
22510 \end_layout
22511
22512 \begin_layout Standard
22513
22514 \series bold
22515
22516 \backslash
22517 numberwithin{algorithm}{chapter}
22518 \end_layout
22519
22520 \begin_layout Standard
22521 というコマンドを追加してください。
22522 \series bold
22523
22524 \backslash
22525 numberwithin
22526 \series default
22527 というコマンドを使用するには、文書設定の
22528 \family sans
22529 数式オプション
22530 \family default
22531 タブで
22532 \family sans
22533 AMS mathパッケージを使用する
22534 \family default
22535 オプションを有効にしてください。
22536 \end_layout
22537
22538 \begin_layout Section
22539 フロートの連番
22540 \begin_inset Index idx
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544 ふろーと@フロート ! れんばん@連番
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Standard
22553 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
22554 て変わります。
22555 \end_layout
22556
22557 \begin_layout Standard
22558 節から独立して付けられている連番を変更するには、文書プリアンブルで
22559 \end_layout
22560
22561 \begin_layout Standard
22562
22563 \series bold
22564
22565 \backslash
22566 renewcommand{
22567 \backslash
22568 thetable}{
22569 \backslash
22570 roman{table}}
22571 \end_layout
22572
22573 \begin_layout Standard
22574
22575 \series bold
22576 というコマンドを使うと良いでしょう。
22577 \backslash
22578 thetable
22579 \series default
22580 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
22581 \series bold
22582
22583 \backslash
22584 thefigure
22585 \series default
22586 コマンドを使用します。上のコマンドで使用されている
22587 \series bold
22588
22589 \backslash
22590 roman
22591 \series default
22592 は、表番号を小文字のローマ数字で印字するコマンドです。
22593 \end_layout
22594
22595 \begin_layout Standard
22596 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
22597 \end_layout
22598
22599 \begin_layout Standard
22600
22601 \series bold
22602
22603 \backslash
22604 numberwithin{table}{subsection}
22605 \end_layout
22606
22607 \begin_layout Standard
22608 というコマンドを使用してください。
22609 \series bold
22610
22611 \backslash
22612 numberwithin
22613 \series default
22614 コマンドを使用可能にするためには、文書設定の
22615 \family sans
22616 数式オプション
22617 \family default
22618 タブで、
22619 \family sans
22620 AMS
22621 \begin_inset space ~
22622 \end_inset
22623
22624 math数式パッケージを使用する
22625 \family default
22626 を使用します。
22627 \end_layout
22628
22629 \begin_layout Standard
22630 連番コマンドについての詳細と大切な注意点については、第
22631 \begin_inset CommandInset ref
22632 LatexCommand ref
22633 reference "sub:脚注の付番"
22634
22635 \end_inset
22636
22637 節もご覧ください。
22638 \end_layout
22639
22640 \begin_layout Section
22641 フロートの参照
22642 \begin_inset CommandInset label
22643 LatexCommand label
22644 name "sec:フロートの参照"
22645
22646 \end_inset
22647
22648
22649 \begin_inset Index idx
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653 ふろーと@フロート ! さんしょう@参照
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \begin_inset Index idx
22660 status collapsed
22661
22662 \begin_layout Plain Layout
22663 さんしょう@参照 ! ふろーとにたいする@フロートに対する
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \begin_layout Standard
22672 フロートを参照するには、
22673 \family sans
22674 挿入\SpecialChar \menuseparator
22675 ラベル
22676 \family default
22677 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
22678 \begin_inset Graphics
22679         filename ../clipart/labelQt4.png
22680         scale 85
22681         scaleBeforeRotation
22682
22683 \end_inset
22684
22685 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
22686 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
22687 \family sans
22688 fig:
22689 \family default
22690 」という前置句がつけられます。
22691 \end_layout
22692
22693 \begin_layout Standard
22694 ラベルは、参照のための名称兼位置標として用いられます。
22695 \family sans
22696 挿入\SpecialChar \menuseparator
22697 相互参照
22698 \family default
22699 メニューかツールバーボタン
22700 \begin_inset Info
22701 type  "icon"
22702 arg   "dialog-show-new-inset ref"
22703 \end_inset
22704
22705 を使えば、ラベルを参照することができます。
22706 \begin_inset Graphics
22707         filename clipart/referenceQt4.png
22708         scale 85
22709         scaleBeforeRotation
22710
22711 \end_inset
22712
22713 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
22714 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
22715 れます。
22716 \end_layout
22717
22718 \begin_layout Standard
22719 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
22720 出力では、参照の代わりに二つの疑問符が表示されることになります。
22721 \end_layout
22722
22723 \begin_layout Standard
22724 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
22725 で、リンクの更新に手間を割く必要はありません。
22726 \end_layout
22727
22728 \begin_layout Standard
22729 相互参照ウィンドウの
22730 \family sans
22731 ラベルへ移動
22732 \family default
22733 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
22734 \family sans
22735 戻る
22736 \family default
22737 に変わるので、相互参照にカーソルを戻すのに使用することができます。
22738 \end_layout
22739
22740 \begin_layout Subsection
22741 相互参照の書式
22742 \begin_inset CommandInset label
22743 LatexCommand label
22744 name "sub:相互参照の書式"
22745
22746 \end_inset
22747
22748
22749 \begin_inset Index idx
22750 status collapsed
22751
22752 \begin_layout Plain Layout
22753 さんしょう@参照 ! しょしき@書式
22754 \end_layout
22755
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \begin_layout Standard
22762 相互参照には、以下の6種類があります。
22763 \end_layout
22764
22765 \begin_layout Description
22766 <参照>: これはフロート番号を表示します。これが既定値です。例:
22767 \begin_inset CommandInset ref
22768 LatexCommand ref
22769 reference "fig:歪められた二つの像"
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Description
22777 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
22778 例:
22779 \begin_inset CommandInset ref
22780 LatexCommand eqref
22781 reference "eq:Wgn"
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \begin_layout Description
22789 <参照ページ>: これはページ番号を表示します。例:Page
22790 \begin_inset space ~
22791 \end_inset
22792
22793
22794 \begin_inset CommandInset ref
22795 LatexCommand pageref
22796 reference "fig:歪められた二つの像"
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \begin_layout Description
22804 on
22805 \begin_inset space ~
22806 \end_inset
22807
22808 page
22809 \begin_inset space ~
22810 \end_inset
22811
22812 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
22813 \begin_inset CommandInset ref
22814 LatexCommand vpageref
22815 reference "fig:歪められた二つの像"
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Description
22823 <参照>
22824 \begin_inset space ~
22825 \end_inset
22826
22827 on
22828 \begin_inset space ~
22829 \end_inset
22830
22831 page
22832 \begin_inset space ~
22833 \end_inset
22834
22835 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
22836 \begin_inset CommandInset ref
22837 LatexCommand vref
22838 reference "fig:歪められた二つの像"
22839
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \begin_layout Description
22846 整形された参照: これは自製の相互参照書式で出力します。
22847 \begin_inset Newline newline
22848 \end_inset
22849
22850
22851 \begin_inset Note Greyedout
22852 status open
22853
22854 \begin_layout Plain Layout
22855 【註】この機能は、LaTeXパッケージ
22856 \series bold
22857 prettyref
22858 \series default
22859 または
22860 \series bold
22861 refstyle
22862 \series default
22863 が導入されている場合のみ使用することができます。
22864 \begin_inset Index idx
22865 status collapsed
22866
22867 \begin_layout Plain Layout
22868 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \begin_inset Index idx
22875 status collapsed
22876
22877 \begin_layout Plain Layout
22878 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22879 \end_layout
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \begin_inset Newline newline
22890 \end_inset
22891
22892 メニュー
22893 \family sans
22894 文書\SpecialChar \menuseparator
22895 設定\SpecialChar \menuseparator
22896 文書クラス
22897 \family default
22898 でオプション
22899 \family sans
22900 相互参照に(prettyrefではなく)refstyleを使用
22901 \family default
22902 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
22903 \series bold
22904
22905 \backslash
22906 newrefformat
22907 \series default
22908 コマンド(prettyrefの場合)あるいは
22909 \series bold
22910
22911 \backslash
22912 newref
22913 \series default
22914 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
22915 \family sans
22916 fig
22917 \family default
22918 」を持ちます)をすべて定義し直すには、
22919 \begin_inset Newline newline
22920 \end_inset
22921
22922
22923 \series bold
22924
22925 \backslash
22926 newref{fig}{refcmd={Image on page 
22927 \backslash
22928 pageref{#1}}}
22929 \begin_inset Newline newline
22930 \end_inset
22931
22932
22933 \series default
22934 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
22935 \begin_inset CommandInset citation
22936 LatexCommand cite
22937 key "prettyref,refstyle"
22938
22939 \end_inset
22940
22941 をご覧ください。
22942 \end_layout
22943
22944 \begin_layout Description
22945 名称参照: これは、右のように参照のキャプションを出力します。 
22946 \begin_inset CommandInset ref
22947 LatexCommand nameref
22948 reference "fig:歪められた二つの像"
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956
22957 \family sans
22958 <参照ページ>
22959 \family default
22960 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
22961 \family sans
22962 on this page
22963 \family default
22964 」のような文章が表示されます。様式
22965 \family sans
22966 <参照> on page <参照ページ>
22967 \family default
22968 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
22969 \end_layout
22970
22971 \begin_layout Standard
22972 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
22973 \family sans
22974 書式
22975 \family default
22976 フィールドで選ぶことができます。
22977 \end_layout
22978
22979 \begin_layout Standard
22980 \begin_inset Note Greyedout
22981 status open
22982
22983 \begin_layout Plain Layout
22984
22985 \series bold
22986 Note:
22987 \series default
22988  It is recommended to use the LaTeX-package 
22989 \series bold
22990 refstyle
22991 \series default
22992
22993 \begin_inset Index idx
22994 status collapsed
22995
22996 \begin_layout Plain Layout
22997 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
22998 \end_layout
22999
23000 \end_inset
23001
23002  because 
23003 \series bold
23004 prettyref
23005 \series default
23006
23007 \begin_inset Index idx
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
23012 \end_layout
23013
23014 \end_inset
23015
23016  does not know all of LyX's possible label shortcuts
23017 \begin_inset Foot
23018 status collapsed
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Quotes eld
23022 \end_inset
23023
23024 fig:
23025 \begin_inset Quotes erd
23026 \end_inset
23027
23028  is for example LyX's shortcut for labels in figure captions.
23029 \end_layout
23030
23031 \end_inset
23032
23033  and is not internationalized.
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \begin_layout Subsection
23042 参照名の自動命名
23043 \begin_inset Index idx
23044 status collapsed
23045
23046 \begin_layout Plain Layout
23047 さんしょう@参照 ! じどうめいめい@自動命名
23048 \end_layout
23049
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \begin_layout Standard
23056
23057 \family sans
23058 文書設定
23059 \family default
23060 ダイアログの
23061 \family sans
23062 PDF特性
23063 \family default
23064 で有効にされた
23065 \series bold
23066 hyperref
23067 \series default
23068
23069 \begin_inset Index idx
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23074 \end_layout
23075
23076 \end_inset
23077
23078  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
23079 \emph on
23080
23081 \emph default
23082 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
23083 の機能を使用するには、hyperrefを有効にして、
23084 \end_layout
23085
23086 \begin_layout Standard
23087
23088 \series bold
23089
23090 \backslash
23091 AtBeginDocument{
23092 \backslash
23093 renewcommand{
23094 \backslash
23095 ref}[1]{
23096 \backslash
23097 mbox{
23098 \backslash
23099 autoref{#1}}}}
23100 \end_layout
23101
23102 \begin_layout Standard
23103 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
23104 \begin_inset space \thinspace{}
23105 \end_inset
23106
23107 」としたいなど、既定の参照名以外のものが欲しい場合には、
23108 \end_layout
23109
23110 \begin_layout Standard
23111
23112 \series bold
23113
23114 \backslash
23115 addto
23116 \backslash
23117 extrasenglish{
23118 \backslash
23119 renewcommand{
23120 \backslash
23121 sectionautorefname}
23122 \begin_inset Newline newline
23123 \end_inset
23124
23125
23126 \begin_inset Phantom HPhantom
23127 status open
23128
23129 \begin_layout Plain Layout
23130
23131 \series bold
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139
23140 {sec.
23141 \backslash
23142 negthinspace}}
23143 \end_layout
23144
23145 \begin_layout Standard
23146 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
23147 \begin_inset Newline newline
23148 \end_inset
23149
23150
23151 \series bold
23152
23153 \backslash
23154 extrasenglishを
23155 \backslash
23156 extras***
23157 \series default
23158 に置き換えてください(***は使用中の言語名)。
23159 \end_layout
23160
23161 \begin_layout Standard
23162 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
23163 \end_layout
23164
23165 \begin_layout Standard
23166
23167 \series bold
23168
23169 \backslash
23170 addto
23171 \backslash
23172 extrasenglish{
23173 \backslash
23174 renewcommand*{
23175 \backslash
23176 equationautorefname}[1]{}}
23177 \end_layout
23178
23179 \begin_layout Standard
23180 この話題に関する詳細は、hyperrefの説明書
23181 \begin_inset CommandInset citation
23182 LatexCommand cite
23183 key "hyperref"
23184
23185 \end_inset
23186
23187 をお読みください。
23188 \end_layout
23189
23190 \begin_layout Standard
23191 \begin_inset Note Greyedout
23192 status open
23193
23194 \begin_layout Plain Layout
23195
23196 \series bold
23197 【註】
23198 \series default
23199 参照の自動命名は、相互参照を
23200 \family sans
23201 整形参照
23202 \family default
23203 様式(第
23204 \begin_inset CommandInset ref
23205 LatexCommand ref
23206 reference "sub:相互参照の書式"
23207
23208 \end_inset
23209
23210 節)で使用しているときには、使用することができません。
23211 \end_layout
23212
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \begin_layout Standard
23219 LyXの取扱説明書『
23220 \emph on
23221 数式篇
23222 \emph default
23223 』では、参照名の自動命名が使用されています。
23224 \end_layout
23225
23226 \begin_layout Subsection
23227 参照位置
23228 \begin_inset CommandInset label
23229 LatexCommand label
23230 name "sub:参照位置"
23231
23232 \end_inset
23233
23234
23235 \begin_inset Index idx
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239 さんしょう@参照 ! さんしょういち@参照位置
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248
23249 \family sans
23250 文書設定
23251 \family default
23252 ダイアログの
23253 \family sans
23254 PDF特性
23255 \family default
23256 で、
23257 \series bold
23258 hyperref
23259 \series default
23260
23261 \begin_inset Index idx
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23266 \end_layout
23267
23268 \end_inset
23269
23270 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
23271 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
23272 \series bold
23273 hyperref
23274 \series default
23275
23276 \begin_inset Index idx
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23281 \end_layout
23282
23283 \end_inset
23284
23285 の一部である
23286 \series bold
23287 hyperref
23288 \series default
23289
23290 \begin_inset Index idx
23291 status collapsed
23292
23293 \begin_layout Plain Layout
23294 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
23295 \end_layout
23296
23297 \end_inset
23298
23299 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
23300 \end_layout
23301
23302 \begin_layout Standard
23303
23304 \series bold
23305
23306 \backslash
23307 usepackage[figure]{hypcap}
23308 \end_layout
23309
23310 \begin_layout Standard
23311 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
23312 hypcapの説明書
23313 \begin_inset CommandInset citation
23314 LatexCommand cite
23315 key "hypcap"
23316
23317 \end_inset
23318
23319 をご覧ください。
23320 \end_layout
23321
23322 \begin_layout Standard
23323 \begin_inset Note Greyedout
23324 status open
23325
23326 \begin_layout Plain Layout
23327
23328 \series bold
23329 【註】hypcap
23330 \series default
23331 は内部図への参照には効力がありません。
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \begin_layout Section
23340 フロートの配置
23341 \begin_inset CommandInset label
23342 LatexCommand label
23343 name "sec:フロートの配置"
23344
23345 \end_inset
23346
23347
23348 \begin_inset Index idx
23349 status collapsed
23350
23351 \begin_layout Plain Layout
23352 ふろーと@フロート ! はいち@配置
23353 \end_layout
23354
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \begin_layout Standard
23361
23362 \family roman
23363 \series medium
23364 \shape up
23365 \size normal
23366 \emph off
23367 \bar no
23368 \noun off
23369 \color none
23370 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
23371 \begin_inset Newline newline
23372 \end_inset
23373
23374
23375 \family sans
23376 \series default
23377 \shape default
23378 \size default
23379 \emph default
23380 \bar default
23381 \noun default
23382 \color inherit
23383 段をまたぐ
23384 \family roman
23385 \series medium
23386 \shape up
23387 \size normal
23388 \emph off
23389 \bar no
23390 \noun off
23391 \color none
23392 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
23393 \begin_inset Newline newline
23394 \end_inset
23395
23396
23397 \family sans
23398 \series default
23399 \shape default
23400 \size default
23401 \emph default
23402 \bar default
23403 \noun default
23404 \color inherit
23405 横倒しに回転
23406 \family roman
23407 \series medium
23408 \shape up
23409 \size normal
23410 \emph off
23411 \bar no
23412 \noun off
23413 \color none
23414 オプションは、フロートを回転するのに用います。第
23415 \family default
23416 \series default
23417 \shape default
23418 \size default
23419 \emph default
23420 \bar default
23421 \noun default
23422 \color inherit
23423
23424 \begin_inset CommandInset ref
23425 LatexCommand ref
23426 reference "sec:回転フロート"
23427
23428 \end_inset
23429
23430
23431 \family roman
23432 \series medium
23433 \shape up
23434 \size normal
23435 \emph off
23436 \bar no
23437 \noun off
23438 \color none
23439 節をご参照ください。
23440 \end_layout
23441
23442 \begin_layout Standard
23443
23444 \family roman
23445 \series medium
23446 \shape up
23447 \size normal
23448 \emph off
23449 \bar no
23450 \noun off
23451 \color none
23452 フロートダイアログでは、
23453 \family sans
23454 \series default
23455 \shape default
23456 \size default
23457 \emph default
23458 \bar default
23459 \noun default
23460 \color inherit
23461 既定の配置を使う
23462 \family roman
23463 \series medium
23464 \shape up
23465 \size normal
23466 \emph off
23467 \bar no
23468 \noun off
23469 \color none
23470 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
23471 \end_layout
23472
23473 \begin_layout Description
23474 可能ならば現在位置に: 
23475 \family roman
23476 \series medium
23477 \shape up
23478 \size normal
23479 \emph off
23480 \bar no
23481 \noun off
23482 \color none
23483 フロートを挿入位置に配置することを試みます
23484 \end_layout
23485
23486 \begin_layout Description
23487 ページ上部: 
23488 \family roman
23489 \series medium
23490 \shape up
23491 \size normal
23492 \emph off
23493 \bar no
23494 \noun off
23495 \color none
23496 フロートを現在ページの上部に配置することを試みます
23497 \end_layout
23498
23499 \begin_layout Description
23500 ページ下部: 
23501 \family roman
23502 \series medium
23503 \shape up
23504 \size normal
23505 \emph off
23506 \bar no
23507 \noun off
23508 \color none
23509 フロートを現在ページの下部に配置することを試みます
23510 \end_layout
23511
23512 \begin_layout Description
23513 フロートを独立したページに: 
23514 \family roman
23515 \series medium
23516 \shape up
23517 \size normal
23518 \emph off
23519 \bar no
23520 \noun off
23521 \color none
23522 フロートを独立したページに配置することを試みます
23523 \end_layout
23524
23525 \begin_layout Standard
23526 LaTeXは、
23527 \emph on
23528 つねに
23529 \emph default
23530 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
23531 \family sans
23532 可能ならば現在位置に
23533 \family default
23534 を試み、次に
23535 \family sans
23536 ページの上部
23537 \family default
23538 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
23539 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
23540 \end_layout
23541
23542 \begin_layout Standard
23543 既定では、各オプションはそれぞれ以下の規則を持っています。
23544 \end_layout
23545
23546 \begin_layout Labeling
23547 \labelwidthstring 00.00.0000
23548
23549 \family sans
23550 ページ上部
23551 \family default
23552  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
23553 \series bold
23554
23555 \backslash
23556 topfraction
23557 \series default
23558 )。
23559 \end_layout
23560
23561 \begin_layout Labeling
23562 \labelwidthstring 00.00.0000
23563
23564 \family sans
23565 ページ下部
23566 \family default
23567  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
23568 \series bold
23569
23570 \backslash
23571 bottomfraction
23572 \series default
23573 )。
23574 \end_layout
23575
23576 \begin_layout Labeling
23577 \labelwidthstring 00.00.0000
23578
23579 \family sans
23580 フロートを独立したページ 
23581 \family default
23582 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
23583 \series bold
23584
23585 \backslash
23586 floatpagefraction
23587 \series default
23588 )。
23589 \end_layout
23590
23591 \begin_layout Standard
23592 これらの規則に従いたくないときは、
23593 \family sans
23594 LaTeXの規則を無視する
23595 \family default
23596 オプションを追加することによって、これらを無視することができます。
23597 \begin_inset Newline newline
23598 \end_inset
23599
23600 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
23601 、ページの5割に変えるには、文書プリアンブルに
23602 \end_layout
23603
23604 \begin_layout Standard
23605
23606 \series bold
23607
23608 \backslash
23609 renewcommand{
23610 \backslash
23611 bottomfraction}{0.5}
23612 \end_layout
23613
23614 \begin_layout Standard
23615 という行を加えてください。
23616 \end_layout
23617
23618 \begin_layout Standard
23619 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
23620 \family sans
23621 何としても現在位置に置く
23622 \family default
23623 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
23624 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
23625 からです。
23626 \end_layout
23627
23628 \begin_layout Standard
23629 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
23630 \end_layout
23631
23632 \begin_layout Standard
23633 \begin_inset VSpace bigskip
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Standard
23640 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
23641 することがあります。この問題を避けるには、LaTeXコマンドの
23642 \backslash
23643 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
23644 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
23645 \end_layout
23646
23647 \begin_layout Standard
23648
23649 \series bold
23650
23651 \backslash
23652 let
23653 \backslash
23654 mySection
23655 \backslash
23656 section
23657 \begin_inset Newline newline
23658 \end_inset
23659
23660
23661 \backslash
23662 renewcommand{
23663 \backslash
23664 section}{
23665 \backslash
23666 suppressfloats[t]
23667 \backslash
23668 mySection}
23669 \end_layout
23670
23671 \begin_layout Standard
23672 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
23673 することがあるので、これらに対する定義はお勧めしません。
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset VSpace bigskip
23678 \end_inset
23679
23680 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
23681 \series bold
23682 endfloat
23683 \series default
23684
23685 \begin_inset Index idx
23686 status collapsed
23687
23688 \begin_layout Plain Layout
23689 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
23690 \end_layout
23691
23692 \end_inset
23693
23694 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
23695 \begin_inset Quotes eld
23696 \end_inset
23697
23698
23699 \family sans
23700 [Figure
23701 \begin_inset space ~
23702 \end_inset
23703
23704 3.2 about here.]
23705 \family default
23706
23707 \begin_inset Quotes erd
23708 \end_inset
23709
23710 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
23711 \end_layout
23712
23713 \begin_layout Standard
23714
23715 \series bold
23716
23717 \backslash
23718 usepackage[options]{endfloat}
23719 \end_layout
23720
23721 \begin_layout Standard
23722 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
23723 \series bold
23724 endfloat
23725 \series default
23726 取扱説明書
23727 \begin_inset CommandInset citation
23728 LatexCommand cite
23729 key "endfloat"
23730
23731 \end_inset
23732
23733 をご参照ください。
23734 \begin_inset Newline newline
23735 \end_inset
23736
23737
23738 \begin_inset Note Greyedout
23739 status open
23740
23741 \begin_layout Plain Layout
23742
23743 \series bold
23744 【註】endfloat
23745 \series default
23746 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
23747 \begin_inset CommandInset citation
23748 LatexCommand cite
23749 key "endfloat"
23750
23751 \end_inset
23752
23753 の第4節をご参照ください。
23754 \end_layout
23755
23756 \end_inset
23757
23758
23759 \begin_inset Newline newline
23760 \end_inset
23761
23762
23763 \begin_inset Note Greyedout
23764 status open
23765
23766 \begin_layout Plain Layout
23767
23768 \series bold
23769 【註】
23770 \series default
23771 現在のところ、
23772 \series bold
23773 endfloat
23774 \series default
23775 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
23776 \series bold
23777
23778 \backslash
23779 ss
23780 \series default
23781 」コマンドを使用してください。
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \begin_layout Standard
23790 \begin_inset VSpace bigskip
23791 \end_inset
23792
23793 フロートの割付に関する詳細は、LaTeX関連書
23794 \begin_inset CommandInset citation
23795 LatexCommand cite
23796 key "latexcompanion,latexguide,latexbook"
23797
23798 \end_inset
23799
23800 をご覧ください。
23801 \end_layout
23802
23803 \begin_layout Section
23804 回転フロート
23805 \begin_inset CommandInset label
23806 LatexCommand label
23807 name "sec:回転フロート"
23808
23809 \end_inset
23810
23811
23812 \begin_inset Index idx
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816 ふろーと@フロート ! かいてん@回転
23817 \end_layout
23818
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \begin_layout Standard
23825 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
23826 \family sans
23827 横倒しに回転
23828 \family default
23829 オプションを有効にします。
23830 \end_layout
23831
23832 \begin_layout Standard
23833 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
23834 \family sans
23835 段をまたぐ
23836 \family default
23837 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
23838 たって回転方向を強制したい場合には、文書クラスオプションに
23839 \series bold
23840 figuresleft
23841 \series default
23842 オプションあるいは
23843 \series bold
23844 figuresright
23845 \series default
23846 オプションを加えることができます。
23847 \end_layout
23848
23849 \begin_layout Standard
23850 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
23851 \begin_inset CommandInset ref
23852 LatexCommand ref
23853 reference "tab:回転した表"
23854
23855 \end_inset
23856
23857 が回転表フロートの例です。
23858 \end_layout
23859
23860 \begin_layout Standard
23861 \begin_inset Note Greyedout
23862 status open
23863
23864 \begin_layout Plain Layout
23865
23866 \series bold
23867 【註】
23868 \series default
23869 すべてのDVIビューアが回転フロートを表示できるわけではありません。
23870 \end_layout
23871
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \begin_layout Standard
23878 \begin_inset Float table
23879 wide false
23880 sideways true
23881 status open
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Caption Standard
23885
23886 \begin_layout Plain Layout
23887 \begin_inset CommandInset label
23888 LatexCommand label
23889 name "tab:回転した表"
23890
23891 \end_inset
23892
23893 回転した表
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Plain Layout
23902 \align center
23903 \begin_inset Tabular
23904 <lyxtabular version="3" rows="1" columns="5">
23905 <features rotate="0" tabularvalignment="middle">
23906 <column alignment="center" valignment="top">
23907 <column alignment="center" valignment="top">
23908 <column alignment="center" valignment="top">
23909 <column alignment="center" valignment="top">
23910 <column alignment="center" valignment="top">
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 試験
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 </lyxtabular>
23959
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Section
23971 従属フロート
23972 \begin_inset Index idx
23973 status collapsed
23974
23975 \begin_layout Plain Layout
23976 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
23977 \end_layout
23978
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \begin_layout Standard
23985 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
23986 \begin_inset CommandInset ref
23987 LatexCommand ref
23988 reference "tab:従属表を横に並べたもの"
23989
23990 \end_inset
23991
23992 と表
23993 \begin_inset CommandInset ref
23994 LatexCommand ref
23995 reference "tab:従属表を縦に並べたもの"
23996
23997 \end_inset
23998
23999 に示されているように段落と同様に指定することができます。
24000 \end_layout
24001
24002 \begin_layout Standard
24003 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24004 \begin_inset CommandInset ref
24005 LatexCommand ref
24006 reference "tab:これは従属表a"
24007
24008 \end_inset
24009
24010 と表
24011 \begin_inset CommandInset ref
24012 LatexCommand ref
24013 reference "tab:これは従属表b"
24014
24015 \end_inset
24016
24017 は表
24018 \begin_inset CommandInset ref
24019 LatexCommand ref
24020 reference "tab:従属表を横に並べたもの"
24021
24022 \end_inset
24023
24024 の従属フロートです。
24025 \begin_inset Float table
24026 wide false
24027 sideways false
24028 status open
24029
24030 \begin_layout Plain Layout
24031 \begin_inset Caption Standard
24032
24033 \begin_layout Plain Layout
24034 \begin_inset CommandInset label
24035 LatexCommand label
24036 name "tab:従属表を横に並べたもの"
24037
24038 \end_inset
24039
24040 従属表を横に並べたもの
24041 \end_layout
24042
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \begin_layout Plain Layout
24049 \begin_inset space \hfill{}
24050 \end_inset
24051
24052
24053 \begin_inset Float table
24054 wide false
24055 sideways false
24056 status collapsed
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Caption Standard
24060
24061 \begin_layout Plain Layout
24062 \begin_inset CommandInset label
24063 LatexCommand label
24064 name "tab:これは従属表a"
24065
24066 \end_inset
24067
24068 これは従属表aです。
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \begin_layout Plain Layout
24077 \align center
24078 \begin_inset Tabular
24079 <lyxtabular version="3" rows="1" columns="5">
24080 <features rotate="0" tabularvalignment="middle">
24081 <column alignment="center" valignment="top">
24082 <column alignment="center" valignment="top">
24083 <column alignment="center" valignment="top">
24084 <column alignment="center" valignment="top">
24085 <column alignment="center" valignment="top">
24086 <row>
24087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 試験
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 </row>
24133 </lyxtabular>
24134
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \begin_inset space \hfill{}
24144 \end_inset
24145
24146
24147 \begin_inset Float table
24148 wide false
24149 sideways false
24150 status collapsed
24151
24152 \begin_layout Plain Layout
24153 \begin_inset Caption Standard
24154
24155 \begin_layout Plain Layout
24156 \begin_inset CommandInset label
24157 LatexCommand label
24158 name "tab:これは従属表b"
24159
24160 \end_inset
24161
24162 これは従属表bです。
24163 \end_layout
24164
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \begin_layout Plain Layout
24171 \align center
24172 \begin_inset Tabular
24173 <lyxtabular version="3" rows="1" columns="5">
24174 <features rotate="0" tabularvalignment="middle">
24175 <column alignment="center" valignment="top">
24176 <column alignment="center" valignment="top">
24177 <column alignment="center" valignment="top">
24178 <column alignment="center" valignment="top">
24179 <column alignment="center" valignment="top">
24180 <row>
24181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221 試験
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 </lyxtabular>
24228
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \begin_inset space \hfill{}
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset Float table
24247 wide false
24248 sideways false
24249 status open
24250
24251 \begin_layout Plain Layout
24252 \begin_inset Caption Standard
24253
24254 \begin_layout Plain Layout
24255 \begin_inset CommandInset label
24256 LatexCommand label
24257 name "tab:従属表を縦に並べたもの"
24258
24259 \end_inset
24260
24261 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Plain Layout
24270 \noindent
24271 \align center
24272 \begin_inset Float table
24273 wide false
24274 sideways false
24275 status collapsed
24276
24277 \begin_layout Plain Layout
24278 \begin_inset Caption Standard
24279
24280 \begin_layout Plain Layout
24281
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \begin_layout Plain Layout
24290 \align center
24291 \begin_inset Tabular
24292 <lyxtabular version="3" rows="1" columns="4">
24293 <features rotate="0" tabularvalignment="middle">
24294 <column alignment="center" valignment="top">
24295 <column alignment="center" valignment="top">
24296 <column alignment="center" valignment="top">
24297 <column alignment="center" valignment="top">
24298 <row>
24299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303 試験
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 試験
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321 試験
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 試験
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 </row>
24336 </lyxtabular>
24337
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \begin_layout Plain Layout
24349 \noindent
24350 \align center
24351 \begin_inset Float table
24352 wide false
24353 sideways false
24354 status collapsed
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Caption Standard
24358
24359 \begin_layout Plain Layout
24360
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \begin_layout Plain Layout
24369 \align center
24370 \begin_inset Tabular
24371 <lyxtabular version="3" rows="1" columns="5">
24372 <features rotate="0" tabularvalignment="middle">
24373 <column alignment="center" valignment="top">
24374 <column alignment="center" valignment="top">
24375 <column alignment="center" valignment="top">
24376 <column alignment="center" valignment="top">
24377 <column alignment="center" valignment="top">
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 </lyxtabular>
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Section
24443 横並びのフロート
24444 \begin_inset Index idx
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448 ふろーと@フロート ! よこならび@横並び
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \begin_layout Standard
24457
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "fig:左側のフロート"
24461
24462 \end_inset
24463
24464 や図
24465 \begin_inset CommandInset ref
24466 LatexCommand ref
24467 reference "fig:右側のフロート"
24468
24469 \end_inset
24470
24471 のようにフロートを横並びに配置するには、
24472 \emph on
24473 ひとつの
24474 \emph default
24475 フロートのみを使用し、その中に二つのminipageボックスを挿入します
24476 \begin_inset Foot
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480 Minipageは第
24481 \begin_inset CommandInset ref
24482 LatexCommand ref
24483 reference "sec:ミニページ"
24484
24485 \end_inset
24486
24487 節に説明があります。
24488 \end_layout
24489
24490 \end_inset
24491
24492 。幅は45
24493 \begin_inset space \thinspace{}
24494 \end_inset
24495
24496 -50
24497 \begin_inset space \thinspace{}
24498 \end_inset
24499
24500 列幅%とし、各minipageのボックス配置を
24501 \family sans
24502
24503 \family default
24504 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
24505 \family sans
24506 列幅%
24507 \family default
24508 がここではminipageボックスの幅によって計算されることです。
24509 \end_layout
24510
24511 \begin_layout Standard
24512 \begin_inset Float figure
24513 wide false
24514 sideways false
24515 status open
24516
24517 \begin_layout Plain Layout
24518 \begin_inset Box Frameless
24519 position "b"
24520 hor_pos "c"
24521 has_inner_box 1
24522 inner_pos "t"
24523 use_parbox 0
24524 use_makebox 0
24525 width "45col%"
24526 special "none"
24527 height "1in"
24528 height_special "totalheight"
24529 status open
24530
24531 \begin_layout Plain Layout
24532 \align center
24533 \begin_inset Graphics
24534         filename ../clipart/mobius.eps
24535         lyxscale 50
24536         width 100col%
24537         scaleBeforeRotation
24538
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \begin_layout Plain Layout
24545 \begin_inset Caption Standard
24546
24547 \begin_layout Plain Layout
24548 \begin_inset CommandInset label
24549 LatexCommand label
24550 name "fig:左側のフロート"
24551
24552 \end_inset
24553
24554 左側のフロート
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \begin_inset space \hfill{}
24566 \end_inset
24567
24568
24569 \begin_inset Box Frameless
24570 position "b"
24571 hor_pos "c"
24572 has_inner_box 1
24573 inner_pos "t"
24574 use_parbox 0
24575 use_makebox 0
24576 width "45col%"
24577 special "none"
24578 height "1in"
24579 height_special "totalheight"
24580 status open
24581
24582 \begin_layout Plain Layout
24583 \align center
24584 \begin_inset Graphics
24585         filename ../clipart/platypus.eps
24586         lyxscale 50
24587         width 100col%
24588         scaleBeforeRotation
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Plain Layout
24596 \begin_inset Caption Standard
24597
24598 \begin_layout Plain Layout
24599 \begin_inset CommandInset label
24600 LatexCommand label
24601 name "fig:右側のフロート"
24602
24603 \end_inset
24604
24605 右側のフロート
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Plain Layout
24619
24620 \end_layout
24621
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Section
24628 キャプションの書式設定
24629 \begin_inset Index idx
24630 status collapsed
24631
24632 \begin_layout Plain Layout
24633 きゃぷしょん@キャプション ! しょしきせってい@書式設定
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \begin_inset Index idx
24640 status collapsed
24641
24642 \begin_layout Plain Layout
24643 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
24644 \end_layout
24645
24646 \end_inset
24647
24648
24649 \begin_inset CommandInset label
24650 LatexCommand label
24651 name "sec:キャプションの書式設定"
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659
24660 \family sans
24661 キャプション
24662 \family default
24663 環境は、
24664 \family sans
24665 フロート
24666 \family default
24667 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
24668 \family sans
24669 図 #:
24670 \family default
24671 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
24672 \family sans
24673 #
24674 \family default
24675 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
24676 。このキャプション書式は、すべての文書書式に適しているわけではありません。
24677 \end_layout
24678
24679 \begin_layout Standard
24680 既定のキャプション書式を変更するには、文書プリアンブルに
24681 \end_layout
24682
24683 \begin_layout Standard
24684
24685 \series bold
24686
24687 \backslash
24688 usepackage[format definition]{caption}
24689 \end_layout
24690
24691 \begin_layout Standard
24692 という行を加えて、LaTeXパッケージ
24693 \series bold
24694 caption
24695 \series default
24696
24697 \begin_inset Index idx
24698 status collapsed
24699
24700 \begin_layout Plain Layout
24701 LaTeXぱっけーじ@LaTeXパッケージ ! caption
24702 \end_layout
24703
24704 \end_inset
24705
24706 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
24707 \end_layout
24708
24709 \begin_layout Standard
24710
24711 \series bold
24712
24713 \backslash
24714 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
24715 \end_layout
24716
24717 \begin_layout Standard
24718 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
24719 \series bold
24720 caption
24721 \series default
24722 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
24723 \end_layout
24724
24725 \begin_layout Standard
24726
24727 \series bold
24728
24729 \backslash
24730 captionsetup[フロート型]{書式定義}
24731 \end_layout
24732
24733 \begin_layout Standard
24734 というコマンドを使用して、個別の書式を指定してください。たとえば、図
24735 \begin_inset CommandInset ref
24736 LatexCommand ref
24737 reference "fig:図キャプション"
24738
24739 \end_inset
24740
24741 と表
24742 \begin_inset CommandInset ref
24743 LatexCommand ref
24744 reference "tab:表キャプション"
24745
24746 \end_inset
24747
24748 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
24749 \end_layout
24750
24751 \begin_layout Standard
24752
24753 \series bold
24754
24755 \backslash
24756 usepackage[tableposition=top]{caption}
24757 \series default
24758
24759 \begin_inset Newline newline
24760 \end_inset
24761
24762
24763 \series bold
24764
24765 \backslash
24766 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
24767 \begin_inset Newline newline
24768 \end_inset
24769
24770
24771 \begin_inset Phantom HPhantom
24772 status open
24773
24774 \begin_layout Plain Layout
24775
24776 \backslash
24777 captionsetup[figure]{
24778 \end_layout
24779
24780 \end_inset
24781
24782 labelsep=period}
24783 \begin_inset Newline newline
24784 \end_inset
24785
24786
24787 \backslash
24788 captionsetup[table]{labelfont={bf,sf}}
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \begin_inset Note Greyedout
24793 status open
24794
24795 \begin_layout Plain Layout
24796
24797 \series bold
24798 【註】
24799 \series default
24800 オプションのうち、
24801 \series bold
24802 tableposition=top
24803 \series default
24804 は、文書クラスに
24805 \series bold
24806 KOMA-script
24807 \series default
24808
24809 \begin_inset Index idx
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24814 \end_layout
24815
24816 \end_inset
24817
24818 が使われているときには、無効になります。この場合には、文書クラスオプション
24819 \series bold
24820 captions=tableheading
24821 \series default
24822 を指定しなくてはなりません。
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833 caption
24834 \series default
24835 パッケージについての詳細は、その取扱説明書
24836 \begin_inset CommandInset citation
24837 LatexCommand cite
24838 key "caption"
24839
24840 \end_inset
24841
24842 をご覧ください。
24843 \end_layout
24844
24845 \begin_layout Standard
24846 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
24847 \end_layout
24848
24849 \begin_layout Standard
24850
24851 \series bold
24852
24853 \backslash
24854 renewcommand{
24855 \backslash
24856 fnum@figure}{画像~
24857 \backslash
24858 thefigure}
24859 \end_layout
24860
24861 \begin_layout Standard
24862 なお、
24863 \series bold
24864
24865 \backslash
24866 thefigure
24867 \series default
24868 は表番号を挿入し、「
24869 \series bold
24870 ~
24871 \series default
24872 」は保護された空白を入れます。
24873 \end_layout
24874
24875 \begin_layout Standard
24876 \begin_inset VSpace bigskip
24877 \end_inset
24878
24879
24880 \series bold
24881 KOMA-script
24882 \series default
24883
24884 \begin_inset Index idx
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
24889 \end_layout
24890
24891 \end_inset
24892
24893 文書クラス(
24894 \family sans
24895 article (KOMA-script)
24896 \family default
24897
24898 \family sans
24899 book (KOMA-script)
24900 \family default
24901
24902 \family sans
24903 letter (KOMA-script)
24904 \family default
24905
24906 \family sans
24907 report (KOMA-script)
24908 \family default
24909 )を使用している場合には、
24910 \series bold
24911 caption
24912 \series default
24913 パッケージの代わりに
24914 \series bold
24915 KOMA-script
24916 \series default
24917 のビルトインコマンド
24918 \series bold
24919 etkomafont
24920 \series default
24921 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
24922 \end_layout
24923
24924 \begin_layout Standard
24925
24926 \series bold
24927
24928 \backslash
24929 setkomafont{captionlabel}{
24930 \backslash
24931 bfseries}
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \series bold
24937
24938 \backslash
24939 setkomafont
24940 \series default
24941 についての詳細は、
24942 \series bold
24943 KOMA-script
24944 \series default
24945 の取扱説明書
24946 \begin_inset CommandInset citation
24947 LatexCommand cite
24948 key "koma-script"
24949
24950 \end_inset
24951
24952 をご覧ください。
24953 \end_layout
24954
24955 \begin_layout Standard
24956 \begin_inset ERT
24957 status collapsed
24958
24959 \begin_layout Plain Layout
24960
24961
24962 \backslash
24963 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
24964 }
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \begin_inset Note Note
24971 status open
24972
24973 \begin_layout Plain Layout
24974 キャプション書式は、この例のみ変更してあります。
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Standard
24983 \begin_inset Float figure
24984 placement !p
24985 wide false
24986 sideways false
24987 status open
24988
24989 \begin_layout Plain Layout
24990 \align center
24991 \begin_inset Graphics
24992         filename ../clipart/mobius.eps
24993         lyxscale 50
24994         scale 50
24995         scaleBeforeRotation
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Plain Layout
25003 \begin_inset Caption Standard
25004
25005 \begin_layout Plain Layout
25006 \begin_inset CommandInset label
25007 LatexCommand label
25008 name "fig:図キャプション"
25009
25010 \end_inset
25011
25012 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \begin_inset ERT
25027 status collapsed
25028
25029 \begin_layout Plain Layout
25030
25031
25032 \backslash
25033 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
25034 on}
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Standard
25043 \begin_inset Float table
25044 placement !p
25045 wide false
25046 sideways false
25047 status open
25048
25049 \begin_layout Plain Layout
25050 \begin_inset Caption Standard
25051
25052 \begin_layout Plain Layout
25053 \begin_inset CommandInset label
25054 LatexCommand label
25055 name "tab:表キャプション"
25056
25057 \end_inset
25058
25059 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
25060 \end_layout
25061
25062 \end_inset
25063
25064
25065 \end_layout
25066
25067 \begin_layout Plain Layout
25068 \align center
25069 \begin_inset Tabular
25070 <lyxtabular version="3" rows="1" columns="5">
25071 <features rotate="0" tabularvalignment="middle">
25072 <column alignment="center" valignment="top">
25073 <column alignment="center" valignment="top">
25074 <column alignment="center" valignment="top">
25075 <column alignment="center" valignment="top">
25076 <column alignment="center" valignment="top">
25077 <row>
25078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 </row>
25124 </lyxtabular>
25125
25126 \end_inset
25127
25128
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Section
25137 キャプションの配置
25138 \begin_inset Index idx
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 きゃぷしょん@キャプション ! はいち@配置
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \begin_inset Index idx
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \begin_inset CommandInset label
25159 LatexCommand label
25160 name "sec:キャプションの配置"
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Standard
25168 通常、キャプションの配置原則は、
25169 \end_layout
25170
25171 \begin_layout Description
25172 図の場合: キャプションを図の下に置く
25173 \end_layout
25174
25175 \begin_layout Description
25176 表の場合: キャプションを表の上に置く
25177 \end_layout
25178
25179 \begin_layout Standard
25180 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
25181 \family sans
25182 article
25183 \family default
25184
25185 \family sans
25186 book
25187 \family default
25188
25189 \family sans
25190 letter
25191 \family default
25192
25193 \family sans
25194 report
25195 \family default
25196 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
25197 eXパッケージ
25198 \series bold
25199 caption
25200 \series default
25201 を読み込むコマンドに
25202 \end_layout
25203
25204 \begin_layout Standard
25205
25206 \series bold
25207 tableposition=top
25208 \end_layout
25209
25210 \begin_layout Standard
25211 というオプションを追加してください
25212 \begin_inset Foot
25213 status collapsed
25214
25215 \begin_layout Plain Layout
25216
25217 \series bold
25218 caption
25219 \series default
25220 パッケージについての詳細な情報は、第
25221 \begin_inset CommandInset ref
25222 LatexCommand ref
25223 reference "sec:キャプションの書式設定"
25224
25225 \end_inset
25226
25227 節をご覧ください。
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \series bold
25234 KOMA-script
25235 \series default
25236
25237 \begin_inset Index idx
25238 status collapsed
25239
25240 \begin_layout Plain Layout
25241 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
25242 \end_layout
25243
25244 \end_inset
25245
25246 文書クラス(
25247 \family sans
25248 article (KOMA-script)
25249 \family default
25250
25251 \family sans
25252 book (KOMA-script)
25253 \family default
25254
25255 \family sans
25256 letter (KOMA-script)
25257 \family default
25258
25259 \family sans
25260 report (KOMA-script)
25261 \family default
25262
25263 \begin_inset space \thinspace{}
25264 \end_inset
25265
25266 )をお使いの場合には、
25267 \series bold
25268 caption
25269 \series default
25270 パッケージにオプションを与える代わりに、文書クラスオプション
25271 \series bold
25272 captions=tableheading
25273 \series default
25274 を設定することもできます。
25275 \end_layout
25276
25277 \begin_layout Standard
25278 \begin_inset VSpace bigskip
25279 \end_inset
25280
25281 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
25282 \end_layout
25283
25284 \begin_layout Standard
25285
25286 \series bold
25287
25288 \backslash
25289 usepackage[option]{sidecap}
25290 \end_layout
25291
25292 \begin_layout Standard
25293 という行を入れて、LaTeXパッケージ
25294 \series bold
25295 sidecap
25296 \series default
25297
25298 \begin_inset Index idx
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
25303 \end_layout
25304
25305 \end_inset
25306
25307 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
25308 \series bold
25309 innercaption
25310 \series default
25311 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
25312 \series bold
25313 rightcaption
25314 \series default
25315 ないし
25316 \series bold
25317 leftcaption
25318 \series default
25319 オプションを用います。
25320 \end_layout
25321
25322 \begin_layout Standard
25323 \begin_inset ERT
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327
25328
25329 \backslash
25330 ifsidecap
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \begin_inset Note Note
25337 status open
25338
25339 \begin_layout Plain Layout
25340 以下の部分は、LaTeXパッケージ
25341 \series bold
25342 sidecap
25343 \series default
25344 が導入されているときのみ表示されます。
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \begin_layout Standard
25353 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
25354 \begin_inset Newpage pagebreak
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \begin_layout Standard
25361 \noindent
25362 \begin_inset CommandInset line
25363 LatexCommand rule
25364 offset "0.5ex"
25365 width "100line%"
25366 height "1pt"
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \begin_layout Standard
25374
25375 \series bold
25376
25377 \backslash
25378 newcommand{
25379 \backslash
25380 TabBesBeg}[1][1.0]{%
25381 \begin_inset Newline newline
25382 \end_inset
25383
25384
25385 \begin_inset Phantom HPhantom
25386 status open
25387
25388 \begin_layout Plain Layout
25389 \begin_inset space ~
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396
25397
25398 \backslash
25399 let
25400 \backslash
25401 MyTable
25402 \backslash
25403 table
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407
25408 \begin_inset Phantom HPhantom
25409 status open
25410
25411 \begin_layout Plain Layout
25412
25413 \series medium
25414 \begin_inset space ~
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \backslash
25424 let
25425 \backslash
25426 MyEndtable
25427 \backslash
25428 endtable
25429 \begin_inset Newline newline
25430 \end_inset
25431
25432
25433 \begin_inset Phantom HPhantom
25434 status open
25435
25436 \begin_layout Plain Layout
25437
25438 \series medium
25439 \begin_inset space ~
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446
25447
25448 \backslash
25449 renewenvironment{table}[1]{
25450 \backslash
25451 begin{SCtable}[#1]##1}{
25452 \backslash
25453 end{SCtable}}}
25454 \end_layout
25455
25456 \begin_layout Standard
25457
25458 \series bold
25459
25460 \backslash
25461 newcommand{
25462 \backslash
25463 TabBesEnd}{%
25464 \begin_inset Newline newline
25465 \end_inset
25466
25467
25468 \begin_inset Phantom HPhantom
25469 status open
25470
25471 \begin_layout Plain Layout
25472 \begin_inset space ~
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \backslash
25482 let
25483 \backslash
25484 table
25485 \backslash
25486 MyTable
25487 \begin_inset Newline newline
25488 \end_inset
25489
25490
25491 \begin_inset Phantom HPhantom
25492 status open
25493
25494 \begin_layout Plain Layout
25495 \begin_inset space ~
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \backslash
25505 let
25506 \backslash
25507 endtable
25508 \backslash
25509 MyEndtable
25510 \end_layout
25511
25512 \begin_layout Standard
25513
25514 \series bold
25515
25516 \backslash
25517 newcommand{
25518 \backslash
25519 FigBesBeg}[1][1.0]{%
25520 \begin_inset Newline newline
25521 \end_inset
25522
25523
25524 \begin_inset Phantom HPhantom
25525 status open
25526
25527 \begin_layout Plain Layout
25528 \begin_inset space ~
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \backslash
25538 let
25539 \backslash
25540 MyFigure
25541 \backslash
25542 figure
25543 \begin_inset Newline newline
25544 \end_inset
25545
25546
25547 \begin_inset Phantom HPhantom
25548 status open
25549
25550 \begin_layout Plain Layout
25551 \begin_inset space ~
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \backslash
25561 let
25562 \backslash
25563 MyEndfigure
25564 \backslash
25565 endfigure
25566 \begin_inset Newline newline
25567 \end_inset
25568
25569
25570 \begin_inset Phantom HPhantom
25571 status open
25572
25573 \begin_layout Plain Layout
25574 \begin_inset space ~
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \end_inset
25581
25582
25583 \backslash
25584 renewenvironment{figure}[1]{
25585 \backslash
25586 begin{SCfigure}[#1]##1}{
25587 \backslash
25588 end{SCfigure}}}
25589 \end_layout
25590
25591 \begin_layout Standard
25592
25593 \series bold
25594
25595 \backslash
25596 newcommand{
25597 \backslash
25598 FigBesEnd}{%
25599 \begin_inset Newline newline
25600 \end_inset
25601
25602
25603 \begin_inset Phantom HPhantom
25604 status open
25605
25606 \begin_layout Plain Layout
25607 \begin_inset space ~
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \backslash
25617 let
25618 \backslash
25619 figure
25620 \backslash
25621 MyFigure
25622 \begin_inset Newline newline
25623 \end_inset
25624
25625
25626 \begin_inset Phantom HPhantom
25627 status open
25628
25629 \begin_layout Plain Layout
25630 \begin_inset space ~
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \backslash
25640 let
25641 \backslash
25642 endfigure
25643 \backslash
25644 MyEndfigure}
25645 \end_layout
25646
25647 \begin_layout Standard
25648 \noindent
25649 \begin_inset CommandInset line
25650 LatexCommand rule
25651 offset "0.5ex"
25652 width "100line%"
25653 height "1pt"
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Standard
25661 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
25662 \end_layout
25663
25664 \begin_layout Standard
25665
25666 \series bold
25667
25668 \backslash
25669 FigBesBeg
25670 \end_layout
25671
25672 \begin_layout Standard
25673 というコマンドを、フロートの前にTeXコードで入れてください。そして、元のフロート定義に戻したいところで、
25674 \end_layout
25675
25676 \begin_layout Standard
25677
25678 \series bold
25679
25680 \backslash
25681 FigBesEnd
25682 \end_layout
25683
25684 \begin_layout Standard
25685 というTeXコードを入れてください。
25686 \end_layout
25687
25688 \begin_layout Standard
25689 表フロートに対しては、対応するコマンド
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695
25696 \backslash
25697 TabBesBeg
25698 \series default
25699 および
25700 \series bold
25701
25702 \backslash
25703 TabBesEnd
25704 \end_layout
25705
25706 \begin_layout Standard
25707 を使用してください。図
25708 \begin_inset CommandInset ref
25709 LatexCommand ref
25710 reference "fig:図横キャプション"
25711
25712 \end_inset
25713
25714 と表
25715 \begin_inset CommandInset ref
25716 LatexCommand ref
25717 reference "tab:表横キャプション"
25718
25719 \end_inset
25720
25721 がキャプションを脇に設定した例です。
25722 \end_layout
25723
25724 \begin_layout Standard
25725 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
25726 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
25727 \end_layout
25728
25729 \begin_layout Standard
25730
25731 \series bold
25732
25733 \backslash
25734 sidecaptionvpos{フロート型}{配置}
25735 \end_layout
25736
25737 \begin_layout Standard
25738 というコマンドを使用します。ここで「フロート型」は
25739 \family sans
25740 figure
25741 \family default
25742
25743 \family sans
25744 table
25745 \family default
25746 であり、「配置」は、上揃えの場合はtopの
25747 \end_layout
25748
25749 \begin_layout Standard
25750
25751 \family sans
25752 t
25753 \family default
25754 」、中央揃えの場合はcenterの「
25755 \family sans
25756 c
25757 \family default
25758 」、下揃えの場合はbottomの「
25759 \family sans
25760 b
25761 \family default
25762 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
25763 \end_layout
25764
25765 \begin_layout Standard
25766
25767 \series bold
25768
25769 \backslash
25770 sidecaptionvpos{figure}{c}
25771 \end_layout
25772
25773 \begin_layout Standard
25774 というコマンドを使用します。これは、図
25775 \begin_inset CommandInset ref
25776 LatexCommand ref
25777 reference "fig:図横キャプション-2"
25778
25779 \end_inset
25780
25781 で使用されています。
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset VSpace medskip
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
25793 \begin_inset CommandInset ref
25794 LatexCommand ref
25795 reference "tab:表横キャプション"
25796
25797 \end_inset
25798
25799 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
25800 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
25801 \emph on
25802 因数
25803 \emph default
25804 は、
25805 \end_layout
25806
25807 \begin_layout Standard
25808
25809 \series bold
25810
25811 \backslash
25812 FigBesBeg[因数]
25813 \end_layout
25814
25815 \begin_layout Standard
25816 のように、
25817 \series bold
25818
25819 \backslash
25820 FigBesBeg
25821 \series default
25822 への非必須引数として与えることもできますし、
25823 \series bold
25824
25825 \backslash
25826 FigBesBeg
25827 \series default
25828 の定義中で
25829 \series bold
25830 1.0
25831 \series default
25832 を他の値に変更することもできます。表
25833 \begin_inset CommandInset ref
25834 LatexCommand ref
25835 reference "tab:図横幅広"
25836
25837 \end_inset
25838
25839 では、因子5が指定されています。
25840 \end_layout
25841
25842 \begin_layout Standard
25843 \begin_inset Note Greyedout
25844 status open
25845
25846 \begin_layout Plain Layout
25847 【註】キャプションを横につけたフロートでは、フロート配置オプションの
25848 \family sans
25849 何としても現在地に置く
25850 \family default
25851 は、
25852 \series bold
25853 sidecap
25854 \series default
25855 がサポートしていないので、使用することができません。.
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Standard
25864 \begin_inset VSpace medskip
25865 \end_inset
25866
25867
25868 \series bold
25869 sidecap
25870 \series default
25871 パッケージについての詳細は、
25872 \begin_inset CommandInset citation
25873 LatexCommand cite
25874 key "sidecap"
25875
25876 \end_inset
25877
25878 の説明書をご参照ください。
25879 \end_layout
25880
25881 \begin_layout Standard
25882 \begin_inset Note Greyedout
25883 status open
25884
25885 \begin_layout Plain Layout
25886
25887 \series bold
25888 【註】
25889 \series default
25890
25891 \begin_inset CommandInset ref
25892 LatexCommand ref
25893 reference "sub:参照位置"
25894
25895 \end_inset
25896
25897 節に説明があるLaTeXパッケージ
25898 \series bold
25899 hypcap
25900 \series default
25901
25902 \begin_inset Index idx
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
25907 \end_layout
25908
25909 \end_inset
25910
25911 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \begin_inset ERT
25921 status collapsed
25922
25923 \begin_layout Plain Layout
25924
25925
25926 \backslash
25927 FigBesBeg 
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \begin_inset Float figure
25937 wide false
25938 sideways false
25939 status open
25940
25941 \begin_layout Plain Layout
25942 \begin_inset Graphics
25943         filename ../clipart/escher-lsd.eps
25944         scale 75
25945         scaleBeforeRotation
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Plain Layout
25953 \begin_inset Caption Standard
25954
25955 \begin_layout Plain Layout
25956 \begin_inset CommandInset label
25957 LatexCommand label
25958 name "fig:図横キャプション"
25959
25960 \end_inset
25961
25962 これは図の横にあるキャプションです。
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset ERT
25977 status collapsed
25978
25979 \begin_layout Plain Layout
25980
25981
25982 \backslash
25983 FigBesEnd
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \begin_layout Standard
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 TabBesBeg 
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \begin_layout Standard
26008 \begin_inset Float table
26009 wide false
26010 sideways false
26011 status open
26012
26013 \begin_layout Plain Layout
26014 \begin_inset Caption Standard
26015
26016 \begin_layout Plain Layout
26017 \begin_inset CommandInset label
26018 LatexCommand label
26019 name "tab:表横キャプション"
26020
26021 \end_inset
26022
26023 これは表の横にあるキャプションです。
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Plain Layout
26032 \begin_inset Tabular
26033 <lyxtabular version="3" rows="4" columns="5">
26034 <features rotate="0" tabularvalignment="middle">
26035 <column alignment="center" valignment="top">
26036 <column alignment="center" valignment="top">
26037 <column alignment="center" valignment="top">
26038 <column alignment="center" valignment="top">
26039 <column alignment="center" valignment="top">
26040 <row>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 </row>
26087 <row>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 </row>
26134 <row>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 </row>
26228 </lyxtabular>
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Standard
26241 \begin_inset ERT
26242 status collapsed
26243
26244 \begin_layout Plain Layout
26245
26246
26247 \backslash
26248 TabBesEnd
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \begin_layout Standard
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 sidecaptionvpos{figure}{c}
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \begin_inset Float figure
26271 wide false
26272 sideways false
26273 status open
26274
26275 \begin_layout Plain Layout
26276 \begin_inset Graphics
26277         filename ../clipart/escher-lsd.eps
26278         scale 75
26279         scaleBeforeRotation
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Plain Layout
26287 \begin_inset Caption Standard
26288
26289 \begin_layout Plain Layout
26290 \begin_inset CommandInset label
26291 LatexCommand label
26292 name "fig:図横キャプション-2"
26293
26294 \end_inset
26295
26296 これは図の横にある縦方向中央揃えのキャプションです。
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 FigBesEnd
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \begin_layout Standard
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 TabBesBeg[5]
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 \begin_inset Float table
26343 wide false
26344 sideways false
26345 status open
26346
26347 \begin_layout Plain Layout
26348 \begin_inset Caption Standard
26349
26350 \begin_layout Plain Layout
26351 \begin_inset CommandInset label
26352 LatexCommand label
26353 name "tab:図横幅広"
26354
26355 \end_inset
26356
26357 これは表
26358 \begin_inset CommandInset ref
26359 LatexCommand ref
26360 reference "tab:表横キャプション"
26361
26362 \end_inset
26363
26364 よりも幅広のキャプションです
26365 \end_layout
26366
26367 \end_inset
26368
26369
26370 \end_layout
26371
26372 \begin_layout Plain Layout
26373 \begin_inset Tabular
26374 <lyxtabular version="3" rows="4" columns="5">
26375 <features rotate="0" tabularvalignment="middle">
26376 <column alignment="center" valignment="top">
26377 <column alignment="center" valignment="top">
26378 <column alignment="center" valignment="top">
26379 <column alignment="center" valignment="top">
26380 <column alignment="center" valignment="top">
26381 <row>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 a
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 b
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 c
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 <row>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 d
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460 e
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 </row>
26475 <row>
26476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 f
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498 g
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 h
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 </row>
26522 <row>
26523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 i
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 j
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 </row>
26569 </lyxtabular>
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Standard
26582 \begin_inset ERT
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586
26587
26588 \backslash
26589 TabBesEnd
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \begin_layout Standard
26598 \begin_inset ERT
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602
26603
26604 \backslash
26605 else
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \begin_inset Note Note
26612 status open
26613
26614 \begin_layout Plain Layout
26615 以下の部分は、LaTeXパッケージ
26616 \series bold
26617 sidecap
26618 \series default
26619 が導入されていないときのみ表示されます。
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 本節の残りの部分を出力で表示するには、LaTeXパッケージ
26629 \series bold
26630 sidecap
26631 \series default
26632 を導入する必要があります。
26633 \end_layout
26634
26635 \begin_layout Standard
26636 \begin_inset ERT
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640
26641
26642 \backslash
26643 fi
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \begin_layout Section
26652 フロート一覧
26653 \begin_inset Index idx
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657 ふろーと@フロート ! ふろーといちらん@フロート一覧
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Standard
26666 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
26667 \family sans
26668 挿入\SpecialChar \menuseparator
26669 一覧/目次
26670 \family default
26671 メニューで挿入することができます。
26672 \end_layout
26673
26674 \begin_layout Standard
26675 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
26676 \end_layout
26677
26678 \begin_layout Standard
26679 本文書の終わりに、図一覧と表一覧があります。
26680 \end_layout
26681
26682 \begin_layout Chapter
26683 注釈
26684 \end_layout
26685
26686 \begin_layout Section
26687 LyX注釈
26688 \begin_inset Index idx
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Standard
26701 注釈は、ツールバーボタン
26702 \begin_inset Info
26703 type  "icon"
26704 arg   "note-insert"
26705 \end_inset
26706
26707 か、
26708 \family sans
26709 挿入\SpecialChar \menuseparator
26710 注釈
26711 \family default
26712 メニューで挿入することができます。注釈には、以下の三つの型があります。
26713 \end_layout
26714
26715 \begin_layout Description
26716 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
26717 \begin_inset Newline newline
26718 \end_inset
26719
26720
26721 \begin_inset Newline newline
26722 \end_inset
26723
26724
26725 \begin_inset Graphics
26726         filename ../clipart/LyXNoteImageQt4.png
26727         display false
26728         scale 85
26729         scaleBeforeRotation
26730
26731 \end_inset
26732
26733
26734 \begin_inset Note Note
26735 status open
26736
26737 \begin_layout Plain Layout
26738 これは、出力には現れない注釈ボックスに書かれた文章です。
26739 \end_layout
26740
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \begin_layout Description
26747 コメント この注釈も出力には現れませんが、
26748 \family sans
26749 ファイル\SpecialChar \menuseparator
26750 書き出し\SpecialChar \menuseparator
26751 LaTeX (pdflatex) / (平文)
26752 \family default
26753  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
26754 \begin_inset Newline newline
26755 \end_inset
26756
26757
26758 \begin_inset Newline newline
26759 \end_inset
26760
26761
26762 \begin_inset Graphics
26763         filename ../clipart/CommentNoteImageQt4.png
26764         display false
26765         scale 85
26766         scaleBeforeRotation
26767
26768 \end_inset
26769
26770  
26771 \begin_inset Note Comment
26772 status open
26773
26774 \begin_layout Plain Layout
26775 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Description
26784 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
26785 \begin_inset Newline newline
26786 \end_inset
26787
26788
26789 \begin_inset Newline newline
26790 \end_inset
26791
26792
26793 \begin_inset Graphics
26794         filename ../clipart/GreyedOutNoteImageQt4.png
26795         display false
26796         scale 85
26797         scaleBeforeRotation
26798
26799 \end_inset
26800
26801
26802 \begin_inset Newline newline
26803 \end_inset
26804
26805
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 renewenvironment{lyxgreyedout}
26814 \end_layout
26815
26816 \begin_layout Plain Layout
26817
26818 {
26819 \backslash
26820 textcolor[gray]{0.8}
26821 \backslash
26822 bgroup}{
26823 \backslash
26824 egroup}
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \begin_inset Note Greyedout
26831 status open
26832
26833 \begin_layout Plain Layout
26834 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
26835 \begin_inset Foot
26836 status collapsed
26837
26838 \begin_layout Plain Layout
26839 これは、淡色注釈内に脚注を用いた例です。
26840 \end_layout
26841
26842 \end_inset
26843
26844 です。
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \begin_inset ERT
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855
26856 \backslash
26857 renewenvironment{lyxgreyedout}
26858 \end_layout
26859
26860 \begin_layout Plain Layout
26861
26862 {
26863 \backslash
26864 textcolor{blue}
26865 \backslash
26866 bgroup}{
26867 \backslash
26868 egroup}
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \begin_inset Note Note
26875 status open
26876
26877 \begin_layout Plain Layout
26878 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、LyX本来の定義で表示されるように再
26879 定義されています。
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \begin_inset Newline newline
26886 \end_inset
26887
26888
26889 \begin_inset Newline newline
26890 \end_inset
26891
26892 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
26893 \end_layout
26894
26895 \begin_layout Standard
26896 \begin_inset VSpace bigskip
26897 \end_inset
26898
26899 注釈を挿入するのにツールバーボタン
26900 \begin_inset Info
26901 type  "icon"
26902 arg   "note-insert"
26903 \end_inset
26904
26905 を使用すると、
26906 \family sans
26907 LyX注釈
26908 \family default
26909 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
26910 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
26911 さい。
26912 \end_layout
26913
26914 \begin_layout Standard
26915 \begin_inset VSpace bigskip
26916 \end_inset
26917
26918 淡色注釈の文字色は、
26919 \family sans
26920 文書\SpecialChar \menuseparator
26921 設定\SpecialChar \menuseparator
26922
26923 \family default
26924 メニューで変更することができます。
26925 \end_layout
26926
26927 \begin_layout Section
26928 脚注
26929 \begin_inset CommandInset label
26930 LatexCommand label
26931 name "sec:脚注"
26932
26933 \end_inset
26934
26935
26936 \begin_inset Index idx
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \begin_inset Index idx
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 きゃくちゅう@脚注
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \begin_layout Standard
26959 脚注は、ツールバーボタン
26960 \begin_inset Info
26961 type  "icon"
26962 arg   "footnote-insert"
26963 \end_inset
26964
26965 か、
26966 \family sans
26967 挿入\SpecialChar \menuseparator
26968 脚注
26969 \family default
26970 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
26971 \begin_inset Graphics
26972         filename clipart/footnoteQt4.png
26973         scale 80
26974         scaleBeforeRotation
26975
26976 \end_inset
26977
26978 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
26979 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
26980 \end_layout
26981
26982 \begin_layout Standard
26983 これが脚注の例です
26984 \begin_inset Foot
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988 \begin_inset CommandInset label
26989 LatexCommand label
26990 name "fn:これは脚注の一例"
26991
26992 \end_inset
26993
26994 これは脚注の一例です。
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \begin_inset ERT
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004
27005
27006 \backslash
27007 newcounter{MyRepeatFoot}
27008 \end_layout
27009
27010 \begin_layout Plain Layout
27011
27012
27013 \backslash
27014 setcounter{MyRepeatFoot}{
27015 \backslash
27016 thefootnote}
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \begin_layout Standard
27025 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
27026 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
27027 \end_layout
27028
27029 \begin_layout Standard
27030 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
27031 \begin_inset CommandInset ref
27032 LatexCommand ref
27033 reference "sec:フロートの参照"
27034
27035 \end_inset
27036
27037 節に説明されているようにして、本文中でこのラベルを相互参照してください。
27038 \begin_inset Newline newline
27039 \end_inset
27040
27041 これは脚注
27042 \begin_inset CommandInset ref
27043 LatexCommand ref
27044 reference "fn:これは脚注の一例"
27045
27046 \end_inset
27047
27048 の相互参照です。
27049 \end_layout
27050
27051 \begin_layout Standard
27052 \begin_inset VSpace defskip
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \begin_layout Standard
27059 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
27060 \series bold
27061
27062 \backslash
27063 footnotemark{}
27064 \series default
27065 コマンドを入れてください。脚注の本文は、表の後でTeXコード
27066 \series bold
27067
27068 \backslash
27069 footnotetext
27070 \series default
27071 コマンドの引数として入力します。
27072 \begin_inset Newline newline
27073 \end_inset
27074
27075 以下の表ではコマンド
27076 \begin_inset Newline newline
27077 \end_inset
27078
27079
27080 \series bold
27081
27082 \backslash
27083 footnotetext{
27084 \series default
27085 出力される脚注の表
27086 \series bold
27087 }
27088 \series default
27089
27090 \begin_inset Newline newline
27091 \end_inset
27092
27093 を用いています。
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \begin_inset Tabular
27098 <lyxtabular version="3" rows="2" columns="1">
27099 <features rotate="0" tabularvalignment="middle">
27100 <column alignment="center" valignment="top">
27101 <row>
27102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106 これは例文です。
27107 \begin_inset Foot
27108 status open
27109
27110 \begin_layout Plain Layout
27111 この脚注は出力されません!
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 </row>
27122 <row>
27123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 これは例文です。
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 footnotemark{}
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 </row>
27146 </lyxtabular>
27147
27148 \end_inset
27149
27150
27151 \begin_inset ERT
27152 status collapsed
27153
27154 \begin_layout Plain Layout
27155
27156
27157 \backslash
27158 footnotetext{
27159 \end_layout
27160
27161 \end_inset
27162
27163 出力される脚注の表
27164 \begin_inset ERT
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168
27169 }
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \begin_layout Standard
27178 長尺表中の脚注は、第
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "sub:長尺表での脚注"
27182
27183 \end_inset
27184
27185 節で述べられています。
27186 \end_layout
27187
27188 \begin_layout Standard
27189 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
27190 \begin_inset CommandInset ref
27191 LatexCommand ref
27192 reference "sec:ミニページ"
27193
27194 \end_inset
27195
27196 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
27197 \series bold
27198
27199 \backslash
27200 footnotemark{}
27201 \series default
27202
27203 \series bold
27204
27205 \backslash
27206 footntoetext
27207 \series default
27208 による方法を用いてください。
27209 \end_layout
27210
27211 \begin_layout Standard
27212 \begin_inset Box Frameless
27213 position "t"
27214 hor_pos "c"
27215 has_inner_box 1
27216 inner_pos "t"
27217 use_parbox 0
27218 use_makebox 0
27219 width "100col%"
27220 special "none"
27221 height "1in"
27222 height_special "totalheight"
27223 status open
27224
27225 \begin_layout Plain Layout
27226 これはミニページ中の例文です。
27227 \begin_inset Foot
27228 status open
27229
27230 \begin_layout Plain Layout
27231 ミニページ中の脚注です。
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Plain Layout
27240 これはミニページ中の例文です。
27241 \begin_inset ERT
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245
27246
27247 \backslash
27248 footnotemark{}
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset ERT
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 footnotetext{
27270 \end_layout
27271
27272 \end_inset
27273
27274 ミニページ外の脚注です。
27275 \begin_inset ERT
27276 status collapsed
27277
27278 \begin_layout Plain Layout
27279
27280 }
27281 \end_layout
27282
27283 \end_inset
27284
27285
27286 \begin_inset VSpace defskip
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \begin_layout Standard
27293 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
27294 \series bold
27295
27296 \backslash
27297 footnotemark[番号]
27298 \series default
27299 を使用してください。
27300 \begin_inset Newline newline
27301 \end_inset
27302
27303 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
27304 \begin_inset CommandInset ref
27305 LatexCommand ref
27306 reference "fn:これは脚注の一例"
27307
27308 \end_inset
27309
27310 の後に、TeXコードで
27311 \end_layout
27312
27313 \begin_layout Standard
27314
27315 \series bold
27316
27317 \backslash
27318 newcounter{MyRepeatFoot}
27319 \begin_inset Newline newline
27320 \end_inset
27321
27322
27323 \backslash
27324 setcounter{MyRepeatFoot}{
27325 \backslash
27326 thefootnote}
27327 \end_layout
27328
27329 \begin_layout Standard
27330 というコマンドを挿入しています。そして脚注マークは、
27331 \end_layout
27332
27333 \begin_layout Standard
27334
27335 \series bold
27336
27337 \backslash
27338 footnotemark[
27339 \backslash
27340 theMyRepeatFoot]
27341 \end_layout
27342
27343 \begin_layout Standard
27344 で作成します。
27345 \end_layout
27346
27347 \begin_layout Standard
27348 これは繰り返し脚注の例です。
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353
27354
27355 \backslash
27356 footnotemark[
27357 \backslash
27358 theMyRepeatFoot]
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
27368 \end_layout
27369
27370 \begin_layout Standard
27371
27372 \series bold
27373
27374 \backslash
27375 footnotemark[
27376 \backslash
27377 thefootnote]
27378 \end_layout
27379
27380 \begin_layout Standard
27381 を使用してください。
27382 \end_layout
27383
27384 \begin_layout Standard
27385 これは繰り返し脚注の例です。
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 footnotemark[
27394 \backslash
27395 thefootnote]
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Subsection
27404 脚注の付番
27405 \begin_inset CommandInset label
27406 LatexCommand label
27407 name "sub:脚注の付番"
27408
27409 \end_inset
27410
27411
27412 \begin_inset Index idx
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416 きゃくちゅう@脚注 ! ふばん@付番
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \end_layout
27423
27424 \begin_layout Standard
27425 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
27426 \end_layout
27427
27428 \begin_layout Standard
27429
27430 \series bold
27431
27432 \backslash
27433 @addtoreset{footnote}{section}
27434 \end_layout
27435
27436 \begin_layout Standard
27437 というコマンドを加えてください。
27438 \end_layout
27439
27440 \begin_layout Standard
27441 \begin_inset VSpace bigskip
27442 \end_inset
27443
27444 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
27445 \end_layout
27446
27447 \begin_layout Standard
27448
27449 \series bold
27450
27451 \backslash
27452 renewcommand{
27453 \backslash
27454 thefootnote}{
27455 \backslash
27456 roman{footnote}}
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset ERT
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464
27465
27466 \backslash
27467 renewcommand{
27468 \backslash
27469 thefootnote}{
27470 \backslash
27471 roman{footnote}}
27472 \end_layout
27473
27474 \end_inset
27475
27476 これは、ローマ数字を使った脚注です
27477 \begin_inset Foot
27478 status collapsed
27479
27480 \begin_layout Plain Layout
27481 これは、ローマ数字を使った脚注の例です。
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Standard
27490 付番様式を大文字ローマ数字に変更するには、上記コマンドの
27491 \series bold
27492
27493 \backslash
27494 roman
27495 \series default
27496
27497 \series bold
27498
27499 \backslash
27500 Roman
27501 \series default
27502 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
27503 \series bold
27504
27505 \backslash
27506 Alph
27507 \series default
27508 または
27509 \series bold
27510
27511 \backslash
27512 alph
27513 \series default
27514 を使用してください。記号を使って付「番」するには、
27515 \series bold
27516
27517 \backslash
27518 fnsymbol
27519 \series default
27520 を使ってください。
27521 \end_layout
27522
27523 \begin_layout Standard
27524 \begin_inset Note Greyedout
27525 status open
27526
27527 \begin_layout Plain Layout
27528
27529 \series bold
27530 【註】
27531 \series default
27532 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \begin_inset Newline newline
27539 \end_inset
27540
27541
27542 \begin_inset Note Greyedout
27543 status open
27544
27545 \begin_layout Plain Layout
27546
27547 \series bold
27548 【註】
27549 \series default
27550 記号を使うと9個の脚注しか番号を振ることができません。
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Standard
27559 付番様式を変更した後、既定様式に戻すには、上記コマンドの
27560 \series bold
27561
27562 \backslash
27563 roman
27564 \series default
27565
27566 \series bold
27567
27568 \backslash
27569 arabic
27570 \series default
27571 に置き換えて使用してください。
27572 \begin_inset ERT
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576
27577
27578 \backslash
27579 renewcommand{
27580 \backslash
27581 thefootnote}{
27582 \backslash
27583 arabic{footnote}}
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 \begin_inset VSpace bigskip
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Standard
27599 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
27600 \end_layout
27601
27602 \begin_layout Standard
27603
27604 \series bold
27605
27606 \backslash
27607 numberwithin{footnote}{chapter}
27608 \end_layout
27609
27610 \begin_layout Standard
27611 というコマンドを加えてください。
27612 \series bold
27613
27614 \backslash
27615 numberwithin
27616 \series default
27617 コマンドを使用できるようにするためには、文書設定の
27618 \family sans
27619 数式オプション
27620 \family default
27621 タブで
27622 \family sans
27623 AMS
27624 \begin_inset space ~
27625 \end_inset
27626
27627 mathパッケージを使う
27628 \family default
27629 オプションを有効にしてください。
27630 \end_layout
27631
27632 \begin_layout Standard
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 numberwithin{footnote}{chapter}
27641 \end_layout
27642
27643 \end_inset
27644
27645 これは、脚注のもう一つの例です
27646 \series bold
27647
27648 \begin_inset Foot
27649 status open
27650
27651 \begin_layout Plain Layout
27652
27653 \series bold
27654 これは、
27655 \series default
27656 「章番号.脚注番号」スキームで番号を振られた脚注です。
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \series default
27663
27664 \begin_inset ERT
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668
27669
27670 \backslash
27671 renewcommand{
27672 \backslash
27673 thefootnote}{
27674 \backslash
27675 arabic{footnote}}
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 \begin_inset Note Greyedout
27685 status open
27686
27687 \begin_layout Plain Layout
27688
27689 \series bold
27690 【註】
27691 \backslash
27692 numberwithin
27693 \series default
27694 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Standard
27703 また、例えば「章番号.
27704 \backslash
27705 Roman{footnote}」スキームを得るには、
27706 \series bold
27707
27708 \backslash
27709 numberwithin
27710 \series default
27711 の代わりに以下のコマンドを使用してください。
27712 \end_layout
27713
27714 \begin_layout Standard
27715
27716 \series bold
27717
27718 \backslash
27719 renewcommand{
27720 \backslash
27721 thefootnote}{
27722 \backslash
27723 thechapter.
27724 \backslash
27725 Roman{footnote}}
27726 \end_layout
27727
27728 \begin_layout Subsection
27729 脚注の配置
27730 \begin_inset Index idx
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734 きゃくちゅう@脚注 ! はいち@配置
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Standard
27743 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
27744 ブルに足して、1.5
27745 \begin_inset space \thinspace{}
27746 \end_inset
27747
27748 mmの余白を追加することもできます。
27749 \end_layout
27750
27751 \begin_layout Standard
27752
27753 \series bold
27754
27755 \backslash
27756 let
27757 \backslash
27758 myFoot
27759 \backslash
27760 footnote
27761 \begin_inset Newline newline
27762 \end_inset
27763
27764
27765 \backslash
27766 renewcommand{
27767 \backslash
27768 footnote}[1]{
27769 \backslash
27770 myFoot{#1
27771 \backslash
27772 vspace{1.5mm}}}
27773 \end_layout
27774
27775 \begin_layout Standard
27776 \begin_inset VSpace bigskip
27777 \end_inset
27778
27779 二段組文書では、脚注は各段底部に表示されます(図
27780 \begin_inset CommandInset ref
27781 LatexCommand ref
27782 reference "fig:標準的脚注配置"
27783
27784 \end_inset
27785
27786 )。図
27787 \begin_inset CommandInset ref
27788 LatexCommand ref
27789 reference "fig:ftnright脚注配置"
27790
27791 \end_inset
27792
27793 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
27794 \end_layout
27795
27796 \begin_layout Standard
27797
27798 \series bold
27799
27800 \backslash
27801 usepackage{ftnright}
27802 \end_layout
27803
27804 \begin_layout Standard
27805 というコマンドを書いて、LaTeXパッケージ
27806 \series bold
27807 ftnright
27808 \series default
27809
27810 \begin_inset Index idx
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
27815 \end_layout
27816
27817 \end_inset
27818
27819 を読み込みます。
27820 \begin_inset Float figure
27821 placement !h
27822 wide false
27823 sideways false
27824 status open
27825
27826 \begin_layout Plain Layout
27827 \begin_inset ERT
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831
27832
27833 \backslash
27834 framebox{
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset Graphics
27841         filename ../clipart/without_fntright.pdf
27842         width 100col%
27843         scaleBeforeRotation
27844
27845 \end_inset
27846
27847
27848 \begin_inset ERT
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852
27853 }
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Plain Layout
27862 \begin_inset Caption Standard
27863
27864 \begin_layout Plain Layout
27865 \begin_inset CommandInset label
27866 LatexCommand label
27867 name "fig:標準的脚注配置"
27868
27869 \end_inset
27870
27871 二段組文書の標準的な脚注配置
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \begin_layout Standard
27885 \begin_inset Float figure
27886 placement !h
27887 wide false
27888 sideways false
27889 status open
27890
27891 \begin_layout Plain Layout
27892 \begin_inset ERT
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896
27897
27898 \backslash
27899 framebox{
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \begin_inset Graphics
27906         filename ../clipart/with_fntright.pdf
27907         width 100col%
27908         scaleBeforeRotation
27909
27910 \end_inset
27911
27912
27913 \begin_inset ERT
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917
27918 }
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Plain Layout
27927 \begin_inset Caption Standard
27928
27929 \begin_layout Plain Layout
27930 \begin_inset CommandInset label
27931 LatexCommand label
27932 name "fig:ftnright脚注配置"
27933
27934 \end_inset
27935
27936 LaTeXパッケージ
27937 \series bold
27938 ftnright
27939 \series default
27940 を使用したときの二段組文書の脚注配置
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Standard
27954 \begin_inset VSpace bigskip
27955 \end_inset
27956
27957 科学的文献に於いては、図
27958 \begin_inset CommandInset ref
27959 LatexCommand ref
27960 reference "fig:後注"
27961
27962 \end_inset
27963
27964 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
27965 \begin_inset Index idx
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969 こちゅう@後注
27970 \end_layout
27971
27972 \end_inset
27973
27974 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
27975 \family sans
27976 文書\SpecialChar \menuseparator
27977 設定\SpecialChar \menuseparator
27978 モジュール
27979 \family default
27980 メニューで
27981 \family sans
27982 脚注から後注へ
27983 \family default
27984 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990
27991 \backslash
27992 theendnotes
27993 \end_layout
27994
27995 \begin_layout Standard
27996 というコマンドを挿入してください。
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset Float figure
28001 wide false
28002 sideways false
28003 status open
28004
28005 \begin_layout Plain Layout
28006 \align center
28007 \begin_inset ERT
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011
28012
28013 \backslash
28014 framebox{
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \begin_inset Graphics
28021         filename ../clipart/endnotes.pdf
28022         scaleBeforeRotation
28023
28024 \end_inset
28025
28026
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032 }
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Plain Layout
28041 \begin_inset Caption Standard
28042
28043 \begin_layout Plain Layout
28044 \begin_inset CommandInset label
28045 LatexCommand label
28046 name "fig:後注"
28047
28048 \end_inset
28049
28050 後注 – 注を節ないし章末に別段落として印字します。
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Standard
28064 \begin_inset VSpace medskip
28065 \end_inset
28066
28067 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
28068 \end_layout
28069
28070 \begin_layout Standard
28071
28072 \series bold
28073
28074 \backslash
28075 renewcommand{
28076 \backslash
28077 notesname}{Anmerkungen}
28078 \end_layout
28079
28080 \begin_layout Standard
28081 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
28082 \end_layout
28083
28084 \begin_layout Standard
28085 \begin_inset VSpace medskip
28086 \end_inset
28087
28088
28089 \begin_inset CommandInset ref
28090 LatexCommand ref
28091 reference "sub:脚注の付番"
28092
28093 \end_inset
28094
28095 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
28096 \series bold
28097
28098 \backslash
28099 thefootnote
28100 \series default
28101 コマンドの代わりに
28102 \series bold
28103
28104 \backslash
28105 theendnote
28106 \series default
28107 を用いてください。後注番号をリセットするには、第
28108 \begin_inset CommandInset ref
28109 LatexCommand ref
28110 reference "sub:脚注の付番"
28111
28112 \end_inset
28113
28114 節で述べたコマンド
28115 \series bold
28116
28117 \backslash
28118 @addtoreset
28119 \series default
28120 の、パラメータ
28121 \series bold
28122 footnote
28123 \series default
28124
28125 \series bold
28126 endnote
28127 \series default
28128 に変えて、使用してください。
28129 \end_layout
28130
28131 \begin_layout Standard
28132 後注の印だけを作成するには、第
28133 \begin_inset CommandInset ref
28134 LatexCommand ref
28135 reference "sec:脚注"
28136
28137 \end_inset
28138
28139 節で説明した
28140 \series bold
28141
28142 \backslash
28143 footnotemark
28144 \series default
28145 コマンドの代わりに、
28146 \series bold
28147
28148 \backslash
28149 endnotemark[番号]
28150 \series default
28151 コマンドを使用してください。
28152 \end_layout
28153
28154 \begin_layout Standard
28155 \begin_inset VSpace bigskip
28156 \end_inset
28157
28158 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
28159 \series bold
28160 footmisc
28161 \series default
28162
28163 \begin_inset Index idx
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \begin_inset CommandInset citation
28174 LatexCommand cite
28175 key "footmisc"
28176
28177 \end_inset
28178
28179 を参照してください。
28180 \end_layout
28181
28182 \begin_layout Standard
28183 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
28184 \begin_inset CommandInset citation
28185 LatexCommand cite
28186 key "latexcompanion,latexguide,latexbook"
28187
28188 \end_inset
28189
28190 に載っています。
28191 \series bold
28192 KOMA-Script
28193 \series default
28194
28195 \begin_inset Index idx
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
28200 \end_layout
28201
28202 \end_inset
28203
28204 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
28205 \begin_inset CommandInset citation
28206 LatexCommand cite
28207 key "KOMA-Script"
28208
28209 \end_inset
28210
28211 参照)。
28212 \end_layout
28213
28214 \begin_layout Section
28215 傍注
28216 \begin_inset Index idx
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \end_layout
28227
28228 \begin_layout Standard
28229 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
28230 \family sans
28231 挿入\SpecialChar \menuseparator
28232 傍注
28233 \family default
28234 メニューかツールバーボタン
28235 \begin_inset Info
28236 type  "icon"
28237 arg   "marginalnote-insert"
28238 \end_inset
28239
28240 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
28241 \end_layout
28242
28243 \begin_layout Standard
28244 横にあるのが傍注です
28245 \begin_inset Marginal
28246 status open
28247
28248 \begin_layout Plain Layout
28249 これは傍注文です。
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Standard
28258 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
28259 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
28260 \end_layout
28261
28262 \begin_layout Standard
28263 \begin_inset VSpace bigskip
28264 \end_inset
28265
28266 傍注を内側余白に置くには、傍注の前にTeXコードで
28267 \end_layout
28268
28269 \begin_layout Standard
28270
28271 \series bold
28272
28273 \backslash
28274 reversemarginpar
28275 \end_layout
28276
28277 \begin_layout Standard
28278 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
28279 \begin_inset ERT
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283
28284
28285 \backslash
28286 reversemarginpar 
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \begin_inset Marginal
28293 status open
28294
28295 \begin_layout Plain Layout
28296 これは内側余白の傍注です。
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \series bold
28303
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307
28308 \series default
28309
28310 \begin_inset Note Greyedout
28311 status open
28312
28313 \begin_layout Plain Layout
28314 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 既定の配置に戻すには、TeXコードで
28324 \end_layout
28325
28326 \begin_layout Standard
28327
28328 \series bold
28329
28330 \backslash
28331 normalmarginpar
28332 \end_layout
28333
28334 \begin_layout Standard
28335 というコマンドを書き加えてください。
28336 \begin_inset ERT
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340
28341
28342 \backslash
28343 normalmarginpar 
28344 \end_layout
28345
28346 \end_inset
28347
28348  
28349 \begin_inset Note Greyedout
28350 status open
28351
28352 \begin_layout Plain Layout
28353
28354 \series bold
28355 【註】
28356 \backslash
28357 reversemarginpar
28358 \series default
28359 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \begin_layout Standard
28368 \begin_inset VSpace bigskip
28369 \end_inset
28370
28371
28372 \begin_inset Marginal
28373 status open
28374
28375 \begin_layout Plain Layout
28376 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \begin_inset CommandInset ref
28383 LatexCommand ref
28384 reference "sub:複数行"
28385
28386 \end_inset
28387
28388 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392 pt水平空白を挿入してください 
28393 \begin_inset Marginal
28394 status open
28395
28396 \begin_layout Plain Layout
28397 \begin_inset space \hspace*{}
28398 \length 0pt
28399 \end_inset
28400
28401 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 \begin_inset VSpace bigskip
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Standard
28417 \begin_inset Note Greyedout
28418 status open
28419
28420 \begin_layout Plain Layout
28421
28422 \series bold
28423 【註】
28424 \series default
28425 通常、傍注は表やフロート、脚注の中では使用することができません。
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Standard
28434 \begin_inset VSpace bigskip
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \begin_layout Standard
28441 \begin_inset ERT
28442 status collapsed
28443
28444 \begin_layout Plain Layout
28445
28446
28447 \backslash
28448 ifmarginnote
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \begin_inset Note Note
28455 status open
28456
28457 \begin_layout Plain Layout
28458 以下の部分は、LaTeXパッケージ
28459 \series bold
28460 marginnote
28461 \series default
28462 が導入されているときのみ表示されます。
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \end_layout
28469
28470 \begin_layout Standard
28471 この制約は、LaTeXパッケージ
28472 \series bold
28473 marginnote
28474 \series default
28475
28476 \begin_inset Index idx
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
28481 \end_layout
28482
28483 \end_inset
28484
28485 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
28486 \series bold
28487 marginnote
28488 \series default
28489 パッケージが提供するコマンドを使うようになります。
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \series bold
28495
28496 \backslash
28497 usepackage{marginnote}
28498 \begin_inset Newline newline
28499 \end_inset
28500
28501
28502 \backslash
28503 let
28504 \backslash
28505 marginpar
28506 \backslash
28507 marginnote
28508 \end_layout
28509
28510 \begin_layout Standard
28511
28512 \series bold
28513 marginnote
28514 \series default
28515 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
28516 \series bold
28517 marginnote
28518 \series default
28519 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
28520 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
28521 \end_layout
28522
28523 \begin_layout Standard
28524
28525 \series bold
28526 [オフセット]
28527 \end_layout
28528
28529 \begin_layout Standard
28530 という形で書くことで設定することができます。ここで「オフセット」には、表
28531 \begin_inset CommandInset ref
28532 LatexCommand ref
28533 reference "tab:単位"
28534
28535 \end_inset
28536
28537 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
28538 \series bold
28539 [-1.5cm]
28540 \series default
28541 」を使用して、1.5
28542 \begin_inset space \thinspace{}
28543 \end_inset
28544
28545 cm上にずらしてあります
28546 \begin_inset Marginal
28547 status open
28548
28549 \begin_layout Plain Layout
28550 この傍注は、本来の位置よりも1.5
28551 \begin_inset space \thinspace{}
28552 \end_inset
28553
28554 cm上にずらしてあります。
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \begin_inset ERT
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564
28565 [-1.5cm]
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \begin_layout Standard
28574 \begin_inset VSpace medskip
28575 \end_inset
28576
28577
28578 \series bold
28579 marginnote
28580 \series default
28581 を使うと、傍注の揃えを変更することもできます。たとえば、
28582 \end_layout
28583
28584 \begin_layout Standard
28585
28586 \series bold
28587
28588 \backslash
28589 renewcommand*{
28590 \backslash
28591 raggedleftmarginnote}{
28592 \backslash
28593 centering}
28594 \begin_inset Newline newline
28595 \end_inset
28596
28597
28598 \backslash
28599 renewcommand*{
28600 \backslash
28601 raggedrightmarginnote}{
28602 \backslash
28603 centering}
28604 \end_layout
28605
28606 \begin_layout Standard
28607 というコマンドを使うと、中央揃えになります。
28608 \series bold
28609
28610 \backslash
28611 raggedleftmarginnote
28612 \series default
28613 とは、左側に表示されている傍注のことを指します
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 renewcommand*{
28622 \backslash
28623 raggedleftmarginnote}{
28624 \backslash
28625 centering}
28626 \end_layout
28627
28628 \begin_layout Plain Layout
28629
28630
28631 \backslash
28632 renewcommand*{
28633 \backslash
28634 raggedrightmarginnote}{
28635 \backslash
28636 centering}
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \begin_inset Marginal
28643 status open
28644
28645 \begin_layout Plain Layout
28646 この傍注の文章は中央揃えになっています。
28647 \end_layout
28648
28649 \end_inset
28650
28651 。既定の設定は、
28652 \end_layout
28653
28654 \begin_layout Standard
28655
28656 \series bold
28657
28658 \backslash
28659 renewcommand*{
28660 \backslash
28661 raggedleftmarginnote}{
28662 \backslash
28663 raggedleft}
28664 \begin_inset Newline newline
28665 \end_inset
28666
28667
28668 \backslash
28669 renewcommand*{
28670 \backslash
28671 raggedrightmarginnote}{
28672 \backslash
28673 raggedright}
28674 \series default
28675
28676 \begin_inset ERT
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680
28681
28682 \backslash
28683 renewcommand*{
28684 \backslash
28685 raggedleftmarginnote}{
28686 \backslash
28687 raggedleft}
28688 \end_layout
28689
28690 \begin_layout Plain Layout
28691
28692
28693 \backslash
28694 renewcommand*{
28695 \backslash
28696 raggedrightmarginnote}{
28697 \backslash
28698 raggedright}
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 です。
28708 \end_layout
28709
28710 \begin_layout Standard
28711 \begin_inset VSpace medskip
28712 \end_inset
28713
28714
28715 \series bold
28716 marginnote
28717 \series default
28718 の他の機能については、
28719 \begin_inset CommandInset citation
28720 LatexCommand cite
28721 key "marginnote"
28722
28723 \end_inset
28724
28725 の取扱説明書をご参照ください。
28726 \end_layout
28727
28728 \begin_layout Standard
28729 \begin_inset VSpace bigskip
28730 \end_inset
28731
28732 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
28733 \family sans
28734 \series bold
28735 \bar under
28736 注意!
28737 \family default
28738 \series default
28739 \bar default
28740 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
28741 \end_layout
28742
28743 \begin_layout Standard
28744
28745 \series bold
28746
28747 \backslash
28748 let
28749 \backslash
28750 myMarginpar
28751 \backslash
28752 marginpar
28753 \begin_inset Newline newline
28754 \end_inset
28755
28756
28757 \backslash
28758 renewcommand{
28759 \backslash
28760 marginpar}[1]{
28761 \backslash
28762 myMarginpar{%
28763 \begin_inset Newline newline
28764 \end_inset
28765
28766
28767 \begin_inset Phantom HPhantom
28768 status open
28769
28770 \begin_layout Plain Layout
28771
28772 \series bold
28773 \begin_inset space ~
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \backslash
28783 hspace{0pt}
28784 \backslash
28785 textsf{
28786 \backslash
28787 textbf{
28788 \backslash
28789 underbar{注意!}}}%
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793
28794 \begin_inset Phantom HPhantom
28795 status open
28796
28797 \begin_layout Plain Layout
28798
28799 \series bold
28800 \begin_inset space ~
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \backslash
28810 vspace{1.5mm}
28811 \backslash
28812
28813 \backslash
28814 #1}}
28815 \end_layout
28816
28817 \begin_layout Standard
28818 \begin_inset ERT
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822
28823
28824 \backslash
28825 let
28826 \backslash
28827 myMarginpar
28828 \backslash
28829 marginpar
28830 \end_layout
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 renewcommand{
28837 \backslash
28838 marginpar}[1]{
28839 \backslash
28840 myMarginpar{%
28841 \end_layout
28842
28843 \begin_layout Plain Layout
28844
28845    
28846 \backslash
28847 textsf{
28848 \backslash
28849 textbf{
28850 \backslash
28851 underbar{注意!}}}%
28852 \end_layout
28853
28854 \begin_layout Plain Layout
28855
28856    
28857 \backslash
28858 vspace{1.5mm}
28859 \backslash
28860
28861 \backslash
28862 #1}}
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \begin_inset Marginal
28869 status open
28870
28871 \begin_layout Plain Layout
28872 これは、定義したヘッダをつけた傍注です。
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \begin_inset ERT
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882
28883 [-1.5cm]
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \begin_inset ERT
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893
28894
28895 \backslash
28896 renewcommand{
28897 \backslash
28898 marginpar}[1]{
28899 \backslash
28900 myMarginpar{#1}}
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \begin_inset Note Note
28907 status open
28908
28909 \begin_layout Plain Layout
28910 傍注書式は、この例の分だけ変更してあります。
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 else
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \begin_inset Note Note
28933 status open
28934
28935 \begin_layout Plain Layout
28936 以下の部分は、LaTeXパッケージ
28937 \series bold
28938 marginnote
28939 \series default
28940 が導入されていないときのみ表示されます。
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \begin_layout Standard
28949 本節の以下の部分を出力に表示するには、LaTeXパッケージ
28950 \series bold
28951 marginnote
28952 \series default
28953 を導入する必要があります。
28954 \end_layout
28955
28956 \begin_layout Standard
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962
28963 \backslash
28964 fi
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Chapter
28973 ボックス
28974 \end_layout
28975
28976 \begin_layout Section
28977 はじめに
28978 \begin_inset Index idx
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 ぼっくす@ボックス ! はじめに
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
28992 \begin_inset CommandInset ref
28993 LatexCommand ref
28994 reference "sec:ミニページ"
28995
28996 \end_inset
28997
28998 節参照)、文章を囲ったり(第
28999 \begin_inset CommandInset ref
29000 LatexCommand ref
29001 reference "sec:装飾"
29002
29003 \end_inset
29004
29005 節参照)、単語がハイフネートされるのを予防したり(第
29006 \begin_inset CommandInset ref
29007 LatexCommand ref
29008 reference "sec:ハイフネーションの回避"
29009
29010 \end_inset
29011
29012 節参照)、文章を揃えたり(第
29013 \begin_inset CommandInset ref
29014 LatexCommand ref
29015 reference "sub:垂直揃え"
29016
29017 \end_inset
29018
29019 節参照)、あるいは文章の背景色を設定したり(第
29020 \begin_inset CommandInset ref
29021 LatexCommand ref
29022 reference "sec:色付きボックス"
29023
29024 \end_inset
29025
29026 節参照)するのに使用します。
29027 \end_layout
29028
29029 \begin_layout Standard
29030 ボックスは、
29031 \family sans
29032 挿入\SpecialChar \menuseparator
29033 ボックス
29034 \family default
29035 メニューかツールバーボタン
29036 \begin_inset Info
29037 type  "icon"
29038 arg   "box-insert Frameless"
29039 \end_inset
29040
29041 を使って挿入することができます。すると、
29042 \begin_inset Graphics
29043         filename ../clipart/BoxInsetDefaultQt4.png
29044         scale 85
29045         scaleBeforeRotation
29046
29047 \end_inset
29048
29049 のように
29050 \family sans
29051 ボックス(minipage環境)
29052 \family default
29053 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
29054 \family sans
29055 設定
29056 \family default
29057 メニューを選択すると現れるボックスダイアログでは、
29058 \family sans
29059 parboxコマンド
29060 \family default
29061
29062 \family sans
29063 minipage環境
29064 \family default
29065 の二つの
29066 \family sans
29067 内部ボックス
29068 \family default
29069 型を選択することができます。
29070 \family sans
29071 minipage
29072 \family default
29073 型は、新規ボックスの既定値となっており、第
29074 \begin_inset CommandInset ref
29075 LatexCommand ref
29076 reference "sec:ミニページ"
29077
29078 \end_inset
29079
29080 節で説明します。
29081 \family sans
29082 parbox
29083 \family default
29084 型については第
29085 \begin_inset CommandInset ref
29086 LatexCommand ref
29087 reference "sec:Parbox"
29088
29089 \end_inset
29090
29091 節、
29092 \family sans
29093 makebox
29094 \family default
29095 型については第
29096 \begin_inset CommandInset ref
29097 LatexCommand ref
29098 reference "sec:ハイフネーションの回避"
29099
29100 \end_inset
29101
29102 節で述べます。
29103 \end_layout
29104
29105 \begin_layout Standard
29106 ボックスは付番されないので、フロートや脚注のように参照することはできません。
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset Note Greyedout
29111 status open
29112
29113 \begin_layout Plain Layout
29114 【註】ボックスは、
29115 \family sans
29116 箇条書き(記号)
29117 \family default
29118 環境や
29119 \family sans
29120 箇条書き(記述)
29121 \family default
29122 環境の単独要素とすべきではありません。
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \begin_layout Standard
29131 \begin_inset Note Greyedout
29132 status open
29133
29134 \begin_layout Plain Layout
29135 【註】理由は不明ですが、枠付きボックスを使用している場合には、
29136 \family sans
29137 内部ボックス
29138 \family default
29139 型は
29140 \family sans
29141 なし
29142 \family default
29143 にしか設定することができません。
29144 \family sans
29145 内部ボックス
29146 \family default
29147 型や枠のないボックスについては、第
29148 \begin_inset CommandInset ref
29149 LatexCommand ref
29150 reference "sec:ハイフネーションの回避"
29151
29152 \end_inset
29153
29154 節で説明します。
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Section
29163 ボックスダイアログ
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "sec:ボックスダイアログ"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Subsection
29184 寸法
29185 \begin_inset Index idx
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 ぼっくす@ボックス ! すんぽう@寸法
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \begin_layout Standard
29198 ボックスダイアログでは、
29199 \family sans
29200
29201 \family default
29202
29203 \family sans
29204 高さ
29205 \family default
29206 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
29207 \begin_inset CommandInset ref
29208 LatexCommand ref
29209 reference "tab:単位"
29210
29211 \end_inset
29212
29213 に説明されています。
29214 \family sans
29215 高さ
29216 \family default
29217 フィールドには、加えて以下の寸法を使用することができます。
29218 \end_layout
29219
29220 \begin_layout Description
29221 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
29222 \begin_inset Newline newline
29223 \end_inset
29224
29225
29226 \begin_inset Newline newline
29227 \end_inset
29228
29229
29230 \begin_inset Newline newline
29231 \end_inset
29232
29233
29234 \begin_inset Box Boxed
29235 position "c"
29236 hor_pos "c"
29237 has_inner_box 1
29238 inner_pos "c"
29239 use_parbox 0
29240 use_makebox 0
29241 width "12col%"
29242 special "none"
29243 height "1in"
29244 height_special "depth"
29245 status open
29246
29247 \begin_layout Plain Layout
29248 \align center
29249 高さを1階層に設定したボックス
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \begin_inset Newline newline
29256 \end_inset
29257
29258
29259 \begin_inset Newline newline
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Description
29266 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
29267 \begin_inset Box Boxed
29268 position "c"
29269 hor_pos "c"
29270 has_inner_box 1
29271 inner_pos "c"
29272 use_parbox 0
29273 use_makebox 0
29274 width "20col%"
29275 special "none"
29276 height "2in"
29277 height_special "height"
29278 status open
29279
29280 \begin_layout Plain Layout
29281 \align center
29282 高さを2高さに設定したボックス
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Description
29291 全高 これは「高さ」+「階層」です。
29292 \begin_inset Box Boxed
29293 position "c"
29294 hor_pos "c"
29295 has_inner_box 1
29296 inner_pos "c"
29297 use_parbox 0
29298 use_makebox 0
29299 width "20col%"
29300 special "none"
29301 height "1in"
29302 height_special "totalheight"
29303 status open
29304
29305 \begin_layout Plain Layout
29306 \align center
29307 高さを1全高に設定したボックス
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Description
29316 幅 これはボックスの幅を高さに設定します。
29317 \begin_inset Box Boxed
29318 position "c"
29319 hor_pos "c"
29320 has_inner_box 1
29321 inner_pos "c"
29322 use_parbox 0
29323 use_makebox 0
29324 width "12col%"
29325 special "none"
29326 height "1in"
29327 height_special "width"
29328 status open
29329
29330 \begin_layout Plain Layout
29331 \align center
29332 高さを1幅に設定したボックス
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Subsection
29341 文字揃え
29342 \begin_inset Index idx
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346 ぼっくす@ボックス ! もじそろえ@文字揃え
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355
29356 \family sans
29357 内部ボックス
29358 \family default
29359 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
29360 \end_layout
29361
29362 \begin_layout Description
29363 上 これは例示のための本文行です。
29364 \begin_inset Box Boxed
29365 position "t"
29366 hor_pos "c"
29367 has_inner_box 1
29368 inner_pos "c"
29369 use_parbox 0
29370 use_makebox 0
29371 width "12col%"
29372 special "none"
29373 height "1in"
29374 height_special "totalheight"
29375 status open
29376
29377 \begin_layout Plain Layout
29378 \align center
29379 このボックスは上揃えです。
29380 \end_layout
29381
29382 \end_inset
29383
29384 これは例示のための本文行です。
29385 \end_layout
29386
29387 \begin_layout Description
29388 中央 これは例示のための本文行です。
29389 \begin_inset Box Boxed
29390 position "c"
29391 hor_pos "c"
29392 has_inner_box 1
29393 inner_pos "c"
29394 use_parbox 0
29395 use_makebox 0
29396 width "12col%"
29397 special "none"
29398 height "1in"
29399 height_special "totalheight"
29400 status open
29401
29402 \begin_layout Plain Layout
29403 \align center
29404 このボックスは中央揃えです。
29405 \end_layout
29406
29407 \end_inset
29408
29409 これは例示のための本文行です。
29410 \end_layout
29411
29412 \begin_layout Description
29413 下 これは例示のための本文行です。
29414 \begin_inset Box Boxed
29415 position "b"
29416 hor_pos "c"
29417 has_inner_box 1
29418 inner_pos "c"
29419 use_parbox 0
29420 use_makebox 0
29421 width "12col%"
29422 special "none"
29423 height "1in"
29424 height_special "totalheight"
29425 status open
29426
29427 \begin_layout Plain Layout
29428 \align center
29429 このボックスは下揃えです。
29430 \end_layout
29431
29432 \end_inset
29433
29434 これは例示のための本文行です。
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \begin_inset Note Greyedout
29439 status open
29440
29441 \begin_layout Plain Layout
29442
29443 \series bold
29444 【註】
29445 \series default
29446 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
29456 \end_layout
29457
29458 \begin_layout Standard
29459 \begin_inset VSpace bigskip
29460 \end_inset
29461
29462
29463 \family sans
29464 内部ボックス
29465 \family default
29466 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
29467 \end_layout
29468
29469 \begin_layout Description
29470 上 これは例示のための本文行です。
29471 \begin_inset Box Boxed
29472 position "c"
29473 hor_pos "c"
29474 has_inner_box 1
29475 inner_pos "t"
29476 use_parbox 0
29477 use_makebox 0
29478 width "12col%"
29479 special "none"
29480 height "1.5in"
29481 height_special "totalheight"
29482 status open
29483
29484 \begin_layout Plain Layout
29485 \align center
29486 このボックスの文章は上揃えです。
29487 \end_layout
29488
29489 \end_inset
29490
29491 これは例示のための本文行です。
29492 \end_layout
29493
29494 \begin_layout Description
29495 中央 これは例示のための本文行です。
29496 \begin_inset Box Boxed
29497 position "c"
29498 hor_pos "c"
29499 has_inner_box 1
29500 inner_pos "c"
29501 use_parbox 0
29502 use_makebox 0
29503 width "12col%"
29504 special "none"
29505 height "1.5in"
29506 height_special "totalheight"
29507 status open
29508
29509 \begin_layout Plain Layout
29510 \align center
29511 このボックスの文章は中央揃えです。
29512 \end_layout
29513
29514 \end_inset
29515
29516 これは例示のための本文行です。
29517 \end_layout
29518
29519 \begin_layout Description
29520 下 これは例示のための本文行です。
29521 \begin_inset Box Boxed
29522 position "c"
29523 hor_pos "c"
29524 has_inner_box 1
29525 inner_pos "b"
29526 use_parbox 0
29527 use_makebox 0
29528 width "12col%"
29529 special "none"
29530 height "1.5in"
29531 height_special "totalheight"
29532 status open
29533
29534 \begin_layout Plain Layout
29535 \align center
29536 このボックスの文章は下揃えです。
29537 \end_layout
29538
29539 \end_inset
29540
29541 これは例示のための本文行です。
29542 \end_layout
29543
29544 \begin_layout Description
29545 広げる これは例示のための本文行です。
29546 \begin_inset Box Boxed
29547 position "c"
29548 hor_pos "c"
29549 has_inner_box 1
29550 inner_pos "s"
29551 use_parbox 0
29552 use_makebox 0
29553 width "17col%"
29554 special "none"
29555 height "1.5in"
29556 height_special "totalheight"
29557 status open
29558
29559 \begin_layout Plain Layout
29560 \align center
29561 このボックスの
29562 \end_layout
29563
29564 \begin_layout Plain Layout
29565 \align center
29566 文章は広げて
29567 \end_layout
29568
29569 \begin_layout Plain Layout
29570 \align center
29571 あります。
29572 \end_layout
29573
29574 \end_inset
29575
29576 これは例示のための本文行です。
29577 \end_layout
29578
29579 \begin_layout Standard
29580 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
29581 \end_layout
29582
29583 \begin_layout Standard
29584 \begin_inset VSpace bigskip
29585 \end_inset
29586
29587
29588 \family sans
29589 内部ボックス
29590 \family default
29591 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
29592 \end_layout
29593
29594 \begin_layout Standard
29595 \align center
29596 \begin_inset Box Boxed
29597 position "c"
29598 hor_pos "c"
29599 has_inner_box 1
29600 inner_pos "s"
29601 use_parbox 0
29602 use_makebox 0
29603 width "25col%"
29604 special "none"
29605 height "1.25in"
29606 height_special "totalheight"
29607 status open
29608
29609 \begin_layout Plain Layout
29610 \align left
29611 このボックスの
29612 \end_layout
29613
29614 \begin_layout Plain Layout
29615 \align center
29616 文章は広げて
29617 \end_layout
29618
29619 \begin_layout Plain Layout
29620 \align right
29621 あります。
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630
29631 \family sans
29632 内部ボックス
29633 \family default
29634 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
29635 \end_layout
29636
29637 \begin_layout Standard
29638 \align center
29639 \begin_inset Box Boxed
29640 position "c"
29641 hor_pos "s"
29642 has_inner_box 0
29643 inner_pos "s"
29644 use_parbox 0
29645 use_makebox 0
29646 width "90col%"
29647 special "none"
29648 height "1.25in"
29649 height_special "totalheight"
29650 status open
29651
29652 \begin_layout Plain Layout
29653 このボックスの文章は水平方向に広げてあります。
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Subsection
29662 装飾
29663 \begin_inset CommandInset label
29664 LatexCommand label
29665 name "sec:装飾"
29666
29667 \end_inset
29668
29669
29670 \begin_inset Index idx
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674 ぼっくす@ボックス ! そうしょく@装飾
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Standard
29683 ボックス型は、ボックスダイアログ中の
29684 \family sans
29685 装飾
29686 \family default
29687 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
29688 \end_layout
29689
29690 \begin_layout Description
29691 縁なし 枠を描きません。
29692 \end_layout
29693
29694 \begin_layout Description
29695 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
29696 \series bold
29697
29698 \backslash
29699 fboxrule
29700 \series default
29701 の値になります。 
29702 \begin_inset Box Boxed
29703 position "c"
29704 hor_pos "c"
29705 has_inner_box 1
29706 inner_pos "c"
29707 use_parbox 0
29708 use_makebox 0
29709 width "20col%"
29710 special "none"
29711 height "1in"
29712 height_special "totalheight"
29713 status open
29714
29715 \begin_layout Plain Layout
29716 \align center
29717 長方形の箱型
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \begin_layout Description
29726 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
29727 \begin_inset space \thinspace{}
29728 \end_inset
29729
29730 ptです。 
29731 \begin_inset Box ovalbox
29732 position "c"
29733 hor_pos "c"
29734 has_inner_box 1
29735 inner_pos "c"
29736 use_parbox 0
29737 use_makebox 0
29738 width "20col%"
29739 special "none"
29740 height "1in"
29741 height_special "totalheight"
29742 status open
29743
29744 \begin_layout Plain Layout
29745 \align center
29746 楕円形の箱型(細線)
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Description
29755 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
29756 \begin_inset space \thinspace{}
29757 \end_inset
29758
29759 ptです。 
29760 \begin_inset Box Ovalbox
29761 position "c"
29762 hor_pos "c"
29763 has_inner_box 1
29764 inner_pos "c"
29765 use_parbox 0
29766 use_makebox 0
29767 width "20col%"
29768 special "none"
29769 height "1in"
29770 height_special "totalheight"
29771 status open
29772
29773 \begin_layout Plain Layout
29774 \align center
29775 楕円形の箱型(太線)
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \end_layout
29782
29783 \begin_layout Description
29784 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
29785 \series bold
29786
29787 \backslash
29788 fboxrule
29789 \series default
29790 の値になり、影の幅は4
29791 \begin_inset space \thinspace{}
29792 \end_inset
29793
29794 ptになります。
29795 \begin_inset Box Shadowbox
29796 position "c"
29797 hor_pos "c"
29798 has_inner_box 1
29799 inner_pos "c"
29800 use_parbox 0
29801 use_makebox 0
29802 width "20col%"
29803 special "none"
29804 height "1in"
29805 height_special "totalheight"
29806 status open
29807
29808 \begin_layout Plain Layout
29809 \align center
29810 影付きの箱型
29811 \end_layout
29812
29813 \end_inset
29814
29815
29816 \end_layout
29817
29818 \begin_layout Description
29819 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
29820 \begin_inset Foot
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824
29825 \begin_inset CommandInset ref
29826 LatexCommand ref
29827 reference "sec:色付きボックス"
29828
29829 \end_inset
29830
29831 節を参照のこと。
29832 \end_layout
29833
29834 \end_inset
29835
29836 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
29837 \begin_inset Box Shaded
29838 position "t"
29839 hor_pos "c"
29840 has_inner_box 0
29841 inner_pos "t"
29842 use_parbox 0
29843 use_makebox 0
29844 width "50col%"
29845 special "none"
29846 height "1in"
29847 height_special "totalheight"
29848 status open
29849
29850 \begin_layout Plain Layout
29851 影付き背景の箱型
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Description
29860 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
29861 \begin_inset space \thinspace{}
29862 \end_inset
29863
29864
29865 \series bold
29866
29867 \backslash
29868 fboxrule
29869 \series default
29870 であり、外側の枠線の太さは1.5
29871 \begin_inset space \thinspace{}
29872 \end_inset
29873
29874
29875 \series bold
29876
29877 \backslash
29878 fboxrule
29879 \series default
29880 です。枠線間の距離は1.5
29881 \begin_inset space \thinspace{}
29882 \end_inset
29883
29884
29885 \series bold
29886
29887 \backslash
29888 fboxrule
29889 \series default
29890
29891 \begin_inset space \thinspace{}
29892 \end_inset
29893
29894 +
29895 \begin_inset space \thinspace{}
29896 \end_inset
29897
29898 0.5
29899 \begin_inset space \thinspace{}
29900 \end_inset
29901
29902 ptです。 
29903 \begin_inset Box Doublebox
29904 position "c"
29905 hor_pos "c"
29906 has_inner_box 1
29907 inner_pos "c"
29908 use_parbox 0
29909 use_makebox 0
29910 width "20col%"
29911 special "none"
29912 height "1in"
29913 height_special "totalheight"
29914 status open
29915
29916 \begin_layout Plain Layout
29917 \align center
29918 二重の長方形の箱型
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset VSpace bigskip
29928 \end_inset
29929
29930 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
29931 \series bold
29932 fancybox
29933 \series default
29934
29935 \begin_inset Index idx
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
29940 \end_layout
29941
29942 \end_inset
29943
29944 が導入済みでなくてはなりません。
29945 \end_layout
29946
29947 \begin_layout Standard
29948 \begin_inset VSpace bigskip
29949 \end_inset
29950
29951 装飾として
29952 \family sans
29953 簡素な長方形の箱型
29954 \family default
29955 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
29956 れ、このボックス型では
29957 \series bold
29958
29959 \backslash
29960 fboxrule
29961 \series default
29962
29963 \series bold
29964
29965 \backslash
29966 fboxsep
29967 \series default
29968 は無効となります。枠線の太さは
29969 \series bold
29970
29971 \backslash
29972 FrameRule
29973 \series default
29974 の値になります。 
29975 \begin_inset Box Framed
29976 position "t"
29977 hor_pos "c"
29978 has_inner_box 0
29979 inner_pos "t"
29980 use_parbox 0
29981 use_makebox 0
29982 width "100col%"
29983 special "none"
29984 height "1in"
29985 height_special "totalheight"
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 改行可能な箱型
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \begin_layout Section
29998 ボックスの詳細な設定
29999 \begin_inset Index idx
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
30004 \end_layout
30005
30006 \end_inset
30007
30008
30009 \end_layout
30010
30011 \begin_layout Standard
30012 寸法
30013 \series bold
30014
30015 \backslash
30016 fboxrule
30017 \series default
30018 の既定値は0.4
30019 \begin_inset space \thinspace{}
30020 \end_inset
30021
30022 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
30023 \begin_inset space \thinspace{}
30024 \end_inset
30025
30026 ptに変更することができます。
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 setlength{
30035 \backslash
30036 fboxrule}{2pt}
30037 \end_layout
30038
30039 \begin_layout Standard
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045
30046 \backslash
30047 setlength{
30048 \backslash
30049 fboxrule}{2pt}
30050 \end_layout
30051
30052 \end_inset
30053
30054
30055 \begin_inset Box Boxed
30056 position "c"
30057 hor_pos "c"
30058 has_inner_box 1
30059 inner_pos "c"
30060 use_parbox 0
30061 use_makebox 0
30062 width "25col%"
30063 special "none"
30064 height "1in"
30065 height_special "totalheight"
30066 status open
30067
30068 \begin_layout Plain Layout
30069 \align center
30070
30071 \series bold
30072
30073 \backslash
30074 fboxrule
30075 \series default
30076
30077 \begin_inset space \thinspace{}
30078 \end_inset
30079
30080 =
30081 \begin_inset space \thinspace{}
30082 \end_inset
30083
30084 2
30085 \begin_inset space \thinspace{}
30086 \end_inset
30087
30088 ptの長方形の箱型
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 setlength{
30102 \backslash
30103 fboxrule}{0.4pt}
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Standard
30112 \begin_inset VSpace bigskip
30113 \end_inset
30114
30115 枠とボックスの内容との空白は、すべての枠様式について3
30116 \begin_inset space \thinspace{}
30117 \end_inset
30118
30119 ptが既定値になっています。これは、長さ
30120 \series bold
30121
30122 \backslash
30123 fboxsep
30124 \series default
30125 を別の値に設定することによって変更することができます。たとえば
30126 \end_layout
30127
30128 \begin_layout Standard
30129
30130 \series bold
30131
30132 \backslash
30133 setlength{
30134 \backslash
30135 fboxsep}{10pt}
30136 \end_layout
30137
30138 \begin_layout Standard
30139 というコマンドは、この値を10
30140 \begin_inset space \thinspace{}
30141 \end_inset
30142
30143 ptにし、以下のボックスのようになります。
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 setlength{
30155 \backslash
30156 fboxsep}{10pt}
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \begin_inset Box Boxed
30163 position "c"
30164 hor_pos "c"
30165 has_inner_box 1
30166 inner_pos "c"
30167 use_parbox 0
30168 use_makebox 0
30169 width "25col%"
30170 special "none"
30171 height "1in"
30172 height_special "totalheight"
30173 status open
30174
30175 \begin_layout Plain Layout
30176 \align center
30177
30178 \series bold
30179
30180 \backslash
30181 fboxsep
30182 \series default
30183
30184 \begin_inset space \thinspace{}
30185 \end_inset
30186
30187 =
30188 \begin_inset space \thinspace{}
30189 \end_inset
30190
30191 10
30192 \begin_inset space \thinspace{}
30193 \end_inset
30194
30195 ptの長方形の箱型
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \begin_inset ERT
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205
30206
30207 \backslash
30208 setlength{
30209 \backslash
30210 fboxsep}{3pt}
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset VSpace bigskip
30220 \end_inset
30221
30222 楕円形ボックスの丸い角の直径は、コマンド
30223 \series bold
30224
30225 \backslash
30226 cornersize
30227 \series default
30228 で設定することができます。
30229 \end_layout
30230
30231 \begin_layout Standard
30232
30233 \series bold
30234
30235 \backslash
30236 cornersize*{1cm}
30237 \end_layout
30238
30239 \begin_layout Standard
30240 というコマンドは、直径を1
30241 \begin_inset space \thinspace{}
30242 \end_inset
30243
30244 cmに設定します。
30245 \end_layout
30246
30247 \begin_layout Standard
30248
30249 \series bold
30250
30251 \backslash
30252 cornersize{数値}
30253 \end_layout
30254
30255 \begin_layout Standard
30256 というコマンドは、直径を
30257 \family sans
30258 数値
30259 \begin_inset space \thinspace{}
30260 \end_inset
30261
30262 ×
30263 \begin_inset space \thinspace{}
30264 \end_inset
30265
30266 (ボックスの幅と高さの小さい方)
30267 \family default
30268 に設定します。既定値は
30269 \series bold
30270
30271 \backslash
30272 cornersize{0.5}
30273 \series default
30274 です。
30275 \end_layout
30276
30277 \begin_layout Standard
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283
30284 \backslash
30285 cornersize*{1.5cm}
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Box Ovalbox
30292 position "c"
30293 hor_pos "c"
30294 has_inner_box 1
30295 inner_pos "c"
30296 use_parbox 0
30297 use_makebox 0
30298 width "25col%"
30299 special "none"
30300 height "1in"
30301 height_special "totalheight"
30302 status open
30303
30304 \begin_layout Plain Layout
30305 \align center
30306
30307 \series bold
30308
30309 \backslash
30310 cornersize
30311 \series default
30312
30313 \begin_inset space \thinspace{}
30314 \end_inset
30315
30316 =
30317 \begin_inset space \thinspace{}
30318 \end_inset
30319
30320 1.5
30321 \begin_inset space \thinspace{}
30322 \end_inset
30323
30324 cmの楕円形の箱型
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335
30336 \backslash
30337 cornersize{0.5}
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \begin_inset VSpace bigskip
30347 \end_inset
30348
30349 影の大きさは、長さ
30350 \series bold
30351
30352 \backslash
30353 shadowsize
30354 \series default
30355 を変更することで調整できます。以下のボックスでは
30356 \end_layout
30357
30358 \begin_layout Standard
30359
30360 \series bold
30361
30362 \backslash
30363 setlength{
30364 \backslash
30365 shadowsize}{2pt}
30366 \end_layout
30367
30368 \begin_layout Standard
30369 というコマンドを使って、2
30370 \begin_inset space \thinspace{}
30371 \end_inset
30372
30373 ptに設定しています。
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 setlength{
30385 \backslash
30386 shadowsize}{2pt}
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset Box Shadowbox
30393 position "c"
30394 hor_pos "c"
30395 has_inner_box 1
30396 inner_pos "c"
30397 use_parbox 0
30398 use_makebox 0
30399 width "25col%"
30400 special "none"
30401 height "1in"
30402 height_special "totalheight"
30403 status open
30404
30405 \begin_layout Plain Layout
30406 \align center
30407
30408 \series bold
30409
30410 \backslash
30411 shadowsize
30412 \series default
30413
30414 \begin_inset space \thinspace{}
30415 \end_inset
30416
30417 =
30418 \begin_inset space \thinspace{}
30419 \end_inset
30420
30421 2
30422 \begin_inset space \thinspace{}
30423 \end_inset
30424
30425 ptの影付きボックス
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \begin_inset ERT
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435
30436
30437 \backslash
30438 setlength{
30439 \backslash
30440 shadowsize}{4pt}
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset VSpace bigskip
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 寸法
30457 \series bold
30458
30459 \backslash
30460 FrameRule
30461 \series default
30462 の既定値は0.4
30463 \begin_inset space \thinspace{}
30464 \end_inset
30465
30466 ptです。ボックスの中身と枠の間の空白の既定値は9
30467 \begin_inset space \thinspace{}
30468 \end_inset
30469
30470 ptですが、
30471 \series bold
30472
30473 \backslash
30474 FrameSep
30475 \series default
30476 の値を変えることで変更することができます。たとえば、下記の
30477 \family sans
30478 ボックス
30479 \family default
30480 の枠の外見は、
30481 \end_layout
30482
30483 \begin_layout Standard
30484
30485 \series bold
30486
30487 \backslash
30488 setlength{
30489 \backslash
30490 FrameRule}{5pt}
30491 \begin_inset Newline newline
30492 \end_inset
30493
30494
30495 \backslash
30496 setlength{
30497 \backslash
30498 FrameSep}{0.5cm}
30499 \end_layout
30500
30501 \begin_layout Standard
30502 というTeXコードコマンドで設定してあります。
30503 \begin_inset ERT
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507
30508
30509 \backslash
30510 setlength{
30511 \backslash
30512 FrameRule}{5pt}
30513 \end_layout
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 setlength{
30520 \backslash
30521 FrameSep}{0.5cm}
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \begin_inset Box Framed
30528 position "t"
30529 hor_pos "c"
30530 has_inner_box 0
30531 inner_pos "t"
30532 use_parbox 0
30533 use_makebox 0
30534 width "100col%"
30535 special "none"
30536 height "1in"
30537 height_special "totalheight"
30538 status open
30539
30540 \begin_layout Plain Layout
30541 これは
30542 \family sans
30543 改頁可能
30544 \family default
30545 ボックスの文章です。
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556
30557 \backslash
30558 setlength{
30559 \backslash
30560 FrameRule}{0.4pt}
30561 \end_layout
30562
30563 \begin_layout Plain Layout
30564
30565
30566 \backslash
30567 setlength{
30568 \backslash
30569 FrameSep}{9pt}
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 \begin_inset VSpace bigskip
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585
30586 \family sans
30587 影付き背景
30588 \family default
30589 ボックスでは、ボックスの内容と枠の余白の既定値は3
30590 \begin_inset space \thinspace{}
30591 \end_inset
30592
30593 ptになっていますが、
30594 \series bold
30595
30596 \backslash
30597 fboxsep
30598 \series default
30599 の値を変更することで変えられます。既定の背景色である赤色は、
30600 \series bold
30601
30602 \backslash
30603 definecolor{shadebox}
30604 \series default
30605 コマンドで局所的に変更することもできますし、
30606 \family sans
30607 ツール\SpecialChar \menuseparator
30608 設定\SpecialChar \menuseparator
30609 色\SpecialChar \menuseparator
30610 影付きボックス
30611 \family default
30612 メニューからグローバルに変更することもできます。
30613 \series bold
30614
30615 \backslash
30616 definecolor
30617 \series default
30618 コマンドの用法は第
30619 \begin_inset CommandInset ref
30620 LatexCommand ref
30621 reference "sec:色付きの表"
30622
30623 \end_inset
30624
30625
30626 \begin_inset Foot
30627 status open
30628
30629 \begin_layout Plain Layout
30630 N
30631 \series bold
30632
30633 \backslash
30634 definecolor
30635 \series default
30636 は、LaTeXパッケージの
30637 \series bold
30638 color
30639 \series default
30640 をプリアンブルに読み込む必要があります。第
30641 \begin_inset CommandInset ref
30642 LatexCommand ref
30643 reference "sec:色付きボックス"
30644
30645 \end_inset
30646
30647 節をご参照ください。.
30648 \end_layout
30649
30650 \end_inset
30651
30652 で説明されています。
30653 \end_layout
30654
30655 \begin_layout Standard
30656 たとえば、下記の影付き背景ボックスの外見は
30657 \end_layout
30658
30659 \begin_layout Standard
30660
30661 \series bold
30662
30663 \backslash
30664 setlength{
30665 \backslash
30666 fboxsep}{0.5cm}
30667 \series default
30668
30669 \begin_inset Newline newline
30670 \end_inset
30671
30672
30673 \series bold
30674
30675 \backslash
30676 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30677 \end_layout
30678
30679 \begin_layout Standard
30680 というTeXコードコマンドを使って設定してあります。
30681 \end_layout
30682
30683 \begin_layout Standard
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 setlength{
30692 \backslash
30693 fboxsep}{0.5cm}
30694 \end_layout
30695
30696 \begin_layout Plain Layout
30697
30698
30699 \backslash
30700 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \begin_inset Box Shaded
30707 position "t"
30708 hor_pos "c"
30709 has_inner_box 0
30710 inner_pos "t"
30711 use_parbox 0
30712 use_makebox 0
30713 width "100col%"
30714 special "none"
30715 height "1in"
30716 height_special "totalheight"
30717 status open
30718
30719 \begin_layout Plain Layout
30720
30721 \color yellow
30722 これは、濃緑色の背景の
30723 \family sans
30724 影付き背景
30725 \family default
30726 ボックスに入れた黄色の文章です。
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 setlength{
30740 \backslash
30741 fboxsep}{3pt}
30742 \end_layout
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 definecolor{shadecolor}{rgb}{1,0,0}
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \end_layout
30755
30756 \begin_layout Standard
30757 \begin_inset VSpace bigskip
30758 \end_inset
30759
30760 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
30761 \end_layout
30762
30763 \begin_layout Section
30764 ミニページ
30765 \begin_inset CommandInset label
30766 LatexCommand label
30767 name "sec:ミニページ"
30768
30769 \end_inset
30770
30771
30772 \begin_inset Index idx
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 ぼっくす@ボックス ! みにぺーじ@ミニページ
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Standard
30785 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
30786 \end_layout
30787
30788 \begin_layout Standard
30789 ミニページは、複数の言語を含む文書を執筆する際に便利です。
30790 \end_layout
30791
30792 \begin_layout Standard
30793 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
30794 \family sans
30795 挿入
30796 \family default
30797 \SpecialChar \menuseparator
30798
30799 \family sans
30800 整形
30801 \family default
30802 \SpecialChar \menuseparator
30803
30804 \family sans
30805 水平方向の空白
30806 \family default
30807 メニューで挿入した水平フィルで隔てられています。
30808 \begin_inset Newpage newpage
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \begin_layout Standard
30815 \begin_inset Box Frameless
30816 position "t"
30817 hor_pos "c"
30818 has_inner_box 1
30819 inner_pos "c"
30820 use_parbox 0
30821 use_makebox 0
30822 width "45col%"
30823 special "none"
30824 height "1in"
30825 height_special "totalheight"
30826 status open
30827
30828 \begin_layout Plain Layout
30829 Dies ist ein deutscher Text.
30830  Dies ist ein deutscher Text.
30831  Dies ist ein deutscher Text.
30832  Dies ist ein deutscher Text.
30833  Dies ist ein deutscher Text.
30834  Dies ist ein deutscher Text.
30835  Dies ist ein deutscher Text.
30836  Dies ist ein deutscher Text.
30837  Dies ist ein deutscher Text.
30838  Dies ist ein deutscher Text.
30839  Dies ist ein deutscher Text.
30840  Dies ist ein deutscher Text.
30841  Dies ist ein deutscher Text
30842 \begin_inset Foot
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 Dies ist eine deutsche Fußnote.
30847 \end_layout
30848
30849 \end_inset
30850
30851 .
30852  Dies ist ein deutscher Text.
30853  Dies ist ein deutscher Text.
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset space \hfill{}
30860 \end_inset
30861
30862
30863 \begin_inset Box Frameless
30864 position "t"
30865 hor_pos "c"
30866 has_inner_box 1
30867 inner_pos "c"
30868 use_parbox 0
30869 use_makebox 0
30870 width "45col%"
30871 special "none"
30872 height "1in"
30873 height_special "totalheight"
30874 status open
30875
30876 \begin_layout Plain Layout
30877 This is an English Text.
30878  This is an English Text.
30879  This is an English Text.
30880  This is an English Text.
30881  This is an English Text.
30882  This is an English Text.
30883  This is an English Text.
30884  This is an English Text.
30885  This is an English Text.
30886  This is an English Text.
30887  This is an English Text.
30888  This is an English Text.
30889  This is an English Text.
30890  This is an English Text.
30891  This is an English Text.
30892  This is an English Text.
30893 \begin_inset Foot
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 This is an English footnote.
30898 \end_layout
30899
30900 \end_inset
30901
30902  This is an English Text.
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \begin_inset VSpace bigskip
30912 \end_inset
30913
30914 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
30915 \family sans
30916 中スキップ
30917 \family default
30918 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
30919 \end_layout
30920
30921 \begin_layout Standard
30922 ミニページは、文章部に背景色を与えるのに使用することもできます。第
30923 \begin_inset CommandInset ref
30924 LatexCommand ref
30925 reference "sub:段落の着色"
30926
30927 \end_inset
30928
30929 節をご参照ください。
30930 \end_layout
30931
30932 \begin_layout Standard
30933 \begin_inset Note Greyedout
30934 status open
30935
30936 \begin_layout Plain Layout
30937
30938 \series bold
30939 【註】
30940 \series default
30941 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Section
30950 Parbox
30951 \begin_inset CommandInset label
30952 LatexCommand label
30953 name "sec:Parbox"
30954
30955 \end_inset
30956
30957
30958 \begin_inset Index idx
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962 ぼっくす@ボックス ! Parboxes
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \begin_layout Standard
30971 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
30972 \end_layout
30973
30974 \begin_layout Standard
30975 \align center
30976 \begin_inset Box Frameless
30977 position "t"
30978 hor_pos "c"
30979 has_inner_box 1
30980 inner_pos "t"
30981 use_parbox 1
30982 use_makebox 0
30983 width "33col%"
30984 special "none"
30985 height "1in"
30986 height_special "totalheight"
30987 status open
30988
30989 \begin_layout Plain Layout
30990 これはparbox内の文章です。これはparbox内の文章です。
30991 \end_layout
30992
30993 \begin_layout Plain Layout
30994 右の脚注は表示されません。
30995 \begin_inset Foot
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999 これはparbox内の脚注であり、したがって表示はされません。
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \end_layout
31011
31012 \begin_layout Section
31013 単語や文字のボックス
31014 \begin_inset Index idx
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 ぼっくす@ボックス ! もじよう@文字用
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Subsection
31027 ハイフネーションの回避
31028 \begin_inset CommandInset label
31029 LatexCommand label
31030 name "sec:ハイフネーションの回避"
31031
31032 \end_inset
31033
31034
31035 \begin_inset Index idx
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Standard
31048 単語や文章がハイフネートされるのを防ぐには、
31049 \family sans
31050 makebox
31051 \family default
31052 型ボックスを使うことができます。
31053 \begin_inset Newline newline
31054 \end_inset
31055
31056 以下が例示用の文章です。
31057 \end_layout
31058
31059 \begin_layout Standard
31060 This line is an example to show how you can prevent the hyphenation of 
31061 \begin_inset Quotes eld
31062 \end_inset
31063
31064 veryverylongword
31065 \begin_inset Quotes erd
31066 \end_inset
31067
31068 .
31069 \end_layout
31070
31071 \begin_layout Standard
31072 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
31073 \family sans
31074 内部ボックス
31075 \family default
31076
31077 \family sans
31078 makeboxコマンド
31079 \family default
31080 に設定し、幅を1幅にします。
31081 \end_layout
31082
31083 \begin_layout Standard
31084 以下がその結果です。
31085 \end_layout
31086
31087 \begin_layout Standard
31088 This line is an example to show how you can prevent the hyphenation of 
31089 \begin_inset Box Frameless
31090 position "t"
31091 hor_pos "c"
31092 has_inner_box 1
31093 inner_pos "t"
31094 use_parbox 0
31095 use_makebox 1
31096 width "1in"
31097 special "width"
31098 height "1in"
31099 height_special "totalheight"
31100 status open
31101
31102 \begin_layout Plain Layout
31103 \begin_inset Quotes eld
31104 \end_inset
31105
31106 veryverylongword
31107 \begin_inset Quotes erd
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \end_inset
31114
31115 .
31116 \end_layout
31117
31118 \begin_layout Standard
31119 別の方法としては、以下のように、単語の前に直接TeXコードで「
31120 \series bold
31121
31122 \backslash
31123 -
31124 \series default
31125 」コマンドを設定する方法もあります。
31126 \end_layout
31127
31128 \begin_layout Standard
31129 This line is an example to show how you can prevent the hyphenation of 
31130 \begin_inset Quotes eld
31131 \end_inset
31132
31133
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139
31140 \backslash
31141 -
31142 \end_layout
31143
31144 \end_inset
31145
31146 veryverylongword
31147 \begin_inset Quotes erd
31148 \end_inset
31149
31150 .
31151 \end_layout
31152
31153 \begin_layout Standard
31154 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
31155 \family sans
31156 挿入
31157 \family default
31158 \SpecialChar \menuseparator
31159
31160 \family sans
31161 整形
31162 \family default
31163 \SpecialChar \menuseparator
31164
31165 \family sans
31166 整形なし改行
31167 \family default
31168 メニュー(短絡キー
31169 \begin_inset Info
31170 type  "shortcut"
31171 arg   "newline-insert newline"
31172 \end_inset
31173
31174 )から改行を単語の前に入れてください。
31175 \end_layout
31176
31177 \begin_layout Standard
31178 This line is an example to show how you can prevent the hyphenation of 
31179 \begin_inset Newline newline
31180 \end_inset
31181
31182
31183 \begin_inset Box Frameless
31184 position "t"
31185 hor_pos "c"
31186 has_inner_box 1
31187 inner_pos "t"
31188 use_parbox 0
31189 use_makebox 1
31190 width "1in"
31191 special "width"
31192 height "1in"
31193 height_special "totalheight"
31194 status open
31195
31196 \begin_layout Plain Layout
31197 \begin_inset Quotes eld
31198 \end_inset
31199
31200 veryverylongword
31201 \begin_inset Quotes erd
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \end_inset
31208
31209 .
31210 \end_layout
31211
31212 \begin_layout Subsection
31213 垂直揃え
31214 \begin_inset CommandInset label
31215 LatexCommand label
31216 name "sub:垂直揃え"
31217
31218 \end_inset
31219
31220
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \begin_inset Index idx
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 ぼっくす@ボックス ! Raiseboxes
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Standard
31244
31245 \series bold
31246
31247 \backslash
31248 raisebox
31249 \series default
31250 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
31251 \series bold
31252
31253 \backslash
31254 raisebox
31255 \series default
31256 は以下の書式で使用します。
31257 \end_layout
31258
31259 \begin_layout Standard
31260
31261 \series bold
31262
31263 \backslash
31264 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
31265 \end_layout
31266
31267 \begin_layout Standard
31268 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
31269 \end_layout
31270
31271 \begin_layout Standard
31272 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
31273 \end_layout
31274
31275 \begin_layout Standard
31276
31277 \series bold
31278
31279 \backslash
31280 raisebox{
31281 \backslash
31282 depth}{
31283 \end_layout
31284
31285 \begin_layout Standard
31286 というコマンドを挿入してください。単語の後には、閉じ括弧「
31287 \series bold
31288 }
31289 \series default
31290 」をTeXコードで挿入してください。
31291 \begin_inset Newline newline
31292 \end_inset
31293
31294 以下がその出力です。
31295 \end_layout
31296
31297 \begin_layout Standard
31298 This is a text line with the word 
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 raisebox{
31307 \backslash
31308 depth}{
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \begin_inset Quotes eld
31315 \end_inset
31316
31317 preventing
31318 \begin_inset Quotes erd
31319 \end_inset
31320
31321
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327 }
31328 \end_layout
31329
31330 \end_inset
31331
31332  as raised word.
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset VSpace bigskip
31337 \end_inset
31338
31339 行中の文字を上げ下げすると、以下のように行間が広がります。
31340 \end_layout
31341
31342 \begin_layout Standard
31343 This is a text line with the word 
31344 \begin_inset ERT
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348
31349
31350 \backslash
31351 raisebox{-
31352 \backslash
31353 depth}{
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \begin_inset Quotes eld
31360 \end_inset
31361
31362 preventing
31363 \begin_inset Quotes erd
31364 \end_inset
31365
31366
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372 }
31373 \end_layout
31374
31375 \end_inset
31376
31377  as lowered word.
31378 \begin_inset Newline newline
31379 \end_inset
31380
31381 This is a text line with the word 
31382 \begin_inset ERT
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386
31387
31388 \backslash
31389 raisebox{0.5cm}{
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Quotes eld
31396 \end_inset
31397
31398 testing
31399 \begin_inset Quotes erd
31400 \end_inset
31401
31402
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408 }
31409 \end_layout
31410
31411 \end_inset
31412
31413  as raised word.
31414 \end_layout
31415
31416 \begin_layout Standard
31417 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
31418 \end_layout
31419
31420 \begin_layout Standard
31421
31422 \series bold
31423
31424 \backslash
31425 raisebox{-
31426 \backslash
31427 depth}[0pt]{
31428 \end_layout
31429
31430 \begin_layout Standard
31431 とすると、
31432 \end_layout
31433
31434 \begin_layout Standard
31435 This is a text line with the word 
31436 \begin_inset ERT
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440
31441
31442 \backslash
31443 raisebox{-
31444 \backslash
31445 depth}[0pt]{
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \begin_inset Quotes eld
31452 \end_inset
31453
31454 preventing
31455 \begin_inset Quotes erd
31456 \end_inset
31457
31458
31459 \begin_inset ERT
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463
31464 }
31465 \end_layout
31466
31467 \end_inset
31468
31469  as lowered word.
31470 \begin_inset Newline newline
31471 \end_inset
31472
31473 This is a text line with the word 
31474 \begin_inset ERT
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478
31479
31480 \backslash
31481 raisebox{0.5cm}[0pt]{
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \begin_inset Quotes eld
31488 \end_inset
31489
31490 testing
31491 \begin_inset Quotes erd
31492 \end_inset
31493
31494
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500 }
31501 \end_layout
31502
31503 \end_inset
31504
31505  as raised word.
31506 \end_layout
31507
31508 \begin_layout Section
31509 色付きボックス
31510 \begin_inset CommandInset label
31511 LatexCommand label
31512 name "sec:色付きボックス"
31513
31514 \end_inset
31515
31516
31517 \begin_inset Index idx
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 ぼっくす@ボックス ! いろつき@色付き
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Subsection
31530 文字の着色
31531 \begin_inset Index idx
31532 status collapsed
31533
31534 \begin_layout Plain Layout
31535 いろ@色 ! もじの@文字の---
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Standard
31544 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
31545 \series bold
31546 color
31547 \series default
31548
31549 \begin_inset Index idx
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 LaTeXぱっけーじ@LaTeXパッケージ ! color
31554 \end_layout
31555
31556 \end_inset
31557
31558 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
31559 \end_layout
31560
31561 \begin_layout Standard
31562
31563 \series bold
31564
31565 \backslash
31566 @ifundefined{textcolor}
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \begin_inset Phantom HPhantom
31572 status open
31573
31574 \begin_layout Plain Layout
31575
31576 \series bold
31577 \begin_inset space ~
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \end_inset
31584
31585 {
31586 \backslash
31587 usepackage{color}}{}
31588 \end_layout
31589
31590 \begin_layout Standard
31591
31592 \series bold
31593 color
31594 \series default
31595 パッケージは、文章を着色するとLyXが自動的に読み込みます
31596 \begin_inset Foot
31597 status collapsed
31598
31599 \begin_layout Plain Layout
31600 これが二度読み込まれることを回避するには、
31601 \series bold
31602
31603 \backslash
31604 @ifundefined
31605 \series default
31606 コマンドを使用します。
31607 \end_layout
31608
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \begin_layout Standard
31615 \begin_inset VSpace medskip
31616 \end_inset
31617
31618 色付きボックスは、
31619 \series bold
31620
31621 \backslash
31622 colorbox
31623 \series default
31624 コマンドを使って作ります。これは、以下のような書式で使われます。
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \series bold
31630
31631 \backslash
31632 colorbox{color}{ボックスの内容}
31633 \end_layout
31634
31635 \begin_layout Standard
31636 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
31637 \end_layout
31638
31639 \begin_layout Standard
31640 事前定義されている色には、
31641 \begin_inset Newline newline
31642 \end_inset
31643
31644
31645 \family sans
31646
31647 \family default
31648
31649 \family sans
31650
31651 \family default
31652
31653 \family sans
31654 シアン
31655 \family default
31656
31657 \family sans
31658
31659 \family default
31660
31661 \family sans
31662 マゼンタ
31663 \family default
31664
31665 \family sans
31666
31667 \family default
31668
31669 \family sans
31670
31671 \family default
31672
31673 \family sans
31674
31675 \family default
31676
31677 \begin_inset Newline newline
31678 \end_inset
31679
31680 があります。第
31681 \begin_inset CommandInset ref
31682 LatexCommand ref
31683 reference "sec:色付きの表"
31684
31685 \end_inset
31686
31687 節に述べられているようにすれば、自前の色を定義することもできます。
31688 \end_layout
31689
31690 \begin_layout Standard
31691 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
31692 \end_layout
31693
31694 \begin_layout Standard
31695
31696 \series bold
31697
31698 \backslash
31699 colorbox{red}{
31700 \end_layout
31701
31702 \begin_layout Standard
31703 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
31704 \series bold
31705 }
31706 \series default
31707 」を入れてください。
31708 \begin_inset Newline newline
31709 \end_inset
31710
31711 以下がその結果です。
31712 \end_layout
31713
31714 \begin_layout Standard
31715 この行では、
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721
31722 \backslash
31723 colorbox{red}{
31724 \end_layout
31725
31726 \end_inset
31727
31728 「注意!」
31729 \begin_inset ERT
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733
31734 }
31735 \end_layout
31736
31737 \end_inset
31738
31739 という単語が赤い背景になっています。
31740 \end_layout
31741
31742 \begin_layout Standard
31743 \begin_inset VSpace bigskip
31744 \end_inset
31745
31746 ボックスの枠を別の色にしたい場合には、以下の書式で
31747 \series bold
31748
31749 \backslash
31750 fcolorbox
31751 \series default
31752 コマンドを使います。
31753 \end_layout
31754
31755 \begin_layout Standard
31756
31757 \series bold
31758
31759 \backslash
31760 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
31761 \end_layout
31762
31763 \begin_layout Standard
31764
31765 \series bold
31766
31767 \backslash
31768 fcolorbox
31769 \series default
31770
31771 \series bold
31772
31773 \backslash
31774 colorbox
31775 \series default
31776 の拡張です。枠の太さと枠とボックスの中身との余白は、第
31777 \begin_inset CommandInset ref
31778 LatexCommand ref
31779 reference "sec:装飾"
31780
31781 \end_inset
31782
31783 節で述べられているように、それぞれ
31784 \series bold
31785
31786 \backslash
31787 fboxrule
31788 \series default
31789
31790 \series bold
31791
31792 \backslash
31793 fboxsep
31794 \series default
31795 という長さで調節できます。
31796 \end_layout
31797
31798 \begin_layout Standard
31799 以下の例では、
31800 \end_layout
31801
31802 \begin_layout Standard
31803
31804 \series bold
31805
31806 \backslash
31807 fcolorbox{cyan}{magenta}{
31808 \end_layout
31809
31810 \begin_layout Standard
31811 というコマンドを使用しています。
31812 \end_layout
31813
31814 \begin_layout Standard
31815 これは、枠の太さを1
31816 \begin_inset space \thinspace{}
31817 \end_inset
31818
31819 mmに設定した例です。
31820 \begin_inset Newline newline
31821 \end_inset
31822
31823
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829
31830 \backslash
31831 fboxrule 1mm 
31832 \backslash
31833 fboxsep 1mm
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \begin_inset ERT
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843
31844
31845 \backslash
31846 fcolorbox{cyan}{magenta}{
31847 \end_layout
31848
31849 \end_inset
31850
31851 これは着色した色付きボックス中の文章です。
31852 \begin_inset ERT
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856
31857 }
31858 \end_layout
31859
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \begin_layout Standard
31866 \begin_inset VSpace bigskip
31867 \end_inset
31868
31869 もちろん、色付きボックスの中に色付き文字を入れることもできます
31870 \begin_inset Newline newline
31871 \end_inset
31872
31873
31874 \begin_inset ERT
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878
31879
31880 \backslash
31881 fcolorbox{cyan}{magenta}{
31882 \end_layout
31883
31884 \end_inset
31885
31886
31887 \color yellow
31888 これは着色した色付きボックス中の色付き文章です。
31889 \color inherit
31890
31891 \begin_inset ERT
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895
31896 }
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907
31908 \backslash
31909 fboxrule 0.4pt 
31910 \backslash
31911 fboxsep 3pt
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Standard
31920
31921 \series bold
31922 \begin_inset VSpace medskip
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \begin_layout Standard
31929 \begin_inset Note Greyedout
31930 status open
31931
31932 \begin_layout Plain Layout
31933
31934 \series bold
31935 【註】
31936 \series default
31937 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
31938 \end_layout
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Subsection
31946 段落の着色
31947 \begin_inset CommandInset label
31948 LatexCommand label
31949 name "sub:段落の着色"
31950
31951 \end_inset
31952
31953
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 いろ@色 ! だんらく@段落---
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
31968 \series bold
31969
31970 \backslash
31971 colorbox
31972 \series default
31973 コマンドを
31974 \end_layout
31975
31976 \begin_layout Standard
31977
31978 \series bold
31979
31980 \backslash
31981 colorbox{色名}{
31982 \end_layout
31983
31984 \begin_layout Standard
31985 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
31986 \series bold
31987 }
31988 \series default
31989 」を挿入してください。
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset ERT
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997
31998
31999 \backslash
32000 colorbox{lightgrey}{
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \begin_inset Box Frameless
32007 position "t"
32008 hor_pos "c"
32009 has_inner_box 1
32010 inner_pos "t"
32011 use_parbox 0
32012 use_makebox 0
32013 width "100col%"
32014 special "none"
32015 height "1in"
32016 height_special "totalheight"
32017 status open
32018
32019 \begin_layout Plain Layout
32020 これは背景色を付けた文章です。これは背景色を付けた文章です。
32021 \end_layout
32022
32023 \begin_layout Plain Layout
32024 \begin_inset VSpace defskip
32025 \end_inset
32026
32027 ここの文章には脚注
32028 \begin_inset Foot
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032 脚注の例
32033 \end_layout
32034
32035 \end_inset
32036
32037 を付けることもできますし、図表を挿入することもできます。
32038 \end_layout
32039
32040 \begin_layout Plain Layout
32041 \align center
32042 \begin_inset Tabular
32043 <lyxtabular version="3" rows="3" columns="3">
32044 <features rotate="0" tabularvalignment="middle">
32045 <column alignment="center" valignment="top">
32046 <column alignment="center" valignment="top">
32047 <column alignment="center" valignment="top">
32048 <row>
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053 a
32054 \end_layout
32055
32056 \end_inset
32057 </cell>
32058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062 !
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 3
32072 \end_layout
32073
32074 \end_inset
32075 </cell>
32076 </row>
32077 <row>
32078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32079 \begin_inset Text
32080
32081 \begin_layout Plain Layout
32082 <
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32088 \begin_inset Text
32089
32090 \begin_layout Plain Layout
32091 b2
32092 \begin_inset Quotes erd
32093 \end_inset
32094
32095 |
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Plain Layout
32104 >
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 </row>
32110 <row>
32111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115 1
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32121 \begin_inset Text
32122
32123 \begin_layout Plain Layout
32124 §
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133 c
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 </row>
32139 </lyxtabular>
32140
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154 }
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Section
32163 ボックスの伸縮回転
32164 \end_layout
32165
32166 \begin_layout Standard
32167 本節で述べられているコマンドを使用するには、文書プリアンブルで
32168 \end_layout
32169
32170 \begin_layout Standard
32171
32172 \series bold
32173
32174 \backslash
32175 @ifundefined{rotatebox}
32176 \begin_inset Newline newline
32177 \end_inset
32178
32179
32180 \begin_inset Phantom HPhantom
32181 status open
32182
32183 \begin_layout Plain Layout
32184
32185 \series bold
32186 \begin_inset space ~
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \end_inset
32193
32194 {
32195 \backslash
32196 usepackage{graphicx}}{}
32197 \end_layout
32198
32199 \begin_layout Standard
32200 というコマンドを使用して、
32201 \series bold
32202 graphicx
32203 \series default
32204
32205 \begin_inset Index idx
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
32210 \end_layout
32211
32212 \end_inset
32213
32214 LaTeXパッケージを読み込む必要があります。
32215 \end_layout
32216
32217 \begin_layout Standard
32218 \begin_inset Note Greyedout
32219 status open
32220
32221 \begin_layout Plain Layout
32222
32223 \series bold
32224 【註】
32225 \series default
32226 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Standard
32235 \begin_inset Note Greyedout
32236 status open
32237
32238 \begin_layout Plain Layout
32239
32240 \series bold
32241 【註】
32242 \series default
32243 フロートは回転伸縮したボックスの中に入れることはできません。
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \begin_layout Subsection
32252 ボックスの回転
32253 \begin_inset Index idx
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257 ぼっくす@ボックス ! かいてんした@回転した
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \begin_inset Index idx
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267 かいてん@回転 ! そざいの@素材の---
32268 \end_layout
32269
32270 \end_inset
32271
32272
32273 \begin_inset Index idx
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277 ず@図 ! のかいてん@---の回転
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \begin_inset Index idx
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287 ひょうのちょうせい@表の調整 ! かいてん@回転
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \begin_layout Standard
32296 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
32297 \series bold
32298
32299 \backslash
32300 rotatebox
32301 \series default
32302 コマンドを使用すれば作成することができます。
32303 \end_layout
32304
32305 \begin_layout Standard
32306
32307 \series bold
32308
32309 \backslash
32310 rotatebox[回転の原点]{回転角}{ボックスの内容}
32311 \end_layout
32312
32313 \begin_layout Standard
32314 回転の原点は、
32315 \series bold
32316 origin=位置
32317 \series default
32318 の形で指定します。位置として指定可能なのは、
32319 \emph on
32320 c
32321 \emph default
32322 (中央揃え)・
32323 \emph on
32324 l
32325 \emph default
32326 (左揃え)・
32327 \emph on
32328 r
32329 \emph default
32330 (右揃え)・
32331 \emph on
32332 b
32333 \emph default
32334 (下揃え)・
32335 \emph on
32336 t
32337 \emph default
32338 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
32339 \emph on
32340 lt
32341 \emph default
32342 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
32343 \emph on
32344 l
32345 \emph default
32346 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
32347 \end_layout
32348
32349 \begin_layout Standard
32350 以下の例では、「回転した」文章の前にTeXコードで
32351 \series bold
32352
32353 \backslash
32354 rotatebox[origin=c]{60}{
32355 \series default
32356 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
32357 \series bold
32358 }
32359 \series default
32360 でボックスを閉じています。
32361 \end_layout
32362
32363 \begin_layout Standard
32364 これは、
32365 \begin_inset ERT
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369
32370
32371 \backslash
32372 rotatebox[origin=c]{60}{
32373 \end_layout
32374
32375 \end_inset
32376
32377 回転した
32378 \begin_inset ERT
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382
32383 }
32384 \end_layout
32385
32386 \end_inset
32387
32388  文章を含む行です。
32389 \end_layout
32390
32391 \begin_layout Standard
32392 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
32393 \end_layout
32394
32395 \begin_layout Standard
32396 これは、
32397 \begin_inset ERT
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401
32402
32403 \backslash
32404 rotatebox[origin=r]{-60}{
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \begin_inset Box Doublebox
32411 position "c"
32412 hor_pos "c"
32413 has_inner_box 0
32414 inner_pos "c"
32415 use_parbox 0
32416 use_makebox 0
32417 width "1in"
32418 special "width"
32419 height "1in"
32420 height_special "totalheight"
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424 回転した
32425 \end_layout
32426
32427 \end_inset
32428
32429
32430 \begin_inset ERT
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434
32435 }
32436 \end_layout
32437
32438 \end_inset
32439
32440 枠付き文章と
32441 \begin_inset ERT
32442 status collapsed
32443
32444 \begin_layout Plain Layout
32445
32446
32447 \backslash
32448 rotatebox[origin=lb]{60}{
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32455 \end_inset
32456
32457
32458 \begin_inset ERT
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462
32463 }
32464 \end_layout
32465
32466 \end_inset
32467
32468 数式を含む行です。
32469 \end_layout
32470
32471 \begin_layout Standard
32472 あるいは、以下のように図や表を入れることもできます。
32473 \end_layout
32474
32475 \begin_layout Standard
32476 これは、
32477 \begin_inset ERT
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481
32482
32483 \backslash
32484 rotatebox[origin=lb]{90}{
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \begin_inset Graphics
32491         filename ../clipart/platypus.eps
32492         lyxscale 50
32493         width 25col%
32494
32495 \end_inset
32496
32497
32498 \begin_inset ERT
32499 status collapsed
32500
32501 \begin_layout Plain Layout
32502
32503 }
32504 \end_layout
32505
32506 \end_inset
32507
32508 回転した画像と
32509 \begin_inset ERT
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513
32514
32515 \backslash
32516 rotatebox[origin=l]{-90}{
32517 \end_layout
32518
32519 \end_inset
32520
32521
32522 \begin_inset Tabular
32523 <lyxtabular version="3" rows="2" columns="2">
32524 <features rotate="0" tabularvalignment="middle">
32525 <column alignment="center" valignment="top">
32526 <column alignment="center" valignment="top">
32527 <row>
32528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 q
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 w
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 </row>
32547 <row>
32548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Plain Layout
32552 e
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 r
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 </row>
32567 </lyxtabular>
32568
32569 \end_inset
32570
32571
32572 \begin_inset ERT
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576
32577 }
32578 \end_layout
32579
32580 \end_inset
32581
32582 表を含む行です。
32583 \end_layout
32584
32585 \begin_layout Subsection
32586 ボックスの伸縮
32587 \begin_inset Index idx
32588 status collapsed
32589
32590 \begin_layout Plain Layout
32591 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \begin_inset Index idx
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601 しんしゅく@伸縮 ! そざいの@素材の---
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \begin_inset Index idx
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611 ず@図 ! のしんしゅく@---の伸縮
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \begin_inset Index idx
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Standard
32630 素材を伸縮させるには、TeXコードで
32631 \series bold
32632
32633 \backslash
32634 scalebox
32635 \series default
32636 コマンドと
32637 \series bold
32638
32639 \backslash
32640 resizebox
32641 \series default
32642 コマンドが使えます。
32643 \end_layout
32644
32645 \begin_layout Standard
32646
32647 \series bold
32648
32649 \backslash
32650 scalebox
32651 \series default
32652 は以下の書式で使用します。
32653 \end_layout
32654
32655 \begin_layout Standard
32656
32657 \series bold
32658
32659 \backslash
32660 scalebox{水平方向}[垂直方向]{ボックスの内容}
32661 \end_layout
32662
32663 \begin_layout Standard
32664 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
32665 \end_layout
32666
32667 \begin_layout Standard
32668 たとえば、
32669 \series bold
32670
32671 \backslash
32672 scalebox{2}{こんにちは}
32673 \series default
32674 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
32675 \begin_inset ERT
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679
32680
32681 \backslash
32682 scalebox{2}{
32683 \end_layout
32684
32685 \end_inset
32686
32687 こんにちは
32688 \begin_inset ERT
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692
32693 }
32694 \end_layout
32695
32696 \end_inset
32697
32698 を生成します。
32699 \end_layout
32700
32701 \begin_layout Standard
32702 これに対し、
32703 \series bold
32704
32705 \backslash
32706 scalebox{2}[1]{こんにちは}
32707 \series default
32708 は、
32709 \begin_inset ERT
32710 status collapsed
32711
32712 \begin_layout Plain Layout
32713
32714
32715 \backslash
32716 scalebox{2}[1]{
32717 \end_layout
32718
32719 \end_inset
32720
32721 こんにちは
32722 \begin_inset ERT
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726
32727 }
32728 \end_layout
32729
32730 \end_inset
32731
32732 を変形させます。
32733 \end_layout
32734
32735 \begin_layout Standard
32736 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
32737 \series bold
32738
32739 \backslash
32740 scalebox{-1}[1]{こんにちは}
32741 \series default
32742 というコマンドは、右のように反転文字を生成するのに使用できます:
32743 \begin_inset ERT
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748
32749 \backslash
32750 scalebox{-1}[1]{
32751 \end_layout
32752
32753 \end_inset
32754
32755 こんにちは
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761 }
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Standard
32770
32771 \series bold
32772
32773 \backslash
32774 scalebox{1}[-1]{こんにちは}
32775 \series default
32776 とすると
32777 \begin_inset ERT
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781
32782
32783 \backslash
32784 scalebox{1}[-1]{
32785 \end_layout
32786
32787 \end_inset
32788
32789 こんにちは
32790 \begin_inset ERT
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794
32795 }
32796 \end_layout
32797
32798 \end_inset
32799
32800 のようにベースラインで鏡像にします。
32801 \end_layout
32802
32803 \begin_layout Standard
32804
32805 \series bold
32806
32807 \backslash
32808 scalebox{-1}[1]{ボックスの内容}
32809 \series default
32810 と同じ働きをするものとして
32811 \begin_inset Newline newline
32812 \end_inset
32813
32814
32815 \series bold
32816
32817 \backslash
32818 reflectbox{ボックスの内容}
32819 \series default
32820
32821 \begin_inset Newline newline
32822 \end_inset
32823
32824 というコマンドがあります。
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \begin_inset VSpace bigskip
32829 \end_inset
32830
32831 指定した幅や丈にボックスを伸縮させるには、
32832 \series bold
32833
32834 \backslash
32835 resizebox
32836 \series default
32837 を使用します。このコマンドの書式は
32838 \end_layout
32839
32840 \begin_layout Standard
32841
32842 \series bold
32843
32844 \backslash
32845 resizebox{幅}{丈}{ボックスの内容}
32846 \end_layout
32847
32848 \begin_layout Standard
32849 です。上記二つのコマンド引数のうち一つが感嘆符「
32850 \series bold
32851 !
32852 \series default
32853 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
32854 \end_layout
32855
32856 \begin_layout Standard
32857
32858 \series bold
32859
32860 \backslash
32861 resizebox{2cm}{1cm}{こんにちは}
32862 \series default
32863 というコマンドの出力は、
32864 \begin_inset ERT
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868
32869
32870 \backslash
32871 resizebox{2cm}{1cm}{
32872 \end_layout
32873
32874 \end_inset
32875
32876 こんにちは
32877 \begin_inset ERT
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881
32882 }
32883 \end_layout
32884
32885 \end_inset
32886
32887 となり、
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \series bold
32893
32894 \backslash
32895 resizebox{2cm}{!}{こんにちは}
32896 \series default
32897 というコマンドの出力は、
32898 \begin_inset ERT
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902
32903
32904 \backslash
32905 resizebox{2cm}{!}{
32906 \end_layout
32907
32908 \end_inset
32909
32910 こんにちは
32911 \begin_inset ERT
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915
32916 }
32917 \end_layout
32918
32919 \end_inset
32920
32921 となります。
32922 \end_layout
32923
32924 \begin_layout Standard
32925 \begin_inset VSpace bigskip
32926 \end_inset
32927
32928
32929 \begin_inset Note Greyedout
32930 status open
32931
32932 \begin_layout Plain Layout
32933
32934 \series bold
32935 【註】
32936 \backslash
32937 scalebox
32938 \series default
32939
32940 \series bold
32941
32942 \backslash
32943 resizebox
32944 \series default
32945 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
32946 \end_layout
32947
32948 \end_inset
32949
32950
32951 \end_layout
32952
32953 \begin_layout Standard
32954 \begin_inset VSpace bigskip
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \begin_layout Standard
32961 ボックスは好きな順序で組み合わせることができます。たとえば、
32962 \begin_inset Newline newline
32963 \end_inset
32964
32965
32966 \series bold
32967
32968 \backslash
32969 rotatebox[origin=c]{-45}{
32970 \backslash
32971 resizebox{2cm}{!}{
32972 \backslash
32973 reflectbox{こんにちは}}}
32974 \begin_inset Newline newline
32975 \end_inset
32976
32977
32978 \series default
32979 というコマンドは、
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \align center
32984 \begin_inset ERT
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988
32989
32990 \backslash
32991 rotatebox[origin=c]{-45}{
32992 \backslash
32993 resizebox{2cm}{!}{
32994 \backslash
32995 reflectbox{
32996 \end_layout
32997
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
33012 \end_layout
33013
33014 \begin_layout Standard
33015 \noindent
33016 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33017 \end_layout
33018
33019 \begin_layout Standard
33020 \align center
33021 \begin_inset ERT
33022 status collapsed
33023
33024 \begin_layout Plain Layout
33025
33026
33027 \backslash
33028 rotatebox[origin=c]{-30}{
33029 \backslash
33030 resizebox{2cm}{!}{
33031 \backslash
33032 reflectbox{
33033 \end_layout
33034
33035 \end_inset
33036
33037
33038 \begin_inset Graphics
33039         filename ../clipart/platypus.eps
33040         lyxscale 50
33041         width 25col%
33042
33043 \end_inset
33044
33045
33046 \begin_inset ERT
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050
33051 }}}
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \begin_inset ERT
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061
33062
33063 \backslash
33064 rotatebox[origin=c]{-45}{
33065 \backslash
33066 resizebox{2cm}{!}{
33067 \backslash
33068 reflectbox{
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \begin_inset Tabular
33075 <lyxtabular version="3" rows="2" columns="2">
33076 <features rotate="0" tabularvalignment="middle">
33077 <column alignment="center" valignment="top">
33078 <column alignment="center" valignment="top">
33079 <row>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 q
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 w
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 </row>
33099 <row>
33100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104 e
33105 \end_layout
33106
33107 \end_inset
33108 </cell>
33109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113 r
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 </row>
33119 </lyxtabular>
33120
33121 \end_inset
33122
33123
33124 \begin_inset ERT
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128
33129 }}}
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \begin_inset ERT
33136 status collapsed
33137
33138 \begin_layout Plain Layout
33139
33140
33141 \backslash
33142 rotatebox[origin=c]{-45}{
33143 \backslash
33144 resizebox{2cm}{!}{
33145 \backslash
33146 reflectbox{
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33153 \end_inset
33154
33155
33156 \begin_inset ERT
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160
33161 }}}
33162 \end_layout
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Standard
33170 文書で大域的に数式様式
33171 \series bold
33172 fleqn
33173 \series default
33174 を使用している場合
33175 \begin_inset Foot
33176 status collapsed
33177
33178 \begin_layout Plain Layout
33179 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
33180 \end_layout
33181
33182 \end_inset
33183
33184 には、別行建て数式も伸縮させることができます。
33185 \end_layout
33186
33187 \begin_layout Chapter
33188 本文回り込みオブジェクト
33189 \begin_inset Index idx
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193 ほんぶんまわりこみ
33194 \series bold
33195 @本文回り込み
33196 \end_layout
33197
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \begin_layout Section
33204 折返しフロート
33205 \begin_inset CommandInset label
33206 LatexCommand label
33207 name "sec:折返しフロート"
33208
33209 \end_inset
33210
33211
33212 \begin_inset Index idx
33213 status collapsed
33214
33215 \begin_layout Plain Layout
33216 ふろーと@フロート ! おりかえしふろーと@折返しフロート
33217 \end_layout
33218
33219 \end_inset
33220
33221
33222 \begin_inset Index idx
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Standard
33235 \begin_inset Wrap figure
33236 lines 0
33237 placement l
33238 overhang 1cm
33239 width "40col%"
33240 status open
33241
33242 \begin_layout Plain Layout
33243 \begin_inset Graphics
33244         filename ../clipart/mobius.eps
33245         width 40col%
33246         scaleBeforeRotation
33247         rotateOrigin center
33248
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \begin_layout Plain Layout
33255 \begin_inset Caption Standard
33256
33257 \begin_layout Plain Layout
33258 \begin_inset CommandInset label
33259 LatexCommand label
33260 name "fig:折返し図フロート"
33261
33262 \end_inset
33263
33264 これは折返し図フロートです。
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \end_inset
33273
33274 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
33275 \series bold
33276 wrapfig
33277 \series default
33278
33279 \begin_inset Index idx
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
33284 \end_layout
33285
33286 \end_inset
33287
33288 を導入済みであれば、
33289 \family sans
33290 挿入\SpecialChar \menuseparator
33291 フロート\SpecialChar \menuseparator
33292 折返し図フロート
33293 \family default
33294
33295 \family sans
33296 折返し表フロート
33297 \family default
33298 メニューで挿入することができます
33299 \begin_inset Foot
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
33304 \end_layout
33305
33306 \end_inset
33307
33308 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
33309 \family sans
33310 配置
33311 \family default
33312
33313 \family sans
33314
33315 \family default
33316 です。非必須項目として、
33317 \family sans
33318 ぶら下げ
33319 \family default
33320
33321 \family sans
33322 行幅
33323 \family default
33324 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
33325 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
33326 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
33327 \begin_inset CommandInset ref
33328 LatexCommand ref
33329 reference "fig:折返し図フロート"
33330
33331 \end_inset
33332
33333 図は、40
33334 \begin_inset space \thinspace{}
33335 \end_inset
33336
33337 列幅%の幅と1
33338 \begin_inset space \thinspace{}
33339 \end_inset
33340
33341 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \begin_inset Note Greyedout
33346 status open
33347
33348 \begin_layout Plain Layout
33349
33350 \series bold
33351 【註】
33352 \series default
33353 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
33354 上書きされて出力されたりします。
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 原則として、
33364 \end_layout
33365
33366 \begin_layout Itemize
33367 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
33368 うになってから、正確な位置に挿入しなくてはなりません。
33369 \end_layout
33370
33371 \begin_layout Itemize
33372 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
33373 \end_layout
33374
33375 \begin_layout Itemize
33376 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
33377 \end_layout
33378
33379 \begin_layout Itemize
33380 折返しフロートは、節見出しや表中に入れることは認められていません。
33381 \end_layout
33382
33383 \begin_layout Itemize
33384 連番や参照は、第
33385 \begin_inset CommandInset ref
33386 LatexCommand ref
33387 reference "chap:フロート"
33388
33389 \end_inset
33390
33391 章で述べられているように動作します。
33392 \end_layout
33393
33394 \begin_layout Section
33395 固定回り込みオブジェクト
33396 \begin_inset Index idx
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \begin_layout Standard
33409
33410 \begin_inset CommandInset ref
33411 LatexCommand ref
33412 reference "sec:折返しフロート"
33413
33414 \end_inset
33415
33416 節の折返しフロートは、段落中で、以下のような配置がされます。
33417 \end_layout
33418
33419 \begin_layout Standard
33420 \noindent
33421 \align center
33422 \begin_inset Tabular
33423 <lyxtabular version="3" rows="2" columns="2">
33424 <features rotate="0" tabularvalignment="middle">
33425 <column alignment="center" valignment="top">
33426 <column alignment="center" valignment="top">
33427 <row>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432 \begin_inset Graphics
33433         filename ../../images/dialog-show-new-inset_graphics.png
33434         scale 70
33435         scaleBeforeRotation
33436
33437 \end_inset
33438
33439
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 文章
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 </row>
33454 <row>
33455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 文章
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 文章
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 </row>
33474 </lyxtabular>
33475
33476 \end_inset
33477
33478  or 
33479 \begin_inset Tabular
33480 <lyxtabular version="3" rows="2" columns="2">
33481 <features rotate="0" tabularvalignment="middle">
33482 <column alignment="center" valignment="top">
33483 <column alignment="center" valignment="top">
33484 <row>
33485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489 文章
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498 \begin_inset Graphics
33499         filename ../../images/dialog-show-new-inset_graphics.png
33500         scale 70
33501         scaleBeforeRotation
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \end_inset
33509 </cell>
33510 </row>
33511 <row>
33512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 文章
33517 \end_layout
33518
33519 \end_inset
33520 </cell>
33521 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 文章
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 </row>
33531 </lyxtabular>
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Standard
33539 以下に示すいずれかのように、
33540 \begin_inset VSpace defskip
33541 \end_inset
33542
33543
33544 \end_layout
33545
33546 \begin_layout Standard
33547 \noindent
33548 \align center
33549 \begin_inset Tabular
33550 <lyxtabular version="3" rows="2" columns="2">
33551 <features rotate="0" tabularvalignment="middle">
33552 <column alignment="center" valignment="top">
33553 <column alignment="center" valignment="top">
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 文章
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 文章
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 </row>
33574 <row>
33575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 \begin_inset Graphics
33580         filename ../../images/dialog-show-new-inset_graphics.png
33581         scale 70
33582         scaleBeforeRotation
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595 文章
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 </lyxtabular>
33602
33603 \end_inset
33604
33605  
33606 \begin_inset Tabular
33607 <lyxtabular version="3" rows="2" columns="2">
33608 <features rotate="0" tabularvalignment="middle">
33609 <column alignment="center" valignment="top">
33610 <column alignment="center" valignment="top">
33611 <row>
33612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33613 \begin_inset Text
33614
33615 \begin_layout Plain Layout
33616 文章
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 文章
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 </row>
33631 <row>
33632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636 文章
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 \begin_inset Graphics
33646         filename ../../images/dialog-show-new-inset_graphics.png
33647         scale 70
33648         scaleBeforeRotation
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 </row>
33658 </lyxtabular>
33659
33660 \end_inset
33661
33662  
33663 \begin_inset Tabular
33664 <lyxtabular version="3" rows="2" columns="3">
33665 <features rotate="0" tabularvalignment="middle">
33666 <column alignment="center" valignment="top">
33667 <column alignment="center" valignment="top">
33668 <column alignment="center" valignment="top">
33669 <row>
33670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 文章
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 <cell alignment="center" valignment="top" topline="true" usebox="none">
33680 \begin_inset Text
33681
33682 \begin_layout Plain Layout
33683 \begin_inset Graphics
33684         filename ../../images/dialog-show-new-inset_graphics.png
33685         scale 70
33686         scaleBeforeRotation
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 文章
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 </row>
33705 <row>
33706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33707 \begin_inset Text
33708
33709 \begin_layout Plain Layout
33710 文章
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 文章
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 文章
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 </row>
33734 </lyxtabular>
33735
33736 \end_inset
33737
33738  
33739 \begin_inset Tabular
33740 <lyxtabular version="3" rows="2" columns="3">
33741 <features rotate="0" tabularvalignment="middle">
33742 <column alignment="center" valignment="top">
33743 <column alignment="center" valignment="top">
33744 <column alignment="center" valignment="top">
33745 <row>
33746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33747 \begin_inset Text
33748
33749 \begin_layout Plain Layout
33750 文章
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 <cell alignment="center" valignment="top" topline="true" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Plain Layout
33759 文章
33760 \end_layout
33761
33762 \end_inset
33763 </cell>
33764 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33765 \begin_inset Text
33766
33767 \begin_layout Plain Layout
33768 文章
33769 \end_layout
33770
33771 \end_inset
33772 </cell>
33773 </row>
33774 <row>
33775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Plain Layout
33779 文章
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33785 \begin_inset Text
33786
33787 \begin_layout Plain Layout
33788 \begin_inset Graphics
33789         filename ../../images/dialog-show-new-inset_graphics.png
33790         scale 70
33791         scaleBeforeRotation
33792
33793 \end_inset
33794
33795
33796 \end_layout
33797
33798 \end_inset
33799 </cell>
33800 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33801 \begin_inset Text
33802
33803 \begin_layout Plain Layout
33804 文章
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 </row>
33810 </lyxtabular>
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \noindent
33819 \align center
33820 \begin_inset Tabular
33821 <lyxtabular version="3" rows="3" columns="2">
33822 <features rotate="0" tabularvalignment="middle">
33823 <column alignment="center" valignment="top">
33824 <column alignment="center" valignment="top">
33825 <row>
33826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 文章
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 文章
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 </row>
33845 <row>
33846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850 \begin_inset Graphics
33851         filename ../../images/dialog-show-new-inset_graphics.png
33852         scale 70
33853         scaleBeforeRotation
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 文章
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 </row>
33872 <row>
33873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877 文章
33878 \end_layout
33879
33880 \end_inset
33881 </cell>
33882 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33883 \begin_inset Text
33884
33885 \begin_layout Plain Layout
33886 文章
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 </row>
33892 </lyxtabular>
33893
33894 \end_inset
33895
33896  
33897 \begin_inset Tabular
33898 <lyxtabular version="3" rows="3" columns="3">
33899 <features rotate="0" tabularvalignment="middle">
33900 <column alignment="center" valignment="top">
33901 <column alignment="center" valignment="top">
33902 <column alignment="center" valignment="top">
33903 <row>
33904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 文章
33909 \end_layout
33910
33911 \end_inset
33912 </cell>
33913 <cell alignment="center" valignment="top" topline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 文章
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 文章
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 </row>
33932 <row>
33933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 文章
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 <cell alignment="center" valignment="top" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946 \begin_inset Graphics
33947         filename ../../images/dialog-show-new-inset_graphics.png
33948         scale 70
33949         scaleBeforeRotation
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \end_inset
33957 </cell>
33958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 文章
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 </row>
33968 <row>
33969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 文章
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982 文章
33983 \end_layout
33984
33985 \end_inset
33986 </cell>
33987 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 文章
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 </row>
33997 </lyxtabular>
33998
33999 \end_inset
34000
34001  
34002 \begin_inset Tabular
34003 <lyxtabular version="3" rows="3" columns="2">
34004 <features rotate="0" tabularvalignment="middle">
34005 <column alignment="center" valignment="top">
34006 <column alignment="center" valignment="top">
34007 <row>
34008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 文章
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021 文章
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 </row>
34027 <row>
34028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 文章
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 \begin_inset Graphics
34042         filename ../../images/dialog-show-new-inset_graphics.png
34043         scale 70
34044         scaleBeforeRotation
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 </row>
34054 <row>
34055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059 文章
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068 文章
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 </row>
34074 </lyxtabular>
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \begin_layout Standard
34082 \noindent
34083 オブジェクトを挿入した場所に正確に配置したい時には、
34084 \series bold
34085 picinpar
34086 \series default
34087
34088 \begin_inset Index idx
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
34093 \end_layout
34094
34095 \end_inset
34096
34097 LaTeXパッケージを使うことができます。下記はその用例です。
34098 \end_layout
34099
34100 \begin_layout Standard
34101 \begin_inset ERT
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105
34106
34107 \backslash
34108 ifpicinpar
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \begin_inset Note Note
34115 status open
34116
34117 \begin_layout Plain Layout
34118 以下の部分は、LaTeXパッケージ
34119 \series bold
34120 picinpar
34121 \series default
34122 が導入されているときのみ表示されます。
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \begin_layout Standard
34131 \begin_inset ERT
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135
34136
34137 \backslash
34138 begin{window}[2,c,{
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \begin_inset Graphics
34145         filename ../clipart/mobius.eps
34146         lyxscale 60
34147         width 40col%
34148         scaleBeforeRotation
34149         rotateOrigin center
34150
34151 \end_inset
34152
34153
34154 \begin_inset ERT
34155 status collapsed
34156
34157 \begin_layout Plain Layout
34158
34159 },]
34160 \end_layout
34161
34162 \begin_layout Plain Layout
34163
34164 {}
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \size small
34171 It was in the spring of the year 1894 that all London was interested, and
34172  the fashionable world dismayed, by the murder of the Honourable Ronald
34173  Adair under most unusual and inexplicable circumstances.
34174  The public has already learned those particulars of the crime which
34175 \size default
34176
34177 \begin_inset ERT
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181
34182
34183 \backslash
34184 footnotemark{}
34185 \end_layout
34186
34187 \end_inset
34188
34189
34190 \size small
34191  came out in the police investigation, but a good deal was suppressed upon
34192  that occasion, since the case for the prosecution was so overwhelmingly
34193  strong that it was not necessary to bring forward all the facts.
34194  Only now, at the end of nearly ten years, am I allowed to supply those
34195  missing links which make up the whole of that remarkable chain.
34196 \size default
34197
34198 \begin_inset ERT
34199 status collapsed
34200
34201 \begin_layout Plain Layout
34202
34203
34204 \backslash
34205 end{window}
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Standard
34214 \begin_inset ERT
34215 status collapsed
34216
34217 \begin_layout Plain Layout
34218
34219
34220 \backslash
34221 footnotetext{
34222 \end_layout
34223
34224 \end_inset
34225
34226 固定オブジェクトのある段落の脚注
34227 \begin_inset ERT
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231
34232 }
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Standard
34241 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
34242 ートとは違って、連番のキャプションをつけることはできません。
34243 \end_layout
34244
34245 \begin_layout Standard
34246 固定オブジェクトは、段落冒頭にTeXコードで
34247 \end_layout
34248
34249 \begin_layout Standard
34250
34251 \series bold
34252
34253 \backslash
34254 begin{window}[2,c,{
34255 \end_layout
34256
34257 \begin_layout Standard
34258 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
34259 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
34260 段幅の40
34261 \begin_inset space \thinspace{}
34262 \end_inset
34263
34264 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
34265 \end_layout
34266
34267 \begin_layout Standard
34268
34269 \series bold
34270 },説明文]
34271 \begin_inset Newline newline
34272 \end_inset
34273
34274 {}
34275 \end_layout
34276
34277 \begin_layout Standard
34278 というコマンドが挿入されています。2行目に「
34279 \series bold
34280 {}
34281 \series default
34282 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
34283 \series bold
34284 {}
34285 \series default
34286 の直後から書き始めてください。段落末には、
34287 \end_layout
34288
34289 \begin_layout Standard
34290
34291 \series bold
34292
34293 \backslash
34294 end{window}
34295 \end_layout
34296
34297 \begin_layout Standard
34298 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
34299 \begin_inset CommandInset ref
34300 LatexCommand ref
34301 reference "sec:脚注"
34302
34303 \end_inset
34304
34305 節にあるように、代わりに、段落内で
34306 \series bold
34307
34308 \backslash
34309 footnotemark
34310 \series default
34311 コマンドを使用し、段落外に
34312 \series bold
34313
34314 \backslash
34315 footnotetext
34316 \series default
34317 コマンドを用いてください。
34318 \end_layout
34319
34320 \begin_layout Standard
34321 \begin_inset ERT
34322 status collapsed
34323
34324 \begin_layout Plain Layout
34325
34326
34327 \backslash
34328 else
34329 \end_layout
34330
34331 \end_inset
34332
34333
34334 \begin_inset Note Note
34335 status open
34336
34337 \begin_layout Plain Layout
34338 以下の部分は、LaTeXパッケージ
34339 \series bold
34340 picinpar
34341 \series default
34342 が導入されていないときのみ表示されます。
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Standard
34351 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34352 \series bold
34353 picinpar
34354 \series default
34355 を導入する必要があります。
34356 \end_layout
34357
34358 \begin_layout Standard
34359 \begin_inset ERT
34360 status collapsed
34361
34362 \begin_layout Plain Layout
34363
34364
34365 \backslash
34366 fi
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Section
34375 頭文字
34376 \begin_inset Index idx
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380 かしらもじ
34381 \series bold
34382 @頭文字
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \begin_inset Index idx
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Standard
34401 頭文字を用いるには、LaTeXパッケージ
34402 \begin_inset Index idx
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34407 \end_layout
34408
34409 \end_inset
34410
34411 が導入済みでなくてはならず、文書中で
34412 \family sans
34413 頭文字
34414 \family default
34415 モジュールを使用する必要があります(
34416 \family sans
34417 文書\SpecialChar \menuseparator
34418 設定\SpecialChar \menuseparator
34419 モジュール
34420 \family default
34421 メニュー)。頭文字を挿入するには、
34422 \family sans
34423 頭文字
34424 \family default
34425 様式を使用してください。この様式には、必須引数と非必須引数があります。必須引数は、
34426 \family sans
34427 挿入\SpecialChar \menuseparator
34428 短縮タイトル
34429 \family default
34430 メニューで挿入し、頭文字にする文字を中に入れてください。非必須引数も使う場合は、必須引数の前にもうひとつ引数を挿入してください。これには、頭文字を修正するパラメ
34431 ータが入ります。使うことができるパラメータについての詳細は、
34432 \series bold
34433 lettrine
34434 \series default
34435 の取扱説明書
34436 \begin_inset CommandInset citation
34437 LatexCommand cite
34438 key "lettrine"
34439
34440 \end_inset
34441
34442 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
34443 \shape smallcaps
34444 スモールキャップ体(small caps
34445 \shape default
34446 )で印字されます。どこでこの単語が終わるかをLaTeXに指示するには、その単語の後ろにTeXコードで閉波括弧「
34447 \series bold
34448 }
34449 \series default
34450 」を置いてください。また、様式の終わりには、TeXコードで開波括弧「
34451 \series bold
34452 {
34453 \series default
34454 」がなくてはなりません。
34455 \end_layout
34456
34457 \begin_layout Standard
34458 下記がその例です。
34459 \end_layout
34460
34461 \begin_layout Standard
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 iflettrine
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \begin_inset Note Note
34476 status open
34477
34478 \begin_layout Plain Layout
34479 以下の部分は、LaTeXパッケージ
34480 \series bold
34481 lettrine
34482 \series default
34483 が導入されているときのみ表示されます。
34484 \end_layout
34485
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Enumerate
34492 非必須引数なし。頭文字は、数式フォント
34493 \begin_inset Formula $\mathfrak{Fraktur}$
34494 \end_inset
34495
34496 の「I」。
34497 \end_layout
34498
34499 \begin_deeper
34500 \begin_layout Initial
34501 \begin_inset Argument 2
34502 status open
34503
34504 \begin_layout Plain Layout
34505 \begin_inset Formula $\mathfrak{I}$
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \end_inset
34512
34513 t
34514 \begin_inset ERT
34515 status collapsed
34516
34517 \begin_layout Plain Layout
34518
34519 }
34520 \end_layout
34521
34522 \end_inset
34523
34524  was in the spring of the year 1894 that all London was interested, and
34525  the fashionable world dismayed, by the murder of the Honourable Ronald
34526  Adair under most unusual and inexplicable circumstances.
34527  The public has already learned those particulars of the crime which came
34528  out in the police investigation, but a good deal was suppressed upon that
34529  occasion, since the case for the prosecution was so overwhelmingly strong
34530  that it was not necessary to bring forward all the facts.
34531 \begin_inset ERT
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536 {
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \begin_inset Newpage newpage
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \end_deeper
34549 \begin_layout Enumerate
34550 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
34551 \end_layout
34552
34553 \begin_deeper
34554 \begin_layout Initial
34555 \begin_inset Argument 1
34556 status open
34557
34558 \begin_layout Plain Layout
34559 lines=1
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \begin_inset Argument 2
34566 status open
34567
34568 \begin_layout Plain Layout
34569 It
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \begin_inset ERT
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579
34580 }
34581 \end_layout
34582
34583 \end_inset
34584
34585  was in the spring of the year 1894 that all London was interested, and
34586  the fashionable world dismayed, by the murder of the Honourable Ronald
34587  Adair under most unusual and inexplicable circumstances.
34588  The public has already learned those particulars of the crime which came
34589  out in the police investigation, but a good deal was suppressed upon that
34590  occasion, since the case for the prosecution was so overwhelmingly strong
34591  that it was not necessary to bring forward all the facts.
34592 \begin_inset ERT
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596
34597 {
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \end_deeper
34606 \begin_layout Enumerate
34607 ぶら下がり頭文字は、数式フォント
34608 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34609 \end_inset
34610
34611 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
34612 \shape smallcaps
34613 スモールキャップ体
34614 \shape default
34615 。頭文字に色をつけるには、頭文字の前に
34616 \begin_inset Newline newline
34617 \end_inset
34618
34619
34620 \series bold
34621
34622 \backslash
34623 renewcommand{
34624 \backslash
34625 LettrineFontHook}{
34626 \backslash
34627 color{色}}
34628 \series default
34629
34630 \begin_inset Newline newline
34631 \end_inset
34632
34633 というコマンドを挿入しなくてはなりません。ここで、
34634 \emph on
34635
34636 \emph default
34637 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
34638 ブルに
34639 \begin_inset Newline newline
34640 \end_inset
34641
34642
34643 \series bold
34644
34645 \backslash
34646 @ifundefined{textcolor}
34647 \begin_inset Newline newline
34648 \end_inset
34649
34650
34651 \begin_inset space ~
34652 \end_inset
34653
34654 {
34655 \backslash
34656 usepackage{color}}{}
34657 \begin_inset Newline newline
34658 \end_inset
34659
34660
34661 \series default
34662 というコマンドを書きこんでおかなくてはなりません。
34663 \end_layout
34664
34665 \begin_deeper
34666 \begin_layout Standard
34667 \begin_inset ERT
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671
34672
34673 \backslash
34674 renewcommand{
34675 \backslash
34676 LettrineFontHook}{
34677 \backslash
34678 color{magenta}}
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \begin_inset Note Note
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689 \lang english
34690 makes the initial magenta
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Initial
34699 \begin_inset Argument 1
34700 status open
34701
34702 \begin_layout Plain Layout
34703 lines=3, lhang=0.33, loversize=0.25
34704 \end_layout
34705
34706 \end_inset
34707
34708
34709 \begin_inset Argument 2
34710 status open
34711
34712 \begin_layout Plain Layout
34713 \begin_inset Formula $\mathcal{I}$
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \end_inset
34720
34721 t was in the spring
34722 \begin_inset ERT
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726
34727 }
34728 \end_layout
34729
34730 \end_inset
34731
34732  of the year 1894 that all London was interested, and the fashionable world
34733  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34734  and inexplicable circumstances.
34735  The public has already learned those particulars of the crime which came
34736  out in the police investigation, but a good deal was suppressed upon that
34737  occasion, since the case for the prosecution was so overwhelmingly strong
34738  that it was not necessary to bring forward all the facts.
34739 \begin_inset ERT
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743
34744 {
34745 \end_layout
34746
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \end_deeper
34753 \begin_layout Standard
34754 \begin_inset ERT
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758
34759
34760 \backslash
34761 else
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \begin_inset Note Note
34768 status open
34769
34770 \begin_layout Plain Layout
34771 以下の部分は、LaTeXパッケージ
34772 \series bold
34773 lettrine
34774 \series default
34775 が導入されていないときのみ表示されます。
34776 \end_layout
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \begin_layout Standard
34784 本節の以下の部分を出力に表示するには、LaTeXパッケージ
34785 \series bold
34786 lettrine
34787 \series default
34788 を導入する必要があります。
34789 \end_layout
34790
34791 \begin_layout Standard
34792 \begin_inset ERT
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796
34797
34798 \backslash
34799 fi
34800 \end_layout
34801
34802 \end_inset
34803
34804
34805 \end_layout
34806
34807 \begin_layout Chapter
34808 外部文書構成要素
34809 \begin_inset Index idx
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813 がいぶぶんしょこうせいようそ@外部文書構成要素
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Standard
34822
34823 \family sans
34824 挿入\SpecialChar \menuseparator
34825 ファイル
34826 \family default
34827 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
34828 \end_layout
34829
34830 \begin_layout Description
34831 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
34832 \end_layout
34833
34834 \begin_layout Description
34835 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
34836 \end_layout
34837
34838 \begin_layout Description
34839 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
34840 \end_layout
34841
34842 \begin_layout Description
34843 外部素材 様々な書式のファイル。
34844 \end_layout
34845
34846 \begin_layout Description
34847 子文書 LyXあるいはLaTeX文書。
34848 \end_layout
34849
34850 \begin_layout Section
34851 外部素材
34852 \begin_inset Index idx
34853 status collapsed
34854
34855 \begin_layout Plain Layout
34856 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Standard
34865 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
34866 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
34867 \family sans
34868 操作性\SpecialChar \menuseparator
34869 表示
34870 \family default
34871 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
34872 \end_layout
34873
34874 \begin_layout Standard
34875 外部素材は、
34876 \family sans
34877 挿入
34878 \family default
34879 \SpecialChar \menuseparator
34880
34881 \family sans
34882 ファイル
34883 \family default
34884 \SpecialChar \menuseparator
34885
34886 \family sans
34887 外部素材
34888 \family default
34889 メニューで開くことのできる
34890 \family sans
34891 外部素材
34892 \family default
34893 ダイアログから挿入することができます。目下、以下のファイル形式(
34894 \family sans
34895 ひな型
34896 \family default
34897 )が使用できます。
34898 \end_layout
34899
34900 \begin_layout Description
34901 チェス棋譜 このひな型は、
34902 \series bold
34903
34904 \begin_inset CommandInset href
34905 LatexCommand href
34906 name "XBoard"
34907 target "http://en.wikipedia.org/wiki/XBoard"
34908
34909 \end_inset
34910
34911
34912 \series default
34913 プログラムで作成されたチェス棋譜をサポートします。
34914 \end_layout
34915
34916 \begin_layout Description
34917 日付 これは、
34918 \emph on
34919 日-月-年
34920 \emph default
34921 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
34922 \begin_inset External
34923         template Date
34924         filename .
34925
34926 \end_inset
34927
34928
34929 \begin_inset space ~
34930 \end_inset
34931
34932
34933 \begin_inset Note Note
34934 status collapsed
34935
34936 \begin_layout Plain Layout
34937 バグ4398が修正されたら、この保護空白は削除してください!
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \begin_inset Newline newline
34944 \end_inset
34945
34946 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
34947 \family sans
34948 挿入
34949 \family default
34950 \SpecialChar \menuseparator
34951 日付メニューを使用する方法で、他はLaTeXコマンドの
34952 \series bold
34953
34954 \backslash
34955 today
34956 \series default
34957 をTeXコードで使用する方法です。これらの各方法は、表
34958 \begin_inset CommandInset ref
34959 LatexCommand ref
34960 reference "tab:日付挿入方法"
34961
34962 \end_inset
34963
34964 に比較を掲載しておきます。
34965 \end_layout
34966
34967 \begin_layout Description
34968 Dia このひな型は、
34969 \series bold
34970
34971 \begin_inset CommandInset href
34972 LatexCommand href
34973 name "Dia"
34974 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"
34975
34976 \end_inset
34977
34978
34979 \series default
34980 プログラムで作成したダイアグラムをサポートします。
34981 \end_layout
34982
34983 \begin_layout Description
34984 Gnumeric表計算表 このひな形では、
34985 \series bold
34986
34987 \begin_inset CommandInset href
34988 LatexCommand href
34989 name "Gnumeric"
34990 target "http://ja.wikipedia.org/wiki/Gnumeric"
34991
34992 \end_inset
34993
34994
34995 \series default
34996
34997 \begin_inset CommandInset href
34998 LatexCommand href
34999 name "OpenDocument"
35000 target "http://ja.wikipedia.org/wiki/OpenDocument"
35001
35002 \end_inset
35003
35004
35005 \begin_inset CommandInset href
35006 LatexCommand href
35007 name "Microsoft Office XML"
35008 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35009
35010 \end_inset
35011
35012
35013 \begin_inset CommandInset href
35014 LatexCommand href
35015 name "Office Open XML"
35016 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35017
35018 \end_inset
35019
35020 形式の表計算表を挿入することができます。この機能を使用するには、LyXの初期設定中に
35021 \family typewriter
35022 ssconvert
35023 \family default
35024 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35025 みである必要があります。用例と制約については、LyX用例ファイル
35026 \emph on
35027 spreadsheet.lyx
35028 \emph default
35029 をご覧ください。
35030 \end_layout
35031
35032 \begin_layout Description
35033 Lilypond組版楽譜 このひな型は、
35034 \series bold
35035
35036 \begin_inset CommandInset href
35037 LatexCommand href
35038 name "LilyPond"
35039 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35040
35041 \end_inset
35042
35043
35044 \series default
35045 プログラムで作成した楽譜の組版に使用されます。LyXにおけるLilyPond拡張サポートについては、LyX用例ファイル
35046 \emph on
35047 lilypond.lyx
35048 \emph default
35049 をご覧ください。
35050 \end_layout
35051
35052 \begin_layout Description
35053 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35054 \family sans
35055 LaTeXとLyXオプション
35056 \family default
35057 タブ中の
35058 \family sans
35059 オプション
35060 \family default
35061 フィールドに
35062 \emph on
35063 pages
35064 \emph default
35065 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35066 \series bold
35067 pages={3,5,6,8}
35068 \series default
35069 の形で入れる)やページ範囲(
35070 \series bold
35071 pages={4-9}
35072 \series default
35073 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35074 \series bold
35075 pages={3,{},8-11,15}
35076 \series default
35077 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35078 \emph on
35079 開始頁-終了頁
35080 \emph default
35081 の文法で指定します。これは、
35082 \emph on
35083 開始頁
35084 \emph default
35085
35086 \emph on
35087 終了頁
35088 \emph default
35089 の間のすべてのページを選択します。
35090 \emph on
35091 開始頁
35092 \emph default
35093 を省略すると、1ページ目を指定したのと同じ事になり、
35094 \emph on
35095 終了頁
35096 \emph default
35097 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35098 \series bold
35099 last
35100 \series default
35101 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35102 \series bold
35103 pages=-
35104 \series default
35105 は文書の全ページを挿入することになり、
35106 \series bold
35107 pages=last-1
35108 \series default
35109 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35110 \begin_inset Newline newline
35111 \end_inset
35112
35113
35114 \series bold
35115 noautoscale
35116 \series default
35117 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35118 \family sans
35119 寸法と回転
35120 \family default
35121 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35122 \series bold
35123 noautoscale
35124 \series default
35125 オプションは無視されます。詳しい情報と取り得るオプション値については、LaTeXパッケージ
35126 \series bold
35127 pdfpages
35128 \series default
35129 の取扱説明書
35130 \begin_inset CommandInset citation
35131 LatexCommand cite
35132 key "pdfpages"
35133
35134 \end_inset
35135
35136 をご参照ください。
35137 \begin_inset Index idx
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \begin_inset Newline newline
35148 \end_inset
35149
35150 このひな型を
35151 \family sans
35152 Beamer
35153 \family default
35154 プレゼンテーションで使用するには、まず
35155 \family sans
35156 フレーム終了
35157 \family default
35158 環境を挿入して、続く段落でTeXコードボックスを挿入し、
35159 \series bold
35160
35161 \backslash
35162 setbeamertemplate{background canvas}{}
35163 \series default
35164 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
35165 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
35166 に、ひな型を含む段落には、
35167 \family sans
35168 既定
35169 \family default
35170 配置を用いるようにしてください。
35171 \begin_inset Newline newline
35172 \end_inset
35173
35174 下記は、-5°回転させたPDFを取り込んだものです。
35175 \begin_inset Newline newline
35176 \end_inset
35177
35178
35179 \begin_inset Graphics
35180         filename ../clipart/Abstract.pdf
35181         rotateAngle -5
35182         rotateOrigin leftBottom
35183
35184 \end_inset
35185
35186
35187 \begin_inset Newline newline
35188 \end_inset
35189
35190
35191 \begin_inset Note Greyedout
35192 status open
35193
35194 \begin_layout Plain Layout
35195 【訳註】LaTeXパッケージ
35196 \series bold
35197 pdfpages
35198 \series default
35199 は、pdflatexに基づいており、LaTeXでは組版ができない(LaTeXパッケージ
35200 \series bold
35201 pdfpages
35202 \series default
35203 取扱説明書
35204 \begin_inset CommandInset citation
35205 LatexCommand cite
35206 key "pdfpages"
35207
35208 \end_inset
35209
35210 参照)ため、この外部素材はpLaTeXでは使用することができません。英文版の取扱説明書では、上記のPDFは、
35211 \family sans
35212 挿入\SpecialChar \menuseparator
35213 ファイル\SpecialChar \menuseparator
35214 外部素材
35215 \family default
35216
35217 \family sans
35218 ひな型
35219 \family default
35220
35221 \family sans
35222 PDFページ
35223 \family default
35224 を指定して挿入されていますが、ここでは
35225 \family sans
35226 挿入\SpecialChar \menuseparator
35227 画像
35228 \family default
35229 を使用して挿入しています。
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Description
35238 ラスターイメージ これはビットマップ画像に使用します。
35239 \family sans
35240 外部素材
35241 \family default
35242 ダイアログを使って入れる画像は、第
35243 \begin_inset CommandInset ref
35244 LatexCommand ref
35245 reference "sec:画像ダイアログ"
35246
35247 \end_inset
35248
35249 節にあるように
35250 \family sans
35251 画像
35252 \family default
35253 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
35254 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
35255 \begin_inset External
35256         template RasterImage
35257         filename ../clipart/ToolbarEnvBox.png
35258
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \begin_layout Description
35265 XFig このひな型は、
35266 \series bold
35267
35268 \begin_inset CommandInset href
35269 LatexCommand href
35270 name "Xfig"
35271 target "http://ja.wikipedia.org/wiki/Xfig"
35272
35273 \end_inset
35274
35275
35276 \series default
35277 プログラムで作成した画像をサポートします。
35278 \end_layout
35279
35280 \begin_layout Standard
35281 \begin_inset Float table
35282 placement !h
35283 wide false
35284 sideways false
35285 status open
35286
35287 \begin_layout Plain Layout
35288 \begin_inset Caption Standard
35289
35290 \begin_layout Plain Layout
35291 \begin_inset CommandInset label
35292 LatexCommand label
35293 name "tab:日付挿入方法"
35294
35295 \end_inset
35296
35297 日付の挿入方法の比較
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Plain Layout
35306 \align center
35307 \begin_inset Tabular
35308 <lyxtabular version="3" rows="4" columns="4">
35309 <features rotate="0" tabularvalignment="middle">
35310 <column alignment="center" valignment="top">
35311 <column alignment="center" valignment="top">
35312 <column alignment="center" valignment="top">
35313 <column alignment="center" valignment="top">
35314 <row>
35315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35316 \begin_inset Text
35317
35318 \begin_layout Plain Layout
35319 文書書式
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35325 \begin_inset Text
35326
35327 \begin_layout Plain Layout
35328
35329 \family sans
35330 外部素材\SpecialChar \menuseparator
35331 日付
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340
35341 \family sans
35342 挿入\SpecialChar \menuseparator
35343 日付
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352
35353 \series bold
35354
35355 \backslash
35356 today
35357 \series default
35358 コマンド
35359 \end_layout
35360
35361 \end_inset
35362 </cell>
35363 </row>
35364 <row>
35365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35366 \begin_inset Text
35367
35368 \begin_layout Plain Layout
35369 LyX
35370 \end_layout
35371
35372 \end_inset
35373 </cell>
35374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35375 \begin_inset Text
35376
35377 \begin_layout Plain Layout
35378 差込枠として
35379 \end_layout
35380
35381 \end_inset
35382 </cell>
35383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387 日付として
35388 \end_layout
35389
35390 \end_inset
35391 </cell>
35392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35393 \begin_inset Text
35394
35395 \begin_layout Plain Layout
35396 TeXコード差込枠として
35397 \end_layout
35398
35399 \end_inset
35400 </cell>
35401 </row>
35402 <row>
35403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35404 \begin_inset Text
35405
35406 \begin_layout Plain Layout
35407 LaTeX
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35413 \begin_inset Text
35414
35415 \begin_layout Plain Layout
35416 日付として
35417 \end_layout
35418
35419 \end_inset
35420 </cell>
35421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35422 \begin_inset Text
35423
35424 \begin_layout Plain Layout
35425 日付として
35426 \end_layout
35427
35428 \end_inset
35429 </cell>
35430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35431 \begin_inset Text
35432
35433 \begin_layout Plain Layout
35434 コマンドとして
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445 DVI, PDF, PS
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 日付として
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463 日付として
35464 \end_layout
35465
35466 \end_inset
35467 </cell>
35468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35469 \begin_inset Text
35470
35471 \begin_layout Plain Layout
35472 日付として
35473 \end_layout
35474
35475 \end_inset
35476 </cell>
35477 </row>
35478 </lyxtabular>
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \end_inset
35486
35487
35488 \end_layout
35489
35490 \begin_layout Standard
35491
35492 \family sans
35493 外部素材
35494 \family default
35495 ダイアログの
35496 \family sans
35497 ファイル
35498 \family default
35499 タブ中で
35500 \family sans
35501 下書き
35502 \family default
35503 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
35504 \begin_inset Newline newline
35505 \end_inset
35506
35507 LyX中での外部素材は、ダイアログ内の
35508 \family sans
35509 LaTeXとLyXのオプション
35510 \family default
35511 タブにある
35512 \family sans
35513 LyX内に表示
35514 \family default
35515 オプションの指定に従って、
35516 \begin_inset Graphics
35517         filename clipart/ExternalMaterialQt4.png
35518         scale 85
35519         scaleBeforeRotation
35520
35521 \end_inset
35522
35523 のようなボックスとして表示されるか、画像として表示されます。
35524 \end_layout
35525
35526 \begin_layout Standard
35527 取扱説明書
35528 \family sans
35529 \emph on
35530 カスタマイズ篇
35531 \family default
35532 \emph default
35533 には、自製のひな型を定義する方法が説明されています。
35534 \end_layout
35535
35536 \begin_layout Section
35537 子文書
35538 \begin_inset CommandInset label
35539 LatexCommand label
35540 name "sec:子文書"
35541
35542 \end_inset
35543
35544
35545 \begin_inset Index idx
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \begin_inset Index idx
35556 status collapsed
35557
35558 \begin_layout Plain Layout
35559 ふぁいる@ファイル ! いんくるーど@インクルード
35560 \end_layout
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \begin_layout Standard
35568 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
35569 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
35570 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
35571 \end_layout
35572
35573 \begin_layout Standard
35574 親文書を開くことなく子文書で作業できるようにするには、子文書の
35575 \family sans
35576 文書
35577 \family default
35578 \SpecialChar \menuseparator
35579
35580 \family sans
35581 設定
35582 \family default
35583 \SpecialChar \menuseparator
35584
35585 \family sans
35586 文書クラス
35587 \family default
35588 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
35589 \end_layout
35590
35591 \begin_layout Standard
35592 取り込んだ文書は、LyX中で
35593 \begin_inset Graphics
35594         filename clipart/ChildDocumentQt4.png
35595         scale 85
35596         scaleBeforeRotation
35597
35598 \end_inset
35599
35600 のようなボックスとして表示されます。子文書を親文書に取り込むには、
35601 \family sans
35602 挿入
35603 \family default
35604 \SpecialChar \menuseparator
35605
35606 \family sans
35607 ファイル
35608 \family default
35609 \SpecialChar \menuseparator
35610
35611 \family sans
35612 子文書
35613 \family default
35614 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
35615 \end_layout
35616
35617 \begin_layout Description
35618 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
35619 \family sans
35620 子文書
35621 \family default
35622 ダイアログの
35623 \family sans
35624 編集
35625 \family default
35626 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
35627 \begin_inset Newline newline
35628 \end_inset
35629
35630
35631 \end_layout
35632
35633 \begin_layout Standard
35634 以下は、
35635 \family sans
35636 Include
35637 \family default
35638 を使用して挿入した子文書です。 
35639 \begin_inset CommandInset include
35640 LatexCommand include
35641 filename "DummyDocument1.lyx"
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \begin_layout Standard
35649 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
35650 あります。取り込んだ文書のラベルは、第
35651 \begin_inset CommandInset ref
35652 LatexCommand ref
35653 reference "sub:外部文書の第1小節"
35654
35655 \end_inset
35656
35657 小節、のように参照することができます。
35658 \end_layout
35659
35660 \begin_layout Standard
35661 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
35662 は、新規頁から始まるように挿入され、改頁して終わります。
35663 \end_layout
35664
35665 \begin_layout Standard
35666 \begin_inset Note Greyedout
35667 status open
35668
35669 \begin_layout Plain Layout
35670
35671 \series bold
35672 【註】
35673 \series default
35674 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
35675 警告が発せられます。
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Description
35684 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
35685 \end_layout
35686
35687 \begin_deeper
35688 \begin_layout Itemize
35689 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
35690 \end_layout
35691
35692 \begin_layout Itemize
35693 Inputファイルは、LyX設定の操作性
35694 \family sans
35695 \SpecialChar \menuseparator
35696 表示
35697 \family default
35698 の下にある
35699 \family sans
35700 画像を表示
35701 \family default
35702 を有効にすると、LyX中でプレビューすることができます。
35703 \end_layout
35704
35705 \begin_layout Itemize
35706 LaTeXコマンドの
35707 \series bold
35708
35709 \backslash
35710 includeonly
35711 \series default
35712 は使用することができません。
35713 \end_layout
35714
35715 \end_deeper
35716 \begin_layout Standard
35717 右は、
35718 \family sans
35719 Input
35720 \family default
35721 を使って挿入した子文書です。 
35722 \begin_inset CommandInset include
35723 LatexCommand input
35724 filename "DummyDocument2.lyx"
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Description
35732 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
35733 に用いられているコマンドは実行されません。
35734 \family sans
35735 出力の空白に印付けをする
35736 \family default
35737 オプションを有効にすると、ソースコード中のすべての空白文字に「
35738 \begin_inset ERT
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743
35744 \backslash
35745 textvisiblespace 
35746 \end_layout
35747
35748 \end_inset
35749
35750 」文字を表示させることができます。
35751 \family sans
35752 挿入\SpecialChar \menuseparator
35753 ファイル\SpecialChar \menuseparator
35754 平文
35755 \family default
35756 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
35757 \end_layout
35758
35759 \begin_layout Standard
35760 以下は、verbatimとして挿入された子文書です。 
35761 \begin_inset CommandInset include
35762 LatexCommand verbatiminput
35763 filename "../DummyTextDocument.txt"
35764
35765 \end_inset
35766
35767
35768 \begin_inset VSpace bigskip
35769 \end_inset
35770
35771 以下は、
35772 \family sans
35773 出力の空白に印付けをする
35774 \family default
35775 オプションを指定して、verbatimとして挿入された子文書です。 
35776 \begin_inset CommandInset include
35777 LatexCommand verbatiminput*
35778 filename "../DummyTextDocument.txt"
35779
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \begin_layout Standard
35786 \begin_inset VSpace bigskip
35787 \end_inset
35788
35789
35790 \end_layout
35791
35792 \begin_layout Standard
35793 \begin_inset Note Greyedout
35794 status open
35795
35796 \begin_layout Plain Layout
35797
35798 \series bold
35799 【註】
35800 \series default
35801 上記の例でわかるように、
35802 \family sans
35803 verbatim
35804 \family default
35805 として取り込んだ文書の文章は、文書行の終わりで改行されません。
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814 \begin_inset Note Greyedout
35815 status open
35816
35817 \begin_layout Plain Layout
35818
35819 \series bold
35820 【訳註】
35821 \series default
35822 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Description
35831 プログラムリスト この型については、第
35832 \begin_inset CommandInset ref
35833 LatexCommand ref
35834 reference "cha:プログラムコードリスト"
35835
35836 \end_inset
35837
35838 章に説明されています。
35839 \end_layout
35840
35841 \begin_layout Standard
35842 \begin_inset Note Greyedout
35843 status open
35844
35845 \begin_layout Plain Layout
35846
35847 \series bold
35848 【註】
35849 \series default
35850 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
35860 一部を出力から排除することができます。これは、
35861 \family sans
35862 文書\SpecialChar \menuseparator
35863 設定\SpecialChar \menuseparator
35864 子文書
35865 \family default
35866 メニューから行うことができます。そこの一覧中の各子文書の
35867 \family sans
35868 出力に含める
35869 \family default
35870 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
35871 てのみ機能することにご注意ください)。
35872 \family sans
35873 カウンタと引用を維持
35874 \family default
35875 オプションを有効にすると、LyXは、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体の
35876 コンテクストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、LyXはバックグラウンドで文書全体を処理しなくては
35877 なりません。したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
35878 \end_layout
35879
35880 \begin_layout Standard
35881 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
35882 \begin_inset Foot
35883 status collapsed
35884
35885 \begin_layout Plain Layout
35886 派生枝は、LyX
35887 \emph on
35888 ユーザーの手引き
35889 \emph default
35890
35891 \emph on
35892 派生枝
35893 \emph default
35894 の節に説明されています。
35895 \end_layout
35896
35897 \end_inset
35898
35899 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
35900 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
35901 \end_layout
35902
35903 \begin_layout Chapter
35904 プログラムコードリスト
35905 \begin_inset CommandInset label
35906 LatexCommand label
35907 name "cha:プログラムコードリスト"
35908
35909 \end_inset
35910
35911
35912 \begin_inset Index idx
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916 りすと@リスト
35917 \end_layout
35918
35919 \end_inset
35920
35921
35922 \begin_inset Index idx
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926 ぷろぐらむこーど@プログラムコード
35927 \end_layout
35928
35929 \end_inset
35930
35931
35932 \begin_inset Index idx
35933 status collapsed
35934
35935 \begin_layout Plain Layout
35936 ふろーと@フロート ! りすと@リスト
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Standard
35945 プログラムコードを取り込んで組版するには、
35946 \family sans
35947 挿入
35948 \family default
35949 \SpecialChar \menuseparator
35950
35951 \family sans
35952 プログラムリスト
35953 \family default
35954 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
35955 \series bold
35956 listings
35957 \series default
35958
35959 \begin_inset Index idx
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963 LaTeXぱっけーじ@LaTeXパッケージ ! listings
35964 \end_layout
35965
35966 \end_inset
35967
35968 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
35969 \end_layout
35970
35971 \begin_layout Standard
35972 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
35973 \end_layout
35974
35975 \begin_layout Standard
35976 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
35977 \family sans
35978 行内リスト
35979 \family default
35980 を指定すると、リストは
35981 \begin_inset listings
35982 lstparams "language={C++}"
35983 inline true
35984 status collapsed
35985
35986 \begin_layout Plain Layout
35987
35988 int a=5;
35989 \end_layout
35990
35991 \end_inset
35992
35993 のように行内に印字されます。
35994 \begin_inset Newline newline
35995 \end_inset
35996
35997
35998 \family sans
35999 フロート
36000 \family default
36001 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36002 \begin_inset CommandInset ref
36003 LatexCommand ref
36004 reference "sec:フロートの配置"
36005
36006 \end_inset
36007
36008 節に説明されているフロート配置オプションに従って、「
36009 \family sans
36010 h
36011 \family default
36012 」「
36013 \family sans
36014 t
36015 \family default
36016 」「
36017 \family sans
36018 b
36019 \family default
36020 」「
36021 \family sans
36022 p
36023 \family default
36024 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36025 \family sans
36026 htbp
36027 \family default
36028 」のように区切りを入れることなく入力することができます。「
36029 \family sans
36030 h
36031 \family default
36032 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36033 \family sans
36034 フロート
36035 \family default
36036 オプションを使用しなければ大丈夫です。
36037 \end_layout
36038
36039 \begin_layout Standard
36040
36041 \family sans
36042 挿入
36043 \family default
36044 \SpecialChar \menuseparator
36045
36046 \family sans
36047 キャプション
36048 \family default
36049 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36050 \begin_inset CommandInset ref
36051 LatexCommand ref
36052 reference "lst:リストフロート"
36053
36054 \end_inset
36055
36056 のように参照することができます。
36057 \end_layout
36058
36059 \begin_layout Standard
36060 \begin_inset listings
36061 lstparams "language=Python"
36062 inline false
36063 status open
36064
36065 \begin_layout Plain Layout
36066
36067 \begin_inset Caption Standard
36068
36069 \begin_layout Plain Layout
36070 \begin_inset CommandInset label
36071 LatexCommand label
36072 name "lst:リストフロート"
36073
36074 \end_inset
36075
36076 Example Listing Float
36077 \end_layout
36078
36079 \end_inset
36080
36081 # Example listing float
36082 \end_layout
36083
36084 \begin_layout Plain Layout
36085
36086 def func(param):
36087 \end_layout
36088
36089 \begin_layout Plain Layout
36090
36091     'this is a python function'
36092 \end_layout
36093
36094 \begin_layout Plain Layout
36095
36096     pass
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Standard
36105 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
36106 onのキーワード「def」が識別され、ボールド体で出力されます。
36107 \end_layout
36108
36109 \begin_layout Standard
36110 \begin_inset Note Greyedout
36111 status open
36112
36113 \begin_layout Plain Layout
36114
36115 \series bold
36116 【註】
36117 \series default
36118 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
36119 \family typewriter
36120 typewriter
36121 \family default
36122 フォントがボールド体を提供していません。この場合には、
36123 \family sans
36124 文書
36125 \family default
36126 \SpecialChar \menuseparator
36127
36128 \family sans
36129 設定
36130 \family default
36131 \SpecialChar \menuseparator
36132
36133 \family sans
36134 フォント
36135 \family default
36136 メニューで別のフォントを選択してください(
36137 \emph on
36138 LuxiMono
36139 \emph default
36140
36141 \emph on
36142 BeraMono
36143 \emph default
36144
36145 \emph on
36146 Courier
36147 \emph default
36148 の各フォントはボールド体を提供します)。
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157 \begin_inset Note Greyedout
36158 status open
36159
36160 \begin_layout Plain Layout
36161
36162 \series bold
36163 【訳註】
36164 \series default
36165 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \begin_layout Standard
36174 プログラムリストダイアログの
36175 \family sans
36176 行番号
36177 \family default
36178 のセクションでは、行番号の様式を指定することができます。
36179 \family sans
36180 行間
36181 \family default
36182 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
36183 \end_layout
36184
36185 \begin_layout Standard
36186 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
36187 \family sans
36188 拡張文字コード表を使う
36189 \family default
36190 オプションを使用しなくてはなりません。
36191 \begin_inset Newline newline
36192 \end_inset
36193
36194 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
36195 \begin_inset space \thinspace{}
36196 \end_inset
36197
36198 -
36199 \begin_inset space \thinspace{}
36200 \end_inset
36201
36202 8」で設定したプログラムリストの例です。
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \begin_inset listings
36207 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36208 inline false
36209 status open
36210
36211 \begin_layout Plain Layout
36212
36213 def func(param):
36214 \end_layout
36215
36216 \begin_layout Plain Layout
36217
36218     'this is a python function'
36219 \end_layout
36220
36221 \begin_layout Plain Layout
36222
36223     pass
36224 \end_layout
36225
36226 \begin_layout Plain Layout
36227
36228 def func(param):
36229 \end_layout
36230
36231 \begin_layout Plain Layout
36232
36233 'This is a German word: Tschüß'
36234 \end_layout
36235
36236 \begin_layout Plain Layout
36237
36238 pass
36239 \end_layout
36240
36241 \begin_layout Plain Layout
36242
36243 def func(param):
36244 \end_layout
36245
36246 \begin_layout Plain Layout
36247
36248 'this is a python function'
36249 \end_layout
36250
36251 \begin_layout Plain Layout
36252
36253 pass
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Standard
36262 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
36263 \family sans
36264 タビュレータの大きさ
36265 \family default
36266 フィールドで指定することができます。
36267 \end_layout
36268
36269 \begin_layout Standard
36270 \begin_inset Note Greyedout
36271 status open
36272
36273 \begin_layout Plain Layout
36274
36275 \series bold
36276 【註】listings
36277 \series default
36278 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
36279 に振られているのはこのためです。
36280 \end_layout
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Standard
36288 \begin_inset VSpace bigskip
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \begin_layout Standard
36295 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
36296 \family sans
36297 挿入
36298 \family default
36299 \SpecialChar \menuseparator
36300
36301 \family sans
36302 ファイル
36303 \family default
36304 \SpecialChar \menuseparator
36305
36306 \family sans
36307 子文書
36308 \family default
36309 メニューを使用して
36310 \family sans
36311 プログラムリスト
36312 \family default
36313 型を選択してください
36314 \begin_inset Foot
36315 status collapsed
36316
36317 \begin_layout Plain Layout
36318 他の子文書型については、第 section
36319 \begin_inset space ~
36320 \end_inset
36321
36322
36323 \begin_inset CommandInset ref
36324 LatexCommand ref
36325 reference "sec:子文書"
36326
36327 \end_inset
36328
36329 節に説明があります。
36330 \end_layout
36331
36332 \end_inset
36333
36334 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
36335 疑問符「?」を打鍵してください。
36336 \end_layout
36337
36338 \begin_layout Standard
36339 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
36340 \family sans
36341 挿入
36342 \family default
36343 \SpecialChar \menuseparator
36344
36345 \family sans
36346 相互参照
36347 \family default
36348 メニューを使って参照できるようになります。
36349 \end_layout
36350
36351 \begin_layout Standard
36352 プログラムリスト
36353 \begin_inset CommandInset ref
36354 LatexCommand ref
36355 reference "lst:file-listing"
36356
36357 \end_inset
36358
36359 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
36360 \end_layout
36361
36362 \begin_layout Standard
36363 \begin_inset CommandInset include
36364 LatexCommand lstinputlisting
36365 filename "EmbeddedObjects.lyx"
36366 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 \begin_inset VSpace bigskip
36375 \end_inset
36376
36377
36378 \end_layout
36379
36380 \begin_layout Standard
36381 リストに数式を入れるには、以下のようにします。
36382 \end_layout
36383
36384 \begin_layout Enumerate
36385 リストダイアログを開き、
36386 \family sans
36387 詳細
36388 \family default
36389 タブのフィールド中に
36390 \begin_inset Newline newline
36391 \end_inset
36392
36393
36394 \family sans
36395 mathescape=true
36396 \family default
36397
36398 \begin_inset Newline newline
36399 \end_inset
36400
36401 と書き加えます。
36402 \end_layout
36403
36404 \begin_layout Enumerate
36405 リスト外で数式を作成します。
36406 \end_layout
36407
36408 \begin_layout Enumerate
36409 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
36410 \begin_inset Info
36411 type  "shortcut"
36412 arg   "copy"
36413 \end_inset
36414
36415 )。
36416 \end_layout
36417
36418 \begin_layout Enumerate
36419 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
36420 \begin_inset Info
36421 type  "shortcut"
36422 arg   "paste"
36423 \end_inset
36424
36425 )。
36426 \end_layout
36427
36428 \begin_layout Standard
36429 \begin_inset listings
36430 lstparams "language=Python,mathescape=true"
36431 inline false
36432 status open
36433
36434 \begin_layout Plain Layout
36435
36436 \begin_inset Caption Standard
36437
36438 \begin_layout Plain Layout
36439 Example Listing float containing a formula
36440 \end_layout
36441
36442 \end_inset
36443
36444 # Example listing float
36445 \end_layout
36446
36447 \begin_layout Plain Layout
36448
36449 def func(param):
36450 \end_layout
36451
36452 \begin_layout Plain Layout
36453
36454     # $
36455 \backslash
36456 prod_{n=1}^{
36457 \backslash
36458 infty}
36459 \backslash
36460 ,
36461 \backslash
36462 frac{1}{x^{2}}$
36463 \end_layout
36464
36465 \begin_layout Plain Layout
36466
36467     pass
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \begin_layout Standard
36476 \begin_inset VSpace bigskip
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 大域的なプログラムリストの設定は、
36484 \family sans
36485 文書
36486 \family default
36487 \SpecialChar \menuseparator
36488
36489 \family sans
36490 設定
36491 \family default
36492 \SpecialChar \menuseparator
36493
36494 \family sans
36495 リスト
36496 \family default
36497 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
36498 \family sans
36499 プログラムリスト設定
36500 \family default
36501 フィールドで疑問符「?」を打鍵してください。
36502 \end_layout
36503
36504 \begin_layout Standard
36505
36506 \series bold
36507 listings
36508 \series default
36509 パッケージについての詳しい情報については、取扱説明書
36510 \begin_inset CommandInset citation
36511 LatexCommand cite
36512 key "listings"
36513
36514 \end_inset
36515
36516 をご参照ください。.
36517 \end_layout
36518
36519 \begin_layout Standard
36520 \begin_inset Newpage newpage
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Chapter
36527 \start_of_appendix
36528 LyXで使用できる単位
36529 \begin_inset Index idx
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 たんい@単位
36534 \end_layout
36535
36536 \end_inset
36537
36538
36539 \begin_inset CommandInset label
36540 LatexCommand label
36541 name "cha:LyXで使用できる単位"
36542
36543 \end_inset
36544
36545
36546 \end_layout
36547
36548 \begin_layout Standard
36549 この文書で用いられる単位の理解のために、表
36550 \begin_inset CommandInset ref
36551 LatexCommand ref
36552 reference "tab:単位"
36553
36554 \end_inset
36555
36556 に、LyXで使うことのできる単位をまとめておきます。
36557 \end_layout
36558
36559 \begin_layout Standard
36560 \begin_inset Float table
36561 placement h
36562 wide false
36563 sideways false
36564 status open
36565
36566 \begin_layout Plain Layout
36567 \begin_inset Caption Standard
36568
36569 \begin_layout Plain Layout
36570 \begin_inset CommandInset label
36571 LatexCommand label
36572 name "tab:単位"
36573
36574 \end_inset
36575
36576 単位
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \end_layout
36583
36584 \begin_layout Plain Layout
36585 \begin_inset VSpace medskip
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Plain Layout
36592 \align center
36593 \begin_inset Tabular
36594 <lyxtabular version="3" rows="20" columns="2">
36595 <features rotate="0" tabularvalignment="middle">
36596 <column alignment="center" valignment="top">
36597 <column alignment="center" valignment="top">
36598 <row>
36599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Plain Layout
36603 単位
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36609 \begin_inset Text
36610
36611 \begin_layout Plain Layout
36612 名称/摘要
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 </row>
36618 <row>
36619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36620 \begin_inset Text
36621
36622 \begin_layout Plain Layout
36623 mm
36624 \end_layout
36625
36626 \end_inset
36627 </cell>
36628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632 ミリメートル
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 </row>
36638 <row>
36639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36640 \begin_inset Text
36641
36642 \begin_layout Plain Layout
36643 cm
36644 \end_layout
36645
36646 \end_inset
36647 </cell>
36648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36649 \begin_inset Text
36650
36651 \begin_layout Plain Layout
36652 センチメートル
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 </row>
36658 <row>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663 in
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672 インチ
36673 \end_layout
36674
36675 \end_inset
36676 </cell>
36677 </row>
36678 <row>
36679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36680 \begin_inset Text
36681
36682 \begin_layout Plain Layout
36683 pt
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692 ポイント (72.27
36693 \begin_inset Formula $\,$
36694 \end_inset
36695
36696 pt = 1
36697 \begin_inset Formula $\,$
36698 \end_inset
36699
36700 in)
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 </row>
36706 <row>
36707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36708 \begin_inset Text
36709
36710 \begin_layout Plain Layout
36711 pc
36712 \end_layout
36713
36714 \end_inset
36715 </cell>
36716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout Plain Layout
36720 パイカ (1
36721 \begin_inset Formula $\,$
36722 \end_inset
36723
36724 pc = 12
36725 \begin_inset Formula $\,$
36726 \end_inset
36727
36728 pt)
36729 \end_layout
36730
36731 \end_inset
36732 </cell>
36733 </row>
36734 <row>
36735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 sp
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36745 \begin_inset Text
36746
36747 \begin_layout Plain Layout
36748 スケールポイント (65536
36749 \begin_inset Formula $\,$
36750 \end_inset
36751
36752 sp = 1
36753 \begin_inset Formula $\,$
36754 \end_inset
36755
36756 pt)
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 </row>
36762 <row>
36763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767 bp
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 ビッグポイント (72
36777 \begin_inset Formula $\,$
36778 \end_inset
36779
36780 bp = 1
36781 \begin_inset Formula $\,$
36782 \end_inset
36783
36784 in)
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 </row>
36790 <row>
36791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795 dd
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36801 \begin_inset Text
36802
36803 \begin_layout Plain Layout
36804 ディドー (72
36805 \begin_inset Formula $\,$
36806 \end_inset
36807
36808 dd 
36809 \begin_inset Formula $\approx$
36810 \end_inset
36811
36812  37.6
36813 \begin_inset Formula $\,$
36814 \end_inset
36815
36816 mm)
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 </row>
36822 <row>
36823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827 cc
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 シセロ (1
36837 \begin_inset Formula $\,$
36838 \end_inset
36839
36840 cc = 12
36841 \begin_inset Formula $\,$
36842 \end_inset
36843
36844 dd)
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 </row>
36850 <row>
36851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36852 \begin_inset Text
36853
36854 \begin_layout Plain Layout
36855 Scale%
36856 \end_layout
36857
36858 \end_inset
36859 </cell>
36860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 元の画像幅の%
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 </row>
36870 <row>
36871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36872 \begin_inset Text
36873
36874 \begin_layout Plain Layout
36875 text%
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 テキスト幅の%
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 </row>
36890 <row>
36891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Plain Layout
36895 col%
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Plain Layout
36904 組段幅の%
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 </row>
36910 <row>
36911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 page%
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924 用紙幅の%
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 </row>
36930 <row>
36931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 line%
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944 行幅の%
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 </row>
36950 <row>
36951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955 theight%
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36961 \begin_inset Text
36962
36963 \begin_layout Plain Layout
36964 テキスト高さの%
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 </row>
36970 <row>
36971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36972 \begin_inset Text
36973
36974 \begin_layout Plain Layout
36975 pheight%
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36981 \begin_inset Text
36982
36983 \begin_layout Plain Layout
36984 用紙高さの%
36985 \end_layout
36986
36987 \end_inset
36988 </cell>
36989 </row>
36990 <row>
36991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 ex
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37001 \begin_inset Text
37002
37003 \begin_layout Plain Layout
37004 現在のフォントの文字「x」の高さ
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 </row>
37010 <row>
37011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 em
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37021 \begin_inset Text
37022
37023 \begin_layout Plain Layout
37024 現在のフォントの文字「M」の幅
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 </row>
37030 <row>
37031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 mu
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37041 \begin_inset Text
37042
37043 \begin_layout Plain Layout
37044 数式単位 (1
37045 \begin_inset Formula $\,$
37046 \end_inset
37047
37048 mu = 1/18
37049 \begin_inset Formula $\,$
37050 \end_inset
37051
37052 em)
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 </row>
37058 </lyxtabular>
37059
37060 \end_inset
37061
37062
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Chapter
37071 画像を含む場合のファイル出力形式
37072 \begin_inset CommandInset label
37073 LatexCommand label
37074 name "cha:ファイル出力形式"
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \begin_layout Section
37082 DVI
37083 \begin_inset Index idx
37084 status collapsed
37085
37086 \begin_layout Plain Layout
37087 ふぁいるしょしき@ファイル書式 ! DVI
37088 \end_layout
37089
37090 \end_inset
37091
37092
37093 \begin_inset Index idx
37094 status collapsed
37095
37096 \begin_layout Plain Layout
37097 DVI|see
37098 \begin_inset ERT
37099 status collapsed
37100
37101 \begin_layout Plain Layout
37102
37103 {
37104 \end_layout
37105
37106 \end_inset
37107
37108 ファイル書式
37109 \begin_inset ERT
37110 status collapsed
37111
37112 \begin_layout Plain Layout
37113
37114 }
37115 \end_layout
37116
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \begin_layout Standard
37128 このファイル型の拡張子は「
37129 \family typewriter
37130 .dvi
37131 \family default
37132 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
37133 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
37134 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
37135 \end_layout
37136
37137 \begin_layout Standard
37138 \begin_inset Note Greyedout
37139 status open
37140
37141 \begin_layout Plain Layout
37142 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
37143 \end_layout
37144
37145 \end_inset
37146
37147 ですから、お使いの
37148 \family typewriter
37149 .dvi
37150 \family default
37151 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
37152 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
37153 DFを使用することをお勧めします。
37154 \end_layout
37155
37156 \begin_layout Standard
37157 使用中の文書は、
37158 \family sans
37159 ファイル
37160 \family default
37161 \SpecialChar \menuseparator
37162
37163 \family sans
37164 書き出し
37165 \family default
37166 \SpecialChar \menuseparator
37167
37168 \family sans
37169 DVI
37170 \family default
37171 メニューを使用して、DVIに書き出すことができます。
37172 \family sans
37173 表示
37174 \family default
37175 メニューから、文書をDVIとして表示させることもできます。
37176 \end_layout
37177
37178 \begin_layout Section
37179 PostScript
37180 \begin_inset CommandInset label
37181 LatexCommand label
37182 name "sec:PostScript"
37183
37184 \end_inset
37185
37186
37187 \begin_inset Index idx
37188 status collapsed
37189
37190 \begin_layout Plain Layout
37191 ふぁいるしょしき@ファイル書式 ! PostScript
37192 \end_layout
37193
37194 \end_inset
37195
37196
37197 \begin_inset Index idx
37198 status collapsed
37199
37200 \begin_layout Plain Layout
37201 PostScript|see
37202 \begin_inset ERT
37203 status collapsed
37204
37205 \begin_layout Plain Layout
37206
37207 {
37208 \end_layout
37209
37210 \end_inset
37211
37212 ファイル書式
37213 \begin_inset ERT
37214 status collapsed
37215
37216 \begin_layout Plain Layout
37217
37218 }
37219 \end_layout
37220
37221 \end_inset
37222
37223
37224 \end_layout
37225
37226 \end_inset
37227
37228
37229 \end_layout
37230
37231 \begin_layout Standard
37232 このファイル型の拡張子は「
37233 \family typewriter
37234 .ps
37235 \family default
37236 」です。PostScriptは、
37237 \family typewriter
37238 Adobe
37239 \family default
37240 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
37241 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
37242 \begin_inset Foot
37243 status collapsed
37244
37245 \begin_layout Plain Layout
37246 これについてもう少し学ぶ気があれば、LaTeXパッケージ
37247 \series bold
37248 PSTricks
37249 \series default
37250
37251 \begin_inset CommandInset citation
37252 LatexCommand cite
37253 key "pstricks"
37254
37255 \end_inset
37256
37257 を見てみてください。
37258 \end_layout
37259
37260 \end_inset
37261
37262 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
37263 \end_layout
37264
37265 \begin_layout Standard
37266 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
37267 \family typewriter
37268 .eps
37269 \family default
37270 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
37271 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
37272 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
37273 を直接EPSとして入れておく方がよいでしょう。
37274 \end_layout
37275
37276 \begin_layout Standard
37277 文書は、
37278 \family sans
37279 ファイル
37280 \family default
37281 \SpecialChar \menuseparator
37282
37283 \family sans
37284 書き出し
37285 \family default
37286 \SpecialChar \menuseparator
37287
37288 \family sans
37289 Postscript
37290 \family default
37291 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
37292 \family sans
37293 表示
37294 \family default
37295 メニューかツールバーボタン
37296 \begin_inset Graphics
37297         filename ../../images/buffer-view_ps.png
37298         scale 85
37299         scaleBeforeRotation
37300
37301 \end_inset
37302
37303 を使用することでPostScriptとして表示させることができます。
37304 \end_layout
37305
37306 \begin_layout Section
37307 PDF
37308 \begin_inset Index idx
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312 ふぁいるしょしき@ファイル書式 ! PDF
37313 \end_layout
37314
37315 \end_inset
37316
37317
37318 \begin_inset Index idx
37319 status collapsed
37320
37321 \begin_layout Plain Layout
37322 PDF
37323 \end_layout
37324
37325 \end_inset
37326
37327
37328 \end_layout
37329
37330 \begin_layout Standard
37331 このファイル型の拡張子は「
37332 \family typewriter
37333 .pdf
37334 \family default
37335 」です。この「Portable Document Format (PDF)」は、
37336 \family typewriter
37337 Adobe
37338 \family default
37339 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
37340 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
37341 \end_layout
37342
37343 \begin_layout Standard
37344 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
37345 \family typewriter
37346 .jpg
37347 \family default
37348 」または「
37349 \family typewriter
37350 .jpeg
37351 \family default
37352 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
37353 \family typewriter
37354 .png
37355 \family default
37356 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
37357 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
37358 とをお勧めします。
37359 \end_layout
37360
37361 \begin_layout Standard
37362 使用中の文書は、
37363 \family sans
37364 ファイル
37365 \family default
37366 \SpecialChar \menuseparator
37367
37368 \family sans
37369 書き出し
37370 \family default
37371 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
37372 \end_layout
37373
37374 \begin_layout Description
37375 PDF
37376 \begin_inset space ~
37377 \end_inset
37378
37379 (ps2pdf) これは
37380 \family typewriter
37381 ps2pdf
37382 \family default
37383 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
37384 \family typewriter
37385 dvips
37386 \family default
37387 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
37388 \end_layout
37389
37390 \begin_layout Description
37391 PDF
37392 \begin_inset space ~
37393 \end_inset
37394
37395 (dvipdfm) これは
37396 \family typewriter
37397 dvipdfm
37398 \family default
37399 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
37400 \end_layout
37401
37402 \begin_layout Description
37403 PDF
37404 \begin_inset space ~
37405 \end_inset
37406
37407 (pdflatex) これは
37408 \family typewriter
37409 pdftex
37410 \family default
37411 プログラムを使って、現在のファイルを直接PDFに変換します。
37412 \end_layout
37413
37414 \begin_layout Standard
37415
37416 \family typewriter
37417 pdftex
37418 \family default
37419 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
37420 \family sans
37421 PDF
37422 \begin_inset space ~
37423 \end_inset
37424
37425 (pdflatex)
37426 \family default
37427 を使用することが推奨されます。
37428 \family typewriter
37429 dvipdfm
37430 \family default
37431 プログラムは開発が停止しており、若干時代遅れになっています。
37432 \end_layout
37433
37434 \begin_layout Standard
37435 使用中の文書をPDFとして表示するには、
37436 \family sans
37437 表示
37438 \family default
37439 メニューかツールバーボタン
37440 \begin_inset Graphics
37441         filename ../../images/buffer-view_pdf2.png
37442         scale 85
37443         scaleBeforeRotation
37444
37445 \end_inset
37446
37447 (これは
37448 \family sans
37449 PDF
37450 \begin_inset space ~
37451 \end_inset
37452
37453 (pdflatex)
37454 \family default
37455 を使用します)を用います。
37456 \end_layout
37457
37458 \begin_layout Chapter
37459 dvips色名一覧
37460 \begin_inset CommandInset label
37461 LatexCommand label
37462 name "chap:dvips色名一覧"
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \begin_layout Standard
37470 \begin_inset Tabular
37471 <lyxtabular version="3" rows="17" columns="4">
37472 <features rotate="0" tabularvalignment="middle">
37473 <column alignment="left" valignment="top" width="0pt">
37474 <column alignment="left" valignment="top" width="0pt">
37475 <column alignment="left" valignment="top" width="0pt">
37476 <column alignment="left" valignment="top" width="0pt">
37477 <row>
37478 <cell alignment="left" valignment="top" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 \begin_inset ERT
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486
37487
37488 \backslash
37489 fcolorbox{black}{
37490 \end_layout
37491
37492 \end_inset
37493
37494
37495 \begin_inset Argument 3
37496 status open
37497
37498 \begin_layout Plain Layout
37499 white
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \begin_inset ERT
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509
37510 }
37511 \end_layout
37512
37513 \end_inset
37514
37515  色名
37516 \end_layout
37517
37518 \end_inset
37519 </cell>
37520 <cell alignment="left" valignment="top" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524 \begin_inset ERT
37525 status collapsed
37526
37527 \begin_layout Plain Layout
37528
37529
37530 \backslash
37531 fcolorbox{black}{
37532 \end_layout
37533
37534 \end_inset
37535
37536
37537 \begin_inset Argument 3
37538 status open
37539
37540 \begin_layout Plain Layout
37541 white
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \begin_inset ERT
37548 status collapsed
37549
37550 \begin_layout Plain Layout
37551
37552 }
37553 \end_layout
37554
37555 \end_inset
37556
37557  色名
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="left" valignment="top" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 \begin_inset ERT
37567 status collapsed
37568
37569 \begin_layout Plain Layout
37570
37571
37572 \backslash
37573 fcolorbox{black}{
37574 \end_layout
37575
37576 \end_inset
37577
37578
37579 \begin_inset Argument 3
37580 status open
37581
37582 \begin_layout Plain Layout
37583 white
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \begin_inset ERT
37590 status collapsed
37591
37592 \begin_layout Plain Layout
37593
37594 }
37595 \end_layout
37596
37597 \end_inset
37598
37599  色名
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 <cell alignment="left" valignment="top" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608 \begin_inset ERT
37609 status collapsed
37610
37611 \begin_layout Plain Layout
37612
37613
37614 \backslash
37615 fcolorbox{black}{
37616 \end_layout
37617
37618 \end_inset
37619
37620 white
37621 \begin_inset ERT
37622 status collapsed
37623
37624 \begin_layout Plain Layout
37625
37626 }{
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \begin_inset ERT
37633 status collapsed
37634
37635 \begin_layout Plain Layout
37636
37637 }
37638 \end_layout
37639
37640 \end_inset
37641
37642  色名
37643 \end_layout
37644
37645 \end_inset
37646 </cell>
37647 </row>
37648 <row>
37649 <cell alignment="center" valignment="top" usebox="none">
37650 \begin_inset Text
37651
37652 \begin_layout Plain Layout
37653 \begin_inset ERT
37654 status collapsed
37655
37656 \begin_layout Plain Layout
37657
37658
37659 \backslash
37660 fcolorbox{black}{
37661 \end_layout
37662
37663 \end_inset
37664
37665 Apricot
37666 \begin_inset ERT
37667 status collapsed
37668
37669 \begin_layout Plain Layout
37670
37671 }{
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \begin_inset Phantom Phantom
37678 status open
37679
37680 \begin_layout Plain Layout
37681 W
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \begin_inset ERT
37688 status collapsed
37689
37690 \begin_layout Plain Layout
37691
37692 }
37693 \end_layout
37694
37695 \end_inset
37696
37697  Apricot
37698 \end_layout
37699
37700 \end_inset
37701 </cell>
37702 <cell alignment="center" valignment="top" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706 \begin_inset ERT
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710
37711
37712 \backslash
37713 fcolorbox{black}{
37714 \end_layout
37715
37716 \end_inset
37717
37718 Aquamarine
37719 \begin_inset ERT
37720 status collapsed
37721
37722 \begin_layout Plain Layout
37723
37724 }{
37725 \end_layout
37726
37727 \end_inset
37728
37729
37730 \begin_inset Phantom Phantom
37731 status open
37732
37733 \begin_layout Plain Layout
37734 W
37735 \end_layout
37736
37737 \end_inset
37738
37739
37740 \begin_inset ERT
37741 status collapsed
37742
37743 \begin_layout Plain Layout
37744
37745 }
37746 \end_layout
37747
37748 \end_inset
37749
37750  Aquamarine
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 \begin_inset ERT
37760 status collapsed
37761
37762 \begin_layout Plain Layout
37763
37764
37765 \backslash
37766 fcolorbox{black}{
37767 \end_layout
37768
37769 \end_inset
37770
37771 Bittersweet
37772 \begin_inset ERT
37773 status collapsed
37774
37775 \begin_layout Plain Layout
37776
37777 }{
37778 \end_layout
37779
37780 \end_inset
37781
37782
37783 \begin_inset Phantom Phantom
37784 status open
37785
37786 \begin_layout Plain Layout
37787 W
37788 \end_layout
37789
37790 \end_inset
37791
37792
37793 \begin_inset ERT
37794 status collapsed
37795
37796 \begin_layout Plain Layout
37797
37798 }
37799 \end_layout
37800
37801 \end_inset
37802
37803  Bittersweet
37804 \end_layout
37805
37806 \end_inset
37807 </cell>
37808 <cell alignment="center" valignment="top" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812 \begin_inset ERT
37813 status collapsed
37814
37815 \begin_layout Plain Layout
37816
37817
37818 \backslash
37819 fcolorbox{black}{
37820 \end_layout
37821
37822 \end_inset
37823
37824 BlueGreen
37825 \begin_inset ERT
37826 status collapsed
37827
37828 \begin_layout Plain Layout
37829
37830 }{
37831 \end_layout
37832
37833 \end_inset
37834
37835
37836 \begin_inset Phantom Phantom
37837 status open
37838
37839 \begin_layout Plain Layout
37840 W
37841 \end_layout
37842
37843 \end_inset
37844
37845
37846 \begin_inset ERT
37847 status collapsed
37848
37849 \begin_layout Plain Layout
37850
37851 }
37852 \end_layout
37853
37854 \end_inset
37855
37856  BlueGreen
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 <row>
37863 <cell alignment="left" valignment="top" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867 \begin_inset ERT
37868 status collapsed
37869
37870 \begin_layout Plain Layout
37871
37872
37873 \backslash
37874 fcolorbox{black}{
37875 \end_layout
37876
37877 \end_inset
37878
37879 BlueViolet
37880 \begin_inset ERT
37881 status collapsed
37882
37883 \begin_layout Plain Layout
37884
37885 }{
37886 \end_layout
37887
37888 \end_inset
37889
37890
37891 \begin_inset Phantom Phantom
37892 status open
37893
37894 \begin_layout Plain Layout
37895 W
37896 \end_layout
37897
37898 \end_inset
37899
37900
37901 \begin_inset ERT
37902 status collapsed
37903
37904 \begin_layout Plain Layout
37905
37906 }
37907 \end_layout
37908
37909 \end_inset
37910
37911  BlueViolet
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 <cell alignment="left" valignment="top" usebox="none">
37917 \begin_inset Text
37918
37919 \begin_layout Plain Layout
37920 \begin_inset ERT
37921 status collapsed
37922
37923 \begin_layout Plain Layout
37924
37925
37926 \backslash
37927 fcolorbox{black}{
37928 \end_layout
37929
37930 \end_inset
37931
37932 BrickRed
37933 \begin_inset ERT
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937
37938 }{
37939 \end_layout
37940
37941 \end_inset
37942
37943
37944 \begin_inset Phantom Phantom
37945 status open
37946
37947 \begin_layout Plain Layout
37948 W
37949 \end_layout
37950
37951 \end_inset
37952
37953
37954 \begin_inset ERT
37955 status collapsed
37956
37957 \begin_layout Plain Layout
37958
37959 }
37960 \end_layout
37961
37962 \end_inset
37963
37964  BrickRed
37965 \end_layout
37966
37967 \end_inset
37968 </cell>
37969 <cell alignment="left" valignment="top" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973 \begin_inset ERT
37974 status collapsed
37975
37976 \begin_layout Plain Layout
37977
37978
37979 \backslash
37980 fcolorbox{black}{
37981 \end_layout
37982
37983 \end_inset
37984
37985 Brown
37986 \begin_inset ERT
37987 status collapsed
37988
37989 \begin_layout Plain Layout
37990
37991 }{
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \begin_inset Phantom Phantom
37998 status open
37999
38000 \begin_layout Plain Layout
38001 W
38002 \end_layout
38003
38004 \end_inset
38005
38006
38007 \begin_inset ERT
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011
38012 }
38013 \end_layout
38014
38015 \end_inset
38016
38017  Brown
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 <cell alignment="left" valignment="top" usebox="none">
38023 \begin_inset Text
38024
38025 \begin_layout Plain Layout
38026 \begin_inset ERT
38027 status collapsed
38028
38029 \begin_layout Plain Layout
38030
38031
38032 \backslash
38033 fcolorbox{black}{
38034 \end_layout
38035
38036 \end_inset
38037
38038 BurntOrange
38039 \begin_inset ERT
38040 status collapsed
38041
38042 \begin_layout Plain Layout
38043
38044 }{
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \begin_inset Phantom Phantom
38051 status open
38052
38053 \begin_layout Plain Layout
38054 W
38055 \end_layout
38056
38057 \end_inset
38058
38059
38060 \begin_inset ERT
38061 status collapsed
38062
38063 \begin_layout Plain Layout
38064
38065 }
38066 \end_layout
38067
38068 \end_inset
38069
38070  BurntOrange
38071 \end_layout
38072
38073 \end_inset
38074 </cell>
38075 </row>
38076 <row>
38077 <cell alignment="left" valignment="top" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081 \begin_inset ERT
38082 status collapsed
38083
38084 \begin_layout Plain Layout
38085
38086
38087 \backslash
38088 fcolorbox{black}{
38089 \end_layout
38090
38091 \end_inset
38092
38093 CadetBlue
38094 \begin_inset ERT
38095 status collapsed
38096
38097 \begin_layout Plain Layout
38098
38099 }{
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \begin_inset Phantom Phantom
38106 status open
38107
38108 \begin_layout Plain Layout
38109 W
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \begin_inset ERT
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119
38120 }
38121 \end_layout
38122
38123 \end_inset
38124
38125  CadetBlue
38126 \end_layout
38127
38128 \end_inset
38129 </cell>
38130 <cell alignment="left" valignment="top" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134 \begin_inset ERT
38135 status collapsed
38136
38137 \begin_layout Plain Layout
38138
38139
38140 \backslash
38141 fcolorbox{black}{
38142 \end_layout
38143
38144 \end_inset
38145
38146 CarnationPink
38147 \begin_inset ERT
38148 status collapsed
38149
38150 \begin_layout Plain Layout
38151
38152 }{
38153 \end_layout
38154
38155 \end_inset
38156
38157
38158 \begin_inset Phantom Phantom
38159 status open
38160
38161 \begin_layout Plain Layout
38162 W
38163 \end_layout
38164
38165 \end_inset
38166
38167
38168 \begin_inset ERT
38169 status collapsed
38170
38171 \begin_layout Plain Layout
38172
38173 }
38174 \end_layout
38175
38176 \end_inset
38177
38178  CarnationPink
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 <cell alignment="left" valignment="top" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187 \begin_inset ERT
38188 status collapsed
38189
38190 \begin_layout Plain Layout
38191
38192
38193 \backslash
38194 fcolorbox{black}{
38195 \end_layout
38196
38197 \end_inset
38198
38199 Cerulean
38200 \begin_inset ERT
38201 status collapsed
38202
38203 \begin_layout Plain Layout
38204
38205 }{
38206 \end_layout
38207
38208 \end_inset
38209
38210
38211 \begin_inset Phantom Phantom
38212 status open
38213
38214 \begin_layout Plain Layout
38215 W
38216 \end_layout
38217
38218 \end_inset
38219
38220
38221 \begin_inset ERT
38222 status collapsed
38223
38224 \begin_layout Plain Layout
38225
38226 }
38227 \end_layout
38228
38229 \end_inset
38230
38231  Cerulean
38232 \end_layout
38233
38234 \end_inset
38235 </cell>
38236 <cell alignment="left" valignment="top" usebox="none">
38237 \begin_inset Text
38238
38239 \begin_layout Plain Layout
38240 \begin_inset ERT
38241 status collapsed
38242
38243 \begin_layout Plain Layout
38244
38245
38246 \backslash
38247 fcolorbox{black}{
38248 \end_layout
38249
38250 \end_inset
38251
38252 CornflowerBlue
38253 \begin_inset ERT
38254 status collapsed
38255
38256 \begin_layout Plain Layout
38257
38258 }{
38259 \end_layout
38260
38261 \end_inset
38262
38263
38264 \begin_inset Phantom Phantom
38265 status open
38266
38267 \begin_layout Plain Layout
38268 W
38269 \end_layout
38270
38271 \end_inset
38272
38273
38274 \begin_inset ERT
38275 status collapsed
38276
38277 \begin_layout Plain Layout
38278
38279 }
38280 \end_layout
38281
38282 \end_inset
38283
38284  CornflowerBlue
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 </row>
38290 <row>
38291 <cell alignment="left" valignment="top" usebox="none">
38292 \begin_inset Text
38293
38294 \begin_layout Plain Layout
38295 \begin_inset ERT
38296 status collapsed
38297
38298 \begin_layout Plain Layout
38299
38300
38301 \backslash
38302 fcolorbox{black}{
38303 \end_layout
38304
38305 \end_inset
38306
38307 Dandelion
38308 \begin_inset ERT
38309 status collapsed
38310
38311 \begin_layout Plain Layout
38312
38313 }{
38314 \end_layout
38315
38316 \end_inset
38317
38318
38319 \begin_inset Phantom Phantom
38320 status open
38321
38322 \begin_layout Plain Layout
38323 W
38324 \end_layout
38325
38326 \end_inset
38327
38328
38329 \begin_inset ERT
38330 status collapsed
38331
38332 \begin_layout Plain Layout
38333
38334 }
38335 \end_layout
38336
38337 \end_inset
38338
38339  Dandelion
38340 \end_layout
38341
38342 \end_inset
38343 </cell>
38344 <cell alignment="left" valignment="top" usebox="none">
38345 \begin_inset Text
38346
38347 \begin_layout Plain Layout
38348 \begin_inset ERT
38349 status collapsed
38350
38351 \begin_layout Plain Layout
38352
38353
38354 \backslash
38355 fcolorbox{black}{
38356 \end_layout
38357
38358 \end_inset
38359
38360 DarkOrchid
38361 \begin_inset ERT
38362 status collapsed
38363
38364 \begin_layout Plain Layout
38365
38366 }{
38367 \end_layout
38368
38369 \end_inset
38370
38371
38372 \begin_inset Phantom Phantom
38373 status open
38374
38375 \begin_layout Plain Layout
38376 W
38377 \end_layout
38378
38379 \end_inset
38380
38381
38382 \begin_inset ERT
38383 status collapsed
38384
38385 \begin_layout Plain Layout
38386
38387 }
38388 \end_layout
38389
38390 \end_inset
38391
38392  DarkOrchid
38393 \end_layout
38394
38395 \end_inset
38396 </cell>
38397 <cell alignment="left" valignment="top" usebox="none">
38398 \begin_inset Text
38399
38400 \begin_layout Plain Layout
38401 \begin_inset ERT
38402 status collapsed
38403
38404 \begin_layout Plain Layout
38405
38406
38407 \backslash
38408 fcolorbox{black}{
38409 \end_layout
38410
38411 \end_inset
38412
38413 Emerald
38414 \begin_inset ERT
38415 status collapsed
38416
38417 \begin_layout Plain Layout
38418
38419 }{
38420 \end_layout
38421
38422 \end_inset
38423
38424
38425 \begin_inset Phantom Phantom
38426 status open
38427
38428 \begin_layout Plain Layout
38429 W
38430 \end_layout
38431
38432 \end_inset
38433
38434
38435 \begin_inset ERT
38436 status collapsed
38437
38438 \begin_layout Plain Layout
38439
38440 }
38441 \end_layout
38442
38443 \end_inset
38444
38445  Emerald
38446 \end_layout
38447
38448 \end_inset
38449 </cell>
38450 <cell alignment="left" valignment="top" usebox="none">
38451 \begin_inset Text
38452
38453 \begin_layout Plain Layout
38454 \begin_inset ERT
38455 status collapsed
38456
38457 \begin_layout Plain Layout
38458
38459
38460 \backslash
38461 fcolorbox{black}{
38462 \end_layout
38463
38464 \end_inset
38465
38466 ForestGreen
38467 \begin_inset ERT
38468 status collapsed
38469
38470 \begin_layout Plain Layout
38471
38472 }{
38473 \end_layout
38474
38475 \end_inset
38476
38477
38478 \begin_inset Phantom Phantom
38479 status open
38480
38481 \begin_layout Plain Layout
38482 W
38483 \end_layout
38484
38485 \end_inset
38486
38487
38488 \begin_inset ERT
38489 status collapsed
38490
38491 \begin_layout Plain Layout
38492
38493 }
38494 \end_layout
38495
38496 \end_inset
38497
38498  ForestGreen
38499 \end_layout
38500
38501 \end_inset
38502 </cell>
38503 </row>
38504 <row>
38505 <cell alignment="left" valignment="top" usebox="none">
38506 \begin_inset Text
38507
38508 \begin_layout Plain Layout
38509 \begin_inset ERT
38510 status collapsed
38511
38512 \begin_layout Plain Layout
38513
38514
38515 \backslash
38516 fcolorbox{black}{
38517 \end_layout
38518
38519 \end_inset
38520
38521 Fuchsia
38522 \begin_inset ERT
38523 status collapsed
38524
38525 \begin_layout Plain Layout
38526
38527 }{
38528 \end_layout
38529
38530 \end_inset
38531
38532
38533 \begin_inset Phantom Phantom
38534 status open
38535
38536 \begin_layout Plain Layout
38537 W
38538 \end_layout
38539
38540 \end_inset
38541
38542
38543 \begin_inset ERT
38544 status collapsed
38545
38546 \begin_layout Plain Layout
38547
38548 }
38549 \end_layout
38550
38551 \end_inset
38552
38553  Fuchsia
38554 \end_layout
38555
38556 \end_inset
38557 </cell>
38558 <cell alignment="left" valignment="top" usebox="none">
38559 \begin_inset Text
38560
38561 \begin_layout Plain Layout
38562 \begin_inset ERT
38563 status collapsed
38564
38565 \begin_layout Plain Layout
38566
38567
38568 \backslash
38569 fcolorbox{black}{
38570 \end_layout
38571
38572 \end_inset
38573
38574 Goldenrod
38575 \begin_inset ERT
38576 status collapsed
38577
38578 \begin_layout Plain Layout
38579
38580 }{
38581 \end_layout
38582
38583 \end_inset
38584
38585
38586 \begin_inset Phantom Phantom
38587 status open
38588
38589 \begin_layout Plain Layout
38590 W
38591 \end_layout
38592
38593 \end_inset
38594
38595
38596 \begin_inset ERT
38597 status collapsed
38598
38599 \begin_layout Plain Layout
38600
38601 }
38602 \end_layout
38603
38604 \end_inset
38605
38606  Goldenrod
38607 \end_layout
38608
38609 \end_inset
38610 </cell>
38611 <cell alignment="left" valignment="top" usebox="none">
38612 \begin_inset Text
38613
38614 \begin_layout Plain Layout
38615 \begin_inset ERT
38616 status collapsed
38617
38618 \begin_layout Plain Layout
38619
38620
38621 \backslash
38622 fcolorbox{black}{
38623 \end_layout
38624
38625 \end_inset
38626
38627 Gray
38628 \begin_inset ERT
38629 status collapsed
38630
38631 \begin_layout Plain Layout
38632
38633 }{
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \begin_inset Phantom Phantom
38640 status open
38641
38642 \begin_layout Plain Layout
38643 W
38644 \end_layout
38645
38646 \end_inset
38647
38648
38649 \begin_inset ERT
38650 status collapsed
38651
38652 \begin_layout Plain Layout
38653
38654 }
38655 \end_layout
38656
38657 \end_inset
38658
38659  Gray
38660 \end_layout
38661
38662 \end_inset
38663 </cell>
38664 <cell alignment="left" valignment="top" usebox="none">
38665 \begin_inset Text
38666
38667 \begin_layout Plain Layout
38668 \begin_inset ERT
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672
38673
38674 \backslash
38675 fcolorbox{black}{
38676 \end_layout
38677
38678 \end_inset
38679
38680 GreenYellow
38681 \begin_inset ERT
38682 status collapsed
38683
38684 \begin_layout Plain Layout
38685
38686 }{
38687 \end_layout
38688
38689 \end_inset
38690
38691
38692 \begin_inset Phantom Phantom
38693 status open
38694
38695 \begin_layout Plain Layout
38696 W
38697 \end_layout
38698
38699 \end_inset
38700
38701
38702 \begin_inset ERT
38703 status collapsed
38704
38705 \begin_layout Plain Layout
38706
38707 }
38708 \end_layout
38709
38710 \end_inset
38711
38712  GreenYellow
38713 \end_layout
38714
38715 \end_inset
38716 </cell>
38717 </row>
38718 <row>
38719 <cell alignment="center" valignment="top" usebox="none">
38720 \begin_inset Text
38721
38722 \begin_layout Plain Layout
38723 \begin_inset ERT
38724 status collapsed
38725
38726 \begin_layout Plain Layout
38727
38728
38729 \backslash
38730 fcolorbox{black}{
38731 \end_layout
38732
38733 \end_inset
38734
38735 JungleGreen
38736 \begin_inset ERT
38737 status collapsed
38738
38739 \begin_layout Plain Layout
38740
38741 }{
38742 \end_layout
38743
38744 \end_inset
38745
38746
38747 \begin_inset Phantom Phantom
38748 status open
38749
38750 \begin_layout Plain Layout
38751 W
38752 \end_layout
38753
38754 \end_inset
38755
38756
38757 \begin_inset ERT
38758 status collapsed
38759
38760 \begin_layout Plain Layout
38761
38762 }
38763 \end_layout
38764
38765 \end_inset
38766
38767  JungleGreen
38768 \end_layout
38769
38770 \end_inset
38771 </cell>
38772 <cell alignment="center" valignment="top" usebox="none">
38773 \begin_inset Text
38774
38775 \begin_layout Plain Layout
38776 \begin_inset ERT
38777 status collapsed
38778
38779 \begin_layout Plain Layout
38780
38781
38782 \backslash
38783 fcolorbox{black}{
38784 \end_layout
38785
38786 \end_inset
38787
38788 Lavender
38789 \begin_inset ERT
38790 status collapsed
38791
38792 \begin_layout Plain Layout
38793
38794 }{
38795 \end_layout
38796
38797 \end_inset
38798
38799
38800 \begin_inset Phantom Phantom
38801 status open
38802
38803 \begin_layout Plain Layout
38804 W
38805 \end_layout
38806
38807 \end_inset
38808
38809
38810 \begin_inset ERT
38811 status collapsed
38812
38813 \begin_layout Plain Layout
38814
38815 }
38816 \end_layout
38817
38818 \end_inset
38819
38820  Lavender
38821 \end_layout
38822
38823 \end_inset
38824 </cell>
38825 <cell alignment="center" valignment="top" usebox="none">
38826 \begin_inset Text
38827
38828 \begin_layout Plain Layout
38829 \begin_inset ERT
38830 status collapsed
38831
38832 \begin_layout Plain Layout
38833
38834
38835 \backslash
38836 fcolorbox{black}{
38837 \end_layout
38838
38839 \end_inset
38840
38841 LimeGreen
38842 \begin_inset ERT
38843 status collapsed
38844
38845 \begin_layout Plain Layout
38846
38847 }{
38848 \end_layout
38849
38850 \end_inset
38851
38852
38853 \begin_inset Phantom Phantom
38854 status open
38855
38856 \begin_layout Plain Layout
38857 W
38858 \end_layout
38859
38860 \end_inset
38861
38862
38863 \begin_inset ERT
38864 status collapsed
38865
38866 \begin_layout Plain Layout
38867
38868 }
38869 \end_layout
38870
38871 \end_inset
38872
38873  LimeGreen
38874 \end_layout
38875
38876 \end_inset
38877 </cell>
38878 <cell alignment="center" valignment="top" usebox="none">
38879 \begin_inset Text
38880
38881 \begin_layout Plain Layout
38882 \begin_inset ERT
38883 status collapsed
38884
38885 \begin_layout Plain Layout
38886
38887
38888 \backslash
38889 fcolorbox{black}{
38890 \end_layout
38891
38892 \end_inset
38893
38894 Mahogany
38895 \begin_inset ERT
38896 status collapsed
38897
38898 \begin_layout Plain Layout
38899
38900 }{
38901 \end_layout
38902
38903 \end_inset
38904
38905
38906 \begin_inset Phantom Phantom
38907 status open
38908
38909 \begin_layout Plain Layout
38910 W
38911 \end_layout
38912
38913 \end_inset
38914
38915
38916 \begin_inset ERT
38917 status collapsed
38918
38919 \begin_layout Plain Layout
38920
38921 }
38922 \end_layout
38923
38924 \end_inset
38925
38926  Mahogany
38927 \end_layout
38928
38929 \end_inset
38930 </cell>
38931 </row>
38932 <row>
38933 <cell alignment="left" valignment="top" usebox="none">
38934 \begin_inset Text
38935
38936 \begin_layout Plain Layout
38937 \begin_inset ERT
38938 status collapsed
38939
38940 \begin_layout Plain Layout
38941
38942
38943 \backslash
38944 fcolorbox{black}{
38945 \end_layout
38946
38947 \end_inset
38948
38949 Mahogany
38950 \begin_inset ERT
38951 status collapsed
38952
38953 \begin_layout Plain Layout
38954
38955 }{
38956 \end_layout
38957
38958 \end_inset
38959
38960
38961 \begin_inset Phantom Phantom
38962 status open
38963
38964 \begin_layout Plain Layout
38965 W
38966 \end_layout
38967
38968 \end_inset
38969
38970
38971 \begin_inset ERT
38972 status collapsed
38973
38974 \begin_layout Plain Layout
38975
38976 }
38977 \end_layout
38978
38979 \end_inset
38980
38981  Mahogany
38982 \end_layout
38983
38984 \end_inset
38985 </cell>
38986 <cell alignment="left" valignment="top" usebox="none">
38987 \begin_inset Text
38988
38989 \begin_layout Plain Layout
38990 \begin_inset ERT
38991 status collapsed
38992
38993 \begin_layout Plain Layout
38994
38995
38996 \backslash
38997 fcolorbox{black}{
38998 \end_layout
38999
39000 \end_inset
39001
39002 Maroon
39003 \begin_inset ERT
39004 status collapsed
39005
39006 \begin_layout Plain Layout
39007
39008 }{
39009 \end_layout
39010
39011 \end_inset
39012
39013
39014 \begin_inset Phantom Phantom
39015 status open
39016
39017 \begin_layout Plain Layout
39018 W
39019 \end_layout
39020
39021 \end_inset
39022
39023
39024 \begin_inset ERT
39025 status collapsed
39026
39027 \begin_layout Plain Layout
39028
39029 }
39030 \end_layout
39031
39032 \end_inset
39033
39034  Maroon
39035 \end_layout
39036
39037 \end_inset
39038 </cell>
39039 <cell alignment="left" valignment="top" usebox="none">
39040 \begin_inset Text
39041
39042 \begin_layout Plain Layout
39043 \begin_inset ERT
39044 status collapsed
39045
39046 \begin_layout Plain Layout
39047
39048
39049 \backslash
39050 fcolorbox{black}{
39051 \end_layout
39052
39053 \end_inset
39054
39055 Melon
39056 \begin_inset ERT
39057 status collapsed
39058
39059 \begin_layout Plain Layout
39060
39061 }{
39062 \end_layout
39063
39064 \end_inset
39065
39066
39067 \begin_inset Phantom Phantom
39068 status open
39069
39070 \begin_layout Plain Layout
39071 W
39072 \end_layout
39073
39074 \end_inset
39075
39076
39077 \begin_inset ERT
39078 status collapsed
39079
39080 \begin_layout Plain Layout
39081
39082 }
39083 \end_layout
39084
39085 \end_inset
39086
39087  Melon
39088 \end_layout
39089
39090 \end_inset
39091 </cell>
39092 <cell alignment="left" valignment="top" usebox="none">
39093 \begin_inset Text
39094
39095 \begin_layout Plain Layout
39096 \begin_inset ERT
39097 status collapsed
39098
39099 \begin_layout Plain Layout
39100
39101
39102 \backslash
39103 fcolorbox{black}{
39104 \end_layout
39105
39106 \end_inset
39107
39108 MidnightBlue
39109 \begin_inset ERT
39110 status collapsed
39111
39112 \begin_layout Plain Layout
39113
39114 }{
39115 \end_layout
39116
39117 \end_inset
39118
39119
39120 \begin_inset Phantom Phantom
39121 status open
39122
39123 \begin_layout Plain Layout
39124 W
39125 \end_layout
39126
39127 \end_inset
39128
39129
39130 \begin_inset ERT
39131 status collapsed
39132
39133 \begin_layout Plain Layout
39134
39135 }
39136 \end_layout
39137
39138 \end_inset
39139
39140  MidnightBlue
39141 \end_layout
39142
39143 \end_inset
39144 </cell>
39145 </row>
39146 <row>
39147 <cell alignment="left" valignment="top" usebox="none">
39148 \begin_inset Text
39149
39150 \begin_layout Plain Layout
39151 \begin_inset ERT
39152 status collapsed
39153
39154 \begin_layout Plain Layout
39155
39156
39157 \backslash
39158 fcolorbox{black}{
39159 \end_layout
39160
39161 \end_inset
39162
39163 Mulberry
39164 \begin_inset ERT
39165 status collapsed
39166
39167 \begin_layout Plain Layout
39168
39169 }{
39170 \end_layout
39171
39172 \end_inset
39173
39174
39175 \begin_inset Phantom Phantom
39176 status open
39177
39178 \begin_layout Plain Layout
39179 W
39180 \end_layout
39181
39182 \end_inset
39183
39184
39185 \begin_inset ERT
39186 status collapsed
39187
39188 \begin_layout Plain Layout
39189
39190 }
39191 \end_layout
39192
39193 \end_inset
39194
39195  Mulberry
39196 \end_layout
39197
39198 \end_inset
39199 </cell>
39200 <cell alignment="left" valignment="top" usebox="none">
39201 \begin_inset Text
39202
39203 \begin_layout Plain Layout
39204 \begin_inset ERT
39205 status collapsed
39206
39207 \begin_layout Plain Layout
39208
39209
39210 \backslash
39211 fcolorbox{black}{
39212 \end_layout
39213
39214 \end_inset
39215
39216 NavyBlue
39217 \begin_inset ERT
39218 status collapsed
39219
39220 \begin_layout Plain Layout
39221
39222 }{
39223 \end_layout
39224
39225 \end_inset
39226
39227
39228 \begin_inset Phantom Phantom
39229 status open
39230
39231 \begin_layout Plain Layout
39232 W
39233 \end_layout
39234
39235 \end_inset
39236
39237
39238 \begin_inset ERT
39239 status collapsed
39240
39241 \begin_layout Plain Layout
39242
39243 }
39244 \end_layout
39245
39246 \end_inset
39247
39248  NavyBlue
39249 \end_layout
39250
39251 \end_inset
39252 </cell>
39253 <cell alignment="left" valignment="top" usebox="none">
39254 \begin_inset Text
39255
39256 \begin_layout Plain Layout
39257 \begin_inset ERT
39258 status collapsed
39259
39260 \begin_layout Plain Layout
39261
39262
39263 \backslash
39264 fcolorbox{black}{
39265 \end_layout
39266
39267 \end_inset
39268
39269 OliveGreen
39270 \begin_inset ERT
39271 status collapsed
39272
39273 \begin_layout Plain Layout
39274
39275 }{
39276 \end_layout
39277
39278 \end_inset
39279
39280
39281 \begin_inset Phantom Phantom
39282 status open
39283
39284 \begin_layout Plain Layout
39285 W
39286 \end_layout
39287
39288 \end_inset
39289
39290
39291 \begin_inset ERT
39292 status collapsed
39293
39294 \begin_layout Plain Layout
39295
39296 }
39297 \end_layout
39298
39299 \end_inset
39300
39301  OliveGreen
39302 \end_layout
39303
39304 \end_inset
39305 </cell>
39306 <cell alignment="left" valignment="top" usebox="none">
39307 \begin_inset Text
39308
39309 \begin_layout Plain Layout
39310 \begin_inset ERT
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314
39315
39316 \backslash
39317 fcolorbox{black}{
39318 \end_layout
39319
39320 \end_inset
39321
39322 Orange
39323 \begin_inset ERT
39324 status collapsed
39325
39326 \begin_layout Plain Layout
39327
39328 }{
39329 \end_layout
39330
39331 \end_inset
39332
39333
39334 \begin_inset Phantom Phantom
39335 status open
39336
39337 \begin_layout Plain Layout
39338 W
39339 \end_layout
39340
39341 \end_inset
39342
39343
39344 \begin_inset ERT
39345 status collapsed
39346
39347 \begin_layout Plain Layout
39348
39349 }
39350 \end_layout
39351
39352 \end_inset
39353
39354  Orange
39355 \end_layout
39356
39357 \end_inset
39358 </cell>
39359 </row>
39360 <row>
39361 <cell alignment="left" valignment="top" usebox="none">
39362 \begin_inset Text
39363
39364 \begin_layout Plain Layout
39365 \begin_inset ERT
39366 status collapsed
39367
39368 \begin_layout Plain Layout
39369
39370
39371 \backslash
39372 fcolorbox{black}{
39373 \end_layout
39374
39375 \end_inset
39376
39377 OrangeRed
39378 \begin_inset ERT
39379 status collapsed
39380
39381 \begin_layout Plain Layout
39382
39383 }{
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389 \begin_inset Phantom Phantom
39390 status open
39391
39392 \begin_layout Plain Layout
39393 W
39394 \end_layout
39395
39396 \end_inset
39397
39398
39399 \begin_inset ERT
39400 status collapsed
39401
39402 \begin_layout Plain Layout
39403
39404 }
39405 \end_layout
39406
39407 \end_inset
39408
39409  OrangeRed
39410 \end_layout
39411
39412 \end_inset
39413 </cell>
39414 <cell alignment="left" valignment="top" usebox="none">
39415 \begin_inset Text
39416
39417 \begin_layout Plain Layout
39418 \begin_inset ERT
39419 status collapsed
39420
39421 \begin_layout Plain Layout
39422
39423
39424 \backslash
39425 fcolorbox{black}{
39426 \end_layout
39427
39428 \end_inset
39429
39430 Orchid
39431 \begin_inset ERT
39432 status collapsed
39433
39434 \begin_layout Plain Layout
39435
39436 }{
39437 \end_layout
39438
39439 \end_inset
39440
39441
39442 \begin_inset Phantom Phantom
39443 status open
39444
39445 \begin_layout Plain Layout
39446 W
39447 \end_layout
39448
39449 \end_inset
39450
39451
39452 \begin_inset ERT
39453 status collapsed
39454
39455 \begin_layout Plain Layout
39456
39457 }
39458 \end_layout
39459
39460 \end_inset
39461
39462  Orchid
39463 \end_layout
39464
39465 \end_inset
39466 </cell>
39467 <cell alignment="left" valignment="top" usebox="none">
39468 \begin_inset Text
39469
39470 \begin_layout Plain Layout
39471 \begin_inset ERT
39472 status collapsed
39473
39474 \begin_layout Plain Layout
39475
39476
39477 \backslash
39478 fcolorbox{black}{
39479 \end_layout
39480
39481 \end_inset
39482
39483 Peach
39484 \begin_inset ERT
39485 status collapsed
39486
39487 \begin_layout Plain Layout
39488
39489 }{
39490 \end_layout
39491
39492 \end_inset
39493
39494
39495 \begin_inset Phantom Phantom
39496 status open
39497
39498 \begin_layout Plain Layout
39499 W
39500 \end_layout
39501
39502 \end_inset
39503
39504
39505 \begin_inset ERT
39506 status collapsed
39507
39508 \begin_layout Plain Layout
39509
39510 }
39511 \end_layout
39512
39513 \end_inset
39514
39515  Peach
39516 \end_layout
39517
39518 \end_inset
39519 </cell>
39520 <cell alignment="left" valignment="top" usebox="none">
39521 \begin_inset Text
39522
39523 \begin_layout Plain Layout
39524 \begin_inset ERT
39525 status collapsed
39526
39527 \begin_layout Plain Layout
39528
39529
39530 \backslash
39531 fcolorbox{black}{
39532 \end_layout
39533
39534 \end_inset
39535
39536 Periwinkle
39537 \begin_inset ERT
39538 status collapsed
39539
39540 \begin_layout Plain Layout
39541
39542 }{
39543 \end_layout
39544
39545 \end_inset
39546
39547
39548 \begin_inset Phantom Phantom
39549 status open
39550
39551 \begin_layout Plain Layout
39552 W
39553 \end_layout
39554
39555 \end_inset
39556
39557
39558 \begin_inset ERT
39559 status collapsed
39560
39561 \begin_layout Plain Layout
39562
39563 }
39564 \end_layout
39565
39566 \end_inset
39567
39568  Periwinkle
39569 \end_layout
39570
39571 \end_inset
39572 </cell>
39573 </row>
39574 <row>
39575 <cell alignment="left" valignment="top" usebox="none">
39576 \begin_inset Text
39577
39578 \begin_layout Plain Layout
39579 \begin_inset ERT
39580 status collapsed
39581
39582 \begin_layout Plain Layout
39583
39584
39585 \backslash
39586 fcolorbox{black}{
39587 \end_layout
39588
39589 \end_inset
39590
39591 PineGreen
39592 \begin_inset ERT
39593 status collapsed
39594
39595 \begin_layout Plain Layout
39596
39597 }{
39598 \end_layout
39599
39600 \end_inset
39601
39602
39603 \begin_inset Phantom Phantom
39604 status open
39605
39606 \begin_layout Plain Layout
39607 W
39608 \end_layout
39609
39610 \end_inset
39611
39612
39613 \begin_inset ERT
39614 status collapsed
39615
39616 \begin_layout Plain Layout
39617
39618 }
39619 \end_layout
39620
39621 \end_inset
39622
39623  PineGreen
39624 \end_layout
39625
39626 \end_inset
39627 </cell>
39628 <cell alignment="left" valignment="top" usebox="none">
39629 \begin_inset Text
39630
39631 \begin_layout Plain Layout
39632 \begin_inset ERT
39633 status collapsed
39634
39635 \begin_layout Plain Layout
39636
39637
39638 \backslash
39639 fcolorbox{black}{
39640 \end_layout
39641
39642 \end_inset
39643
39644 Plum
39645 \begin_inset ERT
39646 status collapsed
39647
39648 \begin_layout Plain Layout
39649
39650 }{
39651 \end_layout
39652
39653 \end_inset
39654
39655
39656 \begin_inset Phantom Phantom
39657 status open
39658
39659 \begin_layout Plain Layout
39660 W
39661 \end_layout
39662
39663 \end_inset
39664
39665
39666 \begin_inset ERT
39667 status collapsed
39668
39669 \begin_layout Plain Layout
39670
39671 }
39672 \end_layout
39673
39674 \end_inset
39675
39676  Plum
39677 \end_layout
39678
39679 \end_inset
39680 </cell>
39681 <cell alignment="left" valignment="top" usebox="none">
39682 \begin_inset Text
39683
39684 \begin_layout Plain Layout
39685 \begin_inset ERT
39686 status collapsed
39687
39688 \begin_layout Plain Layout
39689
39690
39691 \backslash
39692 fcolorbox{black}{
39693 \end_layout
39694
39695 \end_inset
39696
39697 ProcessBlue
39698 \begin_inset ERT
39699 status collapsed
39700
39701 \begin_layout Plain Layout
39702
39703 }{
39704 \end_layout
39705
39706 \end_inset
39707
39708
39709 \begin_inset Phantom Phantom
39710 status open
39711
39712 \begin_layout Plain Layout
39713 W
39714 \end_layout
39715
39716 \end_inset
39717
39718
39719 \begin_inset ERT
39720 status collapsed
39721
39722 \begin_layout Plain Layout
39723
39724 }
39725 \end_layout
39726
39727 \end_inset
39728
39729  ProcessBlue
39730 \end_layout
39731
39732 \end_inset
39733 </cell>
39734 <cell alignment="left" valignment="top" usebox="none">
39735 \begin_inset Text
39736
39737 \begin_layout Plain Layout
39738 \begin_inset ERT
39739 status collapsed
39740
39741 \begin_layout Plain Layout
39742
39743
39744 \backslash
39745 fcolorbox{black}{
39746 \end_layout
39747
39748 \end_inset
39749
39750 Purple
39751 \begin_inset ERT
39752 status collapsed
39753
39754 \begin_layout Plain Layout
39755
39756 }{
39757 \end_layout
39758
39759 \end_inset
39760
39761
39762 \begin_inset Phantom Phantom
39763 status open
39764
39765 \begin_layout Plain Layout
39766 W
39767 \end_layout
39768
39769 \end_inset
39770
39771
39772 \begin_inset ERT
39773 status collapsed
39774
39775 \begin_layout Plain Layout
39776
39777 }
39778 \end_layout
39779
39780 \end_inset
39781
39782  Purple
39783 \end_layout
39784
39785 \end_inset
39786 </cell>
39787 </row>
39788 <row>
39789 <cell alignment="left" valignment="top" usebox="none">
39790 \begin_inset Text
39791
39792 \begin_layout Plain Layout
39793 \begin_inset ERT
39794 status collapsed
39795
39796 \begin_layout Plain Layout
39797
39798
39799 \backslash
39800 fcolorbox{black}{
39801 \end_layout
39802
39803 \end_inset
39804
39805 RawSienna
39806 \begin_inset ERT
39807 status collapsed
39808
39809 \begin_layout Plain Layout
39810
39811 }{
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset Phantom Phantom
39818 status open
39819
39820 \begin_layout Plain Layout
39821 W
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \begin_inset ERT
39828 status collapsed
39829
39830 \begin_layout Plain Layout
39831
39832 }
39833 \end_layout
39834
39835 \end_inset
39836
39837  RawSienna
39838 \end_layout
39839
39840 \end_inset
39841 </cell>
39842 <cell alignment="left" valignment="top" usebox="none">
39843 \begin_inset Text
39844
39845 \begin_layout Plain Layout
39846 \begin_inset ERT
39847 status collapsed
39848
39849 \begin_layout Plain Layout
39850
39851
39852 \backslash
39853 fcolorbox{black}{
39854 \end_layout
39855
39856 \end_inset
39857
39858 RedOrange
39859 \begin_inset ERT
39860 status collapsed
39861
39862 \begin_layout Plain Layout
39863
39864 }{
39865 \end_layout
39866
39867 \end_inset
39868
39869
39870 \begin_inset Phantom Phantom
39871 status open
39872
39873 \begin_layout Plain Layout
39874 W
39875 \end_layout
39876
39877 \end_inset
39878
39879
39880 \begin_inset ERT
39881 status collapsed
39882
39883 \begin_layout Plain Layout
39884
39885 }
39886 \end_layout
39887
39888 \end_inset
39889
39890  RedOrange
39891 \end_layout
39892
39893 \end_inset
39894 </cell>
39895 <cell alignment="left" valignment="top" usebox="none">
39896 \begin_inset Text
39897
39898 \begin_layout Plain Layout
39899 \begin_inset ERT
39900 status collapsed
39901
39902 \begin_layout Plain Layout
39903
39904
39905 \backslash
39906 fcolorbox{black}{
39907 \end_layout
39908
39909 \end_inset
39910
39911 RedViolet
39912 \begin_inset ERT
39913 status collapsed
39914
39915 \begin_layout Plain Layout
39916
39917 }{
39918 \end_layout
39919
39920 \end_inset
39921
39922
39923 \begin_inset Phantom Phantom
39924 status open
39925
39926 \begin_layout Plain Layout
39927 W
39928 \end_layout
39929
39930 \end_inset
39931
39932
39933 \begin_inset ERT
39934 status collapsed
39935
39936 \begin_layout Plain Layout
39937
39938 }
39939 \end_layout
39940
39941 \end_inset
39942
39943  RedViolet
39944 \end_layout
39945
39946 \end_inset
39947 </cell>
39948 <cell alignment="left" valignment="top" usebox="none">
39949 \begin_inset Text
39950
39951 \begin_layout Plain Layout
39952 \begin_inset ERT
39953 status collapsed
39954
39955 \begin_layout Plain Layout
39956
39957
39958 \backslash
39959 fcolorbox{black}{
39960 \end_layout
39961
39962 \end_inset
39963
39964 Rhodamine
39965 \begin_inset ERT
39966 status collapsed
39967
39968 \begin_layout Plain Layout
39969
39970 }{
39971 \end_layout
39972
39973 \end_inset
39974
39975
39976 \begin_inset Phantom Phantom
39977 status open
39978
39979 \begin_layout Plain Layout
39980 W
39981 \end_layout
39982
39983 \end_inset
39984
39985
39986 \begin_inset ERT
39987 status collapsed
39988
39989 \begin_layout Plain Layout
39990
39991 }
39992 \end_layout
39993
39994 \end_inset
39995
39996  Rhodamine
39997 \end_layout
39998
39999 \end_inset
40000 </cell>
40001 </row>
40002 <row>
40003 <cell alignment="left" valignment="top" usebox="none">
40004 \begin_inset Text
40005
40006 \begin_layout Plain Layout
40007 \begin_inset ERT
40008 status collapsed
40009
40010 \begin_layout Plain Layout
40011
40012
40013 \backslash
40014 fcolorbox{black}{
40015 \end_layout
40016
40017 \end_inset
40018
40019 RoyalBlue
40020 \begin_inset ERT
40021 status collapsed
40022
40023 \begin_layout Plain Layout
40024
40025 }{
40026 \end_layout
40027
40028 \end_inset
40029
40030
40031 \begin_inset Phantom Phantom
40032 status open
40033
40034 \begin_layout Plain Layout
40035 W
40036 \end_layout
40037
40038 \end_inset
40039
40040
40041 \begin_inset ERT
40042 status collapsed
40043
40044 \begin_layout Plain Layout
40045
40046 }
40047 \end_layout
40048
40049 \end_inset
40050
40051  RoyalBlue
40052 \end_layout
40053
40054 \end_inset
40055 </cell>
40056 <cell alignment="left" valignment="top" usebox="none">
40057 \begin_inset Text
40058
40059 \begin_layout Plain Layout
40060 \begin_inset ERT
40061 status collapsed
40062
40063 \begin_layout Plain Layout
40064
40065
40066 \backslash
40067 fcolorbox{black}{
40068 \end_layout
40069
40070 \end_inset
40071
40072 RoyalPurple
40073 \begin_inset ERT
40074 status collapsed
40075
40076 \begin_layout Plain Layout
40077
40078 }{
40079 \end_layout
40080
40081 \end_inset
40082
40083
40084 \begin_inset Phantom Phantom
40085 status open
40086
40087 \begin_layout Plain Layout
40088 W
40089 \end_layout
40090
40091 \end_inset
40092
40093
40094 \begin_inset ERT
40095 status collapsed
40096
40097 \begin_layout Plain Layout
40098
40099 }
40100 \end_layout
40101
40102 \end_inset
40103
40104  RoyalPurple
40105 \end_layout
40106
40107 \end_inset
40108 </cell>
40109 <cell alignment="left" valignment="top" usebox="none">
40110 \begin_inset Text
40111
40112 \begin_layout Plain Layout
40113 \begin_inset ERT
40114 status collapsed
40115
40116 \begin_layout Plain Layout
40117
40118
40119 \backslash
40120 fcolorbox{black}{
40121 \end_layout
40122
40123 \end_inset
40124
40125 RubineRed
40126 \begin_inset ERT
40127 status collapsed
40128
40129 \begin_layout Plain Layout
40130
40131 }{
40132 \end_layout
40133
40134 \end_inset
40135
40136
40137 \begin_inset Phantom Phantom
40138 status open
40139
40140 \begin_layout Plain Layout
40141 W
40142 \end_layout
40143
40144 \end_inset
40145
40146
40147 \begin_inset ERT
40148 status collapsed
40149
40150 \begin_layout Plain Layout
40151
40152 }
40153 \end_layout
40154
40155 \end_inset
40156
40157  RubineRed
40158 \end_layout
40159
40160 \end_inset
40161 </cell>
40162 <cell alignment="left" valignment="top" usebox="none">
40163 \begin_inset Text
40164
40165 \begin_layout Plain Layout
40166 \begin_inset ERT
40167 status collapsed
40168
40169 \begin_layout Plain Layout
40170
40171
40172 \backslash
40173 fcolorbox{black}{
40174 \end_layout
40175
40176 \end_inset
40177
40178 Salmon
40179 \begin_inset ERT
40180 status collapsed
40181
40182 \begin_layout Plain Layout
40183
40184 }{
40185 \end_layout
40186
40187 \end_inset
40188
40189
40190 \begin_inset Phantom Phantom
40191 status open
40192
40193 \begin_layout Plain Layout
40194 W
40195 \end_layout
40196
40197 \end_inset
40198
40199
40200 \begin_inset ERT
40201 status collapsed
40202
40203 \begin_layout Plain Layout
40204
40205 }
40206 \end_layout
40207
40208 \end_inset
40209
40210  Salmon
40211 \end_layout
40212
40213 \end_inset
40214 </cell>
40215 </row>
40216 <row>
40217 <cell alignment="left" valignment="top" usebox="none">
40218 \begin_inset Text
40219
40220 \begin_layout Plain Layout
40221 \begin_inset ERT
40222 status collapsed
40223
40224 \begin_layout Plain Layout
40225
40226
40227 \backslash
40228 fcolorbox{black}{
40229 \end_layout
40230
40231 \end_inset
40232
40233 SeaGreen
40234 \begin_inset ERT
40235 status collapsed
40236
40237 \begin_layout Plain Layout
40238
40239 }{
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \begin_inset Phantom Phantom
40246 status open
40247
40248 \begin_layout Plain Layout
40249 W
40250 \end_layout
40251
40252 \end_inset
40253
40254
40255 \begin_inset ERT
40256 status collapsed
40257
40258 \begin_layout Plain Layout
40259
40260 }
40261 \end_layout
40262
40263 \end_inset
40264
40265  SeaGreen
40266 \end_layout
40267
40268 \end_inset
40269 </cell>
40270 <cell alignment="left" valignment="top" usebox="none">
40271 \begin_inset Text
40272
40273 \begin_layout Plain Layout
40274 \begin_inset ERT
40275 status collapsed
40276
40277 \begin_layout Plain Layout
40278
40279
40280 \backslash
40281 fcolorbox{black}{
40282 \end_layout
40283
40284 \end_inset
40285
40286 Sepia
40287 \begin_inset ERT
40288 status collapsed
40289
40290 \begin_layout Plain Layout
40291
40292 }{
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \begin_inset Phantom Phantom
40299 status open
40300
40301 \begin_layout Plain Layout
40302 W
40303 \end_layout
40304
40305 \end_inset
40306
40307
40308 \begin_inset ERT
40309 status collapsed
40310
40311 \begin_layout Plain Layout
40312
40313 }
40314 \end_layout
40315
40316 \end_inset
40317
40318  Sepia
40319 \end_layout
40320
40321 \end_inset
40322 </cell>
40323 <cell alignment="left" valignment="top" usebox="none">
40324 \begin_inset Text
40325
40326 \begin_layout Plain Layout
40327 \begin_inset ERT
40328 status collapsed
40329
40330 \begin_layout Plain Layout
40331
40332
40333 \backslash
40334 fcolorbox{black}{
40335 \end_layout
40336
40337 \end_inset
40338
40339 SkyBlue
40340 \begin_inset ERT
40341 status collapsed
40342
40343 \begin_layout Plain Layout
40344
40345 }{
40346 \end_layout
40347
40348 \end_inset
40349
40350
40351 \begin_inset Phantom Phantom
40352 status open
40353
40354 \begin_layout Plain Layout
40355 W
40356 \end_layout
40357
40358 \end_inset
40359
40360
40361 \begin_inset ERT
40362 status collapsed
40363
40364 \begin_layout Plain Layout
40365
40366 }
40367 \end_layout
40368
40369 \end_inset
40370
40371  SkyBlue
40372 \end_layout
40373
40374 \end_inset
40375 </cell>
40376 <cell alignment="left" valignment="top" usebox="none">
40377 \begin_inset Text
40378
40379 \begin_layout Plain Layout
40380 \begin_inset ERT
40381 status collapsed
40382
40383 \begin_layout Plain Layout
40384
40385
40386 \backslash
40387 fcolorbox{black}{
40388 \end_layout
40389
40390 \end_inset
40391
40392 SpringGreen
40393 \begin_inset ERT
40394 status collapsed
40395
40396 \begin_layout Plain Layout
40397
40398 }{
40399 \end_layout
40400
40401 \end_inset
40402
40403
40404 \begin_inset Phantom Phantom
40405 status open
40406
40407 \begin_layout Plain Layout
40408 W
40409 \end_layout
40410
40411 \end_inset
40412
40413
40414 \begin_inset ERT
40415 status collapsed
40416
40417 \begin_layout Plain Layout
40418
40419 }
40420 \end_layout
40421
40422 \end_inset
40423
40424  SpringGreen
40425 \end_layout
40426
40427 \end_inset
40428 </cell>
40429 </row>
40430 <row>
40431 <cell alignment="left" valignment="top" usebox="none">
40432 \begin_inset Text
40433
40434 \begin_layout Plain Layout
40435 \begin_inset ERT
40436 status collapsed
40437
40438 \begin_layout Plain Layout
40439
40440
40441 \backslash
40442 fcolorbox{black}{
40443 \end_layout
40444
40445 \end_inset
40446
40447 Tan
40448 \begin_inset ERT
40449 status collapsed
40450
40451 \begin_layout Plain Layout
40452
40453 }{
40454 \end_layout
40455
40456 \end_inset
40457
40458
40459 \begin_inset Phantom Phantom
40460 status open
40461
40462 \begin_layout Plain Layout
40463 W
40464 \end_layout
40465
40466 \end_inset
40467
40468
40469 \begin_inset ERT
40470 status collapsed
40471
40472 \begin_layout Plain Layout
40473
40474 }
40475 \end_layout
40476
40477 \end_inset
40478
40479  Tan
40480 \end_layout
40481
40482 \end_inset
40483 </cell>
40484 <cell alignment="left" valignment="top" usebox="none">
40485 \begin_inset Text
40486
40487 \begin_layout Plain Layout
40488 \begin_inset ERT
40489 status collapsed
40490
40491 \begin_layout Plain Layout
40492
40493
40494 \backslash
40495 fcolorbox{black}{
40496 \end_layout
40497
40498 \end_inset
40499
40500 TealBlue
40501 \begin_inset ERT
40502 status collapsed
40503
40504 \begin_layout Plain Layout
40505
40506 }{
40507 \end_layout
40508
40509 \end_inset
40510
40511
40512 \begin_inset Phantom Phantom
40513 status open
40514
40515 \begin_layout Plain Layout
40516 W
40517 \end_layout
40518
40519 \end_inset
40520
40521
40522 \begin_inset ERT
40523 status collapsed
40524
40525 \begin_layout Plain Layout
40526
40527 }
40528 \end_layout
40529
40530 \end_inset
40531
40532  TealBlue
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 <cell alignment="left" valignment="top" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 \begin_inset ERT
40542 status collapsed
40543
40544 \begin_layout Plain Layout
40545
40546
40547 \backslash
40548 fcolorbox{black}{
40549 \end_layout
40550
40551 \end_inset
40552
40553 Thistle
40554 \begin_inset ERT
40555 status collapsed
40556
40557 \begin_layout Plain Layout
40558
40559 }{
40560 \end_layout
40561
40562 \end_inset
40563
40564
40565 \begin_inset Phantom Phantom
40566 status open
40567
40568 \begin_layout Plain Layout
40569 W
40570 \end_layout
40571
40572 \end_inset
40573
40574
40575 \begin_inset ERT
40576 status collapsed
40577
40578 \begin_layout Plain Layout
40579
40580 }
40581 \end_layout
40582
40583 \end_inset
40584
40585  Thistle
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 <cell alignment="left" valignment="top" usebox="none">
40591 \begin_inset Text
40592
40593 \begin_layout Plain Layout
40594 \begin_inset ERT
40595 status collapsed
40596
40597 \begin_layout Plain Layout
40598
40599
40600 \backslash
40601 fcolorbox{black}{
40602 \end_layout
40603
40604 \end_inset
40605
40606 Turquoise
40607 \begin_inset ERT
40608 status collapsed
40609
40610 \begin_layout Plain Layout
40611
40612 }{
40613 \end_layout
40614
40615 \end_inset
40616
40617
40618 \begin_inset Phantom Phantom
40619 status open
40620
40621 \begin_layout Plain Layout
40622 W
40623 \end_layout
40624
40625 \end_inset
40626
40627
40628 \begin_inset ERT
40629 status collapsed
40630
40631 \begin_layout Plain Layout
40632
40633 }
40634 \end_layout
40635
40636 \end_inset
40637
40638  Turquoise
40639 \end_layout
40640
40641 \end_inset
40642 </cell>
40643 </row>
40644 <row>
40645 <cell alignment="left" valignment="top" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649 \begin_inset ERT
40650 status collapsed
40651
40652 \begin_layout Plain Layout
40653
40654
40655 \backslash
40656 fcolorbox{black}{
40657 \end_layout
40658
40659 \end_inset
40660
40661 Violet
40662 \begin_inset ERT
40663 status collapsed
40664
40665 \begin_layout Plain Layout
40666
40667 }{
40668 \end_layout
40669
40670 \end_inset
40671
40672
40673 \begin_inset Phantom Phantom
40674 status open
40675
40676 \begin_layout Plain Layout
40677 W
40678 \end_layout
40679
40680 \end_inset
40681
40682
40683 \begin_inset ERT
40684 status collapsed
40685
40686 \begin_layout Plain Layout
40687
40688 }
40689 \end_layout
40690
40691 \end_inset
40692
40693  Violet
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 <cell alignment="left" valignment="top" usebox="none">
40699 \begin_inset Text
40700
40701 \begin_layout Plain Layout
40702 \begin_inset ERT
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706
40707
40708 \backslash
40709 fcolorbox{black}{
40710 \end_layout
40711
40712 \end_inset
40713
40714 VioletRed
40715 \begin_inset ERT
40716 status collapsed
40717
40718 \begin_layout Plain Layout
40719
40720 }{
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \begin_inset Phantom Phantom
40727 status open
40728
40729 \begin_layout Plain Layout
40730 W
40731 \end_layout
40732
40733 \end_inset
40734
40735
40736 \begin_inset ERT
40737 status collapsed
40738
40739 \begin_layout Plain Layout
40740
40741 }
40742 \end_layout
40743
40744 \end_inset
40745
40746  VioletRed
40747 \end_layout
40748
40749 \end_inset
40750 </cell>
40751 <cell alignment="left" valignment="top" usebox="none">
40752 \begin_inset Text
40753
40754 \begin_layout Plain Layout
40755 \begin_inset ERT
40756 status collapsed
40757
40758 \begin_layout Plain Layout
40759
40760
40761 \backslash
40762 fcolorbox{black}{
40763 \end_layout
40764
40765 \end_inset
40766
40767 WildStrawberry
40768 \begin_inset ERT
40769 status collapsed
40770
40771 \begin_layout Plain Layout
40772
40773 }{
40774 \end_layout
40775
40776 \end_inset
40777
40778
40779 \begin_inset Phantom Phantom
40780 status open
40781
40782 \begin_layout Plain Layout
40783 W
40784 \end_layout
40785
40786 \end_inset
40787
40788
40789 \begin_inset ERT
40790 status collapsed
40791
40792 \begin_layout Plain Layout
40793
40794 }
40795 \end_layout
40796
40797 \end_inset
40798
40799  WildStrawberry
40800 \end_layout
40801
40802 \end_inset
40803 </cell>
40804 <cell alignment="left" valignment="top" usebox="none">
40805 \begin_inset Text
40806
40807 \begin_layout Plain Layout
40808 \begin_inset ERT
40809 status collapsed
40810
40811 \begin_layout Plain Layout
40812
40813
40814 \backslash
40815 fcolorbox{black}{
40816 \end_layout
40817
40818 \end_inset
40819
40820 YellowGreen
40821 \begin_inset ERT
40822 status collapsed
40823
40824 \begin_layout Plain Layout
40825
40826 }{
40827 \end_layout
40828
40829 \end_inset
40830
40831
40832 \begin_inset Phantom Phantom
40833 status open
40834
40835 \begin_layout Plain Layout
40836 W
40837 \end_layout
40838
40839 \end_inset
40840
40841
40842 \begin_inset ERT
40843 status collapsed
40844
40845 \begin_layout Plain Layout
40846
40847 }
40848 \end_layout
40849
40850 \end_inset
40851
40852  YellowGreen
40853 \end_layout
40854
40855 \end_inset
40856 </cell>
40857 </row>
40858 <row>
40859 <cell alignment="left" valignment="top" usebox="none">
40860 \begin_inset Text
40861
40862 \begin_layout Plain Layout
40863 \begin_inset ERT
40864 status collapsed
40865
40866 \begin_layout Plain Layout
40867
40868
40869 \backslash
40870 fcolorbox{black}{
40871 \end_layout
40872
40873 \end_inset
40874
40875 YellowOrange
40876 \begin_inset ERT
40877 status collapsed
40878
40879 \begin_layout Plain Layout
40880
40881 }{
40882 \end_layout
40883
40884 \end_inset
40885
40886
40887 \begin_inset Phantom Phantom
40888 status open
40889
40890 \begin_layout Plain Layout
40891 W
40892 \end_layout
40893
40894 \end_inset
40895
40896
40897 \begin_inset ERT
40898 status collapsed
40899
40900 \begin_layout Plain Layout
40901
40902 }
40903 \end_layout
40904
40905 \end_inset
40906
40907  YellowOrange
40908 \end_layout
40909
40910 \end_inset
40911 </cell>
40912 <cell alignment="left" valignment="top" usebox="none">
40913 \begin_inset Text
40914
40915 \begin_layout Plain Layout
40916
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 <cell alignment="left" valignment="top" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925
40926 \end_layout
40927
40928 \end_inset
40929 </cell>
40930 <cell alignment="left" valignment="top" usebox="none">
40931 \begin_inset Text
40932
40933 \begin_layout Plain Layout
40934
40935 \end_layout
40936
40937 \end_inset
40938 </cell>
40939 </row>
40940 </lyxtabular>
40941
40942 \end_inset
40943
40944
40945 \end_layout
40946
40947 \begin_layout Chapter
40948 第(
40949 \begin_inset CommandInset ref
40950 LatexCommand ref
40951 reference "eq:Wgn"
40952
40953 \end_inset
40954
40955 )式の説明
40956 \begin_inset CommandInset label
40957 LatexCommand label
40958 name "cha:式の説明"
40959
40960 \end_inset
40961
40962
40963 \end_layout
40964
40965 \begin_layout Standard
40966 \begin_inset Formula $n$
40967 \end_inset
40968
40969 個の表セルの全幅
40970 \begin_inset Formula $W_{\mathrm{tot\, n}}$
40971 \end_inset
40972
40973
40974 \begin_inset Formula 
40975 \begin{equation}
40976 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
40977 \end{equation}
40978
40979 \end_inset
40980
40981
40982 \end_layout
40983
40984 \begin_layout Standard
40985 で計算できます。ここで
40986 \begin_inset Formula $W_{g\, n}$
40987 \end_inset
40988
40989 は、すべてのセルが持つ固定幅です。
40990 \series bold
40991
40992 \backslash
40993 tabcolsep
40994 \series default
40995 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
40996 \begin_inset space \thinspace{}
40997 \end_inset
40998
40999 ptです。
41000 \series bold
41001
41002 \backslash
41003 arrayrulewidth
41004 \series default
41005 は、セル罫線幅であり、既定値は0.4
41006 \begin_inset space \thinspace{}
41007 \end_inset
41008
41009 ptです。
41010 \end_layout
41011
41012 \begin_layout Standard
41013
41014 \begin_inset CommandInset ref
41015 LatexCommand eqref
41016 reference "eq:Wtot_n"
41017
41018 \end_inset
41019
41020 式にしたがえば、連結列の全幅
41021 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41022 \end_inset
41023
41024
41025 \begin_inset Formula 
41026 \begin{equation}
41027 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41028 \end{equation}
41029
41030 \end_inset
41031
41032
41033 \end_layout
41034
41035 \begin_layout Standard
41036 となります。
41037 \begin_inset Formula $n$
41038 \end_inset
41039
41040 列を連結する時には各列の全幅は
41041 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41042 \end_inset
41043
41044 となるので、第
41045 \begin_inset CommandInset ref
41046 LatexCommand eqref
41047 reference "eq:Wtot_n"
41048
41049 \end_inset
41050
41051 式と第
41052 \begin_inset CommandInset ref
41053 LatexCommand eqref
41054 reference "eq:Wtot_mult"
41055
41056 \end_inset
41057
41058 式が等しいものと置けば、必要となる固定幅
41059 \begin_inset Formula $W_{g\, n}$
41060 \end_inset
41061
41062 を計算することができて、
41063 \begin_inset Formula 
41064 \begin{equation}
41065 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41066 \end{equation}
41067
41068 \end_inset
41069
41070 となります。
41071 \end_layout
41072
41073 \begin_layout Bibliography
41074 \labelwidthstring 参考文献
41075 \begin_inset CommandInset bibitem
41076 LatexCommand bibitem
41077 key "latexcompanion"
41078
41079 \end_inset
41080
41081 Frank Mittelbach and Michel Goossens: 
41082 \emph on
41083 The LaTeX Companion Second Edition.
41084
41085 \emph default
41086  Addison-Wesley, 2004
41087 \end_layout
41088
41089 \begin_layout Bibliography
41090 \labelwidthstring 参考文献
41091 \begin_inset CommandInset bibitem
41092 LatexCommand bibitem
41093 key "latexguide"
41094
41095 \end_inset
41096
41097 Helmut Kopka and Patrick W.
41098  Daly: 
41099 \emph on
41100 A Guide to LaTeX Fourth Edition.
41101
41102 \emph default
41103  Addison-Wesley, 2003
41104 \end_layout
41105
41106 \begin_layout Bibliography
41107 \labelwidthstring 参考文献
41108 \begin_inset CommandInset bibitem
41109 LatexCommand bibitem
41110 key "latexbook"
41111
41112 \end_inset
41113
41114 Leslie Lamport: 
41115 \emph on
41116 LaTeX: A Document Preparation System.
41117
41118 \emph default
41119  Addison-Wesley, second edition, 1994
41120 \end_layout
41121
41122 \begin_layout Bibliography
41123 \labelwidthstring 参考文献
41124 \begin_inset CommandInset bibitem
41125 LatexCommand bibitem
41126 key "arydshln"
41127
41128 \end_inset
41129
41130 LaTeXパッケージ
41131 \series bold
41132
41133 \begin_inset CommandInset href
41134 LatexCommand href
41135 name "arydshln"
41136 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
41137
41138 \end_inset
41139
41140
41141 \series default
41142
41143 \begin_inset Index idx
41144 status collapsed
41145
41146 \begin_layout Plain Layout
41147 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
41148 \end_layout
41149
41150 \end_inset
41151
41152
41153 \end_layout
41154
41155 \begin_layout Bibliography
41156 \labelwidthstring 参考文献
41157 \begin_inset CommandInset bibitem
41158 LatexCommand bibitem
41159 key "booktabs"
41160
41161 \end_inset
41162
41163 LaTeXパッケージ
41164 \series bold
41165
41166 \begin_inset CommandInset href
41167 LatexCommand href
41168 name "booktabs"
41169 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41170
41171 \end_inset
41172
41173
41174 \series default
41175
41176 \begin_inset Index idx
41177 status collapsed
41178
41179 \begin_layout Plain Layout
41180 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
41181 \end_layout
41182
41183 \end_inset
41184
41185 の取扱説明書
41186 \end_layout
41187
41188 \begin_layout Bibliography
41189 \labelwidthstring 参考文献
41190 \begin_inset CommandInset bibitem
41191 LatexCommand bibitem
41192 key "caption"
41193
41194 \end_inset
41195
41196 LaTeXパッケージ
41197 \series bold
41198
41199 \begin_inset CommandInset href
41200 LatexCommand href
41201 name "caption"
41202 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41203
41204 \end_inset
41205
41206
41207 \series default
41208
41209 \begin_inset Index idx
41210 status collapsed
41211
41212 \begin_layout Plain Layout
41213 LaTeXぱっけーじ@LaTeXパッケージ ! caption
41214 \end_layout
41215
41216 \end_inset
41217
41218 の取扱説明書
41219 \end_layout
41220
41221 \begin_layout Bibliography
41222 \labelwidthstring 参考文献
41223 \begin_inset CommandInset bibitem
41224 LatexCommand bibitem
41225 key "diagbox"
41226
41227 \end_inset
41228
41229 LaTeXパッケージ
41230 \series bold
41231
41232 \begin_inset CommandInset href
41233 LatexCommand href
41234 name "diagbox"
41235 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
41236
41237 \end_inset
41238
41239
41240 \series default
41241
41242 \begin_inset Index idx
41243 status collapsed
41244
41245 \begin_layout Plain Layout
41246 LaTeXぱっけーじ@LaTeXパッケージ ! diagbox
41247 \end_layout
41248
41249 \end_inset
41250
41251
41252 \end_layout
41253
41254 \begin_layout Bibliography
41255 \labelwidthstring 参考文献
41256 \begin_inset CommandInset bibitem
41257 LatexCommand bibitem
41258 key "endfloat"
41259
41260 \end_inset
41261
41262 LaTeXパッケージ
41263 \series bold
41264
41265 \begin_inset CommandInset href
41266 LatexCommand href
41267 name "endfloat"
41268 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41269
41270 \end_inset
41271
41272
41273 \series default
41274
41275 \begin_inset Index idx
41276 status collapsed
41277
41278 \begin_layout Plain Layout
41279 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
41280 \end_layout
41281
41282 \end_inset
41283
41284 の取扱説明書
41285 \end_layout
41286
41287 \begin_layout Bibliography
41288 \labelwidthstring 参考文献
41289 \begin_inset CommandInset bibitem
41290 LatexCommand bibitem
41291 key "footmisc"
41292
41293 \end_inset
41294
41295 LaTeXパッケージ
41296 \series bold
41297
41298 \begin_inset CommandInset href
41299 LatexCommand href
41300 name "footmisc"
41301 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41302
41303 \end_inset
41304
41305
41306 \series default
41307
41308 \begin_inset Index idx
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
41313 \end_layout
41314
41315 \end_inset
41316
41317 の取扱説明書
41318 \end_layout
41319
41320 \begin_layout Bibliography
41321 \labelwidthstring 参考文献
41322 \begin_inset CommandInset bibitem
41323 LatexCommand bibitem
41324 key "hypcap"
41325
41326 \end_inset
41327
41328 LaTeXパッケージ
41329 \series bold
41330
41331 \begin_inset CommandInset href
41332 LatexCommand href
41333 name "hypcap"
41334 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41335
41336 \end_inset
41337
41338
41339 \series default
41340
41341 \begin_inset Index idx
41342 status collapsed
41343
41344 \begin_layout Plain Layout
41345 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41346 \end_layout
41347
41348 \end_inset
41349
41350 の取扱説明書
41351 \end_layout
41352
41353 \begin_layout Bibliography
41354 \labelwidthstring 参考文献
41355 \begin_inset CommandInset bibitem
41356 LatexCommand bibitem
41357 key "hyperref"
41358
41359 \end_inset
41360
41361 LaTeXパッケージ
41362 \series bold
41363
41364 \begin_inset CommandInset href
41365 LatexCommand href
41366 name "hyperref"
41367 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41368
41369 \end_inset
41370
41371
41372 \series default
41373
41374 \begin_inset Index idx
41375 status collapsed
41376
41377 \begin_layout Plain Layout
41378 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
41379 \end_layout
41380
41381 \end_inset
41382
41383 の取扱説明書
41384 \end_layout
41385
41386 \begin_layout Bibliography
41387 \labelwidthstring 参考文献
41388 \begin_inset CommandInset bibitem
41389 LatexCommand bibitem
41390 key "KOMA-script"
41391
41392 \end_inset
41393
41394 LaTeXパッケージ
41395 \series bold
41396
41397 \begin_inset CommandInset href
41398 LatexCommand href
41399 name "KOMA-script"
41400 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
41401
41402 \end_inset
41403
41404
41405 \series default
41406
41407 \begin_inset Index idx
41408 status collapsed
41409
41410 \begin_layout Plain Layout
41411 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
41412 \end_layout
41413
41414 \end_inset
41415
41416 の取扱説明書
41417 \end_layout
41418
41419 \begin_layout Bibliography
41420 \labelwidthstring 参考文献
41421 \begin_inset CommandInset bibitem
41422 LatexCommand bibitem
41423 key "lettrine"
41424
41425 \end_inset
41426
41427 LaTeXパッケージ
41428 \series bold
41429
41430 \begin_inset CommandInset href
41431 LatexCommand href
41432 name "lettrine"
41433 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41434
41435 \end_inset
41436
41437
41438 \series default
41439 及び
41440 \begin_inset CommandInset href
41441 LatexCommand href
41442 name "用例"
41443 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41444
41445 \end_inset
41446
41447
41448 \begin_inset Index idx
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
41453 \end_layout
41454
41455 \end_inset
41456
41457
41458 \end_layout
41459
41460 \begin_layout Bibliography
41461 \begin_inset CommandInset bibitem
41462 LatexCommand bibitem
41463 key "listings"
41464
41465 \end_inset
41466
41467 LaTeXパッケージ
41468 \series bold
41469
41470 \begin_inset CommandInset href
41471 LatexCommand href
41472 name "listings"
41473 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41474
41475 \end_inset
41476
41477
41478 \series default
41479
41480 \begin_inset Index idx
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484 LaTeXぱっけーじ@LaTeXパッケージ ! listings
41485 \end_layout
41486
41487 \end_inset
41488
41489 の取扱説明書
41490 \end_layout
41491
41492 \begin_layout Bibliography
41493 \begin_inset CommandInset bibitem
41494 LatexCommand bibitem
41495 key "marginnote"
41496
41497 \end_inset
41498
41499 LaTeXパッケージ
41500 \series bold
41501
41502 \begin_inset CommandInset href
41503 LatexCommand href
41504 name "marginnote"
41505 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41506
41507 \end_inset
41508
41509
41510 \series default
41511
41512 \begin_inset Index idx
41513 status collapsed
41514
41515 \begin_layout Plain Layout
41516 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
41517 \end_layout
41518
41519 \end_inset
41520
41521 の取扱説明書
41522 \end_layout
41523
41524 \begin_layout Bibliography
41525 \begin_inset CommandInset bibitem
41526 LatexCommand bibitem
41527 key "pdfpages"
41528
41529 \end_inset
41530
41531 LaTeXパッケージ
41532 \series bold
41533
41534 \begin_inset CommandInset href
41535 LatexCommand href
41536 name "pdfpages"
41537 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41538
41539 \end_inset
41540
41541
41542 \series default
41543
41544 \begin_inset Index idx
41545 status collapsed
41546
41547 \begin_layout Plain Layout
41548 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
41549 \end_layout
41550
41551 \end_inset
41552
41553 の取扱説明書
41554 \end_layout
41555
41556 \begin_layout Bibliography
41557 \begin_inset CommandInset bibitem
41558 LatexCommand bibitem
41559 key "prettyref"
41560
41561 \end_inset
41562
41563 LaTeXパッケージ
41564 \series bold
41565
41566 \begin_inset CommandInset href
41567 LatexCommand href
41568 name "prettyref"
41569 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41570
41571 \end_inset
41572
41573
41574 \series default
41575
41576 \begin_inset Index idx
41577 status collapsed
41578
41579 \begin_layout Plain Layout
41580 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
41581 \end_layout
41582
41583 \end_inset
41584
41585 の取扱説明書
41586 \end_layout
41587
41588 \begin_layout Bibliography
41589 \begin_inset CommandInset bibitem
41590 LatexCommand bibitem
41591 key "pstricks"
41592
41593 \end_inset
41594
41595 LaTeXパッケージ
41596 \series bold
41597
41598 \begin_inset CommandInset href
41599 LatexCommand href
41600 name "PSTricks"
41601 target "http://tug.org/PSTricks/"
41602
41603 \end_inset
41604
41605
41606 \series default
41607
41608 \begin_inset Index idx
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
41613 \end_layout
41614
41615 \end_inset
41616
41617 のウェブページ
41618 \end_layout
41619
41620 \begin_layout Bibliography
41621 \begin_inset CommandInset bibitem
41622 LatexCommand bibitem
41623 key "refstyle"
41624
41625 \end_inset
41626
41627 LaTeXパッケージ
41628 \series bold
41629
41630 \begin_inset CommandInset href
41631 LatexCommand href
41632 name "refstyle"
41633 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41634
41635 \end_inset
41636
41637
41638 \series default
41639
41640 \begin_inset Index idx
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
41645 \end_layout
41646
41647 \end_inset
41648
41649 の取扱説明書
41650 \end_layout
41651
41652 \begin_layout Bibliography
41653 \begin_inset CommandInset bibitem
41654 LatexCommand bibitem
41655 key "sidecap"
41656
41657 \end_inset
41658
41659 LaTeXパッケージ
41660 \series bold
41661
41662 \begin_inset CommandInset href
41663 LatexCommand href
41664 name "sidecap"
41665 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41666
41667 \end_inset
41668
41669
41670 \series default
41671
41672 \begin_inset Index idx
41673 status collapsed
41674
41675 \begin_layout Plain Layout
41676 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
41677 \end_layout
41678
41679 \end_inset
41680
41681 の取扱説明書
41682 \end_layout
41683
41684 \begin_layout Bibliography
41685 \begin_inset CommandInset bibitem
41686 LatexCommand bibitem
41687 key "NewInLyX20"
41688
41689 \end_inset
41690
41691
41692 \family sans
41693 LyX 2.0
41694 \family default
41695 の新機能に関する
41696 \begin_inset CommandInset href
41697 LatexCommand href
41698 name "Wikiページ"
41699 target "http://wiki.lyx.org/LyX/NewInLyX20"
41700
41701 \end_inset
41702
41703
41704 \end_layout
41705
41706 \begin_layout Standard
41707 \begin_inset CommandInset index_print
41708 LatexCommand printindex
41709 type "idx"
41710
41711 \end_inset
41712
41713
41714 \end_layout
41715
41716 \end_body
41717 \end_document